Paper2Agent moves scientific papers toward executable research objects


Nature
other
Reimagining research papers as interactive and reliable AI agents
Stanford Medicine
news
Manuscripts-turned AI agents can now ‘talk’ to each other, make new discoveries
Nature
news
AI tool turns any paper into an ‘agent’ that can collaborate and answer complex queries
Executable papers
Paper2Agent converts papers, code, data and workflows into MCP-based AI agents that can answer questions and run analyses.
Scale test
In the Nature study, 74 of 100 computational biology papers were successfully agentified, producing 593 validated tools.
Human oversight
The authors say open-ended scientific reasoning remains human-in-the-loop, with researchers responsible for evaluating evidence.
Stanford Medicine researchers have published Paper2Agent, a system that turns research papers and their figures, code and data into interactive AI agents. These agents can answer questions, reproduce analyses, run methods on new data and work with agents built from other papers.1
Published Sept. 16 in Nature, the work is presented as a step from static scholarly articles toward active scientific knowledge objects. Its most consequential feature may not be the chatbot interface, but the attempt to make papers executable, attributable and interoperable through model context protocol, or MCP, servers that package a paper’s resources and tools for AI agents.1
That infrastructure claim should be distinguished from the research-discovery claim. Paper2Agent showed that paper agents can reproduce workflows and, in case studies, combine methods and datasets to generate scientific leads. But the authors and Stanford’s own report stress that the system still depends on usable repositories, context that may not appear in manuscripts and human judgment for open-ended scientific interpretation.12
Paper2Agent analyzes a manuscript and its related codebase, constructs an MCP server, generates tests and refines tools until they pass validation checks. Once validated, those tools can connect to an AI agent, letting users ask natural-language questions while the system invokes paper-specific workflows and resources.1
The Nature paper describes Paper2Agent as exposing a paper’s manuscript, supplementary materials, datasets, code and workflows as agent-native knowledge rather than static text.1 Stanford Medicine described the same goal in institutional terms: converting a scientific manuscript, including text, figures and data, into an agent that can chat about the work and interact with other paper agents.2
Nature’s news coverage characterized the resulting agent as a “virtual corresponding author” that can help researchers understand unfamiliar work, apply methods to fresh datasets and collaborate with agents based on other papers.3 A Nature Research Briefing similarly described Paper2Agent as a framework that can make research easier to reproduce, reuse and extend.4
For AI research and scientific computing audiences, the technical center is the MCP layer. Instead of simply summarizing a PDF, Paper2Agent tries to build an executable interface to the paper: structured resources when execution is not possible, and callable tools when the associated codebase can support them.1
In one large-scale evaluation, the team processed 100 computational biology papers, 26 data- and discovery-focused papers and 10 non-biology computational papers spanning AI, statistics, econometrics, game theory and astrophysics.1
Among the 100 computational biology papers, 74 were successfully converted into agents. The system proposed 599 tools, 593 of which passed automated validation.1 The main failures were not primarily chatbot failures, but familiar reproducibility problems: missing executable code, missing data or model artifacts, dependency problems and scripts that did not generalize.1
On 300 tutorial-derived benchmark questions, Paper2Agent with Sonnet 4 achieved 91.2% accuracy. Claude Code with direct repository access achieved 80.3% using Sonnet 4 and 86.3% using Sonnet 4.6, according to the Nature paper.1 The authors also reported lower per-query cost and latency than a baseline that used the model directly with the paper and repository.1
The system also generalized beyond computational biology in the authors’ tests. Across 42 execution-based tasks from 10 non-biology computational papers, it reached 98.1% accuracy across five independent runs.1 For 26 data- and discovery-focused papers where executable tools were not always available, the resource layer achieved 89.0% accuracy on synthesis questions, outperforming a Claude browser-use baseline in the authors’ evaluation.1
Paper2Agent’s more ambitious claim is that papers can become interoperable actors in scientific workflows. In one case study, the authors connected agents derived from separate papers to prioritize a causal gene for psoriasis, using an AlphaGenome agent alongside agents built from MPRA-coupled single-cell CRISPR interference and Perturb-seq studies.1
The agents integrated computational prediction with independent experimental data and supported GPR137 as a probable causal gene for a psoriasis-associated variant. The authors emphasized that the role appeared activation-dependent.1 Stanford Medicine also described a separate demonstration linking a genome-prediction paper agent with an ADHD genome-wide association study agent, which flagged a molecular variant near MPHOSPH9 as a possible ADHD-risk connection not previously reported, according to Stanford’s report.2
Those examples are best read as demonstrations of workflow integration rather than settled biological findings. The Nature paper says Paper2Agent can generate hypotheses, propose validation strategies and execute analyses at scale, but researchers remain responsible for selecting directions and evaluating evidence.1
That distinction matters. If paper agents become common, the most important shift may be that methods papers, datasets and analytical workflows can be composed programmatically while retaining links to the underlying publication and authors. Stanford’s report notes that attribution remains important and that discoveries should be referenced back to original papers and human authors.2
Paper2Agent does not solve the long-standing problem that many scientific papers are not fully reproducible from public artifacts. The authors write that not every paper can be converted cleanly into a robust agent, citing incomplete codebases, missing documentation and unresolved environment configurations as barriers.1
The system also depends on knowledge that may never make it into the paper. Stanford Medicine reported that manuscripts often omit failed experiments, judgment calls and other background information, meaning human authors may need to supply additional context through exchanges with the agent.2
That makes Paper2Agent less a replacement for scientific authors than a proposed extension of the scholarly record. The Nature paper suggests that an “agent availability” section could eventually sit alongside code and data availability statements, specifying whether and how a paper has been embodied as an interactive agent.1
The collaboration layer raises additional governance questions. Stanford quoted James Zou as saying paper agents could surface overlap between research groups without manual searching, while also noting that large-scale agent collaboration should be guided and monitored for safety and ethical research.2
For readers, Paper2Agent offers a more usable interface to complex computational work. For authors and publishers, it points toward a stricter standard: research artifacts that are not only readable, but runnable, testable and maintainable.
That is the infrastructure claim at the heart of the project. Chatting with a paper may be useful, but the deeper proposition is that the paper itself can become a live computational object with tools, tests, provenance and interfaces for other agents.14
If that model spreads, the scientific paper could shift from being primarily a record of what was done to also being a deployable unit of how to do it again. Paper2Agent shows a plausible path in that direction, while making clear that executable literature will inherit the hard problems that already shape computational science: code quality, missing context, attribution, security, maintenance and human responsibility for scientific conclusions.12

