The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Language-model research agents are effective engineering optimizers but not autonomous inventors: they routinely translate directions into working improvements yet seldom produce novel methods, and practical value depends more on consistency, experience transfer, and harness design than on peak performance.

Beyond Final Scores: A Systematic Evaluation of Agents for Long-Horizon AI Research and Development
Yiwei Li, Wanli Yang, Hexiang Tan, Xiangzhou Huang, Zhengyu Chen, Ziran Li, Borun Chen, Shanglin Lei, Huaisheng Zhu, Hao Tian, Fei Sun, Xunliang Cai, Jingang Wang · August 13, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Yiwei Li unresolved corpus identity
  2. Wanli Yang unresolved corpus identity
  3. Hexiang Tan unresolved corpus identity
  4. Xiangzhou Huang unresolved corpus identity
  5. Zhengyu Chen unresolved corpus identity
  6. Ziran Li unresolved corpus identity
  7. Borun Chen unresolved corpus identity
  8. Shanglin Lei unresolved corpus identity
  9. Huaisheng Zhu unresolved corpus identity
  10. Hao Tian unresolved corpus identity
  11. Fei Sun unresolved corpus identity
  12. Xunliang Cai unresolved corpus identity
  13. Jingang Wang unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yiwei Li provider ID
  2. Wanli Yang provider ID
  3. Hexiang Tan provider ID
  4. Xiangzhou Huang provider ID
  5. Zhengyu Chen provider ID
  6. Ziran Li provider ID
  7. Borun Chen provider ID
  8. Shanglin Lei provider ID
  9. Huaisheng Zhu provider ID
  10. Haokun Tian provider ID
  11. Fei Sun provider ID
  12. Xunliang Cai provider ID
  13. Jingang Wang provider ID
A systematic benchmark of seven frontier language-model research agents on 36 long-horizon tasks finds they reliably implement and optimize practical solutions but rarely generate genuine methodological novelty, with performance shaped more by run-to-run reliability, experience reuse (helpful or misleading), and harness design than by single-run peak ability.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Autonomous agents are increasingly capable of improving models, systems, and other technical artifacts through long-horizon experimentation. To understand the current state of this capability, however, evaluation must go beyond final scores, which neither reveal where progress is gained or lost nor indicate whether accumulated experience improves later decisions. We therefore present a systematic evaluation of seven frontier models on 36 long-horizon tasks based on a new framework that uses rule-based metrics to characterize within-run behavior through Solution Framing, Execution, and Feedback Control and controlled comparisons to assess experience reuse within and across tasks. The results show that current agents operate more like engineering optimizers than fully autonomous researchers: they can formulate and implement practical solutions, but their performance varies substantially across runs, their strongest solutions mainly adapt or combine established techniques, and genuine methodological novelty remains rare. Detailed analysis reveals that observed performance is shaped by multiple factors, including distinct process bottlenecks behind similar final outcomes, experience reuse that can help or mislead subsequent decisions, and harness designs that affect performance stability. These findings suggest concrete directions for improving model training, inference-time strategies, experience management, and harness design.

Summary

Main Finding

Current frontier agents can perform effective, long-horizon engineering-style R&D (finding and implementing useful improvements), but they are not yet autonomous scientific innovators. Performance is shaped by three interacting components — the underlying model, how it reuses accumulated experience, and the surrounding harness — so final scores alone hide where progress is gained or lost, how repeatable results are, and whether experience transfer helps or harms.

