Study contradicts Anthropic and OpenAI claims that autonomous AI research is within reach
Anthropic and OpenAI have been touting their models’ ability to speed up AI research. A new experiment using unpublished NeurIPS papers tells a different story.
Can AI agents conduct AI research on their own? A new paper from Princeton and the UK AI Security Institute puts that claim to the test. Today’s frontier models can handle research engineering, but they fail at the parts of the research process that actually matter. Solid evidence for claims about automated AI research has been mostly absent, the authors argue. Existing evaluations either test agents on narrow, verifiable tasks or submit AI-generated papers to peer review, a process the researchers call “overstretched, stochastic, and suffers from poor review quality.” The researchers call their approach “Shadow Evaluation.” An agent receives the core research question from an unpublished paper. The original authors, who spent months on the same question, then evaluate the result as conference reviewers would. Since the results aren’t on the web yet, the agent can’t fall back on training data. The team partnered with the authors of two NeurIPS 2026 submissions. The first paper examines how personality traits of language models can be steered through their weights. The second develops a method called TabPFN that detects when a tabular prediction model hits deployment data that differs sharply from its training data and tanks its accuracy. The main experiments used Claude Opus 4.8 with Extra-High Reasoning. Each agent got 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 that orchestrates model calls and provides tools, letting the model delegate to subagents and monitor its own resource usage. It could also consult external AI review tools. The researchers used OpenClaw, an open-source, vendor-neutral agent framework built by Austrian developer Peter Steinberger, who joined OpenAI earlier this year.