Chapter 11 · 2026 · lever: synthesis

Computational cognition

Eleven levers, one system. And one small tool, finally built on the right one.

Eleven chapters, eleven levers. Architecture, scale, pretraining efficiency, alignment, democratization, context, test-time compute, RL at scale, inference systems, agency, and measurement - each one a separate bet with its own paper trail. The system you woke up to in September 2026 is what you get when all eleven are on at once. This chapter pins them on one map, closes the recurring threads (CoT, democratization, multimodality), names the villain that haunts every lever (Goodhart), and uses the map to design the small tool that has been waiting since Chapter 4: rewrite arbitrary text in your voice, without training anything.

11.1The eleven levers on one page

You can describe a modern model two ways. One: a 2017 architecture (Vaswani et al.) trained at scale on the internet with a 2024-vintage data pipeline and 2025-vintage numerics, post-trained for helpfulness and then for verifiable reasoning, prompted carefully, given room to think, served over an inference system that makes long decodes affordable, handed tools, and continuously measured. Two: a stack of optimizations applied to a frozen substrate - some baked into weights, some pinned into context. The through-line of the whole course is that the optimization moved from one place to the other as we figured out how, and the modern system uses both at once.

Chapter Lever What it optimized Primary anchor
Ch0 · 2017–19 Architecture replace recurrence with self-attention Vaswani 2017
Ch1 · 2020–22 Scale a power law you can buy capability from Brown 2020 · Kaplan 2020 · Hoffmann 2022
Ch2 · 2023–26 Pretraining efficiency data mixture, MoE, MLA, FP8, Muon DeepSeek-V3 · DCLM
Ch3 · 2022 Alignment (RLHF) a completer turned into an assistant Ouyang 2022 · Wei 2022
Ch4 · 2023–26 Democratization drop the reward model, drop the critic Rafailov 2023 · Shao 2024
Ch5 · 2022–26 Context / prompt optimize the input, not the parameters GEPA 2026 · DRPO 2024
Ch6 · 2024–26 Test-time compute spend tokens at inference to think longer o1 preview · DeepSeek-R1
Ch7 · 2025–26 RL at scale verifiable rewards, GRPO successors DAPO · Dr. GRPO · GSPO
Ch8 · 2023–26 Inference systems prefill/decode, KV cache, spec decoding PagedAttention · Spec decoding
Ch9 · 2024–26 Agency thought → action → observation ReAct (Yao 2022) · MCP
Ch10 · 2020–26 Measurement + trust evals, interpretability, safety practice Scaling Monosemanticity · Leaderboard Illusion

Toggle the levers and watch a (deliberately illustrative, not benchmark-accurate) capability bar assemble. The order is the order the field discovered them; it is not a strict dependency graph. Architecture without scale gets you BERT-era models that can read but not converse. Scale without alignment gets you GPT-3, which can recite anything and follow nothing. A modern pretraining recipe without a reasoning post-train gets you a fluent generalist that stops short of hard math. Add the rest and you get the assistant you used this morning.

Interactive · the eleven levers toggle to see the contribution

11.2Three threads close here

The CoT seed grows three times

A single idea - make the model show its work - appeared at three levels of the stack. First in Chapter 3 as a prompt trick: write "let's think step by step" and accuracy on multi-step problems jumps without touching a weight (Wei et al., 2022). Then in Chapter 5 as a target: GEPA and MIPROv2 jointly optimize instructions and few-shot demos, so the search itself rewrites the chain of thought it asks the model to produce (Agrawal et al., 2026 ; MIPROv2 docs). Then in Chapter 6 as a weight update: DeepSeek-R1-Zero was trained with pure RL (GRPO + RLVR) on verifiable math, and a coherent reasoning trace emerged as the policy. On AIME 2024, R1-Zero went from 15.6% to 71.0% pass@1 during training, with 86.7% at majority-vote-of-64, "matching the performance of OpenAI-o1-0912" (DeepSeek-AI 2025).

Same idea, three levels: prompt → optimization target → weights. That is the whole point of the through-line. Once a useful behavior shows up at one level, the field finds a way to harvest it at every level.

The democratization curve

