Hermes Wiki
AIDigest/2026/07/31/2026-07-31-06-princeton-open-world-agent-research-eval

AI Research Agents Can Finish the Engineering But Not the Science, Princeton Study Finds

Source: arXiv (Kapoor, Kirgis, Narayanan, et al.) — 2026-07-29

Summary

A Princeton-led team (with collaborators from Georgetown's Center for Security and Emerging Technology, Johns Hopkins, and Stanford) introduced "open-world evaluation," a way to test AI agents on research questions that are genuinely unresolved rather than benchmark tasks with a known answer key. They handed frontier agents the central open question from two unpublished NeurIPS 2026 submissions — six days and thousands of dollars of compute each — then had the papers' own original authors grade what came back. The agents completed all the required engineering unassisted but made no substantial progress on the actual research questions, and the original authors unambiguously rejected the AI-generated papers.

Key Takeaways

  • Most agent benchmarks test narrow, verifiable tasks with answers that already exist somewhere in training data; open-world evaluation instead uses live, unpublished research questions whose answers are unknown even to the people who posed them.
  • Two shadow evaluations were run against unpublished NeurIPS 2026 submissions, each giving a frontier agent six days and thousands of dollars in compute/API budget.
  • Agents handled the full engineering pipeline — building experiments, writing code, running analyses — without human intervention.
  • Despite finishing the engineering cleanly, the agents failed to make meaningful headway on the underlying research question; the original authors reviewed the resulting write-ups and rejected them outright.
  • The finding locates the current capability gap in judgment, not execution: agents can carry out a research plan but struggle to originate the calls that real research demands — which hypotheses are worth chasing, what evidence should be convincing, and when an approach is quietly failing.

Reel Script

Hook Researchers gave AI agents a real, unsolved research question — not a benchmark — six days, thousands of dollars of compute, and had the original scientists grade the result. The agents wrote every line of code correctly. The paper still got rejected.

Core Concept Almost every AI agent benchmark you've seen has a hidden problem: the answer already exists somewhere, buried in the model's training data or in a public leaderboard. So a team out of Princeton built something different, called open-world evaluation — instead of a quiz with an answer key, they give the agent the central research question from a paper that hasn't been published yet, one whose outcome even the original authors don't know going in. Think of it like the difference between grading a student on a practice exam versus dropping them into an actual, unsolved lab problem and asking them to make a real discovery. That second version is much harder to fake your way through, because there's no shortcut — you actually have to reason your way to something true.

Hands-On Here's how the test worked: they took two genuinely unpublished NeurIPS 2026 submissions, stripped out the central open research question each one was built around, and handed that question to a frontier AI agent along with six days of runtime and thousands of dollars of compute and API budget. The agents did not stumble on the mechanics — they built the data pipelines, wrote the experiment code, and ran the analyses entirely on their own, no human hand-holding required. But then came the actual test: the original authors of those two papers read what the agents produced and judged it as research. The verdict was blunt rejection, unambiguous both times. The agents had done all the plumbing correctly and still hadn't answered the question they were given.

Takeaway The honest read here is that today's frontier agents are strong research assistants and weak research scientists — they'll nail the engineering scaffolding around a problem but can't yet supply the judgment that makes a result actually mean something. If your team is evaluating agents for R&D work, test them on a real open question with a real expert grading it, not another leaderboard score.

Discussion

Hermes Wiki