7 min Read it, listen to it, or follow along with both.

Listen along, in my voice

Cloned from a recording of me. My agents regenerate it whenever this chapter changes.

The bar here is far lower than people think, and almost nobody clears it. Most systems go into production on the strength of a demo and a good feeling. That is how a company ends up unable to answer the simplest question anyone will ask.

That question is: how do you know it works. Not how does it work. How do you know.

The answer should be a number, produced the same way each time, that you can watch move. Getting there takes an afternoon for most systems, and it is the single clearest signal that separates a serious practice from an enthusiastic one.

Benchmarks are not your evidence

A model's score on a public benchmark tells you something about the model in general and nothing about whether it does your job. Your job has your documents, your edge cases, your definition of a good answer. You have to build your own measurement, and it is smaller than you fear.

Build the golden set

Collect twenty to fifty real examples of the task, with known correct answers. Real ones, from your actual history, not invented ones, because invented examples are always cleaner than reality and they will flatter the system.

Composition matters more than size:

Thirty well-chosen examples beat three hundred scraped ones. The work is in the choosing and it is done by the person who knows the job, not by whoever is building.

Decide what counts as right

Before running anything, write down what right means, because "it looked good" is not repeatable and a disagreement about it at month four is painful.

Run it and write it down

Run the set, record the score, and keep the failures. The score alone is nearly useless. The failures are the entire value, because they cluster, and each cluster is a fix.

Then set a threshold before you look at the result. What score would make you willing to ship this. Deciding after you see the number is how everything ships.

The rule that makes it real

Re-run the set on every change. Every prompt edit, every model swap, every new tool. A change that improves your case and breaks four others is the normal outcome, and without the set you will never know.

This is also what makes the model choice in chapter nine decidable. Run the same set against the cheap model and the expensive one. The question stops being an argument about capability and becomes a table with two columns.

Watching it in production

The golden set tells you it worked on Tuesday. Production tells you whether it still does. Four things are worth logging from day one, and all of them are cheap:

Sample real outputs on a schedule, monthly is fine, and add anything interesting to the golden set. The set should grow over the life of the system. That growing file is the best documentation you will have of what the system is actually for.

Why this is the afternoon that pays

Beyond the obvious, the eval set changes the conversation you are able to have. When someone asks whether the system is trustworthy, you have a number and a method rather than a reassurance. When someone wants to swap models to save money, you can answer in twenty minutes. When something breaks in production, you have a before and after.

And it is a governance artifact, not just an engineering one. An auditor asking how you validate an automated decision is asking for exactly this, and the honest answer either exists or it does not.

Revision trail

Aug 10
Reframed for the company audience. Threshold-before-result and override rate promoted into the main flow.
Jul 26
Added the grader validation warning after seeing several teams grade with a model and never check the grader.