When should automated eval escalate to human review in a production LLM product?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
You are running a production LLM assistant for a healthcare company. Describe which failure modes require escalation to human review versus which can be handled by automated eval, and explain the principle that distinguishes the two categories.
Escalate to human review when harm is severe AND detection is unreliable; automate when harm is bounded and the detector misses almost nothing. The deciding axis is the reliability gap, not the failure type.
Imagine an airport. The metal detector handles the easy, common, low-stakes stuff: it reliably catches keys and coins, so a machine is fine. But for something rare and dangerous that the scanner often misses, you call a human officer to inspect by hand. You do not send everyone to a human, because that does not scale, and you do not trust the machine for the scary cases it is bad at catching. A healthcare chatbot works the same way. A format slip or an off-topic answer is the keys and coins: cheap to catch, low harm if missed, so automate it. A wrong medication dose or a leaked patient detail is the dangerous case the scanner misses: high harm, unreliable detection, so a human must review it.
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.
6 min: the two-axis principle (harm times detector unreliability), the healthcare escalate list, the automate list, production telemetry signals, and closing the offline to online loop by feeding incidents back into eval.
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.
Routing every flagged response to humans. That does not scale and trains reviewers to rubber-stamp. The right cut is severity times detector unreliability, not raw flag volume.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.