01是什么:智能体驱动科学发现的定义What Is Agentic Scientific Discovery
智能体驱动科学发现(agentic scientific discovery),指的是用大量并行运行的 LLM 智能体(而不是单个模型一次性推理,也不是单纯的传统机器学习模型如 AlphaFold)去搜索、筛选、比对海量科学数据,自动发现人类专家因为数据量太大而容易忽略的模式,再交给人类专家和湿实验做最终验证的工作方式。它和"用 AI 辅助写论文"或"用 AI 解释一篇论文"完全是两回事——核心动作是在原始数据里找出此前没人系统描述过的模式,而不是总结已知信息。
这套模式有三个缺一不可的组成部分:
- 规模化并行搜索:不是一个 Agent 顺序处理,而是成百上千个 Agent 同时对数据的不同切片做模式识别,靠数量把"大海捞针"的问题变得可行;
- 假设生成与交叉验证的循环:某个 Agent 发现的"疑似模式"要经过其他 Agent 或流程重新核实,过滤掉噪声和巧合,才进入人类视野;
- 人类专家 + 湿实验兜底:AI 只负责把"值得看"的候选缩小到可管理的数量,最终的科学结论(这个模式到底是什么、有什么功能)仍然必须由人类专家评审、并通过实体实验验证——AI 生成的是线索,不是结论。
Agentic scientific discovery refers to a workflow where a large number of LLM agents run in parallel — not a single model doing one-shot inference, and not a traditional narrow ML model like AlphaFold — to search, filter, and cross-reference massive scientific datasets, automatically surfacing patterns that human experts would likely miss simply because of data volume. It then hands the candidate findings to human experts and wet-lab work for final validation. This is fundamentally different from "using AI to help write a paper" or "using AI to summarize a paper" — the core action here is finding patterns in raw data that no one has systematically described before, not summarizing what's already known.
The pattern has three components, all of which matter:
- Massively parallel search: instead of one agent processing sequentially, hundreds to thousands of agents run pattern recognition on different slices of data simultaneously, turning a "needle in a haystack" problem into something tractable through sheer parallelism;
- A hypothesis-generation-and-cross-verification loop: a "candidate pattern" flagged by one agent has to be re-checked by other agents or downstream processes to filter out noise and coincidence before it ever reaches a human;
- Human experts and wet-lab work as the final backstop: the AI's job is only to narrow "things worth looking at" down to a manageable shortlist. The actual scientific conclusion — what this pattern is, what it does — still has to be reviewed by human experts and validated through physical experiments. What the AI produces is a lead, not a conclusion.
02案例拆解:950 个智能体如何发现新酶系统Case Study: How 950 Agents Found a New Enzyme System
2026 年 9 月 23 日,Anthropic 官方公告披露了这次发现的关键数字。约 950 个 Claude 智能体协同工作 21 小时,共消耗约 2.1 亿 tokens,分析了约 20 万条候选酶序列,最终在噬菌体(感染细菌的病毒)基因组数据中,识别出一种由"逆转录酶 + 伙伴基因 + 类似 CRISPR 重复阵列的 DNA 序列"组成的系统——Anthropic 将其命名为 阵列关联逆转录酶(array-associated reverse transcriptase,简称 ART)。这个逆转录酶本身此前已被记录过,但把它和重复序列阵列组合成一个"系统"来看待,是这次发现的新意所在。
Anthropic's official announcement on September 23, 2026 disclosed the key numbers behind the discovery. Approximately 950 Claude agents worked together for 21 hours, burning through roughly 210 million tokens, analyzing about 200,000 candidate enzyme sequences, and ultimately identified a system — in the genomes of bacteriophages (viruses that infect bacteria) — made up of "a reverse transcriptase enzyme, a partner gene, and a CRISPR-like array of repeating DNA sequences." Anthropic named it array-associated reverse transcriptase (ART). The reverse transcriptase enzyme itself had been documented before; what's new is recognizing it, together with the repeat array, as a distinct biological system.
Anthropic CEO Dario Amodei 在公告中表示,"未来甚至有可能让 Claude 自主操控实验室设备安全地完成实验——但我们今天还没有这样做。" 这句话既是对能力的展望,也是对当前边界的明确划定:目前 AI 的角色严格止步于"找候选、给线索",不涉足实体实验操作。CRISPR 研究先驱、MIT 与 Broad 研究所的 Feng Zhang 对此评价:"这种与逆转录酶相关联的 RNA 重复阵列的鉴定确实令人感兴趣,值得进一步研究"——注意这是一句谨慎的"值得研究",不是"已经证实"。
Anthropic CEO Dario Amodei said in the announcement, "it may even be possible for Claude itself to safely perform the experiments by autonomously controlling lab equipment... but we aren't doing that today." That line is both a glimpse of future capability and an explicit line drawn around today's boundary: AI's role currently stops strictly at "finding candidates, providing leads," not operating physical lab equipment. Feng Zhang, a CRISPR pioneer at MIT and the Broad Institute, commented: "the identification of RNA-repeat arrays associated with reverse transcriptases is genuinely intriguing and merits further investigation" — note this is a careful "worth studying," not "already confirmed."
03底层平台:Claude Science 工作台Underlying Platform: Claude Science
这次大规模筛查之所以能跑起来,离不开 Anthropic 在 2026 年 7 月 1 日公测上线的 Claude Science——一个面向科学家和制药研究人员的一体化工作台。它解决的核心痛点很朴素:科研人员大量时间花在"在数据库、代码笔记本、终端、可视化工具之间来回切换",而不是真正做研究。Claude Science 把这些环节整合进一个界面,具体包括:
- 与 60 多个专业数据库和技能(skills)集成,覆盖基因组、蛋白质结构等常见科研数据源;
- 可调用 Evo 2、Boltz-2、OpenFold3 等专用生命科学模型(而不是只靠通用 LLM 的"直觉");
- 输出可审计——代码、运行环境都有可追溯记录,方便复现与同行评审;
- 支持 macOS/Linux 本地运行,或通过 SSH 远程接入已有的计算集群。
Anthropic 透露已经在内部用 Claude Science 推进被忽视热带病(neglected tropical diseases)的临床前药物发现工作,并宣布最多支持 50 个"AI for Science"外部项目,每个项目提供至多 3 万美元的算力信用额度。本次的酶系统发现,可以理解为 Anthropic 给自家科研工作台做的一次高调的能力背书。
This large-scale screen wouldn't have been runnable without Claude Science, the integrated workbench for scientists and pharma researchers that Anthropic launched in beta on July 1, 2026. The core pain point it addresses is simple: researchers spend a huge amount of time "switching between databases, coding notebooks, terminals, and viewers" instead of actually doing research. Claude Science folds all of that into a single interface, including:
- Integration with 60+ specialized databases and skills covering common research data sources like genomics and protein structure;
- Access to purpose-built life-science models such as Evo 2, Boltz-2, and OpenFold3 — not just general-purpose LLM "intuition";
- Auditable outputs — code and the environment it ran in are traceable, which matters for reproducibility and peer review;
- Local operation on macOS/Linux, or remote access to existing compute clusters over SSH.
Anthropic has disclosed that it is already using Claude Science internally for pre-clinical drug discovery on neglected tropical diseases, and says it's backing up to 50 external "AI for Science" projects with as much as $30,000 in compute credits each. The enzyme discovery can be read as a high-visibility proof point for Anthropic's own research workbench.
04治理机制:护栏怎么"因场景而变"Governance: Context-Dependent Guardrails
和这次发现同期公布的,还有 Life Sciences Verification Program(LSVP,生命科学验证计划)——面向经过身份核实的生物学专业人士,提供带有针对性放宽的安全设置的 Claude 访问权限,专门服务于合规的生命科学研究场景。这背后是一个值得单独拎出来讲的治理思路:AI 安全护栏不该是"一刀切"的全局开关,而应该是可以按已验证身份、已验证场景做差异化配置的分层系统——普通用户遇到的默认护栏依然保守,但经过审核的专业研究者,在特定研究场景下可以获得更贴合真实科研需求的模型行为。
这种"场景化放宽"天然带来双重用途(dual-use)风险管理的挑战:同一套能维护生物安全的知识与工具,理论上也可能被滥用。Anthropic 目前公开的缓解方式包括身份核实的准入门槛、湿实验环节仍由人类主导、以及把研究严格限制在低生物安全等级(BSL-1/BSL-2)范围内——但这更多是"当前的产品策略",而非可验证的、机制层面的安全保证,读者应把它当作一个仍在演进中的治理实践来看待,而不是一个已经解决的问题。
Announced alongside the discovery was the Life Sciences Verification Program (LSVP), which grants identity-verified biology professionals access to Claude with selectively relaxed safety settings, specifically for legitimate life-science research use cases. This points to a governance idea worth calling out on its own: AI safety guardrails shouldn't be an all-or-nothing global switch — they should be a layered system that can be configured differently based on verified identity and verified use case. The default guardrails an ordinary user encounters stay conservative, while a vetted professional researcher, in a specific research context, can get model behavior that's better matched to real scientific needs.
This kind of "context-dependent relaxation" inherently raises dual-use risk-management challenges: the same knowledge and tools that support legitimate biosecurity work could, in theory, also be misused. Anthropic's publicly disclosed mitigations so far include an identity-verification gate, keeping humans in charge of all wet-lab work, and strictly limiting the research to low biosafety levels (BSL-1/BSL-2) — but this is best understood as a current product policy, not a verifiable, mechanism-level safety guarantee. Readers should treat it as an evolving governance practice rather than a solved problem.
05行业格局:三强 AI for Science 工作台Landscape: Three AI-for-Science Workbenches
Claude Science 不是孤例。2026 年以来,三大实验室先后推出了几乎同形态的"科研工作台"产品,把它们放在一条时间线上看会很清楚:
Claude Science isn't an isolated effort. Since early 2026, all three major labs have shipped near-identical "research workbench" products, and the pattern is obvious once you lay them out on a timeline:
| 产品 | 厂商 | 发布 | 核心卖点 |
|---|---|---|---|
| GPT-Rosalind | OpenAI | 2026-04 | 科研数据库整合 + 生命科学工作流 |
| Gemini for Science | 2026-05 | 与 Google 既有科研数据生态(如 AlphaFold 系)联动 | |
| Claude Science | Anthropic | 2026-07(beta) | 60+ 数据库/技能 + Evo2/Boltz-2/OpenFold3 + 可审计输出 |
| Product | Vendor | Launched | Core pitch |
|---|---|---|---|
| GPT-Rosalind | OpenAI | Apr 2026 | Research database integration + life-science workflows |
| Gemini for Science | May 2026 | Tied into Google's existing research data ecosystem (e.g. the AlphaFold family) | |
| Claude Science | Anthropic | Jul 2026 (beta) | 60+ databases/skills + Evo2/Boltz-2/OpenFold3 + auditable outputs |
注:三款产品的具体能力边界以各厂商官方文档为准,本文仅基于公开报道做横向梳理,未做逐项功能实测。
Note: exact capability boundaries for each product should be verified against each vendor's official docs; this table is a horizontal summary based on public reporting, not hands-on feature testing.
06怎么搭:可复用的架构模式How To Build It: A Reusable Architecture
即便你手上没有 950 个智能体的算力预算,这套模式背后的架构思路也是可以缩小复用的。把它拆成四层来看:
Even if you don't have the compute budget for 950 agents, the architectural thinking behind this pattern scales down and is reusable. Broken into four layers:
1)数据分片(Fan-out)层
1) Data sharding (fan-out) layer
把大数据集切成互不重叠(或有意重叠一部分作为交叉校验)的小片,每片交给一个独立的 Agent 实例。这和 Claude Code 里"给每个 subagent 分配独立子任务"是同一个思路,只是这里的规模从几个 subagent 扩大到几百上千个。关键设计点是切片粒度:切太粗,单个 Agent 上下文塞不下也扫不细;切太细,协调开销和重复劳动会抵消并行带来的收益。
Split the large dataset into small, non-overlapping shards (or deliberately overlapping ones for cross-checking), and hand each shard to an independent agent instance. This is the same idea as assigning each subagent an independent sub-task in Claude Code — just scaled from a handful of subagents up to hundreds or thousands. The key design decision is shard granularity: too coarse and a single agent's context can't hold or scan it carefully; too fine and coordination overhead and duplicated work eat into the gains from parallelism.
2)候选聚合与交叉验证层
2) Candidate aggregation and cross-verification layer
单个 Agent 报告的"疑似发现"噪声率天然很高——规模越大,假阳性的绝对数量也越大。这一层的作用是把所有候选收集起来,用另一批(或另一轮)Agent 做交叉核实:同一个模式是否在多个独立切片里都被发现?是否符合已知的生物学/领域先验?通过这一轮过滤,才把候选数量压缩到人类专家能消化的规模。
A single agent's "suspected finding" has an inherently high noise rate — and the larger the scale, the larger the absolute number of false positives. This layer's job is to collect all candidates and cross-check them with another batch (or another round) of agents: does the same pattern show up across multiple independent shards? Does it fit known biological/domain priors? Only after this filtering pass does the candidate count shrink down to something a human expert can actually digest.
3)人类专家评审层
3) Human expert review layer
这一层不是"可选的兜底",而是整个架构里唯一能给出"这是不是真的科学发现"这个判断的环节。设计这类系统时,要为专家评审预留明确的产出格式(候选清单 + 支撑证据 + 置信度标注),而不是让专家从头翻一遍原始 Agent 日志。
This layer isn't an "optional safety net" — it's the only stage in the whole architecture that can actually judge "is this a real scientific finding." When designing systems like this, you need to reserve a clear output format for expert review (a candidate list + supporting evidence + confidence annotations), rather than making the expert dig through raw agent logs from scratch.
4)物理/权威验证层
4) Physical / authoritative validation layer
对科学发现而言是湿实验;对其他领域(比如代码审计、金融合规)对应的可能是人工复核或生产环境灰度验证。这一层的存在提醒我们:智能体规模化发现的本质是把"搜索"这个昂贵的步骤自动化,而不是把"验证"这个昂贵的步骤自动化——后者目前仍然需要权威的、独立于 AI 系统之外的机制。
For scientific discovery, this is wet-lab validation; in other domains — say, code auditing or financial compliance — the equivalent might be manual review or staged rollout in production. This layer is a reminder: agentic discovery at scale is fundamentally about automating the expensive "search" step, not the expensive "verification" step — the latter still requires an authoritative mechanism independent of the AI system itself.
# 一个缩小版的架构思路(伪代码,非官方 SDK)
shards = split_dataset(candidate_db, shard_size=200) # 数据分片层
candidates = []
for shard in shards: # fan-out:并行派发
result = run_agent(task="pattern_scan", data=shard)
if result.has_candidate:
candidates.append(result)
verified = cross_verify(candidates, overlap_check=True) # 聚合/交叉验证层
report = format_for_expert_review(verified) # 人类专家评审层
# → 交给领域专家判断,再决定是否进入物理/权威验证
# A scaled-down version of the architecture (pseudocode, not an official SDK)
shards = split_dataset(candidate_db, shard_size=200) # data sharding layer
candidates = []
for shard in shards: # fan-out: dispatch in parallel
result = run_agent(task="pattern_scan", data=shard)
if result.has_candidate:
candidates.append(result)
verified = cross_verify(candidates, overlap_check=True) # aggregation / cross-verification layer
report = format_for_expert_review(verified) # human expert review layer
# → hand off to a domain expert, then decide whether to proceed to physical/authoritative validation
📖 相关架构参考:MCP 2026-07-28 规范博客(多智能体协作场景下的工具调用协议演进)
📖 Related architecture reference: MCP 2026-07-28 Specification blog (protocol evolution for tool-calling in multi-agent collaboration scenarios)
07什么场景该用When To Use This Pattern
- 搜索空间巨大、但"评估单个候选"相对便宜的问题(如基因组模式识别、材料筛选、化合物初筛)
- 已经有明确的、可自动化的初步过滤标准,能让 Agent 对候选打分/分类
- 团队本身就有能承接"候选清单"的领域专家资源,不是把 AI 输出直接当结论用
- 需要单一、确定性因果解释的问题(规模化模式匹配容易把相关性当因果)
- 没有可靠的、独立于 AI 系统的验证手段(没有"湿实验"这一环,风险很大)
- 预算或时间不允许跑交叉验证这一轮——省略它,噪声会直接流向决策层
- Problems with a huge search space where evaluating a single candidate is relatively cheap (genomic pattern recognition, materials screening, initial compound triage)
- Clear, automatable filtering criteria already exist so agents can score/classify candidates
- The team already has domain experts who can absorb a "candidate list" — AI output isn't treated as the final answer
- Problems requiring a single, deterministic causal explanation (large-scale pattern matching easily mistakes correlation for causation)
- No reliable validation mechanism independent of the AI system (skipping the "wet-lab" equivalent is high risk)
- Budget or timeline doesn't allow for the cross-verification pass — skip it and noise flows straight to decision-makers
08常见坑与局限Pitfalls and Limitations
- 把"找到线索"当成"已经证实":ART 系统的新闻标题很吸睛,但截至目前它的功能仍未知、结论尚待外部验证——媒体报道和官方公告本身也在反复强调这一点,读简报时要留意"发现""识别出"和"证实"这几个词的差别。
- 规模放大了假阳性的绝对数量:950 个 Agent 同时找模式,哪怕单个 Agent 的误报率很低,叠加起来也会有相当数量的候选是噪声——这也是为什么交叉验证层不可省略。
- 护栏放宽带来的双重用途风险管理是持续性工作,不是一次性配置:LSVP 这类"场景化放宽"机制,需要持续的身份核实、行为审计与边界收紧机制,不能理解成"验证一次、终身放行"。
- 成本不透明:公开披露的是 tokens 和耗时,但没有给出美元成本或对比"传统人力做同等规模筛查需要多久/多少人",这让"性价比"很难做独立评估。
- 可复现性依赖厂商自证:目前这类发现的过程细节(具体的 Agent 编排方式、prompt 设计、如何定义"候选阈值")并未完整公开,外部研究者难以复现同一套流水线,只能等待正式论文或同行评审结果。
- Mistaking "a lead was found" for "it's confirmed": the ART system headline is eye-catching, but as of now its function remains unknown and the finding awaits outside validation — both the press coverage and Anthropic's own announcement keep emphasizing this. When reading a summary, pay attention to the difference between "found," "identified," and "confirmed."
- Scale amplifies the absolute number of false positives: even if a single agent's false-positive rate is low, 950 agents searching in parallel will still surface a meaningful number of noisy candidates — which is exactly why the cross-verification layer can't be skipped.
- Dual-use risk management from relaxed guardrails is ongoing work, not a one-time setting: mechanisms like LSVP need continuous identity verification, behavior auditing, and the ability to tighten boundaries — it shouldn't be read as "verify once, unlimited access forever."
- Cost isn't fully transparent: what's disclosed publicly is tokens and runtime, but not a dollar cost, nor a comparison to how long/how many people a traditional human-led screen of the same scale would take — which makes an independent cost-benefit assessment hard.
- Reproducibility currently relies on the vendor's own account: the process details for this kind of discovery (exact agent orchestration, prompt design, how the "candidate threshold" is defined) haven't been fully disclosed, so outside researchers can't reproduce the same pipeline — we're waiting on a formal paper or peer review.
09与其他 AI for Science 路线对比Comparison With Other AI-for-Science Approaches
| 路线 | 代表案例 | 核心机制 | 典型产出 |
|---|---|---|---|
| 专用预测模型 | AlphaFold(2020 起) | 单一大模型针对特定任务(蛋白质结构预测)端到端训练 | 结构化、可直接使用的预测结果 |
| 智能体规模化搜索 | 本文案例:Claude ART 发现 | 大量通用 LLM 智能体并行扫描 + 交叉验证 | 需人类专家复核的候选线索 |
| 假设生成型系统 | 行业内的"AI 协作科学家"类系统 | 模型生成可检验的科学假设,再由人或自动化流程设计实验验证 | 待验证的研究假设 / 实验方案建议 |
| Approach | Representative case | Core mechanism | Typical output |
|---|---|---|---|
| Specialized predictive model | AlphaFold (since 2020) | A single large model trained end-to-end on a specific task (protein structure prediction) | Structured, directly usable predictions |
| Agentic large-scale search | This piece's case: Claude's ART discovery | Many general-purpose LLM agents scanning in parallel plus cross-verification | Candidate leads requiring human expert review |
| Hypothesis-generating systems | Industry "AI co-scientist"-style systems | The model generates testable scientific hypotheses, which humans or automated pipelines then design experiments to verify | Untested research hypotheses / suggested experimental protocols |
三条路线不是互斥关系,而是分别解决"精确预测已知任务""在海量未知数据里找候选""提出新猜想"这三个不同问题,实践中往往会组合使用——比如用智能体规模化搜索找到候选后,再用专用预测模型(如 Boltz-2)对候选结构做进一步计算验证。
These three approaches aren't mutually exclusive — they solve three different problems: "precisely predicting a known task," "finding candidates in a mountain of unknown data," and "proposing new hypotheses." In practice they're often combined — for example, using agentic large-scale search to find candidates, then using a specialized predictive model (like Boltz-2) to run further computational validation on the candidate structures.
10术语表Glossary
- ART(阵列关联逆转录酶)
- array-associated reverse transcriptase,本文案例中发现的新型系统,由逆转录酶、伙伴基因与类 CRISPR 重复序列阵列组成,具体生物学功能尚未确认。
- CRISPR
- 一种源自细菌免疫系统、被广泛应用于基因编辑的技术体系,因其"重复序列阵列"结构常被用作识别新型相关生物系统的参照。
- BSL-1 / BSL-2
- 生物安全等级(Biosafety Level)分类中最低的两级,代表操作对象为低风险、通常不涉及人类致病原的实验环境。
- Fan-out(扇出)
- 把一个大任务拆分成多个独立子任务、分发给多个并行执行单元(此处是 Agent)处理的架构模式。
- 湿实验(wet-lab)
- 区别于计算机模拟/计算分析("干实验"),需要在真实实验室环境中用试剂、样本等物理手段完成的实验。
- ART (array-associated reverse transcriptase)
- The novel system identified in this piece's case study, made up of a reverse transcriptase, a partner gene, and a CRISPR-like repeat array; its specific biological function has not yet been confirmed.
- CRISPR
- A technology system originating from bacterial immune defenses and widely used for gene editing; its "repeat array" structure is often used as a reference point for identifying related novel biological systems.
- BSL-1 / BSL-2
- The two lowest tiers in the Biosafety Level classification, denoting lab environments handling low-risk material, typically not involving human pathogens.
- Fan-out
- An architectural pattern where a large task is split into many independent sub-tasks and dispatched to multiple parallel execution units (here, agents).
- Wet-lab
- As opposed to computational simulation/analysis ("dry lab"), work that must be carried out in a physical lab environment using reagents, samples, and other physical means.
11参考来源Sources
- Anthropic 官方公告《Claude discovers a novel enzyme system》(2026-09-23) — anthropic.com/news/claude-discovers-novel-enzyme-system
- Anthropic 官方公告《Introducing the Life Sciences Verification Program》(2026-09) — anthropic.com/news/life-sciences-verification-program
- TechCrunch《Anthropic says its biology lab has already found something big》(2026-09-23) — techcrunch.com
- Dataconomy《Anthropic Says Claude Found CRISPR-like Enzyme System In 21 Hours》(2026-09-24) — dataconomy.com
- Interesting Engineering《Claude scans 200,000 enzymes to uncover new CRISPR-like system hidden in phages》(2026-09) — interestingengineering.com
- TechFundingNews《Anthropic launches Claude Science, and Google and OpenAI are already racing to match it》(2026-09) — techfundingnews.com
- Model Context Protocol Blog《The 2026-07-28 Specification》(2026-07-28) — blog.modelcontextprotocol.io
- Anthropic official announcement, "Claude discovers a novel enzyme system" (2026-09-23) — anthropic.com/news/claude-discovers-novel-enzyme-system
- Anthropic official announcement, "Introducing the Life Sciences Verification Program" (Sep 2026) — anthropic.com/news/life-sciences-verification-program
- TechCrunch, "Anthropic says its biology lab has already found something big" (2026-09-23) — techcrunch.com
- Dataconomy, "Anthropic Says Claude Found CRISPR-like Enzyme System In 21 Hours" (2026-09-24) — dataconomy.com
- Interesting Engineering, "Claude scans 200,000 enzymes to uncover new CRISPR-like system hidden in phages" (Sep 2026) — interestingengineering.com
- TechFundingNews, "Anthropic launches Claude Science, and Google and OpenAI are already racing to match it" (Sep 2026) — techfundingnews.com
- Model Context Protocol Blog, "The 2026-07-28 Specification" (2026-07-28) — blog.modelcontextprotocol.io
主页