Do long-horizon benchmarks actually measure decision quality?
Existing benchmarks report only whether agents complete tasks, not whether they made good choices along the way. Can we measure the quality of intermediate decisions separately from final outcomes?
The paper's central claim is that existing long-horizon benchmarks measure the wrong unit. They "only report whether the agent finishes the task and provide no measure of the quality of the decisions made along the way." The authors call the ability to make those decisions well the "taste" of an agent, and say that "none of" the existing benchmarks measures it. Their instrument is Taste-Bench, and on it "the best model answers only 59.7% of the questions correctly." The decisions in question are of the kind "which hypothesis to test, which implementation to build on, or which experiment to run next."
The mechanism the introduction gives is a delay between decision and consequence: "a wrong decision often looks reasonable at the moment, and its cost appears only much later, after the agent has spent a large part of its budget." An end-to-end score collapses that delay into one pass or fail at the end of the run, so it cannot say which choice caused the outcome. Taste-Bench isolates the choice instead. Each question is a decision fork, "a point in a trajectory where multiple directions are available and one of them leads to a better outcome," and the model picks a direction "without seeing what happens after the fork." Forks are mined automatically from parallel attempts at the same task and from detours inside a single trajectory, from trajectories that agents produced on engineering and research tasks, "without needing human annotation."
Against the neighbors, this adds a decision-quality measure inside the long run. Does a single benchmark score actually predict agent readiness? argues that success-only scoring hides other axes, and taste is a candidate for one such axis. It sits within the trajectory, not in the deployment context that note's examples mostly come from. What predicts success in ultra-long-horizon agent tasks? also looks inside the run, but at whether the agent keeps cycling through feedback. Taste asks about the direction chosen at a branch point, which persistence alone would not isolate. Do automated benchmarks hide what frontier AI systems can really do? reaches into long tasks through small-sample qualitative log analysis. Taste-Bench mines logged trajectories automatically, a different route to the same material.
The excerpt is only the abstract and an introduction passage, and it leaves much open. It does not give the number of questions, the models tested beyond the best one, or how many directions each fork offers, so it cannot say how far 59.7% sits above chance. It does not say how "a better outcome" is determined for a fork, or whether taste scores predict end-to-end success, which is the test of whether taste is separable from what benchmarks already measure. The "improving" half of the title has no method in the excerpt. What the passages do support is narrower: a stated gap in what benchmarks report, and a fork-based way to probe it that needs no human labeling.
Inquiring lines that read this note 2
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.
What trajectory-level metrics beyond task success best evaluate agent performance? What should agent evaluation prioritize to reveal reliable behavior?Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does a single benchmark score actually predict agent readiness?
Single-axis benchmarks rank models by one capability—like task success—but ignore privacy, duration, operating mode, and ecosystem fit. Can one number really capture what matters for deployment?
extends: taste is a candidate axis hidden by end-to-end success, though the excerpt does not show it is separable
-
What predicts success in ultra-long-horizon agent tasks?
Does an agent's initial solution quality matter more than its willingness to iterate? AUTOLAB's frontier-model benchmark suggests persistence through feedback loops may be the true differentiator.
contrasts: persistence in the feedback loop versus choosing the right direction at a fork, both trajectory-level
-
Do automated benchmarks hide what frontier AI systems can really do?
Benchmarks optimize for auto-gradable, short, cheap tasks. But real AI capability emerges in long-horizon, messy, open-ended work. How much capability are we missing—or wrongly inflating—by relying on benchmark scores alone?
contrasts: qualitative log reading versus automatic mining of forks from logged trajectories
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- The Tasteful Agent: Measuring and Improving Taste in Long-Horizon Tasks
- Beyond Final Scores: A Systematic Evaluation of Agents for Long-Horizon AI Research and Development
- Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading
- Open-World Evaluations for Measuring Frontier AI Capabilities
- AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?
- MatrAIx: Simulating the World with 8.3 Billion Persona Agents
- Agents' Last Exam
- UserBench: An Interactive Gym Environment for User-Centric Agents
Original note title
long-horizon benchmarks score whether the run finished not the quality of its decisions — taste is measured at decision forks mined from trajectories