6 min readfrom VentureBeat

Stanford is running 37,000 AI agents as a virtual biotech — and one of its drug designs got independently confirmed by Merck

Our take

Stanford University’s pioneering research demonstrates a transformative shift in AI development: scaling to tens of thousands of specialized agents. James Zou's team has built a "Virtual Biotech" – emulating a corporate structure with 37,000 agents – that autonomously designs drug candidates. Notably, one such design was independently validated by Merck, receiving FDA breakthrough designation. The key? Orchestration via a novel platform, Paperclip, which digitizes data and creates an AI-native virtual file system.
Stanford is running 37,000 AI agents as a virtual biotech — and one of its drug designs got independently confirmed by Merck

The prevailing narrative in AI development has long centered on the pursuit of ever-larger, more powerful single models. For developers, the operating assumption has been one engineer, one agent — the model Claude Code and similar tools 5 Free Courses to Learn Modern AI and LLMs . At VB Transform 2026, James Zou’s presentation challenged this paradigm, arguing that the future lies not in singular behemoths, but in orchestrated ecosystems of tens of thousands of specialized AI agents. This shift represents a fundamental rethinking of how we build and deploy AI, moving beyond individual capabilities to focus on collaborative intelligence, and it’s a change our readers – those actively building and deploying AI solutions – need to understand. The Stanford Virtual Biotech project, with its impressive validation by Merck, serves as a compelling proof-of-concept for this new approach, demonstrating that a distributed, collaborative model can achieve results surpassing those of a single, monolithic agent, particularly in complex domains like drug discovery. This echoes the principles explored in Instacart's development of Blueberry Instacart Builds Blueberry, an AI-Powered Assistant to Help On-Call Engineers Investigate Incidents, where AI assists human engineers in incident response, suggesting a broader trend toward augmenting human expertise with specialized AI tools rather than replacing it entirely.

Zou’s work highlights a critical bottleneck in scaling AI: orchestration. Simply throwing more computing power at a single model isn’t the answer; the real challenge lies in creating an environment where numerous agents can effectively collaborate, share knowledge, and resolve conflicts. The development of Paperclip, Stanford’s AI-native scientific infrastructure, is a testament to this understanding. It addresses the fundamental incompatibility between legacy data systems and the needs of AI agents, providing a unified virtual file system that allows agents to access and process information efficiently. This contrasts sharply with existing approaches that attempt to retrofit traditional databases with middleware, which Zou rightly points out fails to address the core issue of API suitability for agent interaction. The ability to create such an environment, moving from rigid workflows to incentivized collaboration, marks a significant advancement in AI management—a shift from controlling individual agents to engineering the ecosystem in which they operate. It's a change that demands a new skillset from AI leaders, moving away from fine-tuning individual models towards optimizing the interactions and incentives within the larger system.

The independent validation of the Virtual Biotech’s therapeutic design by Merck is particularly noteworthy. It isn't just a demonstration of technical feasibility; it’s a signal that this multi-agent approach can produce real-world, commercially valuable outcomes. The fact that Merck, a seasoned pharmaceutical giant, arrived at the same design independently underscores the robustness of the system and its ability to generate novel insights. This success isn't merely about the individual agents themselves, but the emergent properties arising from their interactions – the “debates and disagreements” that, according to Zou, lead to more creative and robust reasoning. The implications for industries beyond drug discovery are considerable, suggesting that this collaborative AI paradigm could be applied to complex problem-solving across a range of sectors, from financial modeling to supply chain optimization. Rethinking AI support, as explored in Beyond Bots: Rethinking AI Support with a Hybrid AI Architecture, also highlights the value of blending different AI approaches to create more effective and resilient solutions.

Looking ahead, the most compelling question isn’t *if* multi-agent systems will become prevalent, but *how* we will design and manage these increasingly complex digital workforces. The emphasis on environmental optimization rather than individual model fine-tuning suggests a shift towards a more systems-level approach to AI development. As we move beyond simply building powerful agents, we must focus on engineering the collaborative spaces where they can thrive, creating incentives for knowledge sharing, and establishing robust mechanisms for conflict resolution. The future of AI may not be about the smartest single agent, but about the most intelligently designed ecosystem of agents working together.

For developers, the operating assumption has been one engineer, one agent — the model Claude Code and similar tools. At VB Transform 2026, James Zou, associate professor of biomedical data science at Stanford University, argued that assumption is about to break: the next frontier isn't a single, more capable agent, it's tens of thousands of them collaborating.

For developers and product builders, the most critical takeaway from Zou’s presentation is how these massive systems are orchestrated. His team's research offers a practical blueprint for connecting legacy databases to AI orchestration layers and designing environments that enable thousands of agents to collaborate.

Emulating the organization — the virtual biotech

