Talk Session 1: AI for Science

Harnessing the Collective Intelligence of Agents for Science

James Zou — Professor, Stanford

Saturday, August 1 · Nexus Stage · 00:21:30–00:32:45 · morning stream

The new scaling axis isn't bigger individual models but more collaborating scientist agents — from ten to thousands to millions — which in turn requires rebuilding scientific data infrastructure for agents instead of humans.

TL;DR

  • Scale the number of agents, not the size of the model: Virtual Lab (5–10 agents) → Virtual Biotech (tens of thousands) → millions. Each order of magnitude surfaces different emergent capabilities.
  • Two results validated outside the simulation: Virtual Lab's nanobody designs were synthesized and tested, binding recent SARS-CoV variants better than the best prior human-designed antibodies; and Virtual Biotech's ADC design for the lung-cancer target CD276 was independently arrived at by Merck months later, tested in humans, and granted FDA breakthrough designation.
  • The bottleneck is infrastructure: existing scientific databases and APIs were built for humans or pre-AI algorithms and are too brittle for agents. Converting them into an agent-native virtual file system (PaperClip) gives better accuracy while being an order of magnitude faster and cheaper than the same models hitting those databases through conventional MCPs or APIs.
  • Paper agents turn static papers into virtual authors that do work. One side effect is automated reproducibility checking — in many cases the paper agent surfaced key mistakes and limitations in the original publication. The more interesting effect is paper agents negotiating collaborations with each other.

Key Points

From Virtual Lab to Virtual Biotech (~00:22–00:27)

Zou leads Stanford's AI for Science Lab, and the direction he's most excited about is treating the number of collaborating AI scientist agents as a new scaling axis — going from tens of agents to hundreds, thousands, even millions, and seeing what capabilities emerge.

Virtual Lab was the first step: five to ten agents emulating his physical lab. An AI professor agent runs it; AI student agents bring different expertise (mathematics, data science, protein design). They hold their own group meetings, get a budget to run real experiments, and attend a replica "Stanford agent school" to become better researchers in their domains.

Their first assignment was designing binders for recent SARS-CoV variants. The demo walks through a group meeting: the professor agent lays out the goal, the immunologist agent recommends nanobodies, the machine-learning agent proposes an optimization approach. After a series of group meetings and one-on-one discussions, the agents produced a nanobody-optimization framework that differed from anything previously published, ran it, and came back with candidate designs. Experimental collaborators synthesized and tested them: effective binders, and for some recent variants better than the best previously published human-designed antibodies.

Virtual Biotech scales this to an entire pharma company with tens of thousands of scientist agents. A CSO agent sits at the top with its own chief of staff, office, and lawyers; below it are divisions mirroring a human pharma org — target identification, molecule design against those targets, clinical trial design and safety. Each division is staffed by specialized agents (one good at genetics data, another at single-cell analysis).

The assignment: design a new therapeutic for CD276 in lung cancer, a transmembrane protein that suppresses immune response and a target many pharma companies care about. After heavy analysis across genetics, genomics, and patient data, the agents proposed an antibody–drug conjugate (ADC) — an antibody designed for CD276 linked to a chemotherapy warhead released on target. That was a relatively novel design for CD276 at the time. Several months later Merck independently designed the same CD276 ADC, tested it in human populations, showed efficacy, and received FDA breakthrough designation — a rare case of human studies independently corroborating an agent-generated design.

Infrastructure agents can actually use: PaperClip (~00:27–00:29)

Making thousands of agents effective at science required a new layer of infrastructure and environments built for them. Existing scientific databases — including the ones holding millions of proteins — were designed to be consumed by humans or by pre-AI algorithms, so their APIs are too brittle and too limited for agents to use efficiently.

Their answer was to convert those databases (millions of proteins, molecules, gene expression records) into agent-native virtual file systems, making it far easier for agents to synthesize and aggregate across sources. The system is called PaperClip, and its scope has grown to essentially all of scientific knowledge: full-text papers from arXiv and elsewhere, plus the databases. The comparison he showed: representing scientific data and knowledge this way yields higher accuracy than giving the same language models access through traditional MCPs or APIs, while being an order of magnitude faster and cheaper. It's free, and one line of code hands the whole corpus to your agents.

Paper agents: papers that collaborate (~00:29–00:32)

For hundreds of years humans have encoded knowledge in static papers — passive artifacts. Readers and would-be collaborators often can't tell, from the words alone, how to adapt the knowledge to their own problem. So: turn those static artifacts into dynamic, interactive virtual authors — paper agents. Ask one to apply the paper's method to your dataset and it does so automatically, generating reproducible workflows and returning results.

Under the hood is an automated paper-to-agent pipeline: worker agents read the original paper plus any associated code and data, build a virtual environment, and try to replicate the original research — producing a paper MCP that becomes a paper agent.

