← CatalogueSecond Book (Draft)

Chapter 01 · 13 min read

Training and the Turn to RL

Why the center of gravity in model-building moved from pre-training to post-training — and reinforcement learning above all.

CHAPTER 01/2,905 words/Drafting

The first book made one assumption on every page: the model is given. You do not build it. You wrap it, steer it, feed it context, and hold it accountable. The intelligence arrives from a lab, and the engineering begins after the weights are frozen.

That assumption is where this book starts, and it is the first thing to break.

The center of gravity in model-building has moved. For years the story was pre-training: scale the parameters, scale the data, and watch the loss curve fall. That story has not ended, but it has stopped being where the interesting gains come from. The gains now come from what happens after pre-training — supervised fine-tuning, preference optimization, and, above all, reinforcement learning. This is the post-training turn. It is what converted raw language models into systems that reason and act, and it is why a chapter on training belongs at the front of a book about building with AI.

Alessandro Cappelli of Adaptive ML names the trap that makes this turn easy to miss. Teams assume the demo is the hard part and production is "the last mile." He argues the inverse: the MVP is the first mile, and the real work is getting a system to keep improving after it meets the real world, which introduces defects no pre-launch evaluation ever covered (Alessandro Cappelli, Adaptive ML). Nathan Lambert of Ai2 describes the same moment from the research side: six months after DeepSeek and OpenAI's o1, everybody has a reasoning model, the basics are widely understood, and the live question is where the technique goes next (Nathan Lambert, Ai2). Both are describing a field that has stopped treating the model as a fixed input. The behavior you want is trained in. Jack Rae, who leads thinking within Gemini, frames the underlying method plainly: progress comes from finding an intelligence bottleneck in the current model and removing it — in the architecture or in the training (Jack Rae, Google DeepMind).

This chapter argues that once you accept that behavior is trained in rather than prompted in, the rest of Part I follows. How you serve the trained model is Chapter 2. Who can afford to build it is Chapter 3. Which modality it targets is Chapter 4. But the hinge is here: the model is no longer given. Increasingly, you are training it.

Behavior is trained in, not prompted in

Post-training is not one technique. It is a menu, and the rungs climb in cost and power.

The workshop material from OpenAI's developer experience team lays the menu out directly: supervised fine-tuning, direct preference optimization, and reinforcement fine-tuning are distinct tools, each suited to a different kind of gap (Ilan Bigio, OpenAI). Supervised fine-tuning teaches a model to imitate examples of the output you want. Preference optimization teaches it to prefer one response over another. Reinforcement fine-tuning goes further: it optimizes against a reward, so the model can discover behavior no example set spelled out. The names matter less than the ladder they form. Each rung absorbs a different signal, and the highest rung absorbs the one that matters most in production — a measure of whether the work was actually good.

The reason the top rung has taken over is that the target moved from text to action. A model that only answers can be tuned on answers. An agent — a model that calls tools and takes steps in the world to finish a task without checking in at every turn — has to be tuned on whole trajectories of behavior. OpenAI's fine-tuning team frames agent reinforcement fine-tuning as the most powerful way to raise an agent's performance precisely because an agent is defined by its ability to interact with the outside world to get things done on its own (Will Hang & Cathy Zhou, OpenAI). You cannot write down every correct trajectory by hand. You can only reward the good ones. That is a training problem, and it is a reinforcement-learning-shaped one.

Reasoning and agency are the same training problem

The field talks about reasoning models and agents as if they were two research tracks. They are one.

Will Brown of Prime Intellect makes this the thesis of his talk on training agentic reasoners. People treat reasoning as one thing and agents as another, with separate considerations for each. He rejects the split: "The high level thesis of this talk is like — no, they're kind of the same thing." (Will Brown, Prime Intellect) The unification is mechanical, not rhetorical. A reasoning model is trained to produce a long internal chain before it answers. An agent is trained to produce a long external chain — call a tool, read the result, call another — before it finishes. Train multi-turn tool use with reinforcement learning and the "reasoning" and the "acting" become the same loop: a sequence of steps optimized against whether the final result was correct. Modern systems built this way, like o3-style deep research, are reasoners and agents at once because the training made no distinction.

This is why the recent capability jump did not come from a bigger base model. It came from training models to think and to act in the same loop. Aakanksha Chowdhery of Reflection.ai, who led research on PaLM and worked on Gemini before turning to autonomous coding, traces the same arc: the frontier moved from pre-training scale, through inference-time tricks like majority voting, to reinforcement learning at training time as the durable source of gains (Aakanksha Chowdhery, Reflection.ai). Once you see reasoning and agency as one training problem, the strategic questions collapse into one question too: what reward are you training against, and can you compute it at scale.

Thinking is a training signal that scales

The reason to invest in training-time reasoning is that it compounds. More training-time reinforcement learning buys more inference-time gain.

Nathan Lambert states the relationship cleanly: "You can scale RL at training time and the numbers will go up and that's deeply correlated with being able to then do this inference time scaling." (Nathan Lambert, Ai2) The two scaling knobs are linked. Spend more compute teaching a model to reason and it also gets more out of the extra compute you give it at answer time to think longer. That is a different economics from pre-training, where the only lever was a larger model. Here the lever is how well the model uses a variable thinking budget, and that skill is trained.

Jack Rae's framing explains why labs pour effort into this specific capability rather than raw scale (Jack Rae, Google DeepMind). Advancing intelligence is a matter of finding the current bottleneck and removing it, and for the current generation of systems the bottleneck was the inability to think before answering. Removing it was a training change, not just an architecture change. Thinking, in other words, is not a prompt you write. It is a behavior trained, and it is the behavior that turned a fast autocomplete into something that can work a hard problem.

Reinforcement learning is what carries a model into production

Of the post-training methods, reinforcement learning has a property the others lack: it can keep learning from production.

Cappelli puts the at its strongest: "Reinforcement learning RL is not just any other algorithm for post-training, but is an algorithm that at its core will bring models to production." (Alessandro Cappelli, Adaptive ML) His reasoning is about feedback. Prompt engineering cannot systematically absorb a production signal — patch one defect in the system prompt and you likely introduce another, with no mathematical handle on the tradeoff. Supervised fine-tuning can absorb feedback, but only by rebuilding the dataset every time the world surfaces a new edge case, which is expensive and never finished. Reinforcement learning was designed to integrate a reward signal continuously. It treats production data as part of the training loop rather than as something that lives outside it. That is why, in his account, it is that closes the gap between a demo and a system that improves in the field — and why he opens with the blunt statistic that ninety-five percent of generative-AI pilots never reach production at all.

The payoff is not only accuracy. Cappelli's deployments at Fortune 500 scale turn on economics that reinforcement learning improves in three ways. It reaches the quality of a supervised fine-tune with fewer parameters, so the served model is smaller and cheaper — decisive when a company like AT&T summarizes every customer-agent call and the bill runs into the millions. It fits latency budgets a large frontier model cannot: speech-to-speech support tolerates only a few hundred milliseconds of delay, which forces a small, fast model, and reinforcement learning is the most efficient path to making a small model good enough. And it produces a model the business owns, trained on its own data, so a silent vendor-side update cannot shift the product's behavior overnight. Accuracy is the headline; cost, latency, and ownership are why sticks.

Sylendran Arunagiri of NVIDIA reaches the same destination from the opposite direction, and lands one of the chapter's most useful correctives: "It's not about powering them up with the next biggest LLM in the market. All they need is simple data flywheels." (Sylendran Arunagiri, NVIDIA) The instinct when an agent underperforms is to reach for a larger frontier model. The better move is usually to build the loop that feeds real-world outcomes back into the system so it improves over time. The flywheel is the productionizing mechanism, and reinforcement learning is the training method built to turn it.

Code is the domain where RL scales first

Reinforcement learning needs a reward. The domains where it scales fastest are the ones where the reward is free and honest.

Chowdhery's argument for autonomous coding rests entirely on this (Aakanksha Chowdhery, Reflection.ai). Inference-time and reinforcement-learning techniques only pay off reliably in domains with automated verification — math, with calculators and formal proofs, and code, with unit tests and compilers. In those domains a model's output can be checked by machine, cheaply and without a human in the loop, which gives the training process a reward signal it can trust and run millions of times. She points to results where coverage on a SWE-bench-style benchmark climbs toward roughly eighty percent as sample count rises, and notes the catch: plain majority voting does not carry that gain into practice, because a correct generation can be too rare to find by sampling alone. The way past that ceiling is reinforcement learning at training time rather than tricks at inference time. Her framing of autonomous coding as the "root node" problem follows from the same fact — code is where verifiable rewards are most abundant, which makes it where reinforcement learning has the most room to run.

This is also why unverifiable domains lag. A reward model made of another neural network can be gamed; a compiler cannot. Execution feedback and unit tests reduce the reward-hacking risk that plagues reinforcement learning with neural reward models, which is the specific reason Chowdhery's team treats autonomous coding as the "root node" problem — the place to start building toward broader capability, in the spirit of what David Silver and Rich Sutton call the "era of experience." A roughly thirty-five-person company betting on that thesis is a wager that the reward, not the model, is the scarce resource. The further a task sits from an automatic checker, the harder the reward is to build, and the reward is the whole game. Code is not special because it is important. It is special because it grades itself.

The data recipe beats model size

For reasoning quality, the differentiator has moved from the size of the model to the quality of the data pipeline that trains it.

Ryan Marten of Bespoke Labs makes the case with an open project: "Open Thoughts, which is our project to create the best open-source reasoning data sets." (Ryan Marten, Bespoke Labs) The resulting model, OpenThinker, reached state-of-the-art among small open reasoning models — outperforming DeepSeek distillations — and it got there not by adding parameters but by curating the reasoning traces it trained on. The lesson is that a competitive reasoning model can be built in the open when the data recipe is good enough, which relocates the advantage from the pre-training budget to the dataset.

Chang She and Noah Shpak, working on training-data platforms at LanceDB and Character.AI, give this a structure with their hierarchy of needs for training-dataset development: model quality depends critically on how the dataset is constructed, and dataset construction is part craft, part science (Chang She & Noah Shpak). It is the same point Arunagiri's data flywheels make from the production side (Sylendran Arunagiri, NVIDIA): the pipeline that produces and refines training data is now the lever, not the parameter count. When the differentiator moves to the data, the discipline moves with it.

You probably don't need fine-tuning — until you do

The turn to training does not mean every team should train. Most should climb the cheaper rungs first.

Kyle Corbitt, who runs a fine-tuning platform, opens against his own interest: "The title of my talk is that you probably don't need fine tuning — this is an awkward title, given that I am doing a fine-tuning platform." (Kyle Corbitt) His maturity curve runs from simple instruction prompting, through few-shot examples and retrieval, and only then to fine-tuning — with reinforcement learning further still. The mistake he warns against is jumping to training before exhausting the cheaper rungs, which is common and expensive. Prompting and retrieval solve a large share of problems at a fraction of the cost, and they solve them today, without a training run.

Abi Aryan's survey of domain adaptation makes the same map from the enterprise side: the methods run from prompt engineering to retrieval to fine-tuning, and the right choice depends on the dataset and the problem, not on fashion (Abi Aryan). Read alongside Cappelli's argument, this is not a contradiction but a sequence. You probably do not need fine-tuning to reach a working MVP. You probably do need training to keep a high-stakes system improving once it is in production and the cheaper rungs stop absorbing new failure modes. The skill is knowing which mile you are on.

The hard part is operations, not the algorithm

The reinforcement-learning algorithms are, by now, well understood. What stops teams is the machinery of running the loop at scale.

Cappelli is direct about the cost: running PPO means orchestrating four models simultaneously, which is hard enough that most teams cannot do it without dedicated infrastructure — the problem his platform exists to absorb (Alessandro Cappelli, Adaptive ML). Chowdhery gives the same figure from the research side and shows it is not merely a PPO quirk: PPO-style RLHF keeps four copies of the model in memory, and even DeepSeek's GRPO, which drops the value model, still needs three (Aakanksha Chowdhery, Reflection.ai). Holding several large models in memory at once, in sync, is an operations problem before it is a research one.

The infrastructure underneath compounds the difficulty. Modern models increasingly use mixture-of-experts designs that train larger networks efficiently by distributing layers across many machines, and that distribution only works over a specialized network fabric — rail-optimized InfiniBand, in the Crusoe Cloud account — engineered to move data between GPUs fast enough to keep the training busy (Crusoe). Daniel Han's full workshop frames the live question bluntly — why is reinforcement learning suddenly everywhere, and is it truly effective — and answers it across kernels, quantization, and agents, which is to say across the operational surface, not the theory (Daniel Han). The technique is not the moat. The ability to run it is. This is the thread the next chapter picks up, where serving and inference economics become the constraint that decides what a trained model can actually do in production.

How you know training worked

Training is only worth doing if you can tell whether it helped. For a specific use case, that is harder than it sounds.

Emmanuel Turlay puts the difficulty plainly: there are metrics and benchmarks, but they mostly apply to generic tasks, and there is no one-size-fits-all process to evaluate a model's performance on a particular use case (Emmanuel Turlay). A leaderboard score tells you little about whether a fine-tune improved the job in front of you. You have to build the evaluation for the use case, and that evaluation is what turns a training run from a gamble into a measurement.

The common shortcut is to let a strong model grade the outputs. Alex Volkov of Weights & Biases endorses but with a guardrail: you should not try an LLM judge without a bit of human in the loop (Alex Volkov). The judge scales the scoring; the human keeps the judge honest, calibrated against real preferences. This is the same shape as the training loop itself — a machine-computed signal, checked against human judgment where it matters. Evaluation is not a separate discipline bolted on after training. It is the reward signal, viewed from the other side. If you cannot measure whether training worked, you cannot train toward anything, and the turn to reinforcement learning was, at bottom, a turn toward optimizing a signal you can trust.

Evidence — Source Anchors

Reasoning and agency are the same training problem, not two

  • the high level thesis of this talk is like no, they're kind of the same thing.
    #271 — Will Brown, Prime Intellectconfidence: high
  • agent reinforcement fine-tuning or agent RF is the way to do this
    #80 — Will Hang & Cathy Zhou, OpenAIconfidence: high
  • pre-training is not giving any gains
    #251 — Aakanksha Chowdhery, Reflection.aiconfidence: high

Reinforcement learning is the post-training method that carries a model into production

  • reinforcement learning RL is not just any other algorithm for post-training, but is an an algorithm that at its core will bring models to production.
    #674 — Alessandro Cappelli, Adaptive MLconfidence: high
  • it's not about powering them up with the next biggest LLM in the market. All they need is simple data flywheels.
    #397 — Sylendran Arunagiri, NVIDIAconfidence: high

Code is a favourable domain to scale RL, because its rewards are machine-checkable

  • autonomous coding as the root node problem
    #251 — Aakanksha Chowdhery, Reflection.aiconfidence: high

"You probably don't need fine-tuning" is a legitimate default — until you do

  • the title of my talk is that you probably don't need fine tuning this is an awkward title um given that I am doing a fine
    #482 — Kyle Corbittconfidence: medium
  • we have three different methods to be able to do domain adaptation we have prompting we have Rags we have fine tuning
    #598 — Abi Aryanconfidence: high

For reasoning quality, the data recipe beats model size

  • Open Thoughts, which is our project to create the best open-source reasoning data sets.
    #233 — Ryan Marten, Bespoke Labsconfidence: high
  • you should really care about what you're training on and you should care for it by giving it a nice format
    #543 — Chang She & Noah Shpakconfidence: high
  • it's not about powering them up with the next biggest LLM in the market. All they need is simple data flywheels.
    #397 — Sylendran Arunagiri, NVIDIAconfidence: high

RL's real cost is operational, not conceptual

  • requires orchestrating not one, but four large language models at the same time.
    #674 — Alessandro Cappelli, Adaptive MLconfidence: high
  • you have to keep four copies of uh different models.
    #251 — Aakanksha Chowdhery, Reflection.aiconfidence: high
  • our rail optimized infin band cluster networking
    #475 — Crusoeconfidence: high
  • today we're going to talk about the deep dive into RL kernels, agents, and quantization.
    #230 — Daniel Hanconfidence: high

Frontier progress is bottleneck-hunting, not broad improvement

  • our approach we look for root nodes. You know we're not going to waste time on the leaves.
    #13 — Raia Hadsell, DeepMindconfidence: high
  • unblocking bottlenecks towards intelligence.
    #267 — Jack Rae, DeepMindconfidence: high

Benchmarks are cultural artifacts that steer the whole field

  • benchmarks are just memes that shape the most powerful tool ever created.
    #253 — Alex Duffy, Every.toconfidence: high
  • number one most painful thing about AI engineering today? And evaluation topped
    #137 — Barr Yaron, Amplifyconfidence: high

Chapter 02 · 11 min read

Inference Economics

Why serving a model, not training it, is where the cost, the latency, and most AI engineering careers actually live.

CHAPTER 02/2,549 words/Drafting

The first book took the model as given and began after the weights froze. Chapter 1 broke that assumption on the training side: the model is increasingly something you build, not something you receive. This chapter breaks it on the other side. Once you have a model — trained, tuned, and ready — you still have to run it. Running it is where the money, the latency, and the hard constraints actually live.

That is the subject of inference economics. Training is a capital cost you pay once. Inference is a recurring cost you pay on every request, for as long as the product lives. It is also where the user waits, where the bill compounds, and where a good model can still fail because the system around it is slow or expensive. The center of the AI business is not the training run. It is the served token.

Alex Atallah built OpenRouter into a marketplace that routes traffic across dozens of model providers, so he watches the whole flow from the middle of it. He states the scale of it plainly: "Inference might be the largest market ever in software." (Alex Atallah, OpenRouter) The whole open-model ecosystem — the serving frameworks, the inference clouds, the on-device runtimes this chapter surveys — exists because serving is where recurring cost and competitive advantage live. If the model is the product, inference is the cost of goods sold.

This chapter runs in two movements. The first is serving performance: how you make a given model fast and cheap — the software layer of engines, compilers, quantization, and on-device runtimes that you control. The second is the compute substrate: the GPUs, networks, data centers, and economics underneath, the floor you cannot move, up to and including geopolitics. Movement A is the frontier you can push. Movement B is the ceiling that pushes back. Together they decide what a trained model can actually do once real users arrive. Chapter 1 fed this one — reinforcement learning produces models you then have to serve. Chapter 3 asks who can afford to build at the frontier. Chapter 4 meets the hardest latency budgets of all, in voice and media.

Movement A — Serving Performance

Speed and cost are a system property, not a model property

A model's latency and cost are not printed on the checkpoint. They are set by the system you run it on.

Kyle Kranen ran one of NVIDIA's largest inference deployments — tens of millions of dollars a quarter — and his central point is that the model alone tells you almost nothing about how it will perform in production. "A good model and a good system that takes into account the actual constraints for what you need from your deployment is actually key to the success of both your deployment and the application." (Kyle Kranen, NVIDIA) The same weights, served two ways, differ by an order of magnitude in throughput and price. The variable that moves is the deployment, not the checkpoint. Kranen frames it as an inference Pareto frontier — the curve trading latency against cost against quality — and the engineering work is knowing where on that curve your application needs to sit, then building the system that puts you there.

Mark Moyou, an NVIDIA architect who works this problem with enterprise clients, gives the same warning from the cost side: LLM inference is not a normal model deployment, and it is not trivial once you have to manage scale, performance, and cost at once (Mark Moyou, NVIDIA). The naive path — take the model, wrap it in a simple server, ship it — leaves most of the performance and most of the savings on the table. Dmytro Dzhulgakov of Fireworks puts a figure on the gap: making open models roughly ten times faster is a serving problem, solved with secure, latency-sensitive, low-cost serving rather than a new model (Dmytro Dzhulgakov, Fireworks). The lesson under all three is one : if you want a model to be fast and cheap, you optimize the system, not the model.

The serving stack is the lever

If the system sets the cost, the serving framework is the first thing you reach for.

A serving engine is the software that turns model weights into a running API endpoint — batching requests, managing the key-value cache, and squeezing the hardware. The open ecosystem has matured fast here. Charles Frye of Modal spent a year measuring how fast open inference engines actually are, and his framing captures the shift: open-weights models and open-source inference servers have made major strides, to the point where running a serious agent on open models is now a real option rather than a compromise (Charles Frye, Modal). SGLang, an open-source serving framework, aims to serve models like DeepSeek and Qwen at state-of-the-art speeds on launch day (SGLang, Baseten). TensorRT-LLM sits at the high-performance end — the fastest framework in Baseten's account, with a steep learning curve as the price of that speed (TensorRT-LLM, Baseten).

The point is not which framework wins. It is that the framework is now a design decision with a large payoff, and the payoff is open to anyone. Dzhulgakov's whole pitch at Fireworks is productionizing open models — taking a checkpoint anyone can download and serving it faster and cheaper than the naive path allows (Dmytro Dzhulgakov, Fireworks). A team that treats serving as an afterthought pays the order-of-magnitude penalty Kranen described. A team that treats it as a lever gets frontier-adjacent economics out of open weights.

Compilers and generated kernels are automating the expert layer

The deepest performance work used to require a scarce specialist. Increasingly, it is done by search and by models.

A kernel is the low-level code that runs one operation on the GPU. Hand-writing fast kernels is expert work, and experts are rare. Two shifts are removing that bottleneck. The first is search-based compilation: Joe Fioti's Luminal is a deep-learning compiler for CPUs, GPUs, and ASICs that discovers efficient kernels — flash attention among them — automatically, by search rather than by hand (Joe Fioti, Luminal). His theme is radical simplification through search: a far simpler library that gives up nothing on performance, because the compiler finds the fast path. The second shift is generation: Natalie Serrino's Gimlet Labs works on AI-generated kernels that can meaningfully speed up custom code with no human effort at all (Natalie Serrino, Gimlet Labs). The optimization that used to gate a deployment behind a specialist is becoming something a compiler or a model produces on demand.

