// the assumption
You check your AI by running it on a set of test questions and counting the passes. Sixteen out of twenty. You change the prompt, run it again, seventeen pass. That reads like an improvement you can act on — the number went up, and the number is the evidence.
A score is a sample, not a measurement
Those twenty questions are a sample of every question your system could face. So the score is a sample statistic, and it carries sampling error — the same reason a poll of twenty people comes with a margin either side. Scoring cases pass/fail is a binomial proportion, and the uncertainty in that proportion shrinks only as the set grows.
At 80% with twenty cases, the 95% band is roughly ±17 points. Your true score could be anywhere from about 13 to 19 out of 20. One extra pass disappears inside that.
How wide, by size
The band narrows with the square root of the set size, which is a punishing curve: to halve your uncertainty you need four times the questions.
Reproduce it in one line — nothing here is cited, it's arithmetic:
Volume alone won't save you
Here's the part that catches people out. A bigger set only helps if the cases are hard. Four hundred easy questions all pass — the score pins at 100%, the band collapses, and you have a confident measurement of nothing. You've narrowed the error bar around the wrong quantity.
Composition matters as much as N. Mine your failures, your bug reports and your edge cases — the questions where you genuinely don't know which way it'll go. Those are the ones that move the score when the system actually changes.
The fix
Check the range, not the score. Before you call a change a win, ask whether it cleared the band. If it didn't, you have no evidence — collect more cases or accept you can't tell yet. And freeze the set: if the questions change between runs, the two scores aren't comparable at all, and no amount of arithmetic recovers that.
This is the sequel to evals, not vibes: that one argues for having a number at all. This one is about how much the number is allowed to tell you.
Method: textbook binomial confidence interval, computed above — no external source required. Standard references if you want one: Wilson (1927), "Probable Inference, the Law of Succession, and Statistical Inference" · Brown, Cai & DasGupta (2001), "Interval Estimation for a Binomial Proportion," Statistical Science 16(2) — on why the normal approximation is unreliable at small N.
One concept a week. Free.
The deeper, copy-paste version of each ToolCall short — in your inbox.
// total: 0.00 · spam: void · unsubscribe: one click
