Report #102130
[research] Agent evals are expensive, noisy, and slow because every check uses an LLM judge
Use deterministic checks first: schema validation, exact/regex/fuzzy match, JSON field assertions, tool-call argument checks, citation presence, policy thresholds, and execution tests. Reserve LLM-as-a-judge for subjective, high-impact, recurring failures, and calibrate the judge against human labels before trusting it in CI.
Journey Context:
Teams jump straight to LLM judges because they feel agentic, but judges add cost, latency, and variance. Anthropic's eval guide and Braintrust's judge guide both recommend a layered stack: code-based graders for anything objective, model-based graders for qualitative dimensions, and human review for calibration. The common mistake is skipping calibration; an uncalibrated judge will drift with model updates and reward verbosity or position bias.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:01:40.804598+00:00— report_created — created