Key Points

  • Evaluation framework: decomposes the research loop into three deterministic, rule-based process metrics:
    • C1 Solution Framing — how quickly/early an agent discovers useful directions.
    • C2 Execution — whether proposed changes are translated into runnable/correct artifacts.
    • C3 Feedback Control — whether agents retain recoverable gains and correct regressions.
  • Experimental scope:
    • 7 frontier models: Claude-Opus-4.7, GPT-5.5, Gemini-3.1-Pro, GLM-5.2, Kimi-K2.7-Code, DeepSeek-V4-Pro, LongCat-2.0.
    • 36 long-horizon tasks (AutoLab) across 4 families: Model Development (7), System Optimization (15), Puzzle & Challenge (10), CUDA (4).
    • 3 independent rollouts per model–task (756 rollouts); metrics reported as avg@3 (typical) and best@3 (ceiling).
  • High-level outcome and cost results:
    • Opus-4.7 leads on avg@3 = 0.739 and best@3 = 0.790, but at much higher mean inference cost ($89.9/task).
    • GPT-5.5 and GLM-5.2 deliver similar performance at far lower costs (GPT ≈ $16.5, GLM ≈ $33.0 per task).
    • Low-cost models (LongCat, DeepSeek) trade some performance for very low cost ($3.9–$4.3/task).
  • Process-level patterns:
    • Execution (C2) is generally high and compressed across models (0.880–0.967), meaning most agents can deliver runnable solutions.
    • Solution Framing (C1, 0.473–0.612) and Feedback Control (C3, 0.772–0.928) show much more variation — these are the primary differentiators.
    • Similar final outcomes can arise from different process profiles (e.g., GPT-5.5: stronger Execution but weaker Feedback Control vs Gemini-3.1-Pro: opposite).
  • Task-specific bottlenecks:
    • CUDA tasks are the hardest for discovery and execution (low C1 and C2) but have high C3.
    • Model Development tasks show the opposite: execution is easy (high C2) but stabilizing gains is hard (low C3).
    • Puzzle & Challenge tasks are easiest overall.
  • Experience reuse and harness effects:
    • Accumulated intra-task experience usually helps preserve discoveries but can also propagate misleading conclusions (positive and negative transfer both observed).
    • Inter-task transfer can materially change rankings: e.g., transferred experience raised DeepSeek-V4-Pro’s avg@3 by +0.093 but lowered Gemini-3.1-Pro’s by −0.017.
    • Harness choice mainly affects reliability/stability (run-to-run variance) rather than best achievable scores; native harnesses sometimes yield more stable rollouts than a shared harness.
  • Novelty:
    • Genuine methodological novelty is rare: only 3 of 252 best-seed solutions qualified as novel under their LLM-judged review protocol.
  • Consistency vs ceiling:
    • Average performance separates models more than peak performance (highest-to-lowest gap 0.237 under avg@3 vs 0.122 under best@3), indicating headroom in improving reliability and selection.

Data & Methods

  • Tasks: 36 long-horizon R&D tasks from AutoLab, each providing an objective, suboptimal starting artifact, an expert reference, a verifier, and a wall-clock budget (2–12 hours).
  • Models: seven state-of-the-art commercial/research LLMs (listed above) evaluated in a controlled setup.
  • Harness: primary cross-model comparison used a shared harness (Claude Code); additional experiments compared model-native and open-source harnesses to test harness effects.
  • Rollouts: 3 independent rollouts per model–task pair (756 total).
  • Outcome metrics: avg@3 (mean over 3 rollouts) and best@3 (max over 3 rollouts).
  • Process metrics: C1, C2, C3 computed deterministically from verifier outcomes and recorded trajectory signals (no LLM judgments used for the process metrics).
  • Experience meta-capability: measured via controlled intra-task (within-task continued runs) and inter-task (transfer across tasks) comparisons to estimate how stored experience affects later decisions (Mintra, Minter).
  • Cost accounting: token consumption and wall-clock time recorded; mean inference cost estimated using public API prices.
  • Scale: evaluation required roughly $100K of model inference.

