Yuru Wang, Lejun Cheng, Yuxin Zuo, Sihang Zeng, Bingxiang He, Che Jiang, Junlin Yang, Yuchong Wang, Kaikai Zhao, Weifeng Huang, Kai Tian, Zhenzhao Yuan, Jincheng Zhong, Weizhi Wang, Ning Ding, Bowen Zhou, Kaiyan Zhang
4 min
We introduce NatureBench, a cross-discipline benchmark of 90 tasks distilled from peer-reviewed Nature-family publications, designed to evaluate whether AI coding agents can move beyond reproduction toward discovery on real scientific problems. NatureBench is built on NatureGym, an automated pipeline that constructs a standardized, per-task containerized environment from a source paper, addressing the environment-fragmentation problem that has limited the credibility of prior agent-on-research benchmarks. Evaluating ten frontier agent configurations under a strict web-search-disabled protocol, we find that the strongest model surpasses SOTA on only 17.8% of tasks under the g>0.1 criterion. Analysis of method pathways reveals that agents succeed primarily through methodological translation, converting scientific tasks into familiar supervised prediction problems, rather than through genuine scientific invention. Failures are dominated by wrong method choice and insufficient compute budget, not by task misunderstanding. We release the benchmark, the NatureGym pipeline, and a public leaderboard with maintainer-side reproduction. Code: https://github.com/FrontisAI/NatureBench
NatureBench addresses a critical gap in evaluating AI agents: can they move beyond reproducing existing code to actually discovering new scientific methods? While prior benchmarks focus on code replication or engineering optimization, NatureBench evaluates agents on 90 tasks distilled from peer-reviewed Nature-family publications. The authors developed NatureGym, an automated pipeline that converts scientific papers into containerized, reproducible task environments. By enforcing an information firewall that removes the original source code and methods, the authors force agents to solve scientific problems from scratch using only the provided data and task descriptions.
The study evaluated ten frontier AI agent configurations, including models like Claude Opus 4.7 and GPT-5.5, under a strict web-search-disabled protocol. The results show that even the most capable agents rarely surpass the published state-of-the-art (SOTA). The strongest model achieved a SOTA-surpassing performance on only 17.8% of tasks. Analysis of the agents' successful pathways reveals a pattern of methodological translation: agents often reframe complex scientific problems into standard supervised prediction tasks they have encountered during training, rather than inventing novel scientific approaches. When agents failed, the primary drivers were incorrect method selection and insufficient compute budgets rather than a fundamental misunderstanding of the task requirements.
This research highlights that while AI agents are becoming proficient at coding and standard machine learning tasks, they are not yet autonomous scientific researchers. The reliance on methodological translation suggests that current agents are limited by their training data distribution and struggle to perform the creative, domain-specific reasoning required for scientific discovery. By providing a standardized, reproducible benchmark, NatureBench offers a rigorous framework for tracking whether future AI models can bridge the gap between mere implementation and genuine scientific innovation.
Alex: Exactly. It's a legitimate strategy—and it can produce results that beat the original paper. But it isn't invention. The AI isn't discovering a new principle; it's applying a known tool to a new surface.
Sam: How do they even compare results across such different scientific fields? A result in biology and a result in physics aren't measured in the same units.
Alex: Good question. They use a single standardised measure that works across fields—think of it like converting every test score to a percentage, regardless of whether the test was maths or history. That way you can meaningfully ask whether the AI is improving on the published state of the art, even when the underlying science is completely different.
Sam: So where does that leave us? These agents are clearly useful for automating known tasks. But genuine discovery—finding a path that nobody has walked before—that's still out of reach.
Alex: That's the paper's honest conclusion. The agents are currently better at following a path than finding a new one. NatureBench is designed to keep raising the bar as these systems improve, so we'll have a clearer picture over time of where that boundary actually sits.
Sam: It's a useful reminder that capability in one area doesn't automatically transfer to another. Being good at writing code is not the same as being good at science.
Alex: And that distinction is worth holding onto as these tools become more widely used in research settings. Thanks for listening to ResearchPod.