Every breakthrough got cheaper and more open. The alignment recipe shrank from RLHF's three-stage pipeline to DPO's "your LM is secretly a reward model" (Rafailov 2023) and then to GRPO's group-relative advantage with no critic at all (Shao 2024), before the field looped back to on-policy RL once verifiable rewards paid off (Chapter 7). Adaptation shrank from full fine-tuning to LoRA and then to QLoRA's 4-bit NF4 trick, which fits a 65B model on a single 48GB GPU (Dettmers 2023). The model layer shrank from closed APIs to LLaMA to DeepSeek-R1 to Qwen3 and Kimi K2, and by mid-2026 to DeepSeek V4.1, Kimi K3, and Qwen3.8 - open-weight flagships shipping within a season of the closed frontier.

The pattern is not just "things get cheaper." The pattern is that each generation's frontier trick becomes the next generation's default, and the new frontier moves up.

The eval shadow

How we measure is its own history. BBH set the scoreboard for prompted reasoning (Suzgun 2022). MMLU framed broad knowledge (Hendrycks 2020). SWE-bench moved the goalposts from quiz answers to real software work (Jimenez 2024). Then agents raced past every fixed target and the field needed new axes: task-length horizons from METR, a rotating set of contamination-hard evals, and interpretability tools that watch model internals directly. Chapter 10 tables the 2026 landscape. It is the chapter that keeps this course honest.

The villain

Goodhart's law, in Marilyn Strathern's popular phrasing (1997): "When a measure becomes a target, it ceases to be a good measure." It is the antagonist for every lever. In alignment it is reward hacking against the reward model. In RLVR it is length hacking and format hacking (Chapter 7). In prompt optimization it is the prompt evolving features that please an LLM judge but drift away from what humans actually want. In agency it is a tool-using agent finding the shortest path to the verifier, not to the task. The story of the next decade is partly the story of how the field stops being fooled by its own scoreboards.

11.3Multimodality, the thread that opened in Ch1

When you read about ViT and CLIP in Chapter 1, the point was that vision joined the same architectural family. That thread closes here. By 2024, frontier models were natively multimodal across text, image, audio, and (with longer contexts) video: GPT-4o shipped May 13, 2024 with text/image/audio in and out; Gemini 1.5 Pro was announced Feb 15, 2024 as "natively multimodal" with a 1M-token context preview (tech report).

Through 2025 the sub-modality frontier moved on its own. OpenAI's native image generation replaced DALL-E inside 4o on March 25, 2025 - autoregressive image tokens produced by the same model that produces text (OpenAI). Google's Gemini 2.5 Flash Image ("Nano Banana") shipped Aug 26, 2025 with character consistency and multi-image blending (Google); the Gemini 3 Pro Image tier ("Nano Banana Pro") followed on Nov 20, 2025, two days after the Gemini 3 launch. Video followed: Veo 3 (Google I/O, May 20, 2025) generates synchronized audio with the video track (DeepMind); Sora 2 (Sep 30, 2025) improved physics and synchronized audio at OpenAI (OpenAI). "Natively multimodal" is now table stakes; the interesting frontier is what each additional modality lets an agent do.

The frontier as of September 2026

The reasoning wave that started with o1 crystallized into a hybrid-thinking product shape and then kept moving. Anthropic's Claude 5 line rolled through Sonnet 5 (Jun 30, 2026), Opus 5 (Jul 24, 2026), the Fable 5.1 / Mythos 5.1 pair (Sep 1, 2026), and Opus 5.5 (Sep 22, 2026, 67.7% on Humanity's Last Exam with tools, 66.4% on Terminal-Bench 4.0), with Haiku 4.5 (Oct 15, 2025) at the small-model tier. Google shipped Gemini 3 Pro on Nov 18, 2025 with a 1501 LMArena Elo, 91.9% GPQA Diamond, and 76.2% SWE-bench Verified at launch, then extended it through Deep Think, a 3.1 Pro update, and a 3.5 / 3.6 / 3.7 / 3.8 Flash cadence (3.8 Flash on Sep 2, 2026). OpenAI iterated GPT-5.x into 5.1 through 5.6 Sol and by Sept 2026 was rolling out a GPT-6 line (Astra / Sol / Luna). On the open-weight side, DeepSeek shipped V4-Pro (Aug 13, 2026) and V4.1-Flash (Sep 10, 2026), Moonshot's Kimi K3 (Jul 16, 2026) crossed 2.8T parameters with a 1M-token window, and Qwen3.8-Max (Aug 3, 2026) reached 2.4T sparse MoE; xAI's Grok 4.6 (Aug 12, 2026) and Grok 4.7 (Sep 21, 2026) landed a month apart. Specific benchmark deltas and leaderboard positions move week to week; the shape - hybrid reasoning, native multimodality, agent tool use, verifiable-reward post-training - has stabilized.

