AIFeb 16

ResearchGym: Evaluating Language Model Agents on Real-World AI Research

arXiv:2602.15112v15 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the need for systematic evaluation of autonomous AI agents in research settings, though it is incremental as it builds on existing benchmarks and methods.

The authors tackled the problem of evaluating AI agents on real-world research tasks by introducing ResearchGym, a benchmark with five containerized environments from academic papers, and found that agents like GPT-5 improved over baselines in only 6.7% of evaluations by 11.5% and completed 26.5% of sub-tasks on average, with occasional state-of-the-art performance.

We introduce ResearchGym, a benchmark and execution environment for evaluating AI agents on end-to-end research. To instantiate this, we repurpose five oral and spotlight papers from ICML, ICLR, and ACL. From each paper's repository, we preserve the datasets, evaluation harness, and baseline implementations but withhold the paper's proposed method. This results in five containerized task environments comprising 39 sub-tasks in total. Within each environment, agents must propose novel hypotheses, run experiments, and attempt to surpass strong human baselines on the paper's metrics. In a controlled evaluation of an agent powered by GPT-5, we observe a sharp capability--reliability gap. The agent improves over the provided baselines from the repository in just 1 of 15 evaluations (6.7%) by 11.5%, and completes only 26.5% of sub-tasks on average. We identify recurring long-horizon failure modes, including impatience, poor time and resource management, overconfidence in weak hypotheses, difficulty coordinating parallel experiments, and hard limits from context length. Yet in a single run, the agent surpasses the solution of an ICML 2025 Spotlight task, indicating that frontier agents can occasionally reach state-of-the-art performance, but do so unreliably. We additionally evaluate proprietary agent scaffolds including Claude Code (Opus-4.5) and Codex (GPT-5.2) which display a similar gap. ResearchGym provides infrastructure for systematic evaluation and analysis of autonomous agents on closed-loop research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes