Pack · 10 talks · 5h 05m to watch, 61 min to read

Post-training and RL

In one financial tool-use task, a trained 4 billion parameter model outperforms a 235 billion parameter baseline, but only because the team knows which behavior to reward. Human preference, imitation and verifiable correctness produce different systems, and the base model must already contain skills that reinforcement learning can combine. Product work makes those distinctions concrete. An inbox or coding task needs a realistic environment, and engineers still have to read the rollouts because reward hacks can look like progress. When a task has no exact answer, judges, grounding and known end states have to provide a usable signal. Asynchronous rollouts keep GPUs busy but introduce stale-policy variance, so environments, inference and training must run separately without losing the tests that defined success.

3
Varun Singh, Arcee AI · 17:45 · AI Engineer World's Fair 2026
The Base Model Is Dead

Why here: Bigio starts with a capable model and chooses a post-training method. Singh asks how the model became ready for that method at all: mid-training supplies agentic data, and supervised learning supplies skills for RL to compose. Crawford then shows one of those compositions in action through disciplined tool use.

8
Will Brown, Prime Intellect · 19:27 · AI Engineer World's Fair 2026
Reinforcement Learning without Verifiable Rewards

Why here: Hang and Zhou assume success can be graded cleanly. Brown deals with reports, browsing and other work where it cannot. Grounding, judges and known end states manufacture a usable signal. Garg and Li come next because generating enough exploratory rollouts turns reward design into a systems problem.

10
Will Brown, Prime Intellect · 46:52 · AI Engineer World's Fair 2026
Modern Post-Training: A Deep Dive

Why end here: Garg and Li isolate the throughput problem. Brown reconnects it to everything before it: one environment can produce evals, SFT data, distillation data or RL rollouts, while separate inference and training services stop long agent runs from blocking the batch. This is the assembled system the first nine talks prepare.