How should you score a multi-step agent where final answer accuracy is 15% but most steps are correct?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
A weighted composite of final answer, per step correctness, tool-call validity, and completion rate, plus failure mode tagging, gives actionable signal that neither metric alone provides.
Imagine grading a student on a 10-question test where they almost always get the last hard question wrong but get most of the rest right. If you grade only on the last question, you cannot tell if they are improving on the easy ones, because they almost never get the last one right. If you grade only on the average across all questions, a student who answers 8 right and skips 2 looks worse than one who fakes 10 mediocre answers. So you use a scorecard: most of the grade comes from the last question (it is the goal), but partial credit comes from the others. And you write a short note on each test saying what kind of mistake the student made, so you can tell over time whether their wrong answers are getting better or worse.
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.
Open with the diagnostic: sparse final answer plus dense intermediate signal forces a composite. Name the four channels and weights, explain why pure final answer and pure step accuracy each fail. Cover failure mode tagging as what makes the eval actionable. Anchor to SWE-bench, AgentBench, GAIA, and TAU-bench as canonical examples. Close on cost per task, confidence intervals, and LLM-as-judge calibration as production grade nuances.
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.
Tracking only final answer accuracy, which is too sparse at 15 percent to detect regressions, or only step accuracy, which rewards an agent that thrashes through many small correct steps without finishing.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.