SYNTHESIS NOTE
Topics›Evaluations›this note

Where does the evaluation boundary actually end in agent benchmarks?

Interactive benchmarks let agents write to state and receive feedback in loops. Does everything the agent can influence on the path to the reward score count as part of the benchmark's evaluation boundary?

Synthesis note · 2026-09-24 · sourced from Evaluations

The introduction sets this up as a contrast between two kinds of benchmark. A static dataset pairs "fixed inputs with terminal outputs." An executable one places "an adaptive agent in a stateful loop": the agent "observes environment state, invokes tools, changes persistent artifacts, and receives feedback before submitting an answer." The paper names coding, terminal, web and desktop benchmarks as instances, living in repositories, containers, browsers and operating systems, and names BenchFlow and Harbor as systems that coordinate repeated rollouts "through reset, logging, reward, and feedback channels."

The boundary claim follows from two couplings, both stated in the introduction. Forward: "An early action can change state that an outcome procedure later reads." Backward: "released logs, rewards, or feedback can shape later actions and rollouts." From these the paper concludes: "Every component on this path belongs to the evaluation boundary."

The reasoning is about where the edge of a benchmark can be drawn. With a static dataset the answer goes in and the scorer reads it, so the scorer is the edge. Once the agent writes to state and the scorer reads from state, the agent's earlier action sits upstream of the scorer's input, and once feedback returns to the agent the loop closes across rollouts. Reset, logging, reward and feedback channels, and the persistent artifacts between them, are then all places where the agent's behavior can reach the reward. My reading, not the paper's: the boundary is set by influence, not by who owns the component. A part the benchmark authors think of as plumbing is inside it if the agent can affect what the scorer reads through it.

Both couplings have a neighbor from another paper, which illustrates them and does not test this paper's claim. Forward: a protected test is state the check depends on, and what an agent does to it before grading, weakening one or restoring one it believes was tampered with, changes what the check checks (Can a single state change reveal which failure mechanism occurred?). Backward: Can success feedback teach agents to skip required steps? reports feedback that marks the outcome and not the path shaping what agents do next, in a two-agent verification setting where the excerpt does not say whether anything was trained. Neither is a benchmark run on the infrastructure this paper studies.

The next step is spelled out in Can a correct scoring function still mislead about task performance?: a scorer that is right can still be handed inputs the agent shaped.

What the excerpt does not give. The list of components on the path, which benchmarks the paper examined, or any instance of an agent using one; the references for the benchmark families, the infrastructure systems and the boundary claim itself are numbers only.

Inquiring lines that read this note 5

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How can we verify agent claims against their actual capabilities and actions? How do evaluation methodologies affect which model capabilities are revealed or hidden? Do single-axis benchmarks adequately measure multi-dimensional agent capability?

Related concepts in this collection 7

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
17 direct connections · 107 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

every component on the path from agent action to reward belongs to the evaluation boundary — an early action can change state that the outcome procedure later reads