Portability is the other half of this. Yusuf Olokoba of Muna frames the practical question as one of reach: "How do I use more models in more places without having to rebuild or extend?" (Yusuf Olokoba, Muna) Chris Lattner's MAX at Modular attacks the same seam — real applications span GPU compute, CPU preprocessing, and orchestration, often across different vendors, and the productivity win is a stack that spans them without a rewrite (Chris Lattner, Modular). The direction is consistent: the expert layer of inference optimization is being automated and abstracted, which widens the set of people who can deploy a model well.

Inference is moving onto the device

For a growing class of models, the cheapest and most private data center is the one already in your pocket.

The hardware crossed a threshold. Adrien Grondin runs Gemma 4 on an iPhone at 40 tokens per second through Apple's MLX framework — a capable open model, on a phone, fast enough to use (Adrien Grondin, Locally AI). Prince Canuma, a core MLX contributor, makes the economic case directly: "I want to convince you today to offload some of that subscription completely on device and then all you need to pay is your energy bill." (Prince Canuma, Neywa Labs) He backs it with working demos on consumer Macs — vision, speech, even a million-token context enabled by his own cache-compression work — and with a reason that is not about cost at all. His father went blind in rural Africa, where cloud subscriptions are unaffordable and connectivity is unreliable; for that user, on-device is not a preference but the only option. On-device inference changes who can reach AI, not just what it costs.

The pattern is not confined to Apple silicon. Mozilla's Llamafile, from Stephen Hood and Justine Tunney, makes open models run fast on ordinary consumer CPUs, with the explicit goal of democratizing access (Stephen Hood & Justine Tunney, Llamafile). Microsoft's Foundry Local, presented by Emma Ning, brings the same capability to cross-platform apps through the ONNX Runtime, and her first argument for it is the conference-Wi-Fi problem — cloud AI fails the moment the network does (Emma Ning, Microsoft). A per-month subscription becomes a one-time energy cost. A round trip to a data center becomes a local call. The move from demo to default is underway.

The tightest budget is real time

Some workloads have no slack. When a human is waiting to hear a reply, the latency budget is a few hundred milliseconds, and every part of the serving stack has to fit inside it.

Neil Dwyer of Gabber ran realtime text-to-speech in production, and reports the discipline it takes to serve voice at roughly a dollar an hour — open-source models, LoRAs, and careful load balancing, all bent toward latency (Neil Dwyer, Gabber). Voice is where serving performance stops being an optimization and becomes a hard gate: miss the budget and the product does not work at all. These realtime economics are the seam where this chapter meets Chapter 4, which takes up voice and media models on their own terms. Here the point is narrower and belongs to inference economics: the tighter the latency budget, the more the system — not the model — decides whether the product is possible.

Movement B — The Compute Substrate

Underneath the stack is a substrate that sets the ceiling

Every serving trick in Movement A runs on physical hardware, and that hardware sets a ceiling no software can lift.

For years most AI engineers built above an API boundary — the OpenAI call, the Anthropic call — and never touched the metal. Charles Frye argues that boundary is no longer enough: AI's extreme demand for mathematical throughput means engineers now need to understand the GPU underneath — its processors, its memory, its limits — the way every programmer once had to learn a little about hardware (Charles Frye, Modal). The substrate is not a footnote to the serving stack. It is the thing the serving stack is fighting against.

And the substrate is more than chips. Paul Gilbert of Arista Networks describes the full picture as infrastructure that must be built and wired together: "What we do is a plumbing… how you train models, what the infrastructure looks like, and how you do inferencing on the infrastructure." (Paul Gilbert, Arista Networks) Building an AI data center means power, cooling, networking, and the fabric that moves data between GPUs fast enough to keep them busy. That plumbing is now a first-order engineering discipline, because it sets the ceiling the software in Movement A is trying to reach.

The substrate is contested — in silicon and in geopolitics

Because the substrate sets the ceiling, whoever changes the substrate changes what is possible — which makes it a place of intense competition.

New silicon is one front. Sunny Madra of Groq frames his company's specialized inference chip against a historical marker: "Twenty-five years ago we crossed the 1 gigahertz speed barrier in microprocessors." (Sunny Madra, Groq) The analogy is deliberate. A step change in raw inference speed does not just make existing products faster; it unlocks applications that were impossible at the old speed, the way the gigahertz threshold once did. Purpose-built inference hardware is a bet that the GPU is not the last word on the substrate.

The other front is national. Dylan Patel of SemiAnalysis argues that the infrastructure behind AI — chips, data centers, power, supply chains — has become an arena for geopolitical competition, with China, the United States, and the Middle East each maneuvering, and players like Huawei closing the chip gap by engineering around export controls (Dylan Patel, SemiAnalysis). This is where inference economics stops being a purely technical discipline. The cost and availability of the substrate now depend on trade policy, fabrication capacity, and national strategy. The ceiling on what any serving stack can do is, in part, a political variable — a strange and important thing to have to say about the cost of running a model.

Trust is becoming a first-class inference requirement

For a large class of buyers, a model is unusable until they can run it on sensitive data without surrendering the data or the result. That is an inference problem, and it has become a product category.

Mike Bursell names the blocker directly: "AI is transforming everything. Healthcare, finance, automation, digital marketing. But one thing holds it back, and that's trust. How do you run models on sensitive data without handing it over?" (Mike Bursell) His answer is confidential computing — running inference inside a hardware-protected environment so the data stays private even from the operator of the machine. The demand is real, because the alternative — shipping regulated data to someone else's GPU — is a non-starter for the industries with the most to spend.

Sahil Yadav and Hariharan Ganesan of Telemetrak reach trust from the enterprise side, after a decade deploying AI in healthcare, industrial IoT, and telecom. Their recurring question is the one a CIO actually asks: can we trust the model's decisions when they drive mission-critical outcomes and the bottom line? (Yadav & Ganesan, Telemetrak) Between the two talks, trust splits into two requirements inference must now meet: confidentiality — the data is safe — and reliability — the decision can be relied upon. Neither is a property of the model in isolation. Both are properties of how and where it is served. Trust has moved from an afterthought to a design input, alongside speed and cost.

Inference is the discipline, not the afterthought

Put the two movements together and the chapter's is simple. A model's cost and speed profile is a design input as fundamental as its accuracy. You set that profile in the serving stack — the engines, compilers, quantization, and on-device runtimes of Movement A — and you set it against a substrate you do not fully control — the GPUs, networks, power, and politics of Movement B.

This is why inference, not training, is the discipline most AI engineers will spend their careers inside. Most engineers will never run a pre-training job. Nearly all of them will serve a model, and the moment they do, they inherit the whole problem: the Pareto frontier, the framework, the kernel, the device, the chip, the data center, the trust boundary. Atallah's line was not hyperbole. If inference is the largest market in software, it is because it is the part of AI that never stops charging — and the part where good engineering compounds on every request. The next chapter turns to who can afford to build at the frontier of that market at all.

Evidence — Source Anchors

Reinforcement learning is the post-training method that carries a model into production

  • reinforcement learning RL is not just any other algorithm for post-training, but is an an algorithm that at its core will bring models to production.
    #674 — Alessandro Cappelli, Adaptive MLconfidence: high
  • it's not about powering them up with the next biggest LLM in the market. All they need is simple data flywheels.
    #397 — Sylendran Arunagiri, NVIDIAconfidence: high

RL's real cost is operational, not conceptual

  • requires orchestrating not one, but four large language models at the same time.
    #674 — Alessandro Cappelli, Adaptive MLconfidence: high
  • you have to keep four copies of uh different models.
    #251 — Aakanksha Chowdhery, Reflection.aiconfidence: high
  • our rail optimized infin band cluster networking
    #475 — Crusoeconfidence: high
  • today we're going to talk about the deep dive into RL kernels, agents, and quantization.
    #230 — Daniel Hanconfidence: high

Inference, not training, may be the largest market in AI software

  • inference might be the largest market ever in software
    #335 — Alex Atallah, OpenRouterconfidence: high
  • possible with Open Weights models where they weren't before.
    #316 — Charles Frye, Modalconfidence: high

A model's speed and cost are a system property, not a model property

  • a good model and a good system that takes into account the actual constraints for what you need from your deployment is actually key to the success of both your deployment and the application
    #141 — Kyle Kranen, NVIDIAconfidence: high
  • controlling the cost of a deployment cuz that's often times the thing that's going to really prevent you from taking this taking this to any meaningful scale
    #514 — Mark Moyou, NVIDIAconfidence: high
  • quality while being you know up to 10 times faster
    #548 — Dmytro Dzhulgakov, Fireworksconfidence: high

On-device inference is crossing from demo to default

  • I want to convince you today to offload some of that subscription completely on device and then all you need to pay is your energy bill.
    #670 — Prince Canuma, Neywa Labsconfidence: high
  • it can run easily at 40 token 40 token per second.
    #007 — Adrien Grondin, Locally AIconfidence: high
  • LL file is an open source project from Mozilla that has the goal of democratizing access to AI
    #582 — Stephen Hood & Justine Tunney, Llamafileconfidence: high
  • how does cloud AI work in environments with low network bandwidth or even offline access?
    #307 — Emma Ning, Microsoftconfidence: high

Compilers and generated kernels are automating the expert layer of inference optimization

  • the fastest one in this case just happens to be flash attention.
    #388 — Joe Fioti, Luminalconfidence: high
  • this result achieved a 40% speed up over the baseline on the M4.
    #068 — Natalie Serrino, Gimlet Labsconfidence: high
  • How do I use more models in more places without having to rebuild or extend
    #097 — Yusuf Olokoba, Munaconfidence: high
  • max is two things one is an AI framework
    #578 — Chris Lattner, Modularconfidence: high

The compute substrate is a hard constraint — and now a geopolitical variable

  • they optimize for math bandwidth over memory bandwidth.
    #228 — Charles Frye, Modalconfidence: high
  • what we do is a plumbing uh so I'm not going to talk about agents but more kind of how you train uh models what the infrastructure looks like and how you do inferencing on on the infrastructure
    #402 — Paul Gilbert, Arista Networksconfidence: high
  • what's interesting about the geopolitics of this is that despite the fact that Huawei is a sanctioned entity, China is a sanctioned country,
    #345 — Dylan Patel, SemiAnalysisconfidence: high
  • 25 years ago we crossed the 1 gigahertz speed barrier uh in
    #547 — Sunny Madra, Groqconfidence: medium

Trust and confidentiality are becoming first-class inference requirements

  • AI is transforming everything. Healthcare, finance, automation, digital marketing. But one thing holds it back, and that's trust. How do you run models on sensitive data without handing it over?
    #361 — Mike Bursellconfidence: high
  • over the past 10 years we have deployed AI in various industries from from health um monitoring to industrial IoT to uh network automation in telecom networks
    #211 — Sahil Yadav & Hariharan Ganesan, Telemetrakconfidence: high

Chapter 03 · 9 min read

Building Frontier Models

Why building a frontier model became its own engineering culture, and why the frontier is now crowded rather than a two-lab race.

CHAPTER 03/2,047 words/Drafting

