AIToday
Large Language ModelsAI Business & IndustryTHE DECODERPublished: Aug 15, 2026, 04:01 JST6 min read

Study finds autonomous AI research still far from reality despite lab claims

Study finds autonomous AI research still far from reality despite lab claims

Key takeaway

  • A new study contradicts claims from major AI labs that autonomous AI research is imminent. Researchers had Claude Opus 4.8 attempt two research papers over six days with $3,000 in compute; the original authors—acting as conference reviewers—rejected both, citing poor experiment choices and lack of genuine contributions.

  • While the agents handled engineering tasks (coding, literature search, running experiments), they lacked research judgment, abandoned ambitious goals early, and failed to respond to repeated reviewer feedback.

  • The findings suggest frontier models cannot yet solve open-ended research questions, though both Anthropic and OpenAI have claimed recent breakthroughs in autonomous research.

3 Key Points

  1. What happened

    Researchers tested whether frontier AI models can conduct independent research by having Claude Opus 4.8 with Extra-High Reasoning tackle two unpublished NeurIPS 2026 papers over six days with $3,000 in API credits. The original paper authors, acting as peer reviewers, rejected both submissions—one with a "Strong Reject"—citing poor experiment design, unreadable writing, and lack of genuine contributions.

  2. Why it matters

    The findings directly contradict recent claims from Anthropic (which published "When AI Builds Itself" describing research acceleration) and OpenAI (which claimed GPT-5.6 Sol saved researchers several weeks). The study shows frontier models handle engineering tasks well but systematically fail at research judgment: they abandon ambitious goals within hours, discard hypotheses based on weak data, and ignore core reviewer feedback across fifteen revision rounds.

  3. What to watch

    The agents' core failures—poor backtracking, instruction drift over long contexts, and inability to pursue creative problem-solving when hypotheses fail—appeared in both Claude and GPT-5.6 Sol runs. The researchers have published expert reviews, logs, and agent repositories online for independent verification, though the study covers only two papers with non-blinded reviewers.

In Depth

Read the full story

A team of researchers conducted an experiment to test whether state-of-the-art AI models can conduct independent scientific research, directly examining claims made by Anthropic and OpenAI about autonomous research capabilities. They developed a novel evaluation method called "Shadow Evaluation," in which an AI agent receives an unpublished research question and works on it for six days with $3,000 in API credits, a GPU budget, and access to a virtual machine and open web. The original paper authors then review the AI-generated work as peer reviewers would at a conference.

The team partnered with authors of two NeurIPS 2026 submissions: one examining how personality traits of language models can be steered through their weights, and another developing a method called TabPFN that detects when tabular prediction models encounter deployment data differing sharply from training data. The main experiments used Claude Opus 4.8 with Extra-High Reasoning, running inside a scaffold—a software environment built on OpenClaw, an open-source agent framework. The agent could launch subagents, run long-running GPU jobs, and consult external AI review tools.

The results were decisive failures. When the original authors reviewed the finished papers as conference reviewers, they rejected both. One received a "Strong Reject." Reviewers criticized poorly motivated data and experiments, unreadable prose, and no new contributions. One reviewer called the reasoning a "'proof by example' fallacy" that was "highly non-scientific." Another called the experiment choices "bizarre" and the results clearly the product of "post hoc choices." Analysis of the agent logs revealed why: the agents lacked judgment about what constitutes publishable research, generating plausible hypotheses but discarding them based on small, hand-curated, or synthetic datasets. When initial hypotheses were falsified, they narrowed existing claims rather than pursuing new directions. They gave up their most ambitious research goals within the first ten hours—in the Personas run, the agent finished exploration after just five hours despite budgeting 36 to 48 hours for that phase.

The agents also failed to respond to feedback. Internal AI reviews never returned a single Accept across fifteen revision rounds, yet the agents never addressed core criticisms. They exhibited poor instruction drift, gradually forgetting explicit instructions over long context; both papers exceeded NeurIPS length limits and would have been desk-rejected. The Personas paper contained zero visualizations in the main text, while the human-written original had 15 figures. Resource awareness was poor: both runs ended with less than half the API budget spent. One agent declared the project complete seven hours before the deadline, shortly after receiving yet another Reject from its own reviewer.

