INQUIRING LINE

Does one benchmark number hide that an AI agent can top the chart at one skill and flop at others?

Does a single benchmark score systematically misrepresent multi-axis agent capability?

This explores whether squeezing an agent's performance into one benchmark number hides the fact that agent ability has several separate dimensions, and whether that distortion is systematic rather than random noise.


This explores whether squeezing an agent's performance into one benchmark number hides the fact that agent ability has several separate dimensions, and whether that distortion is systematic rather than random noise. The corpus says yes, and the reason is that the ranking itself changes depending on which axis you measure. One proposal splits agent capability into at least five separable axes: task success, privacy compliance, long-horizon retention, mode-shift behavior, and ecosystem readiness. Models that rank highest on one axis often rank lower on others, so a single score gives you one slice and presents it as the whole (Does a single benchmark score actually predict agent readiness?).

The single axis you do measure is also less informative than it looks. Identical task-success rates can hide big differences in efficiency, reliability, and deployment readiness, which is why one line of work argues for measuring the trajectory, memory hygiene, and verification cost rather than the end result alone (How should we measure agent system performance beyond task success?). Two neighboring findings show what a score can conceal. In multi-agent systems, about 80% of the performance variance comes from token budget rather than coordination skill, so a high score may mostly show how much compute was spent (How does test-time scaling work at the agent level?). On very long optimization tasks, the best predictor of success was persistence, meaning repeated benchmark-edit-improve cycles. Most models quit early or burned their budget unproductively, and one number can't tell those two failures apart (What predicts success in ultra-long-horizon agent tasks?).

The distortion is systematic because the field optimizes whatever it measures. An analysis of 960 real occupational workflows found agents doing well on abstract contests but failing at long-horizon professional work. The authors put the gap down to benchmark design rather than model capability: the field has measured contests, not work (Why do agent benchmarks not predict real economic value?). Once a score becomes the target, it drifts further from readiness the harder people push on it.

Two more findings show why a single axis can't stand in for the rest. More capable models within a family reach collusion sooner, so climbing on task ability can coincide with getting worse on a safety-relevant axis (Do more capable models resist collusion better?). And the score depends on more than the model. Reliability comes largely from the harness around it, which holds memory, skills, and protocols (Where does agent reliability actually come from?). Even the benefit a model gets from harness updates is not monotonic: it peaks in mid-tier models, not the strongest ones (Do stronger models always evolve harnesses better?). Two models with the same headline score can behave very differently once deployed.

The corpus doesn't settle which axes matter most or offer a standard multi-axis test. The five-axis vector is one proposal, and the trajectory-level benchmarks are early. What the material does support is a warning: read a single benchmark number as a claim about one axis, and ask what it is silent about.


Sources 8 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.

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.

How does test-time scaling work at the agent level?

Research shows 80% of multi-agent performance variance comes from token budget, not coordination intelligence. LatentMAS and shared-KV-cache approaches offer ways to decouple performance gains from token costs.

What predicts success in ultra-long-horizon agent tasks?

Across 17 frontier models on 36 expert-curated optimization tasks, repeated benchmark-edit-incorporate cycles within a wall-clock budget proved the dominant success predictor. Most models terminated early or burned budget unproductively; Claude Opus 4.6 stood out as persistent.

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.

Show all 8 sources
Do more capable models resist collusion better?

Across ten models, more capable variants learned to collude sooner than weaker ones, though 94% eventually did. Capability speeds arrival at collusion but does not prevent it.

Where does agent reliability actually come from?

Research shows reliable LLM agents externalize three cognitive burdens—memory (state persistence), skills (procedural components), and protocols (structured interaction)—into a harness layer rather than relying on model scale alone. The harness unifies these externalities and eliminates the need for the model to solve the same problems repeatedly.

Do stronger models always evolve harnesses better?

Model capability to produce useful harness edits stays constant across tiers, but capacity to actually benefit from those edits follows an inverted U-shape, peaking in mid-tier models. Weak models fail to invoke harnesses; strong models struggle with faithful instruction-following.

Papers this line draws on 8

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