For a few years the frontier looked like a two-lab race. There were the labs that could train a frontier model, and there was everyone else — the developers who called their APIs. That picture is now wrong.

The first two chapters took the model apart from the inside: how it is trained (Chapter 1) and how it is served (Chapter 2). This chapter zooms out to the labs and the strategy. Building a frontier model has become its own engineering discipline, with its own culture — set by release cadence, by the choice to open or close the weights, by which benchmarks the field decides to chase, and by the hardware that shapes every design decision underneath. And that discipline is no longer scarce. Simon Willison, reviewing the field, had to cut his own scope: "I counted 30 significant model releases in the past six months." Simon Willison That is roughly one serious model release a week, from more labs than any one engineer can track.

The volume underneath that headline is larger still. Eugene Cheah, counting uploads rather than launches, put it at "more than 50,000 AI models have been uploaded to Hugging Face per month… that is more than one AI model a minute." Eugene Cheah The frontier is not a place a handful of labs guard. It is a crowded, fast-moving field, and the strategy of building at it — not just the technique of training — is now worth studying in its own right.

"Stagnation" is a training-budget story, not a ceiling

The most common complaint about the frontier is that it has stalled. The complaint mistakes a spending decision for a physical limit.

Dylan Patel of SemiAnalysis traces the felt stagnation to a plain fact about what the field is actually running: "The models that we're using today are largely the same as the models that were trained in 2022." Dylan Patel The flagships people use are, in his account, smaller models trained for longer — same generation of architecture and pre-training, refined rather than replaced. When a newer model beats an older one at a smaller size, the gain comes from training it better and longer, not from a new idea about how to build it. The apparent plateau is not the ceiling of what the architecture can do. It is the lag between what has been trained and what could be, given a bigger run and more post-training.

Read that way, "stagnation" is a budget and scheduling story. The leap is still available; it just costs a training run nobody has finished paying for yet. This is also why the hardware chapter is not separable from the strategy chapter: what a lab can build at the frontier is set by what it can afford to train, and what it can afford to train is set by the compute substrate underneath (Chapter 2). The complaint about a plateau is really a complaint about the pace at which the field is willing to spend.

Frontier progress is bottleneck-hunting

Labs do not advance by improving everything at once. They advance by finding the single thing most holding the best current system back, and unblocking it.

Raia Hadsell, VP of Research at Google DeepMind, frames frontier research as exactly this search: progress toward general intelligence has been marked by identifying the fundamental bottlenecks inside existing models and building the fix — in the architecture or the training — that removes them. Raia Hadsell The discipline is diagnostic before it is inventive: the hard part is naming the right weakness, not generating candidate improvements. Jack Rae, tech lead for thinking in Gemini, describes the same method at work on one capability. His team's excitement about thinking comes from seeing it as a way of "unblocking bottlenecks towards intelligence" — and, in his telling, if you can identify the crucial shortcoming in your most advanced system, the fix often follows. Jack Rae The training method that produced Gemini's thinking is Chapter 1's subject; the point here is the research culture around it.

Frontier progress is a sequence of correctly chosen bottlenecks, and choosing them is the skill that separates the labs. It also explains how a smaller team can compete without a larger team's compute. If the next gain comes from the single right unblocking rather than from broad, expensive improvement across the board, then a team that diagnoses the bottleneck correctly can leap without matching anyone's budget. Bottleneck-hunting is a strategy that rewards focus over scale — which is part of why the frontier stopped being the exclusive property of the labs that could spend the most.

Code is where labs learn to model computation

Nearly every frontier lab starts its reasoning work in the same place: code. The reason is deeper than code being a lucrative market or a tidy source of training signal.

Jacob Kahn of FAIR describes the goal behind Meta's Code World Model plainly: "Our primary goal is to build models that reason, plan and make decisions. And we start with code because it's an interesting sandbox in which to think about reasoning." Jacob Kahn The word that matters is sandbox. Code is constrained; it has rules; and, unlike most of the world, it can be executed, so the model can be trained to predict what a program does, not merely how it looks. That is a different ambition from writing plausible code — it is modeling computation itself, the semantics under the syntax. Code is chosen as the first world simple enough to simulate honestly, and reasoning learned there is meant to generalize outward. Poolside makes the same bet from the opposite end of the market. "Poolside exists to close the gap between models and human intelligence… We're building our own models from scratch to do this," its founders say — starting from code, and pairing next-token prediction with reinforcement learning to make the leap. Poolside Both treat code not as the destination but as the training ground for general reasoning. (Why code's rewards are so cheap to verify — the mechanics that let this training scale — is Chapter 1's argument; the strategic choice to start there is this chapter's.)

The open-model gap has largely closed

The industry spent years assuming the best models would stay closed, and that open weights would trail by a generation or two forever. That assumption has broken.

The turning point was DeepSeek-R1. Eugene Cheah calls it "the first open source model to catch up and surpass GPT-4," and draws the lesson the whole field took from it: "you do not need a billion dollars to compete with the big labs." Eugene Cheah R1 did not just close a benchmark gap; it broke out of the AI-engineering bubble into mainstream business awareness, which is where Amir Haghighat of Baseten picks up the story — the DeepSeek-R1 news cycle is what put open models on the agenda of the largest enterprises, not just the hobbyists. Amir Haghighat And the competition did not stop at parity: MiniMax now presents its M2 as, in its own framing, the number-one open model, built for agentic coding. Olive Song The on the frontier is no longer "closed beats open." It is that open-weight models trade blows with the best closed ones, from teams that never spent a closed lab's budget.

That change is what matters most to the engineer reading this. It permanently alters who gets to build on the frontier rather than merely rent it. When the best available weights were closed, building on the frontier meant calling an API and living inside another company's rate limits, pricing, and update schedule. When the best available weights are downloadable, a team can run the frontier on its own infrastructure, fine-tune it, and inspect it. The gap the industry assumed was permanent turned out to be a lead measured in months, and a lead measured in months is not a moat.

Open source is a strategy, not charity

When a lab releases its weights, it is easy to read the move as generosity. The labs releasing them describe something colder and more deliberate: a way to build an ecosystem and set the standard others build on.

Mistral is explicit that the openness is the strategy, not a side effect. Devendra Chaplot frames his talk around exactly that question — "why we do open source and how we do open source" — from a lab whose commercial platform and flagship models sit alongside the open ones. Devendra Chaplot Google's Gemma team names the payoff directly. Kathleen Kenealy, the team's technical lead, describes the north star as "building something to empower and accelerate the amazing work being done by the open source community" — and measures success by what gets built on top. Kathleen Kenealy The mechanism is control through adoption: Omar Sanseviero defines an open model as one "that you can take, you can download, you can run in your own infrastructure, your own devices… fine-tune for your own use cases." Omar Sanseviero Every one of those actions builds on the releasing lab's format, its tokenizer, its fine-tuning conventions. Alibaba has run the same play for years, shipping the Qwen series continuously since 2023 toward the stated goal of a generalist agent model. Junyang Lin Open weights are how a lab that is not first in raw capability can still become the substrate the field standardizes on.

Benchmarks are how the field steers itself

A benchmark looks like a neutral scoreboard. It is closer to a steering wheel. What the community agrees to measure becomes what the labs optimize, and therefore what gets built.

Alex Duffy makes the mechanism the whole point of his talk: benchmarks are memes, in the original sense of ideas that replicate and shape behavior, and "what we measure shapes AI — and us." Alex Duffy A benchmark that captures the field's attention pulls training runs, data curation, and architecture choices toward the abilities it rewards; the measurement becomes a self-fulfilling prophecy about what the next generation is good at. This is the political layer of the frontier. Deciding which benchmark counts is deciding, in advance, what the next round of models will be trained to do — and the labs that set the benchmark others chase gain the same kind of standard-setting power that open weights confer.

That gives the choice of benchmark real power — and it explains why the field's inability to measure well is such a load-bearing problem. In Amplify's 2025 survey of 500 practitioners, evaluation was named the single most painful part of AI engineering. Barr Yaron The field steers by benchmark, yet building good ones is the thing practitioners find hardest. That is not a small tension. If measurement is the steering wheel, a field that cannot measure well is a field driving toward whatever is easiest to score.

The frontier is a discipline, not a club

Put the pieces together and the frontier stops looking like a club with two members and starts looking like a discipline with many practitioners.

