What is LLM-as-judge and why did it emerge as an evaluation approach?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
LLM-as-judge uses a strong model to score other models' outputs against a rubric. It scales evaluation cheaply where human review is slow and string metrics miss meaning.
Imagine grading thousands of essays. You could hire human graders, but they are slow and expensive. You could check whether each essay contains exact keywords, but that misses essays that say the right thing in different words. So instead you hire one very smart reader and give it a clear rubric: "Is the answer helpful? Is it accurate? Is the tone right?" That smart reader can read thousands of essays an hour, understand what each one means rather than just matching words, and apply the same rubric to every one. That smart reader is an LLM-as-judge. The catch is that even a smart reader has habits and blind spots, so you cannot trust it blindly. But for grading at scale, it beats both the human graders and the keyword checker.
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.
3 min: define LLM-as-judge, contrast with human eval and string metrics, name what it captures that they cannot, and close on the proxy caveat plus calibration.
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.
Treating the judge's score as ground truth. It is a scalable proxy with known biases that needs periodic calibration against human labels, not an oracle.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.