Zou’s project began as a "Virtual Lab" consisting of five to eight agents structured to mirror his physical Stanford lab. The setup included an AI professor acting as the principal investigator and AI students with distinct specialties holding regular group meetings. 

"We also created for the agents a replica of Stanford, an agent school, where the agents can actually go to the school and do supervised fine-tuning to improve their expertise in their specific domains," Zou noted.

The virtual lab successfully designed new nanobody proteins for recent COVID variants. 

"What is really exciting to us is that these AI-designed nanobody proteins actually worked much better than the previous human-designed nanobodies in terms of binding to the recent different viruses," Zou said.

Following this wet-lab validation, the team expanded their ambition. They transitioned from emulating a single research team to modeling a massive corporate structure. 

The resulting system, dubbed the Virtual Biotech, comprises tens of thousands of specialized AI agents overseen by a Chief Scientific Officer (CSO) agent. It operates through distinct corporate divisions, such as target discovery, molecule design, and clinical trials.

"Working with the CSO agent are different divisions that mirror the divisions found in a human biotech or pharma company," Zou explained — one focused on identifying drug targets, another on designing molecules, a third on safety and clinical trials. Individual agents specialize further within a division, he said. "Under the target discovery division, we'll have one agent that specializes in looking at all the genetics data, another agent that looks at all the genomics data and single-cell data, and so on."

The multi-agent advantage

As foundation models grow more capable, developers face a core architectural dilemma: Why distribute workloads across tens of thousands of specialized agents instead of channeling all computing resources into a single, omniscient model?

Zou's team ran a head-to-head comparison of a multi-agent team against a single agent tasked with the same scientific challenge. The multi-agent ecosystem created friction and interaction that produced better solutions that were more resilient against compounding errors.

"In these scientific virtual labs, the agents actually get into debates and disagreements. They have to convince the other AI scientists [of] their ideas, and all of that elicits much more creative and robust reasoning compared to if you have a single model trying to do the problem by itself from scratch," Zou said.

The orchestration bottleneck

When scaling to tens of thousands of agents, orchestration becomes the primary bottleneck. The system requires a unified context layer that allows agents to synthesize knowledge from various tools, datasets, and historical records.

Many enterprise teams attempt to solve data integration by wrapping existing databases with an MCP. However, legacy systems are not very friendly to agents. For instance, dropping a PDF of a research paper into an agent's context window is inefficient, and standard text models struggle to interpret complex figures and tables, leading to hallucinations. 

"Even if you wrap an MCP around the existing databases and APIs, that doesn't solve the underlying problem: the interface and APIs are not suitable for agents," Zou said. He added that existing databases are designed to be consumed by humans or pre-AI algorithms.

To resolve this, Zou's team created Paperclip. The platform relies on a core strength of modern LLMs: their ability to write code and navigate file systems. Instead of forcing agents to query brittle, database-specific APIs, Paperclip digitizes unstructured data and maps disparate databases into a unified, AI-native virtual file system.

This structure allows agents to access knowledge from millions of papers using standard file-system operations. 

"This basically shows that we can get much better accuracy if you use Paperclip, and we can reduce the time and the cost by over an order of magnitude compared to if you use agents without these AI-native scientific infrastructures," Zou stated.

Real-world validation

To test the practical output of this architecture, Virtual Biotech spun up 37,000 "clinical trial agents" to synthesize fragmented trial data. These agents identified single-cell features that predict trial success — drug targets supported by these features were about 50% more likely to reach market than comparable drugs without them.

The system then autonomously designed an antibody-drug conjugate (ADC) targeting the CD276 protein for lung cancer. The agents completed this design autonomously, relying exclusively on data published prior to January 2025.

Several months later, Zou said, pharmaceutical company Merck independently developed and validated the same therapeutic design — which went on to receive breakthrough designation from the FDA. He characterized this as "a third-party external validation of the therapeutic design provided by the virtual biotech agents."

Designing ecosystems, not workflows

As multi-agent systems scale, leaders must rethink how they manage these digital workforces. Zou advocated for shifting from designing rigid workflows to creating open environments. Workflows dictate the exact steps an agent should take, similar to managing a junior employee. Environments provide the infrastructure, guardrails, and incentives for agents to collaborate on open-ended problems. 

"In workflows, we're trying to tell agents what to do and how to do their job. But in environments, we're providing the infrastructures, the incentives, and the guardrails, but otherwise we leave it open to incentivize agents to collaborate," Zou said.

Optimization at scale means engineering the environment rather than fine-tuning individual models. While single agents can improve via reinforcement learning or supervised fine-tuning in the agent school, the success of a massive multi-agent system relies on adjusting the parameters governing their collaboration. 

"At the multi-agent [side], we're not actually fine-tuning and changing the individual models anymore, but we're optimizing the environment," Zou explained. "The environment itself is the object that we optimize to improve the agents."

Read on the original site

Open the publisher's page for the full experience

View original article