11.4The capstone: a voice tool, finally placed on the map

Back in Chapter 4, when we walked through QLoRA, there was a personal note. The reader had been carrying around a 2019-era idea: fine-tune a small model on their own writing so it could rewrite arbitrary text in their voice. Chapter 4 placed QLoRA as a real and valid democratization node - that idea was not wrong, exactly. It was simply the right idea for the wrong lever. The map we just drew tells us which lever it should be.

Style is steering, not knowledge. Voice is a direction in a frontier model's existing capability surface, not a new fact set you need to bake into weights. That is precisely the regime where discrete prompt optimization shines, and it is what makes the prompt lane (Ch 5) the correct lever here.

Three things decide it, and all three favor a frozen frontier model:

  • Quality ceiling. A frontier model already writes better than any small model you could realistically fine-tune. You only need to steer it.
  • Iteration speed. "Sounds like me" is subjective and needs a human in the loop. Prompt search iterates in seconds; fine-tuning iterates in hours.
  • The artifact. The output is a prompt you can read, edit, and carry to any model, not a LoRA welded to one base.

The recommended build, in primitives the literature already verified

Nothing in the build below is new science. It is a composition of pieces every previous chapter introduced: GEPA's reflective mutation and Pareto frontier (Ch 5), DRPO's tuning-free prompt search (Ch 5), a calibrated LLM judge (see Ch 10 for the general treatment of judges and their biases), and Chatbot Arena's pairwise-to-Elo aggregation. The novelty is in the recipe and in naming the failure mode.

The build · Option 1
  • Generator: a frontier API model (the best voice, no fine-tune, no distill).
  • Engine: a GEPA/DRPO-style reflective prompt search. Reuse an existing optimizer (DSPy's GEPA implementation); do not rebuild genetic operators.
  • Search space: a distilled style rubric jointly optimized with a selected set of the user's real writing as exemplars - the MIPROv2 lesson, with register-matched exemplars per request (README voice is not texting voice).
  • Fitness signal: never a 1–10 score. Pairwise clicks → Elo, with an LLM judge calibrated against the human clicks. Active sampling spends the user's clicks where the judge is least sure; held-out prompts catch the judge gaming the system.
  • Selection: Pareto over (voice fidelity, task fidelity, length, safety) so a single objective cannot eat the others.

That fitness signal is the only genuinely new component, so it is worth feeling. Click which rewrite sounds more like a single coherent voice; an Elo ranking emerges from nothing but binary choices. This is the loop running inside step 4 of the build.

Interactive · pairwise → Elo pick the one that sounds like a person

The villain, named

The same Goodhart attractor from earlier returns here as judge-drift. If the LLM judge is the loop's fitness function, the search will eventually find prompts that please the judge in ways the user would not endorse. The literature already gives three mitigations and they all stack:

  • Pareto selection over multiple objectives, so the search cannot collapse to one. GEPA does this natively.
  • Periodic human-pairwise re-calibration of the judge, the same loop DRPO and Chatbot Arena use to keep their signals honest. Chapter 10 lists the ways this loop itself can be gamed, and how leaderboards responded (style-controlled Elo; the Leaderboard Illusion).
  • Held-out audit prompts the judge never sees during search, so reward-hacking is detectable instead of invisible.

What this resolves

The reader's original instinct - train a small model on my writing - was not wrong. It was a real and valid Chapter 4 node, and the QLoRA paper made it practical for someone with one consumer GPU. But the convergence the course has been tracking changes the answer. Optimizing the context can now rival optimizing the weights, far cheaper, with an artifact you can read, port, and audit. The voice tool is the same idea as the reader's 2019-era plan, executed on the lever the field has spent four years sharpening into the better one.

One sentence

For three years we learned to align models by training them. Then we learned we could often get there by writing a better prompt. So to rewrite text in your own voice, the right move is not to train anything at all. It is to search.