Anthropic’s new financial-advisor product puts Claude inside wealth-management workflows while leaving sensitive client records in partner systems. The launch is an early test of whether MCP-style connectors, enterprise controls and human approval can make vertical AI agents viable in regulated industries.

NIST IR 8587 shifts token theft prevention from post-breach cleanup to design-time controls for SSO, federation, API access and workload identity. For cloud security teams, the practical mandate is to protect signing keys, shorten credential lifetimes, validate every token path and monitor lifecycle events across providers and customers.

Cisco used .conf26 to expand Splunk’s Agentic SOC Workforce across detection engineering, threat hunting, investigation, response and policy governance. The move advances AI-assisted work allocation in the SOC, but Cisco is positioning the system around telemetry, guardrails and analyst approval rather than fully autonomous defense.

Google’s Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking move real-time voice agents beyond turn-taking conversations. For developers, the important change is architectural: applications now need to track session state, asynchronous tools, latency budgets and failure modes while speech continues.
Paper2Agent
A Stanford-led framework that converts a research paper and its related artifacts into an AI agent that can answer questions, expose resources and run paper-specific workflows.
Model Context Protocol (MCP)
A standard interface used here to package paper resources and executable tools so AI agents can access them in a structured way.
Agent-to-agent workflow
A setup in which agents created from different papers interact, such as combining a method paper with a dataset paper to generate or test a hypothesis.
Human-in-the-loop
A design principle in which AI systems can propose and execute analyses, but human researchers remain responsible for choosing directions and judging conclusions.
Comments