The felt stagnation is a training-budget lag, not a wall (#476). Labs advance by hunting bottlenecks, not by improving everything at once (#013, #267). They start reasoning work in code because it is the first world they can simulate honestly (#067, #049). Open-weight models have caught the closed frontier, from teams without closed-lab budgets (#439, #189, #074) — and the labs releasing them do so to own the standard, not to give it away (#009, #528, #480, #400). Over all of it, the benchmarks the field chooses to chase quietly decide what the next generation will be good at (#253, #137). None of this is the technique of training a model, which Chapter 1 covered, or the economics of serving one, which Chapter 2 covered. It is the strategy of building at the frontier as a distinct thing worth doing well.

What this chapter leaves open is a question of direction. The frontier is crowded and fast — but crowded and fast toward what? So far the whole account has been about text and code. The next move is into other modalities: vision, audio, action, the physical world. That is where Chapter 4 begins.

Evidence — Source Anchors

Reasoning and agency are the same training problem, not two

  • the high level thesis of this talk is like no, they're kind of the same thing.
    #271 — Will Brown, Prime Intellectconfidence: high
  • agent reinforcement fine-tuning or agent RF is the way to do this
    #80 — Will Hang & Cathy Zhou, OpenAIconfidence: high
  • pre-training is not giving any gains
    #251 — Aakanksha Chowdhery, Reflection.aiconfidence: high

For reasoning quality, the data recipe beats model size

  • Open Thoughts, which is our project to create the best open-source reasoning data sets.
    #233 — Ryan Marten, Bespoke Labsconfidence: high
  • you should really care about what you're training on and you should care for it by giving it a nice format
    #543 — Chang She & Noah Shpakconfidence: high
  • it's not about powering them up with the next biggest LLM in the market. All they need is simple data flywheels.
    #397 — Sylendran Arunagiri, NVIDIAconfidence: high

Inference, not training, may be the largest market in AI software

  • inference might be the largest market ever in software
    #335 — Alex Atallah, OpenRouterconfidence: high
  • possible with Open Weights models where they weren't before.
    #316 — Charles Frye, Modalconfidence: high

The compute substrate is a hard constraint — and now a geopolitical variable

  • they optimize for math bandwidth over memory bandwidth.
    #228 — Charles Frye, Modalconfidence: high
  • what we do is a plumbing uh so I'm not going to talk about agents but more kind of how you train uh models what the infrastructure looks like and how you do inferencing on on the infrastructure
    #402 — Paul Gilbert, Arista Networksconfidence: high
  • what's interesting about the geopolitics of this is that despite the fact that Huawei is a sanctioned entity, China is a sanctioned country,
    #345 — Dylan Patel, SemiAnalysisconfidence: high
  • 25 years ago we crossed the 1 gigahertz speed barrier uh in
    #547 — Sunny Madra, Groqconfidence: medium

The open-model gap has largely closed

  • the first open source model to catch up and surpass GPD
    #439 — Eugene Cheah, Featherless.aiconfidence: high
  • not just use an API based generic model u but but inhouse it and do better than than what they can uh what they can do with just uh API based models.
    #189 — Amir Haghighat, Basetenconfidence: high
  • designed specifically for coding workplace agentic tasks.
    #74 — Olive Song, MiniMaxconfidence: high

Perceived "stagnation" is a training-budget story, not a ceiling

  • uh models that we're using today are largely the same as the models that were trained in 2022
    #476 — Dylan Patel, SemiAnalysisconfidence: high

Frontier progress is bottleneck-hunting, not broad improvement

  • our approach we look for root nodes. You know we're not going to waste time on the leaves.
    #13 — Raia Hadsell, DeepMindconfidence: high
  • unblocking bottlenecks towards intelligence.
    #267 — Jack Rae, DeepMindconfidence: high

Code is where labs learn to model computation, not just imitate it

  • Our primary goal is to build models that reason, plan and make decisions.
    #67 — Jacob Kahn, FAIR Metaconfidence: high
  • Poolside exists to close the gap between models and human intelligence.
    #49 — Jason Warner & Eiso Kant, Poolsideconfidence: high

Benchmarks are cultural artifacts that steer the whole field

  • benchmarks are just memes that shape the most powerful tool ever created.
    #253 — Alex Duffy, Every.toconfidence: high
  • number one most painful thing about AI engineering today? And evaluation topped
    #137 — Barr Yaron, Amplifyconfidence: high

Open source is a strategy, not charity

  • you can take, you can download, you can run in your own infrastructure, your own devices.
    #9 — Omar Sanseviero, DeepMindconfidence: medium
  • why we do open source and how we do open source
    #528 — Devendra Chaplot, Mistral AIconfidence: high
  • building something to empower and accelerate the amazing work being done by the open source community
    #480 — Kathleen Kenealy, DeepMindconfidence: high
  • we have a dream of building a journalist model and generalist agent
    #400 — Junyang Lin, Alibaba Qwenconfidence: high

Chapter 04 · 8 min read

Beyond Text: Models for Speech, Media, Perception, and Action

How speech, media, recommendation, driving, and embodiment models are all converging on the same LLM-shaped design.

CHAPTER 04/1,746 words/Drafting

The first three chapters took one thing for granted, the same thing this book set out to break: that "the model" means a text chatbot. Training, serving, and frontier strategy were all argued over language models. But the discipline those chapters described — build the model, budget its serving, choose your strategy at the frontier — has stopped being a property of text. It is now being pointed at speech, at recommendation, at generated images and video and music, at driving, and at the movement of physical robots. One Nvidia session put the shift in a single line of framing: "Foundation models don't just write or draw anymore—they're starting to move." GR00T N1

The striking thing across this cluster is not that every modality got its own foundation model. It is that they are all converging on the same shape, and by two distinct mechanisms. The first is tokenization: modalities that were never sequences of words are being cut into discrete tokens and generated one at a time, so a speech model or a ranking model comes to look like a language model on the inside. The second is consolidation: the zoo of narrow, task-specific models that used to run a product is collapsing into a single end-to-end model that does the whole job. This chapter follows both mechanisms across five modalities, and closes Part I where it began — on the argument that model-building is one discipline, whatever the model outputs.

Speech models are becoming language models

Text-to-speech used to be its own stack, with its own vocabulary and its own tricks. It is now, structurally, a language model.

Samuel Humeau of Mistral makes the architectural case directly: modern TTS increasingly is language modeling over discrete speech tokens. Speech gets cut into a sequence of discrete units, and the model generates that sequence the way an LLM generates text — autoregressively, token by token, or by diffusion — optimized to start producing audio with the lowest possible latency inside an interactive agent. Samuel Humeau The older offline synthesis pipeline, which rendered a whole utterance from a fixed representation, is giving way to something that inherits the LLM's scaffolding wholesale.

The practitioner side confirms the shift in the plainest possible way: the thing you now learn, when you learn TTS, is how token-based text-to-speech models work. Ronan McGovern's fine-tuning workshop trains exactly such a model — Sesame's token-based CSM-1B — on a single target voice, using the same data-preparation-and-fine-tune loop an engineer would recognize from any language model. Ronan McGovern When speech is tokens, speech engineering becomes token engineering, and the skills transfer.

The zoo of task-specific models is collapsing into one

The second mechanism is louder, because it is happening on the largest consumer surfaces on the internet, and it is quiet only because users never see it. Recommendation — the system that decides what you watch, read, and are shown next — is being rebuilt on foundation models, and it may be the biggest LLM application of them all.

Devansh Tandon of YouTube states the scale of it without hedging: "The application of LLMs to recommendations is going to be a bigger consumer application than search." Devansh Tandon His reasoning is that recommendation is "a bigger problem that is underhyped because it's kind of transparent to the user" — it drives most of the watch time for billions of people while attracting a fraction of the attention that the search-versus-chatbot fight gets. YouTube's move is to adapt Gemini itself into a recommender, replacing the traditional stack of large embedding models with a language model taught to speak in video IDs.

The pattern is not one company's bet. It is the same play at three of the largest personalization surfaces in the world, and each frames it as consolidation. Netflix's Yesu Feng describes the goal as "to use one foundation model to cover all the recommendation use cases" — one model behind every row of a homepage that used to be served by a collection of specialized ones. Yesu Feng LinkedIn's 360Brew team tells the same story: leveraging large language models for personalization and ranking, and taking a single foundation model built for ranking and recommendation all the way to production across the platform's many surfaces. 360Brew, LinkedIn The consolidation move — replace many bespoke models with one foundation model — is now the default architecture for recommendation at scale, and it is the same move that produced the general-purpose chatbot, applied to a problem that predates chatbots by two decades.

For live modalities, latency is a design constraint, not a tuning pass

When the model talks back in real time, its serving budget stops being something you optimize after the fact. It becomes something the architecture is built around from the start.

Chapter 2 already argued the cost side of this — that the tightest budget in serving is real-time voice, and that the economics of a $1-per-hour voice call push every decision. This chapter owns the other side: latency as a property of the model's design, not just its bill. Humeau's account of streaming TTS is exactly this — the model is shaped to emit its first audio as fast as possible, because a that pauses to think has already broken the illusion. Samuel Humeau Neil Zeghidour of Gradium AI sharpens the point by naming what still blocks the natural, cinematic "Her" conversation: not raw model quality, but end-to-end latency, tool-call delay, interruption handling, and the ability to manage overlapping speech and turn-taking. Those are architecture problems, not polish. Neil Zeghidour As synthesis and recognition get faster and cheaper, the bottleneck simply moves up the stack to real-time interaction design — which means the hard part of a voice model is increasingly a systems problem baked into how the model generates, not a knob turned at deployment.

Generative media runs the opposite way: compose, don't consolidate

Consolidation is the dominant move in this chapter, but generative media is the deliberate exception, and the exception is instructive. Here the craft is not one great model. It is orchestrating several.

Gorkem Yurtseven of fal, who runs an inference platform that serves many of these models, defines the field broadly: "It's so nice to see a generative media track in the AI engineer conference this year… the way we define it is a generative video, audio, or image." Gorkem Yurtseven From the vantage of a platform serving all of them at once and partnering with closed-source providers alongside open ones, the shape of the field is a catalog of specialized models, not a single generalist — and the product is the ability to chain them under structured control. Google DeepMind's GenMedia stack is the concrete instance: a workshop that illustrates a whole book by threading Gemini as the prompt author into Imagen for images, Veo for video, and Lyria for music, each a separate model family orchestrated in sequence rather than merged into one. Guillaume Vernade Falling video-generation prices are what make that composition practical — cheap enough per clip to iterate a prompt many times before committing to a final render — which shifts the discipline from training one model toward composing several well.

Demand for these systems arrives faster than the infrastructure under them. Keegan McCallum of Luma AI describes the launch of the Dream Machine video model as a scramble to keep up: "We'd allocated about 500 H100 GPUs. We thought that was a lot at the time. It wasn't." Keegan McCallum A million users in four days is the shape of the demand the whole cluster is racing to serve.

Embodiment is the frontier's next modality

The consolidation mechanism does not stop at the screen. It is now aimed at the physical world, where a foundation model has to perceive, plan, and act.

Waymo's EMMA is consolidation applied to driving. Where an autonomous-driving stack was historically a modular pipeline of specialized components, EMMA is an end-to-end multimodal model — one model taking in sensor data and producing driving decisions, in the lineage of the end-to-end driving research that emerged around 2020. The talk's own title, "Teaching Cars to Think," names the ambition: the driving stack framed as a single model problem rather than an assembly of engineered parts. Waymo's EMMA Robotics is the same story one step further from the road. Nvidia's GR00T N1 is presented squarely as a build-the-model problem — "Today we're going to give you a sense of… how you go about building a robotics foundation model" — the humanoid's control treated as a foundation model to be trained, not a controller to be programmed. GR00T N1

This is the seam into Part II. Here the humanoid and the self-driving car are models — the last modality the model-building discipline reaches. In Chapter 5 they become a domain, with its own strange constraints that the generic agent playbook does not fit. The same two talks that close Part I open the argument for the physical world.

The model layer is one discipline

Put the two mechanisms together and the boundary this chapter set out to erase is gone. Speech got tokenized until it looked like language (#663, #385). Recommendation consolidated a zoo of models into one foundation model, at a scale its own champions think exceeds search (#245, #247, #248). Live interaction pushed latency down into the architecture rather than leaving it at the serving layer (#663, #662). Generative media ran the other way, toward composing many specialized models under control (#244, #692) — the exception that shows consolidation is a choice, not a law. And embodiment carried the whole discipline off the screen and into driving and humanoid robots (#174, #165).

That answers the packet's standing question — is this one chapter or two? It is one, held together by two mechanisms rather than one theme. Tokenization and consolidation are different forces, but they push toward the same destination: model-building as a single discipline that no longer cares whether the output is a paragraph, a playlist, a song, or a step forward. Part I has spent four chapters on the model layer — how it is trained, served, built at the frontier, and now extended past text. Part II turns to the places where having a capable model is not enough, because the domain itself breaks the playbook. The first of those domains is the one this chapter just handed over: the physical world.

Evidence — Source Anchors

Code is a favourable domain to scale RL, because its rewards are machine-checkable

  • autonomous coding as the root node problem
    #251 — Aakanksha Chowdhery, Reflection.aiconfidence: high

On-device inference is crossing from demo to default

  • I want to convince you today to offload some of that subscription completely on device and then all you need to pay is your energy bill.
    #670 — Prince Canuma, Neywa Labsconfidence: high
  • it can run easily at 40 token 40 token per second.
    #007 — Adrien Grondin, Locally AIconfidence: high
  • LL file is an open source project from Mozilla that has the goal of democratizing access to AI
    #582 — Stephen Hood & Justine Tunney, Llamafileconfidence: high
  • how does cloud AI work in environments with low network bandwidth or even offline access?
    #307 — Emma Ning, Microsoftconfidence: high

Non-text model architectures are converging on the LLM template by tokenization

  • We're trying to uh transform the problem as a language modeling problem because humanity is extremely good at modeling sequences of token.
    #663 — Samuel Humeau, Mistralconfidence: high
  • You should be able uh to understand how token-based texttospech models work.
    #385 — Ronan McGovernconfidence: high

Recommendation may be the largest LLM application of all — bigger than search

  • the application of LLMs to recommendations is going to be a bigger consumer application than search.
    #245 — Devansh Tandon, YouTubeconfidence: high

The consolidation move is "one foundation model for all of it"

  • to use one foundation model to cover all the recommendation use cases.
    #247 — Yesu Feng, Netflixconfidence: high
  • how can we rethink this recommendation system on top of Gemini,
    #245 — Devansh Tandon, YouTubeconfidence: high
  • We tried we were trying to see if you can actually make it a foundation model
    #248 — Hamed & Maziar, LinkedInconfidence: high

For live modalities, latency is a model-architecture constraint, not just a serving cost

  • it's also very important that as soon as you have the first audio packets, you you you start to um to voice them out.
    #663 — Samuel Humeau, Mistralconfidence: high
  • The latency is still quite high. The ability to handle simultaneous speaking between the user and the system is not there.
    #662 — Neil Zeghidour, Gradium AIconfidence: high

Generative media is productized as an orchestration stack, not a single model

  • It's so nice to see a generative media track in the AI conference, AI engineer conference
    #244 — Gorkem Yurtseven, falconfidence: medium
  • basically we are going to use uh Gemini to come up with prompts and then the gen media to create uh the content for the prompts
    #692 — Guillaume Vernade, DeepMindconfidence: high

Embodiment is the frontier's next modality, expressed as a foundation model

  • we want to have a more generalizable time driving system by leveraging Gemini or other multimodal large language models.
    #174 — Jyh-Jing Hwang, Waymoconfidence: high
  • how you go about building a robotics foundation model.
    #165 — Annika & Aastha, NVIDIAconfidence: high

Chapter 05 · 7 min read

Robotics and the Physical World

Why robotics is not "agents plus a body" — the physical world adds constraints the standard harness never has to handle.

CHAPTER 05/1,659 words/Drafting

Part I broke one assumption: that the model is a given. Every chapter in it was about building the model — training it, serving it, pushing it at the frontier, and pointing it at speech, media, and recommendation. Part II breaks a different one. Here the model is capable enough. What fails is the assumption that the generic agent playbook fits the domain you are working in. This is the long tail of AI engineering: the places strange enough that the standard has to be unlearned before it can be rebuilt. Robotics is the first, and the sharpest, because the domain is not a text box. It is physics.

Chapter 4 closed on the car and the humanoid as foundation models — Waymo's EMMA and Nvidia's GR00T N1, the driving stack and the robot's control policy each framed as one model to be trained rather than a pipeline to be engineered. That was the model layer reaching its last modality. This chapter enters the world those models have to survive. A chatbot that answers wrongly can be corrected on the next turn. A robot that moves wrongly has already knocked something over. The physical world adds constraints the text never has to handle: control loops that run in real time, sensor and actuator latency measured on the wire, the impossibility of a clean undo, and data that arrives as telemetry rather than text. Each one forces the playbook to give something up.

One model for any robot

The frontier bet in robotics is framed the same way the frontier bet in language was: not a fleet of task-specific policies, but a single general model.

Physical Intelligence states the ambition without hedging. "Our mission is to make a model that can control any robot to do any task," says Quan Vuong. Physical Intelligence That is the foundation-model paradigm aimed at bodies: one model that generalizes across robots and tasks, replacing the bespoke controllers that made robotics work only inside constrained environments like a factory line. It is the same move that produced the general-purpose chatbot, now made in a domain where a wrong output has mass and momentum. The talk is careful about how far off this is — "this is not something that's ready today," Vuong says, with several scientific breakthroughs still needed to get there — which is exactly why it opens the chapter as a vision rather than a shipped result. The goal has flipped from writing a policy per robot to training one model for all of them; whether that goal is reached is the open bet the whole field is now making.

The bug is the system, not the policy

The first thing the physical world makes you unlearn is where failure comes from. In a text agent, a bad output usually means a bad model. In a robot, it usually does not.

Rishabh Garg, who works on Tesla's Optimus, puts the diagnosis plainly: when a carefully trained control policy does not behave as expected, "the issue will look like it's the policy but it's actually the software system." Tesla Optimus His talk is about what happens between the controller and the wire — getting data from sensors into the system and commands out to the actuators, across a communication protocol with its own timing and electrical characteristics. A robot's behavior is shaped by the control policy, the software configuration, and the physics of that link, all at once. The failures that look like intelligence problems are, again and again, engineering problems: a timing skew, a dropped message, a protocol quirk. The lesson is uncomfortable for a field that likes to credit or blame the model. In embodiment, most of the intelligence you can actually ship lives in the system around the policy, not the policy itself.

Physical data breaks agents that handle text fine

The second thing to unlearn is that data is data. The agent that works on text falls apart on the physical world's exhaust.

Dmitry Petrov of DataChain frames physical data as a different kind of matter entirely — video recordings, sensor readings, robot telemetry, often all combined in one project — and reports that agents handle it badly out of the box. He cites a published result to make the size of the gap concrete: "Anthropic published that accuracy for data projects on their agents is only 21% until you add specific data to them and provide context." DataChain The fix is not a better base model but a domain-specific data — layered context built around the model so it can reason over telemetry the way it reasons over prose. This is the same lesson Chapter 3 drew for codebases, transposed to a domain where the "codebase" is a stream of sensor readings. Text was legible to the agent by default; physical data is not, and making it legible is the work.

A general-purpose robot can learn a trade

If the frontier bet is one model for any task, the near-term evidence is narrower and more concrete: a general-purpose robot trained into a single working role.

CloudChef is the case study. Nikhil Abraham describes taking a bimanual robot that "was not meant for cooking — it was just a robot with two hands," putting it "through culinary school," so that "it's now a professional chef that's working in various different kitchens." CloudChef The that matters is not that a robot can cook; it is that a general-purpose body was trained into a skilled trade and that the skill transfers to kitchens it was never trained in. That is the domain's version of generalization — not answering an unseen question, but performing a physical task in an unseen environment. It is a single company's account of its own system, and the strongest figures (learning a recipe from one demonstration, working across novel kitchens) are the company's to prove. But it is the shape of the bet made real at small scale: the body is general, the training makes it a professional.

Reaching most robots means going small

The third thing to unlearn is that more capability means a bigger model. For embodiment at scale, the constraint runs the other way.

Cormac Brick of Google draws the line by counting devices, not benchmarks. If intelligence is to reach not just a handful of expensive robots but the vast number of ordinary devices, "we are going to need tiny models." Google A cheap robot cannot host a frontier model; it has the compute, power, and latency budget it has, and that budget decides what can run on-device at the edge. So the number of robots that can be intelligent at all is bounded not by how good the largest model is, but by how capable the smallest useful one can be made. This is a different argument from the on-device economics of Chapter 2, which was about cost and access — turning a subscription into an energy bill, keeping data private, working offline. Here the point is reach: broad embodiment depends on small models because most bodies cannot carry a large one. Brick argues the edge case from inside Google's edge effort, so the framing is a builder's; the constraint it names is not.

Cheap, open, hackable bodies

The fourth shift is about who gets to build at all. Robotics is starting to follow the path open models cut through text: from proprietary labs toward hardware a developer can actually buy and modify.

The humanoids that draw the hype — Tesla's Optimus, 1X, Unitree — are proprietary and expensive. K-Scale Labs offers the counter: an open-source humanoid, built hardware-to-software for developers, at $8,999. K-Scale Labs Hugging Face pushes the same idea further down the price curve with Reachy Mini, a $300 open-source robot that is designed to be hacked. Reachy Mini Neither is a frontier machine, and both are early — the significance is not the spec sheet but the pattern. Open weights let a developer run, fine-tune, and inspect a model instead of renting it through an API; open, affordable, hackable hardware promises the same for the body. It is the same democratization argument the text ecosystem already made, now pointed at atoms, and it pairs naturally with the previous section's tiny models: cheap bodies and small models are two halves of the same push to move robotics out of .

What robotics makes the playbook unlearn

Put the chapter together and it is not a survey of robots. It is a list of things the generic playbook has to give up the moment the environment stops being a text box.

The goal is still one general model (#175) — that carries over from Part I intact. But the failure model inverts: the bug is the system between controller and wire, not the policy (#110). Data stops being legible by default; telemetry needs its own before an agent can reason over it at all (#890). Generalization stops meaning an unseen question and starts meaning an unseen kitchen (#229). Bigger stops being better, because reach is bounded by the smallest model a cheap body can run (#936). And the hardware itself is beginning to open the way the models did, which is what makes any of this reach past (#276, #725). Real-time loops, latency on the wire, the missing undo, telemetry instead of text — every constraint in this chapter is one the text never had to handle, and each one forces a specific unlearning.

That is the pattern Part II will repeat. Each domain in the long tail takes the capable model as given and then breaks the playbook in its own particular way. Robotics breaks it on physics. The next chapters break it on stakes and on trust, where the domain that resists the playbook is not the physical world but the regulated one.

Evidence — Source Anchors

Embodiment is the frontier's next modality, expressed as a foundation model

  • we want to have a more generalizable time driving system by leveraging Gemini or other multimodal large language models.
    #174 — Jyh-Jing Hwang, Waymoconfidence: high
  • how you go about building a robotics foundation model.
    #165 — Annika & Aastha, NVIDIAconfidence: high

The frontier bet in robotics is one general model for any robot, any task

  • our mission is to make a model that can control any robot to do any task.
    #175 — Quan Vuong & Jost Tobias Springenberg, Physical Intelligenceconfidence: high

In embodiment, a failure that looks like the policy is often the system

  • the issue will look like it's the policy but it's actually the software system
    #110 — Rishabh Garg, Tesla Optimusconfidence: high

Physical data breaks agents that handle text fine

  • accuracy for data projects on their agents is only 21%
    #890 — Dmitry Petrov, DataChainconfidence: high

A general-purpose robot can be trained into a skilled physical trade that transfers

  • it's now a professional chef that's working in various different kitchens
    #229 — Nikhil Abraham, CloudChefconfidence: high

Broad embodiment depends on tiny models, not frontier ones

  • we are going to need tiny models.
    #936 — Cormac Brick, Googleconfidence: high

Cheap, open, hackable robot hardware is starting to follow open models' path

  • We build opensource human robots from hardware to software
    #276 — JX Mo, K-Scale Labsconfidence: high
  • It's very hackable.
    #725 — Andres Marafioti, Hugging Faceconfidence: high

Chapter 06 · 11 min read

Regulated and High-Stakes Domains

Why finance, legal, insurance, and medicine need a different engineering posture, not just a smarter general model.

CHAPTER 06/2,486 words/Drafting

In most of this book, a wrong answer costs a little rework. In finance, law, insurance, tax, government, and medicine, a wrong answer costs a lost deal, a lawsuit, a denied treatment, or a fine. This is the part of the long tail where the environment does not merely resist the generic agent playbook — it raises the price of every mistake until the playbook has to change shape.

The tempting story is that these domains need a smarter model. The people building in them tell a different one. A finance-LLM team says its training recipe is general, with requirements that "apply across industries." A finance-benchmark team finds its grounding-failure result reappears, unchanged, in medicine. An insurance team's fixes turn out to be ordinary engineering hygiene. Across the corpus, the practitioners closest to the regulation keep insisting their methods are not special.

That is the chapter's real finding, and it is more useful than the myth it replaces. What these domains change is not the technique but the standard. The methods are the same ones from the earlier chapters — evaluation, retrieval, guardrails, fine-tuning. The error tolerance is near zero. And when the tolerance goes to zero, evaluation and verification stop being a checkpoint you run before launch and become the product itself. The chapter runs in two movements — professional services, then healthcare and care — that argue one thesis from two directions: high stakes turn verification from a nicety into the thing customers actually buy.

Movement A — Professional services

"Trust, but verify" is an architecture, not a slogan

In finance and law, a you cannot trace to a source is worthless, so the systems are built to make every traceable. Mike Conover's team at Brightwave builds a research agent for due diligence and equity research — "a research agent that digests very large corpuses of content in the financial domain," where "you need to spot critical risk factors that would diminish asset performance" #423 — Conover, Brightwave. Two design choices carry the domain. Verification is a separate model call that checks each finding against the source document, not a single-pass self-check, because a model reviewing its own output is "primed to be credulous" about it. And every finding carries a citation and an inspectable audit trail, because a financial analyst needs to see the receipts behind any assertion before acting on it.

The same posture shows up in legal, where the hard part is not the retrieval algorithm but the evaluation around it. At Harvey, most of the engineering effort in enterprise legal RAG goes into eval-driven development rather than fancy retrieval, across a spectrum that runs from expensive expert review to labeled criteria sets to fast automated precision and recall #154 — Qi (Harvey) & She (LanceDB). A real legal query — the applicable regime for a class of covered bonds issued before a specific date under a named EU directive and article — mixes semantic search, date filters, and exact regulation IDs at once. The retrieval is only as good as the eval that proves it retrieved the right law, so the evaluation is where the work goes.

When the ceiling is not enough, the domain pushes you to a trained model

General models are good, and for these domains "good" is the problem. Waseem Alshikh's team at Writer built a finance benchmark that separates two things a model can fail at: whether it answers at all, and whether the answer stays grounded in the supplied context #406 — Alshikh, Writer. On financial tasks the two diverge sharply. Reasoning models almost never refuse; given wrong or irrelevant context, they hallucinate rather than flag the mismatch. Even the best model's combined grounding-plus-answer score tops out around 81% — roughly one in five queries answered confidently wrong under imperfect context. When a confident wrong answer is unbounded in cost, a one-in-five error rate is disqualifying, which is the argument for domain-specific models backed by a full retrieval and guardrail stack rather than a general model alone.

That argument is what motivates teams who actually train. Gradient's Leo Pekelis describes training a finance LLM because, as the talk frames it, financial agents completing "complex workflows like tabular reasoning or sentiment analysis" fail on "the reliability of executing numerous chained" steps — the reliability of the chain, not the cleverness of any single call, is what forces the investment #473 — Pekelis, Gradient. The honest caveat, and it is the chapter's spine: both Alshikh and Pekelis say their findings are general. Writer sees the same grounding failure in a medical benchmark; Pekelis calls his training requirements ones that "apply across industries." So the domain does not supply a new technique. It supplies a standard the technique has to clear, and a stake high enough to justify paying for it.

Sometimes the safest design keeps the model out of the answer

The most conservative verification pattern is to deny the model the dangerous job entirely. Intuit's tax-explanation assistant serves enormous scale — "TurboTax successfully processed 44 million tax returns for tax year 23, and that's really the scale we're going for" — and the central design decision is that the model never calculates a tax number #197 — Singh, Intuit. Every figure comes from a deterministic tax engine; the LLM only explains it; and a separate guardrail model checks each explanation against the real numbers to catch a hallucinated figure before it reaches a taxpayer. In-house tax analysts write the prompts and build the golden evaluation set, because a wrong number is legal liability — the team "focuses heavily on legal and privacy controls." The model is used where it is safe (explanation) and walled off from where it is not (the number).

That is the domain being load-bearing. It is worth showing the case where it is not. AXA's data-innovation lab built a chatbot to explain insurance terms and reports that its real gains came from disciplined evaluation and prompt optimization — building labeled eval sets, modularizing before optimizing, writing custom metrics for German #469 — Morina, AXA. Almost none of that is insurance-specific. The one genuinely domain-forced constraint is data residency: the model runs on an internally hosted platform so customer data never leaves the company's infrastructure. The lesson is not that regulated industries force novel engineering everywhere. It is that they force it in exactly the places where the stakes concentrate — the number, the private data — and leave the rest as ordinary practice.

Compliance and confidentiality are design inputs from day one

For government and other high-compliance buyers, the regulatory stack is not a deployment detail added at the end. It is a gate the system must clear before it can be fielded at all. Mark Myshatyn, an enterprise AI architect at Los Alamos National Laboratory — a lab that has, as he notes, "been doing applied AI/ML for almost 70 years" — describes an agent that read fusion-capsule research and ran real hydrodynamic simulations on 's supercomputers #86 — Myshatyn, Los Alamos. The demo is the easy part. The hard part is the compliance regime any agentic tool must satisfy: NIST 800-53 with its thousand-plus controls, FedRAMP authorization, the DoD's Compliance Security Requirements Guide and its impact levels, CNSSI 1253, and two just-issued OMB memoranda forcing agencies to define AI governance inside a fixed rulemaking window. The standard AI-engineering playbook has no slot for this. Myshatyn's asks to vendors — build for explainability, build for isolation and self-hosting, ship governance artifacts like a software bill of materials, and don't let the federal version lag years behind the commercial one — are a design brief that has to be read before the first line of code, not after.

Confidentiality is the same kind of upstream constraint, and it is where this chapter meets a thread from the inference-economics chapter. There, trust and confidentiality were named as first-class requirements that the industries with the most to spend — healthcare, finance — impose on how and where a model runs. Here that abstraction becomes concrete: AXA's internally hosted platform, Intuit's legal and privacy controls, Los Alamos's demand for isolation and self-hosting for classified work. The requirement is not a property of the model. It is a property of the deployment, and it is decided on day one.

Movement B — Healthcare and care

The value is in the broken back office, not the clinical frontier

The public imagination puts medical AI at the bedside — diagnosis, imaging, the clinical frontier. The money and the failure are somewhere less glamorous. Nathan Wan of Ensemble Health opens on the scale of the problem: "Almost half the hospitals in the country are losing money… and it's not because of the clinical costs. It's because of the broken and manual processes around the revenue cycle" #187 — Wan, Ensemble Health. Most denials are technical registration and data errors, not medical disagreements, so the highest-leverage AI sits in the administrative machinery: correcting data upstream, and drafting appeal letters for clinical denials. Off-the-shelf generative AI "wasn't sufficient" for the appeal task on its own; the team built a custom model and pipeline with its clinical experts, who keep final sign-off, and measures the result as ROI — a reported 40% cut in appeal turnaround and a tracked denial-overturn rate.

The same shape recurs in oncology. Risa Labs automates cancer-care workflows end to end, and the flagship is prior authorization — filing drug authorizations for cancer patients, starting from order intake and eligibility-and-benefits verification #883 — Shankhdhar, Risa Labs. Again the target is the administrative process that decides whether a patient gets a covered drug, not the clinical decision about which drug. In healthcare, the boring back office is where AI both pays and breaks.

At scale, evaluation is the product

When there is no room for error and no time for a human to check every output, the evaluation layer is what earns a customer's trust — so the eval is the product. Anterior built exactly this for prior-authorization decisions: a system "that supports mission-critical decisions like in healthcare where there's no room for error," having "scaled to now serve insurance providers covering 50 million American lives" #446 — Anterior. The motive is compliance, stated plainly: many US healthcare organizations "are being sued right now for using AI automation inappropriately." Human review alone cannot scale — holding review at a fixed ratio means clinician headcount grows linearly with volume — and offline eval sets always lag the edge cases that only appear in live traffic. Anterior's answer is a real-time, reference-free eval layer that scores every case before ground truth exists, and uses that score to decide which scarce cases reach a human.

The definition of "correct" is the domain expert's, not the engineer's, and that is what makes this a domain argument rather than a technique one. At SonderMind, whose mental-health coach has served over a million people, a licensed clinician reviews traced conversations — including indirect, coded language a general filter would miss — and annotates each with an expected observation that an extraction script turns into a test gating every prompt, model, and guardrail change in CI #938 — Reed & Revere, SonderMind. Their design goal is "more correct triggers," not more triggers: general-purpose guardrails were so conservative they had to be turned off on day one, because over-triggering in mental health denies people care. The clinician's judgment lives in the test suite. It is the ground truth the whole system is measured against, and — as the team notes — the pattern is reusable in any high-stakes domain, not just this one.

Where automation stops and the human starts

One talk in the cluster asks the question in its title — can oncology workflows run without human touch — and the honest answer the corpus gives is: not where the cost of error is unbounded. Across both movements, the human stays in the loop through an explicit, staffed escalation path, not a generic error message. Dan Mason's telemedicine support agent makes the boundary architectural #339 — Mason. The agent speaks only from medically approved scripts co-owned by a physician's assistant. A separate self-evaluation scores every outgoing message and deliberately deducts confidence for unusual situations — not because the answer is wrong, but because a human should look — and anything below a 75% threshold is held for human approval. A human's review never raises the score back up, which keeps the audit trail honest. When a case falls outside the script, it escalates through Slack to the physician's assistant; anything requiring genuine medical judgment routes to "call 911, go to your doctor" rather than to the model.

That structure — a confidence gate, a named human on call, a hard stop — is the same one the other high-stakes systems build. Anterior routes low-confidence cases to a stronger model or an on-call clinician #446 — Anterior. Ensemble Health puts a clinical expert's sign-off before any appeal letter reaches a payer #187 — Wan. Brightwave deliberately withholds full autonomy on judgment calls, because the tacit knowledge that decides them — a conversation with management, a portfolio manager's read on a sector — was never digitized into the corpus #423 — Conover. The human is not a fallback bolted on for comfort. The human is where the unbounded risk is parked by design.

The stake is the standard

Read across the two movements and the shared is clear. What makes a domain high-stakes is not that it needs different methods. It is that it sets the error tolerance to zero, and a zero tolerance promotes evaluation and verification from optional to load-bearing. That is why the practitioners keep saying their techniques are general and are still, in the same breath, describing something the earlier chapters did not need: a separate verification call, a deterministic engine walling the model off from the number, a compliance stack read before the first commit, a clinician's judgment compiled into CI, a staffed escalation path for the cases no model should own.

Scale sharpens the same edge. When you serve 44 million tax returns or cover 50 million lives, edge cases stop being rare and become certainties, so the evaluation cannot run once before launch — it has to run continuously in production. Intuit rebuilds its knowledge engine and prompts every year as IRS forms change, and treats even a same-vendor model upgrade as a full re-evaluation event #197 — Singh. Anterior runs its reference-free eval on every live case because the offline set can never keep up #446 — Anterior. In these domains, the eval system is not the thing you build to ship the product. It is the product — the part customers are actually paying for, because it is the part that lets them trust the rest.

Evidence — Source Anchors

In high-stakes domains, evaluation is the product, not a checkpoint

  • real-time reference-free evals can be the special source that enables customer trust
    #446 — Anteriorconfidence: high
  • more correct triggers.
    #938 — Reed & Revere, SonderMindconfidence: high

When a confident wrong answer carries unbounded cost, a general model's grounding ceiling is disqualifying

  • 81% sounds a great number if you think in the reality
    #406 — Alshikh, Writerconfidence: high
  • they kind of apply across uh Industries
    #473 — Pekelis, Gradientconfidence: high

"Trust, but verify" becomes an architecture, not a slogan

  • primed to be credulous
    #423 — Conover, Brightwaveconfidence: high
  • investing in eval driven development is a huge huge key to building these systems
    #154 — Qi (Harvey) & She (LanceDB)confidence: high

In healthcare, the value and the failure are in the broken back office, not the clinical frontier

  • Almost half the hospitals in the country are losing money.
    #187 — Wan, Ensemble Healthconfidence: high
  • is prior authorizations where file for authorizations for drugs for cancer patients.
    #883 — Shankhdhar, Risa Labsconfidence: medium

Compliance and confidentiality are design inputs from day one, not add-ons

  • You have your sock 2 report. I have NIST 853.
    #86 — Myshatyn, Los Alamosconfidence: high
  • our internal gen platform gets like more usable every day and like especially not comprising our data security
    #469 — Morina, AXAconfidence: high

At regulatory scale, evaluation must run continuously in production

  • relying only on offline evals is playing with fire
    #446 — Anteriorconfidence: high
  • we made the move from uh uh anthropic cloud instant to anthropic cloud haiku
    #197 — Singh, Intuitconfidence: high

In high-stakes automation, a human stays in the loop through an explicit, staffed escalation path

  • call 911, go to your doctor,
    #339 — Masonconfidence: high
  • give it to an on call clinician to review it
    #446 — Anteriorconfidence: high
  • allow the clinical expert to make the final decision on whether or not uh the letter meets the meets the standard of quality before it gets submitted to the to the payer.
    #187 — Wan, Ensemble Healthconfidence: high
  • the human analyst always is going to have access to information that has not been digitized
    #423 — Conover, Brightwaveconfidence: high

Chapter 07 · 7 min read

Creative, Education, and Games

Why creative, educational, and game applications keep the model in a narrow lane while structured systems hold the ground truth.

CHAPTER 07/1,543 words/Drafting

The long tail ends in the domains that look least like engineering: a game, a classroom, a song. The generic playbook breaks here too, but not the way it broke in the last chapter. The constraint is no longer stakes. It is subjectivity, pedagogy, and play. There is no ground-truth label for a fun level, a good lesson, or a moving piece of music, and often no way to check the answer at all. A wrong output does not cost a patient or a lawsuit; it costs the experience, which is the whole product.

That would seem to be the model's home turf — the place where fluent, plausible, creative output is exactly what you want. It is not. Across chess, mobile games, tutoring, and music, the practitioners who shipped something real converge on the same discipline: keep the model in a narrow lane — translating, generating, or coaching — and let a structured system around it hold the ground truth. The weight of the evidence sits with games, so this chapter leads there.

Games

The model explains; the engine computes

The cleanest statement of the pattern comes from chess. Anant Dole and Asbjørn Steinskog, engineers at Play Magnus — Magnus Carlsen's company — walked through the pipeline behind their production chess coach, the game-review feature that tells a player why a move was good or bad. Their talk is called "how we built our AI chess coach that now you can use and is in production" chess coach, and the design is a study in restraint.

The system never lets the model touch the chess. Stockfish plays the whole game and produces the ground-truth best move and evaluation for every position. A research network from the University of Toronto predicts what a human at a given rating would actually play, so the coach can say a move is brilliant because only a small fraction of players at your level would find it. Hand-built detectors extract the tactical structure — forks, pins, threats, defensive resources — into a large structured package. Only then does an LLM enter, and only to turn that package into English. It is explicitly forbidden from reasoning about the position on its own. The reason is blunt: LLMs hallucinate moves and cannot calculate, but they are excellent at explaining once the analysis is handed to them. The model is a translator, and everything that has to be true is computed before it speaks. That is the chapter's whole thesis in one architecture — the structured system owns the truth, and the model owns the words.

The puzzles stay human, and the agents run local

The New York Times games team draws the same line from the other side. Shafik Quoraishee and Joanne Song, presenting local agentic patterns for accessible mobile games, open with a disclaimer they clearly mean: "Our puzzles are made by people. They're not made by AI." They repeat it plainly — "There's no AI in the games themselves" NYT mobile games. The craft that makes a puzzle worth solving stays human-authored; the AI lives at the edges, in accessibility and responsiveness, not in the ground truth of the game. Their argument for pushing agentic behavior on-device is the same one that ran through the inference chapter — local execution buys low latency and reach — applied to play. It is the earlier NYT case study, Quoraishee's look at "the interplay between human intuition and artificial intelligence in puzzle-solving" in Connections NYT Connections, carried to its conclusion: the model can help around the puzzle, but the puzzle is human.

Generating the content is easy; making it good is not

The demos make building a game with AI look solved. The practitioners who tried it say the opposite. Jeff Schomay built a small exploration game and reports, without hedging, "I made a game with 100% AI generated content" Infinite Game — and the interesting part of his talk is not that the generation worked but where it strained. A game needs a flood of cheap, disposable ideas while you prototype and near-infinite depth once you play, and generating that volume is now the trivial part; making the generated content actually good is the problem that remains. Danielle An and David Hoe of Meta put the caution in their title — "Think You Can Build a Game with AI? Think Again!" Build a Game with AI. The difficulty in game-making with AI has moved, but it has not disappeared. Generation is cheap; judgment about what is worth generating is not.

The pipeline can run itself, and the bar is a human trainer

Autonomy is arriving anyway. Stephan Steinfurt of TNG built a chess YouTube channel run entirely by AI AI chess channel — a creative pipeline that generates and publishes with no human in the loop. What makes the case sharp is the standard he set it against. A major German newspaper, surveying new approaches to combining AI with chess, had written that "it could easily take another 5 years until AI explains chess as well as a human trainer." Steinfurt quotes that line as the he set out to challenge, not as his own verdict. The measure the field reaches for is not benchmark accuracy but a person: the human trainer who can explain the game well. It is worth setting beside the Play Magnus loop, which improves its own commentary automatically — a user reports bad output, an agent rewrites a detector and regenerates the explanation — yet still stops to ask an engineer to approve the change from their phone. Full autonomy is technically in reach; the human is kept at the one gate where taste is the product.

Education

The constraint is pedagogy, not capability

Education is where it is most tempting to treat a better model as the answer, and the practitioners are the ones resisting it. Shawn Jansepar, who leads AI and learning at Khan Academy, frames the Khanmigo work not as a model problem but as an organizational one — "Khan Academy's journey to become an AI-first organization" Khanmigo. Scaling a tutor turns out to be about roadmap, product, and learning outcomes across a whole institution, not about which model sits underneath. The binding constraint is pedagogy: what actually helps a student learn, which is a design question no capability jump answers on its own.

Stefania Druga makes the urgency concrete from the multimodal side. She notes that 70% of generative AI users are Generation Z, citing a recent Salesforce study, and argues "education needs a wakeup call" Multimodal Education. Her interest is in combining sound, image, and video into learning activities that build critical and creative thinking — the model as raw material for a designed experience, not as the teacher. In both cases the model is capable enough already; the unsolved work is turning capability into learning, and that is pedagogy's problem, not 's.

Creative

Making music is an orchestration problem, not a model

Creative production lands on the same shape the media chapter described. Thor Schaeff of Google DeepMind walked through Gemini's audio stack as a chain of specialized parts, not a single generator Gemini audio stack. One model reads a recording for speaker, emotion, and language in a single structured call; a small set of base voices is steered by a written "director's note"; a native speech-to-speech model handles live conversation without a cascaded transcribe-then-speak pipeline; and a separate music model, Lyra, is invoked as a callable tool by the conversational model to compose a song on request. The product is the composition of these pieces under structured control. Phlo Young's workshop carries the framing in its title — "AI Music Generation, From Prompt to Production" AI Music Generation — the same prompt-to-production arc, treated as a pipeline to be assembled rather than a single button to press. This is the generative-media argument from the model chapter, seen from the domain side: in creative work the craft is not one great model but several specialized ones, composed well.

One lane, many domains

Three subjective domains, one discipline. The chess coach lets an engine calculate and uses the model only to narrate. The Times keeps its puzzles human and sends the AI to the edges. The infinite-game builders find that generation is cheap and judgment is not. Khan Academy and the multimodal educators treat the model as capable material for a designed experience whose real constraint is pedagogy. The music stack composes specialized models under control rather than trusting one to do everything. In every case the model is a component in a system, never the system — kept in the lane it is good at, while something structured, and often someone human, holds the ground the experience stands on.

That is the counterintuitive result of the long tail. Where correctness is fuzzy and the output is the whole point, the answer is not to give the model more room. It is to draw its lane more precisely, and to be clear about what only a person, an engine, or a designer can own. The domains that look least like engineering turn out to demand the most of it.

Evidence — Source Anchors

In subjective domains, keep the model in a narrow lane and let structured systems own the truth

  • the LLM's job is only to translate this information
    #677 — Dole & Steinskog, Play Magnusconfidence: high
  • Our puzzles are made by people.
    #918 — Quoraishee & Song, NYTconfidence: high

A working AI-built game is far harder than the demo, and content generation is the easy part

  • I made a game with 100% AI generated content
    #588 — Jeff Schomayconfidence: high
  • everybody can build a game over the weekend,
    #827 — An & Hoe, Metaconfidence: high

In education, the binding constraint is pedagogy and organization, not model capability

  • transformed KH Academy into an AI first organization
    #512 — Jansepar, Khan Academyconfidence: high
  • education needs a wakeup call
    #540 — Stefania Drugaconfidence: high

Creative production is an orchestration problem — compose several specialized models, not one generalist

  • a tool to then generate a song using Lyra.
    #755 — Schaeff, Google DeepMindconfidence: high
  • produce a song and then use this voice conversion technique
    #477 — Phlo Youngconfidence: high

A creative pipeline can now run fully autonomously, and the standard it is measured against is a human

  • it could easily take another 5 years until AI explains chess as well as a human trainer.
    #822 — Steinfurt, TNGconfidence: high

On-device, local agentic patterns matter for accessible, low-latency play — while the puzzles stay human

  • local agentic theory for accessible mobile games.
    #918 — Quoraishee & Song, NYTconfidence: high