However, the agents' engineering performance was strong. They ran literature searches, debugged GPU code, completed hundreds of experiments and robustness tests, and compiled full LaTeX papers without human help. Only three human interventions were needed: a scaffold bug fix, a deadline extension, and a request to rewrite for readability. The researchers found no significant reward hacking; the agents did not manipulate results or skew data to chase better scores.

To test whether results were artifacts of the software setup, the researchers repeated one experiment with GPT-5.6 Sol using OpenAI's Codex scaffold. Nearly all the same failure modes appeared. GPT-5.6 burned through the $3,000 budget in just over two days, leading to undersized experiments. The researchers note that these findings clash with lab claims: in June, Anthropic published "When AI Builds Itself," sharing internal data on research acceleration; OpenAI claimed that GPT-5.6 Sol helped with post-training a smaller model and saved researchers several weeks—a contribution not even mentioned in the 81-page system card. More reasoning effort did improve quality, as preliminary tests without reasoning showed, but the researchers suspect more time or compute would not change the results much, since reviewer objections targeted the quality of experiment choices, not the quantity. The authors conclude that frontier models "cannot solve weeks-long, open-ended AI research questions." They have made expert reviews, logs, and agent repositories available online for independent verification.

Context & Analysis

The study's core contribution lies in its evaluation methodology. Rather than relying on peer review acceptance—a metric previous autonomous-research claims have leaned on—the researchers developed "Shadow Evaluation," where the original paper authors assess AI-generated work as conference reviewers would. This sidesteps the problem that acceptance alone reveals little about research quality, especially at workshops where acceptance rates run 60 to 70 percent compared to 20 to 30 percent at main conferences. The researchers note that prior claims of autonomous success from Sakana AI (whose The AI Scientist-v2 had a paper accepted at an ICLR workshop in 2025 with an average score of 6.33, barely above threshold) and others relied almost entirely on peer review acceptance, a weak signal.

The contrast between the agents' strong performance on engineering and their weak research judgment is striking. Both Claude and GPT-5.6 managed literature searches, debugged GPU code, ran hundreds of experiments, and compiled full LaTeX papers without human help—requiring only three interventions (a scaffold bug fix, a deadline extension, and a readability rewrite). Yet they abandoned their most ambitious goals within ten hours, spent less than half their API budget, and never adapted their core approach despite consistent reviewer rejection. This pattern aligns with what Meta AI has termed "behavioral state decay," where an agent violates an explicit requirement later while fixing an unrelated issue.

The researchers frame their conclusion cautiously: frontier models "can handle the engineering side of AI research but cannot solve weeks-long, open-ended AI research questions." They acknowledge their study covers only two papers and that reviewers were not blinded, but argue the results were so clearly weak that these limitations are unlikely to change the overall picture. Their findings thus stand as a direct empirical challenge to lab claims of imminent autonomous research capability.

FAQ

What exactly did the AI agents do during the study?
Each agent received the core research question from an unpublished paper, then had six days, $3,000 in API credits, a GPU budget, and full access to a virtual machine and the open web. The agent ran inside a scaffold (a software environment orchestrating model calls) and could delegate to subagents, monitor its own resource usage, and consult external AI review tools.
Why did the agents fail to improve their work after getting rejections?
Analysis of the agent logs revealed systematic weaknesses: the agents lacked judgment about publishable research standards, narrowed existing claims rather than pursuing new directions when hypotheses failed, and never addressed core criticisms despite fifteen revision rounds of internal AI reviews returning nothing but Rejects.
Did the same failures appear in both AI models tested?
Yes. The researchers repeated one experiment with GPT-5.6 Sol using OpenAI's Codex scaffold, and nearly all the same failure modes showed up, including poor backtracking and instruction drift. GPT-5.6 burned through the $3,000 budget in just over two days, leading to undersized experiments.

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleMan hid AI prompts in court filing to sway case, judge warns of 'dangerous' trend

The AI news that matters, in one minute each morning.

Sign up free