Implications for AI Economics

  • Cost-performance tradeoffs: There is an explicit tradeoff between per-task inference cost and reliability/peak performance. Firms and labs must weigh marginal gains (higher best@3) versus operational costs — lower-cost models can be attractive when budget-constrained, while high-cost models yield higher ceilings.
  • Value of systems and integration: Substantial performance differences arise from harness and experience-management design, not just backbone models. Economic value therefore attaches to system engineering (harnesses, experience stores, rollout-selection strategies) as much as to model weights. This favors firms that can integrate models into robust agent systems.
  • Returns to investment in stability vs peak capability: The larger dispersion in avg@3 than best@3 implies high returns to investments that increase reliability (e.g., ensemble/selection, harness stabilization, rollout-aware training), especially for use cases requiring predictable output rather than occasional breakthroughs.
  • Impact on R&D productivity measurement: Agent outputs can improve artifacts but tend to be incremental/optimizing rather than novel. Economic assessments of AI-driven R&D should separate gains from engineering optimization (productivity/efficiency improvements) from genuine innovation (novel methods offering broader spillovers).
  • Market structure and competitive advantage: Because experience-transfer mechanics and harness design can reorder performance, organizations that develop superior experience management, transfer protocols, and harnesses may obtain outsized competitive advantages beyond raw model access.
  • Risk and policy relevance: Agents are not yet autonomously discovering new methodologies often, but experience accumulation can produce positive or negative transfer and sometimes amplify lock-in to suboptimal directions. Economic and regulatory analyses of AI-driven self-improvement and systemic risk should therefore consider closed-loop learning dynamics and system-level design, not only per-model capability.
  • Investment priorities for deployers:
    • Prioritize engineering effort on harness design and experience-store mechanisms for predictable R&D automation value.
    • Allocate budget for strategies that improve run-to-run reliability (inference-time selection, rollout-based training), which yield high expected returns given large avg vs best gaps.
    • For spillover/novelty-focused objectives (e.g., breakthrough research), current agents are unlikely to substitute human creativity broadly; policy and corporate R&D strategies should treat these agents as productivity multipliers rather than autonomous innovators.

If you want, I can: - Extract the full numeric table of model-by-metric scores and costs, - Map these findings into a simple ROI model for adopting an agent in corporate R&D (cost vs expected performance/stability), - Or draft policy-relevant recommendations for regulators and funders.

Assessment

Paper Typedescriptive Evidence Strengthmedium — Comprehensive and reproducible within its experimental scope (7 frontier models, 36 curated long-horizon tasks, deterministic metrics, shared harness) and uses controlled comparisons to probe experience transfer; however, external validity is limited by curated tasks, proprietary models/harnesses, a small number of seeds (three rollouts), and dependence on verifiable tasks and provider APIs, so results are robust for the benchmark but not definitive about broader economic or real-world R&D outcomes. Methods Rigormedium — The study uses carefully designed, auditable metrics computed from verifiers, a fixed shared harness for cross-model comparability, task-level equal weighting, cost accounting, and explicit intra-/inter-task controlled comparisons; weaknesses include only three rollouts per model–task (limited sampling of run variability), reliance on proprietary and changing models/APIs, curated task set that may favor verifiable/engineering-style improvements, and potential harness/model interactions that are hard to fully disentangle. Sample36 expert-curated long-horizon tasks from AutoLab spanning four families (Model Development: 7 tasks; System Optimization: 15; Puzzle & Challenge: 10; CUDA: 4). Seven frontier models evaluated: Claude-Opus-4.7, GPT-5.5, Gemini-3.1-Pro, GLM-5.2, Kimi-K2.7-Code, DeepSeek-V4-Pro, LongCat-2.0. For the main cross-model comparison all models used Claude Code v2.1.152 as a shared harness; each model–task pair had three independent rollouts (total 756 rollouts). Tasks supplied an objective, a deliberately suboptimal starting artifact, an expert reference, an automated verifier, and a wall-clock budget (2–12 hours); metrics were computed deterministically from verifier outputs and recorded trajectory signals. Approx. $100k in inference was spent for the full evaluation. Themesinnovation productivity IdentificationControlled benchmarking with a shared harness and deterministic, rule-based process metrics (C1 Solution Framing, C2 Execution, C3 Feedback Control); three independent rollouts per model–task pair; controlled comparisons of intra-task and inter-task experience reuse (with/without prior experience) to assess transfer effects; avg@3 and best@3 used to summarize typical vs. peak performance; deterministic verifier outcomes and recorded trajectory signals form the basis for all metrics. GeneralizabilityCurated AutoLab tasks (and their automated verifiers) may not reflect the full diversity of real-world R&D problems; results may overrepresent tasks amenable to automated verification., Use of frontier, often proprietary model versions and provider APIs (June–July 2026) limits replicability and temporal generalizability as models and APIs change., Three rollouts per model–task provide limited sampling of stochastic variability; estimates of reliability and avg@3 could change with more seeds., Shared harness choice (Claude Code) can advantage/disadvantage models differently; native-harness behavior may differ., High compute/inference budgets in the study may not reflect constraints in most applied settings, limiting transfer to low-resource environments.

