{"slug": "why-read-a-research-paper-when-you-can-turn-it-into-an-ai-agent", "title": "Why Read a Research Paper When You Can Turn It Into an AI Agent?", "summary": "Stanford computer scientist James Zou and colleagues published Paper2Agent in Nature on September 16, an open-source framework that converts academic papers and their codebases into runnable AI agents. Fed AlphaGenome documentation and code, Paper2Agent produced 22 validated tools in about 45 minutes with no human intervention, on a personal laptop and for less than US $15 in computing costs, then packaged them into a Model Context Protocol server connected to Claude Code. The researchers reported the resulting AlphaGenome agent outperformed standard Claude given the AlphaGenome codebase and the specialist AI co-scientist tool Biomni.", "body_md": "Have you ever read a paper in *Science* or *Nature* and thought, “Man, that research was so cool. I wish I could try that method on my own data”—only to spend a week wrestling with someone else’s undocumented repo, broken dependencies, and half-finished readme.txt?\n\nWell, now you can, more or less.\n\nSay hello to Paper2Agent, a new open-source framework that transforms academic reports into [interactive AI agents](https://spectrum.ieee.org/2025-year-of-ai-agents) you can talk to. Give it a paper along with the accompanying codebase, data or other supplementary material, and the system automatically extracts the core workflows, then spins up a tested, runnable toolkit that you can use on your own datasets.\n\nThe concept may sound a little like Google’s NotebookLM (now called [Gemini Notebook](https://notebook.google.com/)), which lets you upload documents and chat with an AI about what’s in them. But Paper2Agent aims to go a step further: Rather than simply answering questions about a paper, its agents can actually run the methods described in it—and potentially combine those methods with tools from other papers.\n\nThe goal, explains Stanford computer scientist [James Zou](https://www.james-zou.com/), is to change what a scientific paper fundamentally is. “Knowledge should not be static records,” Zou says. “It really should be dynamic and interactive—and this has many benefits, including making knowledge more reproducible but also enabling all sorts of new kinds of discovery.”\n\nZou and his colleagues [described the tool](https://www.nature.com/articles/s41586-026-11044-y) September 16 in *Nature.* They tested Paper2Agent across diverse disciplines including statistics, econometrics, and astrophysics. However, the researchers focused their proof-of-concept demonstrations on computational biology, where turning published methods into usable tools can be particularly cumbersome.\n\nThe team started with AlphaGenome, a [deep-learning model that predicts how mutations in DNA](https://spectrum.ieee.org/alphagenome-ai-gene-regulation) affect gene regulation. (A companion resource [unveiled earlier this month](https://spectrum.ieee.org/alphagenome-atlas), the AlphaGenome Atlas, cataloged the model’s predictions for all 9 billion possible single-letter changes in the human genome.)\n\nThe researchers fed Paper2Agent the corresponding documentation and code. About 45 minutes later, with no human intervention, the AI had produced 22 tools covering different aspects of AlphaGenome’s functionality, all on a personal laptop and for less than US $15 in computing costs. One tool, for example, could predict how a DNA change might affect gene activity, while others could compare those effects across tissues or analyze multiple variants at once.\n\n“The idea of making papers more dynamic and executable through an agentic interface is quite compelling.” **—Dongping Chen, University of Maryland**\n\nAll 22 tools passed automated validation, thanks to a testing agent working behind the scenes to run the various AlphaGenome sub-tools against reference results. If a test failed, the agent would diagnose the problem and try to fix the tool, with up to six attempts per function. If that didn’t work, it could drop the tool altogether.\n\nThe validated tools were then packaged into a Model Context Protocol server and connected to Claude Code (though any compatible chat-based AI assistant could do). The result was a [user-facing AlphaGenome agent](https://paper2agent.ai/alphagenome) that could take questions in plain English, run the appropriate analyses, and spit back results and visualizations.\n\nThe team then put the agent through its paces, hitting it with a battery of questions, ranging from simple requests to open-ended research problems. According to the researchers’ analysis, it outperformed both standard Claude given the AlphaGenome codebase and a [specialist AI co-scientist tool](https://spectrum.ieee.org/ai-co-scientist) called [Biomni](https://biomni.stanford.edu/).\n\nGoing one step further, the researchers turned a couple more papers into interactive agents and linked them with the AlphaGenome agent. (One of the additional papers was on how inherited DNA variants linked to autoimmune disease disrupt cell function, while the other was a more systematic exploration of how silencing every expressed gene alters immune cells.)\n\nPrompted to investigate the genetic basis of psoriasis, an itchy skin disease, the three agents collectively zeroed in on a little-understood gene called *GPR137* as a likely causal factor. What’s more, the AI proposed 10 ways to validate this inference. A human researcher selected one, and the resulting analysis found that silencing *GPR137* produced changes in gene activity strikingly similar to those caused by the psoriasis-linked variant in immune cells.\n\n“These agents, because they’re able to directly collaborate and communicate, can facilitate all these kinds of collaborations,” says Zou.\n\nOther researchers see plenty of potential as well. “The idea of making papers more dynamic and executable through an agentic interface is quite compelling,” says [Dongping Chen](https://dongping-chen.github.io/), a computer scientist at the University of Maryland in College Park.\n\n“Agentification itself is a useful certificate that says, ‘This work is relatively complete and well documented.’” **—James Zou, Stanford University**\n\n[Olivier Elemento](https://physiology.med.cornell.edu/people/olivier-elemento-ph-d/), a computational biologist who directs the Englander Institute for Precision Medicine at Weill Cornell Medicine in New York City, sees the approach as having broader implications for how researchers share their work.\n\n“It’s a real advance in terms of how we think about the publication process,” he says, “with AI at the center and in a way that makes publications more interactive.” (Elemento peer-reviewed the study for *Nature*.)\n\nThe potential applications extend beyond the research side of academia, too. [Artur Skowroński](https://www.artur-skowronski.pl/), head of application development at the Polish software company VirtusLab, noted in a [blog post](https://virtuslab.com/blog/ai/paper2-agent-transforms-research-into-a-code) that Paper2Agent could help bring scientific papers to life in classrooms. For example, students could use the agent to play with methods described in the literature instead of merely reading about them.\n\nWith Paper2Agent now up and running, Zou and his colleagues have begun turning more of their own research papers into agents. Just one day after publishing their *Nature* paper on Paper2Agent, they unveiled the [Virtual Biotech](https://virtualbiotech.ai/), a multi-agent platform modeled on a drug development company.\n\nThey described the system in *Science* and, at the same time, posted a [Paper2Agent-generated incarnation](https://paper2agent.ai/virtualbiotech) of the paper.\n\nHowever, not every study they threw at the tool could be converted into an agent. Of the 100 computational-biology papers they tried, 26 failed to make the leap to agent form, often because of incomplete code, missing documentation, or other software packages that couldn’t be made to work.\n\nBut Zou sees that as a feature, not necessarily a bug. When the system gets stuck, it can expose missing information, errors in the code, or discrepancies between the paper and its implementation—problems that might otherwise go unnoticed. As Zou puts it: “Agentification itself is a useful certificate that says, ‘This work is relatively complete and well documented.’”\n\nHuman scientists, Zou says, will still have the final say. But he envisions agents becoming part of what it means to publish a paper. Today, papers come with data and code availability statements. Tomorrow, he suggests, they could come with an “agent availability” statement: a virtual corresponding author available around the clock, in any language, to answer the questions that real authors never have time to field.\n\nNaturally, Zou and his colleagues decided to try the idea on their own study. They fed the Paper2Agent manuscript into Paper2Agent, creating an agent that now lives at [paper2agent.ai](https://paper2agent.ai/live). In other words, a paper about turning papers into agents has turned itself into an agent. [The recursion](https://spectrum.ieee.org/recursive-self-improvement), it seems, has already begun.", "url": "https://wpnews.pro/news/why-read-a-research-paper-when-you-can-turn-it-into-an-ai-agent", "canonical_source": "https://spectrum.ieee.org/paper2agent-ai-agents-research-papers", "published_at": "2026-09-22 15:00:05+00:00", "updated_at": "2026-09-22 16:27:08.163169+00:00", "lang": "en", "topics": ["ai-agents", "ai-research", "agent-protocols", "ai-tools", "artificial-intelligence"], "entities": ["Paper2Agent", "James Zou", "Stanford University", "Nature", "AlphaGenome", "Model Context Protocol", "Claude Code", "Biomni"], "alternates": {"html": "https://wpnews.pro/news/why-read-a-research-paper-when-you-can-turn-it-into-an-ai-agent", "markdown": "https://wpnews.pro/news/why-read-a-research-paper-when-you-can-turn-it-into-an-ai-agent.md", "text": "https://wpnews.pro/news/why-read-a-research-paper-when-you-can-turn-it-into-an-ai-agent.txt", "jsonld": "https://wpnews.pro/news/why-read-a-research-paper-when-you-can-turn-it-into-an-ai-agent.jsonld"}}