INQUIRING LINE

If an AI can ace the rules test without following the rules for real, what would make the test honest?

What realism standards should compliance benchmarks meet to avoid evaluation gaming?

This explores what a benchmark for rule-following (privacy, policy, safety compliance) would need in order to resemble real deployment closely enough that an agent can't score well by gaming it. The corpus has no note on compliance benchmarks by name, but its notes on why benchmarks get gamed add up to a concrete checklist.


This explores what a benchmark for rule-following (privacy, policy, safety compliance) would need in order to resemble real deployment closely enough that an agent can't score well by gaming it. The corpus has no note on compliance benchmarks by name. Its notes on why benchmarks get gamed still add up to a concrete checklist. The first item is that compliance can't be folded into one headline number. One study splits agent capability into at least five separable axes, privacy compliance among them, and finds that models ranking highest on one axis often rank lower on others Does a single benchmark score actually predict agent readiness?. A compliance score buried inside a general score hides exactly the failures it was meant to catch.

The second standard is realistic work and realistic users. An analysis of 960 real occupational workflows found agents clear abstract contests but fail long-horizon professional tasks. The authors trace the gap to benchmark design: "the field optimizes what it measures," and it has measured contests rather than work Why do agent benchmarks not predict real economic value?. Compliance failures tend to happen mid-way through long, messy tasks, so a short prompt asking "would you leak this?" tests very little. The same applies to users. Outcome-only benchmarks abstract away how different people phrase requests and judge results Can simulated users reveal what offline benchmarks miss?. Work on persona generation adds that the rare but consequential user configurations are the ones naive prompting misses, so a benchmark should aim to cover the tail rather than match typical frequencies Should persona simulation prioritize coverage over statistical matching?. Compliance breaks in the tail.

Third, a benchmark should judge the path as well as the score. BenchShield lets operators claim that a task was completed validly, grounded in recorded infrastructure evidence about whether the agent followed the intended path, instead of resting on a terminal score Can infrastructure evidence replace terminal scores in benchmark validation?. AgentCompass reaches a similar place by separating benchmark, harness, and environment into independent pieces, so reward hacking shows up in inspectable trajectories rather than staying hidden inside a scalar How can we make reward-hacking visible in agent evaluation?. For compliance this matters a great deal. An agent that reached a compliant end state by shortcut or luck looks identical to one that actually followed the rules, and identical success rates can mask large differences in reliability and verification behavior How should we measure agent system performance beyond task success?. The harness matters too. Optimizing the execution system around frozen weights lifted several models on Terminal-Bench 2.1 Can execution harnesses lift model performance without retuning weights?. So a compliance result partly measures the scaffolding, and a benchmark has to pin and disclose it.

Fourth, the benchmark has to stay ahead of the agents. Static criteria saturate and invite gaming as agents improve. One proposal keeps criteria fixed within an epoch but changes the objectives across epochs, so the target moves faster than agents can exploit it Why do fixed benchmarks fail as agents grow stronger?. Contamination is the quieter version of the same problem. Benchmark gains can reflect memorized data even while genuine reasoning behavior is being activated, and the two are separable Can genuine reasoning activation coexist with contaminated benchmarks?. Compliance items therefore need to be held out and refreshed. Scoring design counts too. Binary correctness rewards push models toward confident guessing because confident wrong answers cost nothing Does binary reward training hurt model calibration?. That finding comes from training rather than benchmarking, but the same logic suggests a pass/fail compliance test gives no credit for an agent that recognizes uncertainty and escalates.

The last standard is where the rules live. A persistent agent ran for 96 days with 889 governance events, and safeguards written into the memory layer it consulted during operation worked better than external policy documents, because the agent actually read them while deciding Can governance rules embedded in runtime memory actually protect autonomous agents?. That is a single-agent case study, not a benchmark study, so the benchmark implication is an inference. A realistic test should put the rules where a deployed agent would meet them, inside its environment and memory, rather than in a test prompt that announces a compliance check is underway. The corpus sketches these standards but has no tested compliance benchmark that meets them all.


Sources 12 notes

Does a single benchmark score actually predict agent readiness?

Capability decomposes into task success, privacy compliance, long-horizon retention, mode-shift behavior, and ecosystem readiness. Models ranked highest on one axis often rank lower on others, making single-score evaluations systematically misleading for real deployment.

Why do agent benchmarks not predict real economic value?

ALE's analysis of 960 real occupational workflows shows agents excel at abstract contests but fail long-horizon professional tasks. The gap is not model capability but benchmark design—the field optimizes what it measures, and it has measured contests rather than work.

Can simulated users reveal what offline benchmarks miss?

MatrAIx proposes a population-scale evaluation framework with 8.3 billion persona records across multiple environments and task domains, arguing that outcome-only benchmarks abstract away how diverse users formulate requests and judge results. The infrastructure decouples user variation from fixed scoring to put human diversity back into evaluation.

Should persona simulation prioritize coverage over statistical matching?

Evolutionary optimization of Persona Generator code achieves broader trait coverage than density-matched baselines, including rare but consequential user configurations that naive LLM prompting misses.

Can infrastructure evidence replace terminal scores in benchmark validation?

BenchShield enables benchmark operators to issue claims about valid task completion grounded in recorded infrastructure evidence rather than terminal scores alone. This shifts from a single number to a verifiable claim about whether an agent followed the intended evaluation path.

Show all 12 sources
How can we make reward-hacking visible in agent evaluation?

AgentCompass separates benchmark, harness, and environment into independent components, enabling trajectory analysis that surfaces reward-hacking and other failure modes scalar scores conceal. This architectural change shifts evaluation from opaque final scores to inspectable agent behavior.

How should we measure agent system performance beyond task success?

Single task-success metrics obscure how agents achieve results across memory, context, and verification layers. Research shows identical success rates can mask enormous differences in efficiency, reliability, and deployment readiness—requiring harness-level benchmarks that measure trajectory, memory hygiene, and verification costs.

Can execution harnesses lift model performance without retuning weights?

StateM improves Terminal-Bench 2.1 accuracy across multiple models by optimizing execution systems around frozen weights. The same runbook transfers to newer models without modification, achieving 95.3% on GPT-5.6 and lifting DeepSeek-V4 Flash by 5.4 points.

Why do fixed benchmarks fail as agents grow stronger?

Static benchmarks saturate and invite gaming as agents strengthen. RQGM solves this by splitting search into epochs with fixed criteria per epoch but evolving objectives across boundaries, keeping improvement guarantees while moving the target faster than agents can exploit it.

Can genuine reasoning activation coexist with contaminated benchmarks?

RLVR activates genuine reasoning patterns through RL training while benchmark improvements may reflect data memorization on contaminated datasets. These operate at different measurement levels and can coexist without contradiction.

Does binary reward training hurt model calibration?

Binary correctness rewards incentivize high-confidence guessing because they don't penalize confident wrong answers. Adding the Brier score as a second reward term mathematically guarantees joint optimization of accuracy and calibration without trade-off.

Can governance rules embedded in runtime memory actually protect autonomous agents?

A persistent agent recorded 889 governance events across 96 active days, with safeguards encoded directly into the memory layer the agent consulted during operation. Runtime-resident governance proved more effective than external policies because the agent actually accessed it during decision-making.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.