Stanford's Paper2Agent turns 74 of 100 biology papers into agents
TL;DR
- Paper2Agent wraps a paper's code, data and methods behind a Model Context Protocol server that a chat client like Claude Code can call.
- It converted 74 of 100 computational biology papers into working agents; 593 of 599 auto-generated tools passed validation.
- The AlphaGenome agent scored 98.7% on tutorial questions and 100% on novel genomic queries, built in about 45 minutes for roughly $14.
Paper2Agent, a framework from a Stanford-led team, converted 74 of 100 computational biology papers into working AI agents that answer natural-language questions by running the papers' own code, according to reporting in Nature News. The pipeline generated 599 candidate tools across those papers, and 593 passed automated validation.
The system, described by Jiacheng Miao, Joe R. Davis, Yaohui Zhang, Jonathan K. Pritchard and James Zou, wraps a paper's manuscript, code and datasets behind a Model Context Protocol server that a chat client such as Claude Code can call. Building an agent for the AlphaGenome paper produced 22 validated tools in roughly 45 minutes at about US$14. That agent scored 98.7% on questions drawn from AlphaGenome's own tutorials and 100% on novel genomic queries, against 82.7% and 78.7% for Claude Code pointed at the raw repository.
'Knowledge should not be static records,' James Zou, a computer scientist at Stanford, told Nature News. 'It really should be dynamic and interactive.' Zou also framed the conversion itself as a quality check: 'Agentification itself is a useful certificate that says, "This work is relatively complete."'
The 26 papers that could not be converted failed because their code was missing, their dependencies broke, or their scripts were too narrowly written to generalize. Outside voices were qualified in their praise. Dongping Chen, a computer scientist at the University of Maryland, called the approach 'quite compelling.' Olivier Elemento of Weill Cornell Medicine described it as 'a real advance in terms of how we think about the publication process, with AI at the center.'
Zou proposed adding an 'agent availability' statement to papers, alongside the existing data and code statements. Three researchers on our Who's Who watchlist posted the piece the day it appeared.
Shared on Bluesky by 3 AI experts
-
Eric Topol @erictopol.bsky.social: More on research papers becoming an agent and interacting https://t.co/2NF04truRD →
-
AI tool turns any paper into an ‘agent’ that can collaborate, answer complex queries and can provide a signal of a paper’s reproducibility Meet Paper2agent 🧪 @nature.com www.nature.com/articles/d41...
View on Bluesky →
Originally reported by nature.com
Read the original article →Original headline: AI tool turns any paper into an ‘agent’ that can collaborate and answer complex queries