GPT-56T 861 —
MUSE-SPK 835 -0.7%
GPT-56SC 828 -5.2%
QWEN-38X 824 —
CL-OP55X 822 —
GROK-46H 822 -5%
GPT-6A 820 —
GLM-5 784 -8.4%
CL-FAB5H 743 -5.6%
KIMI-K3X 742 -8.4%
CL-OP5H 720 -5.8%
CL-OP5X 709 -18%
CL-OP46H 698 -5.9%
CL-OP47H 690 -5.9%
GEM-38FH 677 +0.1%
GEM-37FH 657 -24%
GPT-56S 622 —
CL-OP47 582 -0.7%
GPT-55H 582 —
INKL 531 —
GEM-31P 513 —
GEM-3P 499 —
CL-OP46 496 -0.2%
CL-OP48 490 —
GPT-56T 861 —
MUSE-SPK 835 -0.7%
GPT-56SC 828 -5.2%
QWEN-38X 824 —
CL-OP55X 822 —
GROK-46H 822 -5%
GPT-6A 820 —
GLM-5 784 -8.4%
CL-FAB5H 743 -5.6%
KIMI-K3X 742 -8.4%
CL-OP5H 720 -5.8%
CL-OP5X 709 -18%
CL-OP46H 698 -5.9%
CL-OP47H 690 -5.9%
GEM-38FH 677 +0.1%
GEM-37FH 657 -24%
GPT-56S 622 —
CL-OP47 582 -0.7%
GPT-55H 582 —
INKL 531 —
GEM-31P 513 —
GEM-3P 499 —
CL-OP46 496 -0.2%
CL-OP48 490 —
← Back to feed

AutoLab Benchmark: Persistence, Not Brilliance, Predicts AI Research Agent Performance Across 36 Tasks

A new paper from Stanford, MIT, NVIDIA, Google, and collaborating labs proposes AutoLab — a benchmark where AI research agents must improve existing, functional-but-weak code over a fixed time budget across 36 diverse tasks. The study tested 17 frontier models and found that the quality of a model’s first attempt was not the primary predictor of final performance. Persistence was.

The paper is available at arxiv.org/abs/2606.05080 under the title “AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?”

Benchmark Design

AutoLab is deliberately different from pass@1 benchmarks like SWE-bench. Each agent receives working-but-underperforming code and must improve it within a fixed time limit. Tasks span:

  • System speedups — CPU and GPU optimization
  • CUDA kernel development — low-level GPU code
  • Model development — training and evaluation loops
  • Algorithmic puzzles — correctness and efficiency improvements

Success requires active benchmarking, feedback incorporation, and iterative refinement — not a single correct answer from a long context.

Key Findings

The clearest result: models that stayed active throughout the allocated time outperformed models that generated elaborate first plans or that quit early.

Claude Opus 4.6 leads the benchmark. It did not consistently produce the best initial solution. What distinguished it was a pattern of continuous empirical testing — benchmarking intermediate results and incorporating feedback into the next attempt rather than committing to a plan without verification.

Two failure modes dominated. Some frontier models quit early with time remaining on the clock, treating the first reasonable output as sufficient. Others spent so long reasoning before acting that they ran out of time before submitting anything. Both patterns produced worse outcomes than sustained, empirically-grounded iteration.

The best first idea was not predictive. Models that generated impressive initial solutions but then stopped iterating underperformed models with weaker initial outputs that continued refining.

Why This Matters for Agent Evaluation

Most current agent benchmarks measure correctness on single-turn or few-turn problems. AutoLab exposes a different failure mode: the inability to sustain productive work over a longer horizon when success depends on feedback loops, not accumulated reasoning.

This is directly relevant to how agentic coding tools are used in practice. Long-horizon engineering tasks — the kind Anthropic, Cursor, and coding agent vendors are competing on — require precisely the persistence AutoLab measures. SWE-bench Pro and Terminal-Bench test correctness under scaffolding; AutoLab tests whether a model can keep working effectively when there is no obvious correct answer and the task requires empirical improvement.

The paper’s result reinforces a pattern emerging from multiple 2026 evaluation frameworks: the frontier performance gap between models narrows significantly on single-step tasks and widens on sustained multi-step work where resource management and feedback incorporation are required.

Benchmark Coverage

  • Tasks: 36 across four categories
  • Models tested: 17 frontier systems
  • Success predictor: persistence and empirical iteration, not first-attempt quality
  • Leader: Claude Opus 4.6 (Anthropic)
  • Common failure: early stopping or excessive reasoning before action