Which statement best describes what each of the three LLM evaluation modes covers?
The three eval modes cover different things: automated metrics for auto-checkable facts, LLM-as-judge for nuanced quality, human review for domain expertise. They are complementary, not interchangeable.
Imagine grading student essays three ways. A spellchecker instantly catches typos and word counts, but it cannot tell if the argument is convincing. A smart teaching assistant reads quickly and judges flow, clarity, and tone, but might miss a subtle factual error in a specialist subject. A senior professor catches the deep domain mistakes, but is slow and expensive, so they only spot-check a few essays. None of the three is enough alone, and they do not do the same job. You run all three because each catches mistakes the others miss. That is exactly how teams evaluate language models: cheap automatic checks, a model judge for quality, and humans for the hard, high-stakes calls.
Detailed answer & concept explanation~8 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.
3 min: name the three modes, give one strength and one weakness for each, and land the complementary-coverage point with a concrete example per mode.
Real products, models, and research that use this idea.
- RAGAS combines automated faithfulness scoring with LLM-as-judge calls, while teams still hold out a human-labelled set for calibration.
- OpenAI Evals and Promptfoo run deterministic checks plus judge-based scoring in continuous integration before any model ships.
- Chatbot Arena pairs automated Elo aggregation with large-scale human preference votes as the ground-truth signal.
- LangSmith lets teams layer rule-based evaluators, an LLM judge like GPT-5.5 or Claude Opus 4.7, and human review queues in one workflow.
- Anthropic and similar labs gate frontier releases on automated benchmarks plus extensive human red-teaming, not on judges alone.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow do you decide which eval mode to apply to a given quality dimension?
QHow do human labels and an LLM judge relate in a mature eval loop?
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 the three eval modes as interchangeable. They cover different failure classes, so picking only one leaves a blind spot the others would have caught.
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.