Which of these are valid concerns when using LLM-as-judge for evaluation?
Position bias, self-preference bias, and weakness on factual grounding are real concerns. Determinism and equal cost are not, judges sample at T greater than 0 by default and usually cost more than the candidate.
Imagine asking a famous chef to judge a cooking competition. Three things go wrong even before the food arrives. First, they remember the first dish best (position bias). Second, they unconsciously prefer the cooking style closest to their own training (self-preference). Third, they are great at saying which dish LOOKS prettier but cannot easily tell whether the chef used the right amount of salt unless they taste-test against the recipe (weak on factual grounding). Two things people sometimes worry about are not really problems: the chef does not always score the same plate identically (unless you pin them down), and the chef is usually not cheaper than the cooks they are judging.
Detailed answer & concept explanation~6 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.
4 min: three real biases (position, self-preference, factual) + two false comforts (cost equality, determinism) + mitigation toolkit + production triangulation with human eval.
Real products, models, and research that use this idea.
- RAGAS uses Claude Opus 4.7 or GPT-5.5 as judge but enforces claim-level entailment for faithfulness, not holistic judgment.
- LangSmith Evaluators ship position-randomised pairwise comparisons as the default with T=0.
- Anthropic Workbench includes built-in LLM-judge templates that explicitly warn about self-preference when judging Claude vs Claude.
- Prometheus 2 is the dominant open-weight judge in 2026, used precisely to avoid commercial-family self-preference.
- Promptfoo and OpenAI Evals both surface judge variance metrics over multiple runs as a first-class signal.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow would you measure whether your LLM judge actually agrees with human labels?
QWhy is single-answer rating (1 to 5) often less biased than pairwise comparison?
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.
Treating an LLM judge as a calibrated oracle. Judges have measurable biases (position, self-preference) and weak factual grounding, all of which corrupt the eval if uncontrolled.
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.