How can subtask grading reveal agent progress on long tasks?
On tasks lasting hours, binary pass-fail verdicts hide meaningful partial progress. Can decomposing long tasks into fine-grained subtasks with intermediate rewards expose what agents actually accomplish?
Long-Horizon-Terminal-Bench takes the standard Terminal-Bench setup — a reference solution or simulation engine per task — but decomposes each of its 46 tasks into fine-grained deterministic subtasks, each graded against the environment. This produces dense intermediate rewards and partial credit, which matters because the tasks are genuinely long: averaging 239 episodes, 9.8M tokens, and 88.9 minutes per run. On workflows that long, a binary final-outcome verdict discards almost all the information. The strongest model (Grok 4.5) passes only 28.3% at R≥0.95 while the mean across 17 models is just 6.4% — a near-floor result that outcome-only scoring would render as undifferentiated failure.
The design argument is that reward density is not a nicety but a measurement necessity once horizons stretch past one-shot problem solving. When agents make "meaningful but incomplete progress," a pass/fail benchmark cannot distinguish a model that got 80% of the way from one that stalled immediately — both read as zero. This grounds the broader claim that Should agent evaluation measure more than task success?: dense subtask grading is one concrete instrument for that shift. It also echoes the training-side finding that Can we reward reasoning steps without human annotation? — dense signals expose structure that outcome-only aggregation flattens, whether the goal is evaluation or optimization.
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
-
Should agent evaluation measure more than task success?
Current benchmarks reduce agents to a single success score, but agents emerge from multiple interacting systems. What dimensions of agent behavior should builders actually measure to predict deployment readiness?
extends: dense subtask grading is a concrete instrument for trajectory-level evaluation
-
Can we reward reasoning steps without human annotation?
Existing RL for reasoning uses only final-answer rewards, causing models to produce wastefully long chains. Can information theory provide dense, automatic feedback for individual reasoning steps?
grounds: the same dense-vs-sparse argument on the training side
-
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?
relates: both target long-horizon realism that automated pass/fail benchmarks distort
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading
- Agents' Last Exam
- AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?
- Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate
- OpenClaw-RL: Train Any Agent Simply by Talking
- Reinforcement Learning with Rubric Anchors
- Intrinsic Credit Assignment for Long Horizon Interaction
- How AI Impacts Skill Formation
Original note title
dense subtask grading on long-horizon terminal tasks turns agent evaluation from a pass-fail verdict into a progress measurement