A weekly signal scan for agent builders

What changed in
AI evaluation?

A concise, opinionated shortlist on LLM judges, human calibration, agent quality and the metrics that hold up in production.

02 editions08 papersFriday cadence
02

Latest signal

Aggregate accuracy is not enough

Read the latest

Every useful signal.
None of the noise.

Aggregate accuracy is not enough

The strongest work this week challenges single-number evaluation: judge accuracy can mask critical misses, final answers can hide broken execution, and model scores can actually be harness scores.

01Essential · August 9Selecting LLM Judges for Agent Evaluation PipelinesLLM-as-a-judgeHITLCalibration

Five judges differed by only 1.6–4.4 points on task-success accuracy, but by 45–50 points on detecting undesirable side effects. High-recall screening caught over 90% of problems while routing more than 70% of traces to review.

One alignment number can conceal dramatically different failure profiles and human-review costs.

Score judges separately on success, factual errors, tool misuse, looping and silent failures. Choose the operating point using problem recall and review burden, then recalibrate whenever the agent changes.

Open original paper
02High · August 9Evaluating Enterprise Analytics AgentsTrace evaluationReliabilityMetrics

A more capable configuration increased real-data answers from 21% to 73%, yet exceeded its schema-exploration budget on 77% of traces and changed table interpretation on 41 of 50 questions.

Better-looking answers can coexist with worse process reliability—the same risk as a travel answer built from the wrong source, date or tool path.

Combine human reference answers, repeated runs and trace checks. Score semantic understanding, execution quality and reliability separately.

Open original paper
03High · August 9The Scaffold Effect in Coding AgentsHarnessCostAgent metrics

Holding the model constant while changing its harness produced up to a 40× difference in tokens per successful task and distinct failure patterns, while pass-rate differences stayed within eight points.

Model quality is often model-plus-agent-architecture quality. Tool interfaces, retry logic and stopping behavior can dominate cost and failure type.

Treat the evaluand as a model–harness pair and record prompting, orchestration, tools, budgets and stopping policy with every score.

Open original paper
04Medium-high · August 9Construct Validity Failures in Agentic AI BenchmarksBenchmarksMetricsValidity

Across five benchmarks and 15 models, 22% of model pairs reversed ranking between benchmarks. Correlations ranged from 0.10 to 0.92.

A composite agent score can hide whether progress came from reasoning, tool use, factuality or task completion.

Keep a composite score for executive communication, but publish its component profile and gate critical dimensions individually.

Open original paper

Field noteNo strong new study this week directly connected automated evaluation to traveler feedback.

Ground the judge in substance, not polish

A practical first issue: control for style bias, derive rubrics from authentic work, stop partial evaluations only when the evidence supports it, and curate regression sets by capability coverage.

01Essential · August 3 · revised August 4Style Wins, Substance LosesLLM-as-a-judgeBiasCalibration

With identical content presented in different styles, direct judges remained style-sensitive. A style-aware step raised substance recognition from 0.504 to 0.759 and adversarial robustness from 0.554 to 0.899.

Helpfulness and completeness scores may reward polished phrasing rather than better traveler outcomes.

Add style-preserving and style-swapped counterfactuals to HITL calibration. Measure substantive correctness separately from presentation quality.

Open original paper
02High · August 4FinProBenchRubricsHuman groundingProfessional agents

Rubrics derived from authentic professional deliverables substantially outperformed prompt-derived rubrics for specialized roles: 99.1% versus 78.0%. Reusing role-level rubrics reduced estimated construction work 6.7×.

Quality standards should come from real successful work, not an LLM inventing what excellent looks like.

Build reusable rubrics by traveler job—comparison, disruption recovery and amenity discovery—using successful interactions and expert annotations.

Open original paper
03High · August 3ParEvalLayerSamplingDecision rulesEfficiency

The paper formalizes promote, reject, continue and abstain decisions for partial evaluations. Some benchmarks reached their full-run conclusion after 15–25% of outcomes; others needed 90% or more.

A small weekly sample can be decisive only when important intent slices are represented and uncertainty supports the decision.

Set a minimum meaningful score improvement, required intent coverage and maximum abstention rate before running the evaluation.

Open original paper
04Medium-high · August 2Who Belongs in the Eval Set?Eval setsRegressionCoverage

Microsoft describes a living regression-set pipeline that maps incoming cases to roughly 30 capability dimensions, then admits, replaces or routes them for human review based on coverage and quality.

It avoids continually adding production failures until the eval set becomes slow, redundant and expensive to triage.

Give each traveler-feedback case a capability signature—dates, occupancy, pricing, recommendations, grounding and tool selection—and keep the strongest representative of each combination.

Open original paper

Field noteNo direct traveler-feedback alignment study surfaced. FinProBench offered the closest transferable idea: derive standards from authentic successful work.