Good rubrics decompose distinct dimensions, anchor every scale point with concrete examples, and use observable criteria. Holistic single scores, extreme-only anchors, and length-adaptive rules are anti-patterns.
Imagine judging a science fair. A bad judge just says 'that one felt good, 7 out of 10' and moves on. You learn nothing about why. A good judge uses a checklist: was the question clear? Was the method sound? Was the poster readable? Each gets its own score, so you know exactly where a project won or lost. Even better, the judge has sample posters pinned up showing what a 2, a 3, and a 4 actually look like, so every judge means the same thing by '3'. The worst judges only know what a perfect poster and a terrible poster look like, so everything in between is a guess. And a judge who gives more points just because a poster has more words is rewarding noise, not quality.
Detailed answer & concept explanation~7 min readEverything 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. 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: three good design properties (dimension separation, level anchoring, observable criteria) plus three traps (holistic blur, extreme-only anchors, length adaptation), with the calibration loop that ties it together.
Real products, models, and research that use this idea.
- RAGAS scores faithfulness, answer relevance, and context precision as separate dimensions rather than one blended quality number.
- G-Eval prompts the judge for chain-of-thought reasoning against explicit per-criterion steps before emitting a score.
- Prometheus 2 is trained on rubric plus anchor prompts and ships score-level descriptors for each point on the scale.
- LangSmith and Braintrust evaluator templates expose per-dimension scoring with example-anchored levels as the default pattern.
- OpenAI Evals model-graded templates encourage concrete pass criteria over holistic vibes for reproducible scoring.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow would you quantify that anchor examples actually reduce judge variance?
QWhen does adding more rubric dimensions start to hurt rather than help?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Asking the judge for one holistic 1 to 10 score. It conflates orthogonal dimensions, hides which one failed, and produces noisy, unactionable numbers that drift across runs.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.