1
A model learns from examples, not from instructions
What training changes that a prompt cannot. Pretraining, post-training,
SFT and RL, in one page. Read it.
2
One saved conversation is a rollout
The row: the ask, the tool calls, the reply. Where rows come from when
you have no traffic. Read it.
3
A reward is a score you can defend
A program that checks the answer, or a model that reads it. How to
check the checker. Read it.
4
A pass rate without an interval is a guess
pass@1, the interval, and how many tasks a real result needs.
Read it.
5
The test the model never sees is the only score that counts
The held-out set, and the check that no training row is a copy of a
test row. Read it.
6
Train on what the model gets right sometimes
Which rows to keep for SFT, which for RL, and why a task the model
always passes teaches nothing. Read it.
7
Training is done when the held-out score moved
Export, train on your own compute, and prove the change with a paired
before and after. Read it.