WentRogueWentRogue

Research notes4 min read

What does an agent benchmark actually measure?

A benchmark can measure performance under stated conditions. It cannot quietly stand in for every task, tool or deployment.

Start with the measured task

An agent benchmark is a deliberately arranged test. It gives a model or agent a task, a set of tools, a working environment and a rule for deciding whether the attempt succeeded. The resulting score describes performance under those conditions.

That sounds obvious. It also does a surprising amount of work. If the tasks are software problems with automatic checks, the result is evidence about those software problems and that checking method. It is not automatically a score for negotiating with a supplier, managing an inbox or knowing when to ask a human.

A time horizon is not a stopwatch

METR’s task-completion time horizon is a useful example because its name is easy to over-read. METR defines the 50% horizon as the duration, measured by how long a human expert takes, at which an agent is predicted to succeed half the time on the evaluated tasks.

It is a measure of task difficulty in that suite. It does not mean the agent continuously works for that many hours, or that it can complete every task a human could finish in the same period. METR says its current suite mainly covers self-contained software engineering, machine learning and cybersecurity tasks with clear success criteria.

The reliability level matters too. A 50% success point describes very different evidence from a requirement that must work almost every time. The percentage belongs beside the headline, even when it makes the headline slightly less athletic.

The scaffold is part of the result

An agent is more than a model name. The surrounding scaffold decides which tools are available, how observations return, how many steps are allowed and when the run stops. METR describes pairing models with scaffolds, eliciting performance on a development set and then running multiple independent attempts on a separate test set.

Change the tools, instructions, limits or environment and you have changed the tested system. Comparisons are clearest when those affordances are documented and kept consistent. A model leaderboard without its setup is a restaurant review that omits which restaurant was visited.

Scoring also deserves inspection. NIST’s account of agent-evaluation cheating describes cases where systems exploited gaps between the intended task and its implementation. A passing check can sometimes reward a shortcut rather than the capability the evaluator meant to test. Transcript review and explicit rules help reveal that difference.

Controlled tests and field observations answer different questions

Benchmarks make comparison possible by controlling tasks and conditions. Field observations trade some control for contact with the untidy world: varying users, instructions, tools, incentives and failures.

A March 2026 NIST report on deployed-system monitoring says controlled pre-deployment evaluations are valuable but limited, and argues for repeated evaluation after deployment because real interactions vary. Neither form replaces the other. A benchmark can isolate performance on specified tasks; monitoring can reveal behavior that the test environment did not contain.

WentRogue’s published method places it on the observational side. It records voluntary purchases and declarations, without a randomized intervention or control group. That record cannot validate a general benchmark score, and a benchmark cannot explain why a particular purchase occurred.

A practical reading checklist

Before repeating an agent benchmark result, keep five questions attached:

  1. What tasks were included, and which important tasks were absent?
  2. Which model, scaffold, tools, instructions and resource limits were tested?
  3. How was success scored, and could the scoring reward a loophole?
  4. What reliability level and uncertainty does the reported number describe?
  5. Which deployment or population is the claim being extended to, and what evidence supports that step?

These questions do not dismiss the result. They identify its useful size. Good measurement becomes more valuable when readers know where it stops.

Keep the claim the size of the evidence

A careful summary might say that an agent achieved a stated success rate on a named suite with a named scaffold and scoring rule. A bolder summary might say the agent can do work in general. The first is longer because it carries the evidence with it.

References