Mingyu's Library主页
AI 深度学习文档AI Deep-Dive
今日精选主题深度学习 Today's Featured Deep Dive

智能体驱动的科学发现:当 950 个 Claude 智能体一起"看"DNA 数据

Agentic Scientific Discovery: When 950 Claude Agents Read DNA Data Together

2026 年 9 月 23 日,Anthropic 宣布约 950 个 Claude 智能体协作 21 小时、消耗约 2.1 亿 tokens,在噬菌体基因组中发现一种此前未被系统描述的类 CRISPR 酶系统。这不是一次孤立的"AI 很聪明"新闻,而是"智能体驱动科学发现"这条工程路线第一次给出可量化的公开数据。本文从这个案例出发,拆解它的技术架构、底层平台、治理机制,以及这套模式什么时候该用、什么时候要警惕。

On September 23, 2026, Anthropic announced that roughly 950 Claude agents worked together for 21 hours, burning through about 210 million tokens, to flag a previously undescribed CRISPR-like enzyme system in bacteriophage genomes. This isn't just another "AI is smart" headline — it's the first time the "agentic scientific discovery" engineering pattern has been backed by quantifiable public numbers. Starting from this case, this piece breaks down the architecture, the underlying platform, the governance model, and — just as importantly — when this pattern is appropriate and when it isn't.

发布日期:2026-09-25Published: 2026-09-25 阅读时长:约 16 分钟Reading time: ~16 min 领域:Agent 工程 · AI for ScienceTopics: Agent Engineering · AI for Science

01是什么:智能体驱动科学发现的定义What Is Agentic Scientific Discovery

智能体驱动科学发现(agentic scientific discovery),指的是用大量并行运行的 LLM 智能体(而不是单个模型一次性推理,也不是单纯的传统机器学习模型如 AlphaFold)去搜索、筛选、比对海量科学数据,自动发现人类专家因为数据量太大而容易忽略的模式,再交给人类专家和湿实验做最终验证的工作方式。它和"用 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:

一句话人话解释 In plain terms 把它想成"用几百个实习生同时翻一整个图书馆,每人翻一小片区域找可疑的书,发现可疑的马上喊组长来核实",而不是"一个博士生一个人从头到尾读完所有书"。数量换来的是覆盖率,交叉验证换来的是可信度。 Think of it as "hundreds of interns simultaneously flipping through one giant library, each covering a small section and flagging anything suspicious for a team lead to verify," rather than "one PhD student reading the entire library cover to cover alone." Numbers buy you coverage; cross-verification buys you credibility.

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.

智能体科学发现流水线示意图(中文版) 候选序列库 约 20 万条酶序列 噬菌体基因组数据 并行扫描智能体 ≈950 个 Claude agent 每个 agent 分析一小片 数据 · 21 小时 · 2.1亿 tokens 候选模式聚合 交叉核验 · 去噪 锁定 ART 候选系统 人类专家评审 CRISPR 领域学者 (如 Feng Zhang) 初步评价: "值得进一步研究" 尚未定论功能 人类科学家湿实验室验证 仅 BSL-1 / BSL-2 生物安全等级,不涉及人类病原体 所有实体实验由人类科学家完成,AI 不操作实验设备 当前状态:早期发现,等待外部同行验证 ART 具体功能尚未确认 · 非最终科学结论
Agentic scientific discovery pipeline diagram (English version) Candidate Sequence DB ~200,000 enzyme seqs Phage genome data Parallel Scan Agents ~950 Claude agents Each agent scans a slice 21 hrs · 210M tokens Candidate Aggregation Cross-check · denoise Narrows to ART candidate Human Expert Review CRISPR field scholars (e.g. Feng Zhang) Early verdict: "merits further study" Function not yet confirmed Human Wet-Lab Validation BSL-1 / BSL-2 only, no human pathogens All physical experiments run by humans, not AI Status: early finding, awaiting outside peer validation ART's function unconfirmed — not a final scientific conclusion
图 1:从候选序列库到湿实验验证的完整流水线——AI 负责缩小范围,人类负责下结论。
Figure 1: The full pipeline from candidate sequence database to wet-lab validation — AI narrows the search, humans draw the conclusions.
~950
协作智能体数量
21 小时
端到端耗时
~2.1 亿
消耗 tokens 数
~20 万条
分析的候选酶序列
~950
Collaborating agents
21 hrs
End-to-end runtime
~210M
Tokens consumed
~200K
Candidate sequences analyzed

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."

