AI engineering · 35 of 42
The cases you refuse to break
Scroll
The cases you refuse to break
A golden dataset is a small set of inputs with known good outcomes, run on every change. It is the regression suite for a system that has no deterministic output to assert on.
Twenty cases you genuinely care about beat two thousand scraped ones, because at twenty every failure gets read by a person rather than becoming a number that drifted.
The set should be deliberately uncomfortable: the thing that broke last month, the ambiguous phrasing, the request that should be refused, the empty input. And it should grow — every production incident becomes a case, which is how it stays worth running.
Evaluation