Loading…
Loading…
Written by Max Zeshut
Founder at Agentmelt · Last updated Jul 8, 2026
An evaluation pattern where an LLM scores another LLM's output against a rubric—replacing brittle exact-match metrics and expensive human review for AI agent evals at scale. The judge model reads an input, the candidate output, and a scoring rubric (e.g., "is this answer grounded in the cited source?"), then returns a structured verdict. LLM-as-judge underpins most modern agent eval suites because agent outputs are open-ended (free-text answers, tool-call sequences, multi-step reasoning) and can't be scored by string matching. See [[agent-eval-driven-development]].
A support team evaluates a new model for their AI agent across 500 representative tickets. Human review would cost $5,000 and take a week. Instead, an LLM-as-judge scores each candidate response against a rubric (tone, accuracy, escalation correctness, citation quality) for $40 in 12 minutes. Spot-checking 50 randomly sampled judgments against human reviewers shows 91% agreement—enough to trust the eval for routine model swaps, with humans reserved for final pre-launch review.