关键限定Key caveat 截至发稿,ART 系统的具体生物学功能仍然未知,这项发现"尚待外部验证"(awaits outside validation)。所有实体湿实验均由人类科学家在 BSL-1/BSL-2(最低两级生物安全等级)条件下完成,不涉及任何人类致病原,AI 没有直接接触或操作任何实验室设备。 As of publication, the specific biological function of the ART system remains unknown, and the finding "awaits outside validation." All physical wet-lab work was performed by human scientists under BSL-1/BSL-2 (the two lowest biosafety levels) conditions, involving no human pathogens, with the AI having no direct contact with or control over lab equipment.

03底层平台:Claude Science 工作台Underlying Platform: Claude Science

这次大规模筛查之所以能跑起来,离不开 Anthropic 在 2026 年 7 月 1 日公测上线的 Claude Science——一个面向科学家和制药研究人员的一体化工作台。它解决的核心痛点很朴素:科研人员大量时间花在"在数据库、代码笔记本、终端、可视化工具之间来回切换",而不是真正做研究。Claude Science 把这些环节整合进一个界面,具体包括:

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:

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.

为什么这对开发者也重要Why this matters even if you're not a biologist "按已验证身份/场景分层放宽护栏"这个思路,不只适用于生命科学。任何在企业内部部署 Agent、且不同角色需要不同权限边界的团队,都可以借鉴这个模式:与其在"完全保守"和"完全开放"之间二选一,不如设计一套身份核实 + 场景绑定的分层权限体系。 The idea of "relaxing guardrails in layers, tied to verified identity and verified use case" isn't unique to life sciences. Any team deploying agents internally, where different roles need different permission boundaries, can borrow this pattern: instead of choosing between "fully locked down" and "fully open," design a tiered permission system anchored to identity verification and use-case binding.

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:

2026 年 AI for Science 工作台发布时间线(中文版) 2026-04 OpenAI GPT-Rosalind 科研工作台首发 2026-05 Google Gemini for Science 跟进推出 2026-07 Anthropic Claude Science(beta) 60+ 数据库集成 2026-09 Anthropic ART 酶发现 + LSVP 能力高调背书
Timeline of 2026 AI-for-Science workbench launches (English version) Apr 2026 OpenAI GPT-Rosalind First workbench May 2026 Google Gemini for Science Follows suit Jul 2026 Anthropic Claude Science (beta) 60+ DB integrations Sep 2026 Anthropic ART discovery + LSVP High-visibility proof point
图 2:四个月内三大实验室完成 AI for Science 工作台的"军备竞赛"式落地。
Figure 2: In four months, all three major labs completed an "arms race"-style rollout of AI-for-science workbenches.
表 1:三大 AI for Science 工作台对比(截至 2026-09)
产品厂商发布核心卖点
GPT-RosalindOpenAI2026-04科研数据库整合 + 生命科学工作流
Gemini for ScienceGoogle2026-05与 Google 既有科研数据生态(如 AlphaFold 系)联动
Claude ScienceAnthropic2026-07(beta)60+ 数据库/技能 + Evo2/Boltz-2/OpenFold3 + 可审计输出
Table 1: Three AI-for-science workbenches compared (as of Sep 2026)
ProductVendorLaunchedCore pitch
GPT-RosalindOpenAIApr 2026Research database integration + life-science workflows
Gemini for ScienceGoogleMay 2026Tied into Google's existing research data ecosystem (e.g. the AlphaFold family)
Claude ScienceAnthropicJul 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 系统的验证手段(没有"湿实验"这一环,风险很大)
  • 预算或时间不允许跑交叉验证这一轮——省略它,噪声会直接流向决策层
Good fit
  • 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
Poor fit / needs caution
  • 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

09与其他 AI for Science 路线对比Comparison With Other AI-for-Science Approaches

表 2:三种 AI 助力科学发现的路线对比
路线代表案例核心机制典型产出
专用预测模型AlphaFold(2020 起)单一大模型针对特定任务(蛋白质结构预测)端到端训练结构化、可直接使用的预测结果
智能体规模化搜索本文案例:Claude ART 发现大量通用 LLM 智能体并行扫描 + 交叉验证需人类专家复核的候选线索
假设生成型系统行业内的"AI 协作科学家"类系统模型生成可检验的科学假设,再由人或自动化流程设计实验验证待验证的研究假设 / 实验方案建议
Table 2: Three approaches to AI-assisted scientific discovery, compared
ApproachRepresentative caseCore mechanismTypical output
Specialized predictive modelAlphaFold (since 2020)A single large model trained end-to-end on a specific task (protein structure prediction)Structured, directly usable predictions
Agentic large-scale searchThis piece's case: Claude's ART discoveryMany general-purpose LLM agents scanning in parallel plus cross-verificationCandidate leads requiring human expert review
Hypothesis-generating systemsIndustry "AI co-scientist"-style systemsThe model generates testable scientific hypotheses, which humans or automated pipelines then design experiments to verifyUntested 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