Which strategies reduce LLM-as-judge evaluation cost at scale without sacrificing reliability?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Cut judge cost by evaluating fewer items (stratified sampling, caching) or paying less per item (tiered judges, hierarchical cheap filter first). Max-capability-everywhere and temperature tweaks do neither.
Imagine grading a million student essays with one expensive expert. You cannot afford to read them all, so you get smart about it. First, you read a fair sample from each class instead of every paper (sampling). Second, you keep a folder of essays you have already graded so identical ones are never re-read (caching). Third, you let a cheap teaching assistant skim everything and only pass the borderline or important ones to the expensive expert (tiered and hierarchical eval). What does NOT save money: making the expensive expert read every single paper, or telling them to grade a little more randomly. Neither reads fewer essays nor makes each grade cheaper, so the bill stays the same or grows.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
5 min: the two cost levers, the four valid strategies mapped to each lever, the reliability risk that gates every one, and why the two distractors save nothing.
| Strategy | Lever | Main reliability risk |
|---|---|---|
| Stratified sampling | Fewer evals | Under-sampling high-variance slices inflates noise |
| Caching | Fewer evals | Stale scores if judge or rubric version changes |
| Tiered judges | Cheaper per eval | Cheap judge disagrees with humans on routed slices |
| Hierarchical filter | Both | Cheap filter drops true positives before escalation |
| Max judge everywhere | None (cost ceiling) | Spend scales linearly with traffic |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Reaching for the strongest judge on every slice to be safe. That maximizes spend without improving the slices where a cheap judge already agrees with humans, and the bill scales linearly with traffic.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.