One application is reproducibility checking. In the demo the paper agent regenerated intermediate figures and results matching the original publication, so that paper reproduced. But he was explicit that in many other cases the paper agent identified key mistakes and limitations in the original publication.

The most interesting application is a new form of agent-to-agent collaboration. They're in the process of converting every paper ever published — millions of paper agents — and those agents have started talking to each other. A real example: Google DeepMind's AlphaGenome paper became an agent that knows how to use that tool; a separate group's genetic dataset of mutations linked to GWAS risk for ADHD became an agent that knows how to use that data. The two agents started talking, decided they could collaborate, and automatically discovered a previously unknown mutation that increases ADHD risk.

Quotes

"So instead of scaling individual models but scale the number of agents, you know, from tens of agents to hundreds to thousands and even millions of agents that collaborate and see what are the new kinds of capabilities that emerges." (~00:22:03)

The whole talk in one sentence: the object of scaling has changed.

"…why don't we turn all of those static artifacts of knowledge from papers into dynamic and interactive virtual authors that we call paper agents." (~00:29:53)

A paper stops being something you read and becomes something you assign work to.

提到的專案與資源 / Projects & Resources

名稱 Name 說明 Description 備註 Notes
Virtual Lab 5–10 個 agent 模擬實體實驗室(AI professor + AI students + group meetings + 預算) 5–10 agents emulating a physical lab: AI professor, AI students, group meetings, a budget nanobody 成果已發表於 Nature(2025-07-29)/ nanobody result published in Nature, 29 Jul 2025
Virtual Biotech 數萬個 agent 模擬整間藥廠(CSO agent + 各部門) Tens of thousands of agents emulating a full pharma org (CSO agent plus divisions) CD276 ADC 設計後被 Merck 獨立驗證 / CD276 ADC independently corroborated by Merck
PaperClip 把科學資料庫與全文論文轉成 agent-native 虛擬檔案系統 Agent-native virtual file system over scientific databases and full-text papers 免費、一行程式碼接入;比 MCP/API 路線快且便宜一個數量級 / free, one line of code; ~10× faster and cheaper than MCP/API access
Paper agents / Paper2Agent 自動把論文(含程式碼與資料)轉成可執行的 paper MCP → paper agent Automated pipeline converting a paper plus its code and data into a paper MCP, then an agent 對應論文 Paper2Agent(arXiv:2509.06917)/ corresponding paper: Paper2Agent (arXiv:2509.06917)
AlphaGenome Google DeepMind 的基因體模型,被轉成 paper agent 參與自動合作 Google DeepMind genomics model, turned into a paper agent that autonomously collaborated 與 ADHD GWAS 資料集 agent 合作發現新突變 / paired with an ADHD GWAS dataset agent to find a novel mutation
CD276 肺癌標的,抑制免疫反應的跨膜蛋白 Lung-cancer target; transmembrane protein that suppresses immune response 又名 B7-H3(未於演講中提及)/ also known as B7-H3 (not mentioned in the talk)

逐字稿勘誤 / Transcript Corrections

字幕原文 Heard as 應為 Should be
James Zoo James Zou
nanobbody / imunologist nanobody / immunologist
virtual baltech / btech Virtual Biotech
Mercy / Merc Merck
paper clip PaperClip
alpha genome AlphaGenome
GW was GWAS
antibbody drug conjugate antibody–drug conjugate (ADC)
cso agent / chief scent officer CSO agent / Chief Scientific Officer

待確認 / To Verify

  • PaperClip 的正式名稱與歸屬:市面上另有一個同名的通用 agent 編排平台(paperclip.ing),與 Zou 描述的「科學虛擬檔案系統」是否為同一專案,無法從公開資料確認。/ The name PaperClip is ambiguous — a general-purpose agent-orchestration platform of the same name exists (paperclip.ing); whether it is the same project as the scientific virtual file system Zou described could not be confirmed.
  • 字幕中與 PaperClip 對照的基線寫作 "clot science" / "latest clot models",推測是 Claude 相關產品,但拼寫與確切對象待確認。/ The baseline compared against PaperClip, transcribed as "clot science" / "latest clot models", is presumably a Claude-related product but the exact name is unconfirmed.
  • Virtual Biotech 的 agent 數量,演講中同時出現「tens of thousands」與「many thousands」,實際規模待確認。/ Virtual Biotech's agent count — the talk says both "tens of thousands" and "many thousands".
  • Merck 的 CD276 ADC 取得 FDA breakthrough designation 的時間與藥物代號未提及。/ The date and code name of Merck's CD276 ADC breakthrough designation were not given.
  • 「Stanford agent school」是內部代稱還是正式系統名稱,未確認。/ Whether "Stanford agent school" is an informal nickname or a named system is unconfirmed.

Markdown source on GitHub ↗