Claims (13)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Current automated research agents operate more like engineering optimizers than fully autonomous researchers. Research Productivity mixed Overall autonomous research capability, including solution formulation, implementation, feedback use, and methodological novelty
Reading fidelity high
Study strength medium
n=756
0.18
Opus-4.7 achieved the highest average and best-observed performance among the seven evaluated models, with avg@3 of 0.739 and best@3 of 0.790. Research Productivity positive Normalized final task score
Reading fidelity high
Study strength high
n=756
avg@3 = 0.739; best@3 = 0.790
0.3
Model differences are larger in typical performance than in peak observed performance: the highest-to-lowest gap is 0.237 for avg@3 versus 0.122 for best@3. Research Productivity mixed Between-model variation in average and best-observed task scores
Reading fidelity high
Study strength high
n=756
0.237 avg@3 gap; 0.122 best@3 gap
0.3
Lower-ranked models can reach competitive solutions but do so less consistently across repeated runs. Research Productivity mixed Consistency and peak performance across repeated agent runs
Reading fidelity high
Study strength medium
n=756
0.18
CUDA tasks were substantially more difficult and more discriminating across models than the other task categories. Research Productivity negative Task performance and between-model score spread by workload category
Reading fidelity high
Study strength high
n=756
CUDA avg@3 gap = 0.403; best@3 gap = 0.414
0.3
Only three of 252 best-seed solutions qualified as novel approaches under the paper's review protocol. Innovation Output negative Methodological novelty of agent-generated solutions
Reading fidelity high
Study strength medium
n=252
3 of 252
0.18
Execution was the most compressed process dimension across models, ranging from 0.880 to 0.967, while Solution Framing and Feedback Control showed greater variation. Task Completion Time positive Ability to translate proposed changes into executable and correct results
Reading fidelity high
Study strength high
n=756
Execution range = 0.880–0.967
0.3
Models with similar final outcomes can have substantially different execution and feedback-control capabilities. Research Productivity mixed Process capability scores: execution reliability and feedback control
Reading fidelity high
Study strength high
n=216
GPT C2 = 0.958 and C3 = 0.858; Gemini C2 = 0.889 and C3 = 0.920
0.3
Task categories exhibit different process bottlenecks: CUDA tasks are weakest in Solution Framing and Execution, whereas Model Development tasks are strongest in Execution but weakest in Feedback Control. Task Allocation mixed Solution discovery, implementation reliability, and stabilization of optimization progress
Reading fidelity high
Study strength high
n=756
CUDA C1 = 0.370 and C2 = 0.850; Model Development C2 = 0.985 and C3 = 0.743
0.3
Accumulated experience within a task usually improves the next solution, but can also propagate misleading conclusions or anchor agents to local optima. Skill Acquisition mixed Change in subsequent solution performance due to within-task experience reuse
Reading fidelity high
Study strength medium
not reported
0.18
Transferred experience across tasks affected model performance differently: it increased DeepSeek-V4-Pro's avg@3 by 0.093 but decreased Gemini-3.1-Pro's avg@3 by 0.017. Skill Acquisition mixed Average subsequent task performance after cross-task experience transfer
Reading fidelity high
Study strength medium
DeepSeek-V4-Pro +0.093 avg@3; Gemini-3.1-Pro -0.017 avg@3
0.18
Native harnesses increased run-to-run stability for GPT-5.5 and Kimi-K2.7-Code relative to the shared harness without materially changing best@3 or model ordering. Organizational Efficiency positive Run-to-run performance stability and peak task performance under alternative harness designs
Reading fidelity high
Study strength medium
not reported
0.18
Opus-4.7 achieved the strongest best@3 performance but had a substantially higher mean inference cost per task than GPT-5.5 and GLM-5.2. Organizational Efficiency mixed Final task performance and model inference cost
Reading fidelity high
Study strength high
n=756
best@3 = 0.790; mean cost = $89.9 per task versus $16.5 for GPT-5.5 and $33.0 for GLM-5.2
0.3

Notes