AI News AI资讯 6d ago Updated 6d ago 更新于 6天前 51

Anthropic Launches Claude Science Beta: A Multi-Agent AI Workbench for Reproducible Genomics, Proteomics, and Cheminformatics Pipelines Anthropic推出Claude Science Beta:用于可重复基因组学、蛋白质组学和化学信息学管道的多智能体AI工作台

Anthropic launched Claude Science, a multi-agent AI workbench for reproducible genomics and life sciences research, built on existing Claude models rather than new architecture. The system utilizes a generalist coordinator agent that orchestrates specialist agents and a dedicated reviewer agent to ensure citation accuracy, numerical correctness, and code-figure consistency. It offers deep integration with over 60 scientific skills and databases, including native connections to NVIDIA’s BioNeMo t Anthropic发布Claude Science Beta,这是一个基于现有Claude模型的多智能体AI科研工作台,专为可重复性基因组学及生命科学研究设计。 采用“协调员+专家+审查员”的多智能体架构,支持自然语言交互、多步骤研究执行及自动化的引用与数据一致性检查。 强调科研可重复性与溯源,每个生成的图表或手稿均附带完整的代码、环境配置及对话历史,并集成NVIDIA BioNeMo等专用技能。 支持本地、HPC集群及云端灵活部署,敏感数据无需离开实验室基础设施,仅发送必要上下文至Claude,实现按需算力扩展。

75
Hot 热度
70
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • Anthropic launched Claude Science, a multi-agent AI workbench for reproducible genomics and life sciences research, built on existing Claude models rather than new architecture.
  • The system utilizes a generalist coordinator agent that orchestrates specialist agents and a dedicated reviewer agent to ensure citation accuracy, numerical correctness, and code-figure consistency.
  • It offers deep integration with over 60 scientific skills and databases, including native connections to NVIDIA’s BioNeMo toolkit for protein structure prediction and genomic modeling.
  • The platform prioritizes reproducibility by recording full provenance histories, including code, environment, and message logs, while allowing local or HPC-based execution to keep sensitive data on-premise.
  • Early adopters report significant efficiency gains, such as reducing literature review times from years to weeks and accelerating genomic epidemiology workflows by tenfold.

Why It Matters

This release marks a strategic shift from general-purpose AI assistants to specialized, workflow-integrated tools for scientific discovery, addressing the critical industry need for reproducibility and auditability in AI-driven research. By embedding rigorous verification mechanisms like the reviewer agent and maintaining strict data sovereignty through local/HPC deployment, Anthropic positions Claude Science as a trusted infrastructure layer for high-stakes biological and medical research. This approach demonstrates how agentic AI can move beyond simple Q&A to execute complex, multi-step scientific pipelines with human-in-the-loop oversight.

Technical Details

  • Multi-Agent Architecture: Features a generalist coordinating agent that spins up domain-specific specialist agents (e.g., for genomics, proteomics) and a separate reviewer agent that inspects outputs step-by-step for factual errors, untraceable citations, and mismatched figures.
  • Integration & Ecosystem: Connects to over 60 curated skills and databases (UniProt, PDB, Ensembl, etc.) via Model Context Protocol (MCP). It natively integrates with NVIDIA BioNeMo Agent Toolkit, providing callable skills for Evo 2, Boltz-2, and OpenFold3.
  • Reproducibility Framework: Every generated artifact (figures, manuscripts) is accompanied by exact code, environment specifications, plain-language descriptions, and full message history, enabling validation and reproduction months later.
  • Compute & Deployment: Supports local execution on macOS/Linux, remote SSH access, and HPC login nodes. It scales compute on demand (e.g., to Modal accounts) while keeping large datasets on local infrastructure, sending only necessary context to the cloud model.
  • User Interface & Control: Users interact via plain language with a single coordinator. The system allows forking sessions for comparative analysis and editing figures via natural language commands that automatically update the underlying code.

Industry Insight

  • Adoption of Agentic Workflows in Science: Research institutions and biotech firms should evaluate agentic frameworks that combine LLM reasoning with specialized domain tools and rigorous verification layers to accelerate hypothesis generation and validation cycles.
  • Data Sovereignty as a Key Differentiator: For sensitive biomedical data, solutions that allow on-premise or private cloud execution while leveraging cloud-based reasoning (like Claude Science’s hybrid model) will likely become the standard for enterprise and academic adoption.
  • Standardization of Scientific AI Tools: The integration of MCP and standardized connectors suggests a future where scientific software ecosystems become modular and interoperable, allowing researchers to swap or upgrade specific analytical skills without rebuilding entire pipelines.

TL;DR

  • Anthropic发布Claude Science Beta,这是一个基于现有Claude模型的多智能体AI科研工作台,专为可重复性基因组学及生命科学研究设计。
  • 采用“协调员+专家+审查员”的多智能体架构,支持自然语言交互、多步骤研究执行及自动化的引用与数据一致性检查。
  • 强调科研可重复性与溯源,每个生成的图表或手稿均附带完整的代码、环境配置及对话历史,并集成NVIDIA BioNeMo等专用技能。
  • 支持本地、HPC集群及云端灵活部署,敏感数据无需离开实验室基础设施,仅发送必要上下文至Claude,实现按需算力扩展。

为什么值得看

Claude Science标志着AI从通用辅助工具向垂直领域深度工作流的转变,解决了科研中长期存在的可重复性危机和数据孤岛问题。对于AI从业者和科研人员而言,它展示了如何通过多智能体协作和严格的审计追踪机制,将LLM能力安全、准确地嵌入到复杂的科学计算管道中。

技术解析

  • 多智能体协作架构:系统由一个通用协调代理接收自然语言指令,动态调度领域专家代理(如基因组学、蛋白质结构预测)处理具体任务,并引入独立的审查代理实时验证输出数据的准确性(如引用、图表与代码的一致性),实现自我纠错。
  • 可重复性与溯源机制:所有生成的科学产物(如图表、手稿)都原生绑定其生成代码、运行环境、自然语言描述及完整消息历史。支持通过自然语言修改参数(如对数坐标),代理会自动更新底层代码,确保结果可复现。
  • 混合计算与数据安全:应用可在macOS/Linux本地运行,或通过SSH/HPC节点连接远程高性能计算资源,也可对接Modal等云平台。敏感数据保留在本地或私有基础设施中,仅将必要的上下文发送给Claude模型,保障数据隐私。
  • 领域集成与扩展性:预置60多种针对生命科学(如UniProt, PDB, Ensembl)的技能连接器,并集成NVIDIA BioNeMo Agent Toolkit,原生支持Evo 2、Boltz-2和OpenFold3等GPU加速模型。通过Model Context Protocol (MCP) 标准实现外部实验室工具的无缝接入。

行业启示

  • AI Agent向专业化纵深发展:通用大模型正快速演变为具备特定领域工作流执行能力的专业代理,未来竞争焦点将从模型基座能力转向对垂直领域知识图谱、工具链及合规性的深度整合。
  • 可解释性与审计成为科研AI标配:在科学计算等高严谨性场景中,AI输出的可追溯性(Provenance)和自动化验证机制是建立用户信任的关键,行业需重视“黑盒”决策的透明化改造。
  • 本地优先与混合云架构兴起:鉴于科研数据的安全性和敏感性,“数据不动模型动”或“数据不出域”的混合部署模式将成为企业级AI应用的主流架构,平衡算力需求与隐私保护。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Claude Claude Agent Agent Product Launch 产品发布 Research 科学研究