Report #15603
[research] LLM-as-a-judge evals are too lenient and pass subtly incorrect agent outputs that a human would catch
Calibrate the judge LLM by providing few-shot examples of borderline fails in the judge prompt. Use a stricter model \(e.g., GPT-4\) to judge a weaker agent model \(e.g., GPT-3.5\), and enforce structured JSON output for the judge's reasoning and score.
Journey Context:
LLMs tend to be agreeable and will rationalize why an agent's slightly wrong output is 'close enough.' To fix this, you must explicitly define the failure modes in the judge's rubric. Providing examples of outputs that look correct but fail on a specific constraint \(e.g., wrong date format, missing citation\) anchors the judge to be stricter.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T00:38:27.415762+00:00— report_created — created