觉
AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-29 2 浏览 免费阅读

Anthropic 想让物理硬件拥有 Model Context Protocol 那样的统一标准

Anthropic 正在构建模型硬件标准(MHS),旨在统一 AI 代理与物理设备的交互方式,将实验室和工厂设备的集成时间从数周缩短到数小时。早期测试显示,AI 能优化流程但无法理解物理因果关系,仍需人类监督。该标准基于 MCP 扩展,计划先以研究预览形式发布,后续开源。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 免费阅读 POST / 2026-08-29 17:14:30

原贴

查看原文
作者:Tomislav Bezmalinović 来源站点:the-decoder.com 原贴时间:

原文

Anthropic is building the Model Hardware Standard (MHS), a unified interface that lets AI agents read data from and control physical devices like microscopes and robotic arms in labs and factories. The company uses standardized drivers that make every device discoverable in a common format. According to Anthropic, this cuts integration time for connecting multiple machines from weeks or months down to hours or minutes. Early tests with partners show that AI can independently optimize workflows and generate scripts that run without a language model. But the system still struggles with understanding physical cause and effect, so human oversight remains a must. Anthropic's Model Hardware Standard (MHS) gives AI agents a unified interface to physical devices like microscopes and robotic arms. Early tests in labs and on quantum computers cut integration time dramatically, though Claude still struggled with physical cause and effect. Devices in research labs and factories often come from different manufacturers, use different APIs, data formats, and control software, and take serious effort to connect. Anthropic wants to tackle this with the Model Hardware Standard (MHS), a spec that lets AI agents read from and control physical hardware. Anthropic says MHS cuts integration time for lab equipment from the typical weeks or months down to hours or minutes. The company developed the spec with the HHMI Janelia Research Campus and is releasing it first as a research preview for select labs and manufacturers, with an open-source release planned later. Ad The idea builds on a project Anthropic already shipped for software. The Model Context Protocol (MCP) gives AI models a standard way to access external data sources and tools. MHS extends that approach to machines. Ad Each device gets an MHS driver that unifies basic functions like reading and modifying data. The driver makes the device discoverable in a common format and can include details software alone can't capture, such as a robotic arm's weight or its safety limits. Users can add this information in natural language, and MHS turns it into a reference file for the agent. An agent can then pick up the capabilities and limits of a device it has never seen before and operate it through a single interface. Someone still has to write a driver for each piece of hardware, but once it exists, it can be reused rather than rebuilt for every combination of device and controller. Ad According to Anthropic , MHS is model-agnostic and works with any device that has a programmable interface. Agents can coordinate multiple devices and save workflows as conventional scripts that then run without a language model. Anthropic tested MHS with several partners. At biotech company Genentech, Claude coordinated a liquid handler, a robotic arm, and a plate reader to automate a protein assay, a test that measures protein concentration. The agent optimized pipetting parameters for different liquids on its own, but ran into trouble when bubbles formed in a viscous solution and caused errors. Claude kept restarting the process in the same vessel with tweaked parameters, which made things worse. It took a human explaining the physical cause before the agent found a workable fix. Ad At Carnegie Mellon University, researchers connected a liquid handler, a plate reader, a robotic arm, and several monitoring cameras across three computers with fundamentally incompatible interfaces. The team says the drivers and orchestration layer took about eight hours to build, compared to the several weeks a vendor setup would typically require. Claude also noticed that a first experimental run hadn't produced a good enough measurement curve, lowered the maximum concentration of the substance being tested, and got a much better result on the second try. Ad

中文翻译

Anthropic正在构建模型硬件标准(MHS),这是一个统一接口,让AI代理能够读取数据并控制实验室和工厂中的物理设备,例如显微镜和机械臂。该公司使用标准化驱动程序,使每台设备都能以通用格式被发现。据Anthropic称,这将连接多台机器的集成时间从数周或数月缩短到数小时或数分钟。与合作伙伴的早期测试表明,AI可以独立优化工作流程并生成无需语言模型即可运行的脚本。但该系统仍然难以理解物理因果关系,因此人工监督仍然是必须的。

Anthropic的模型硬件标准(MHS)为AI代理提供了物理设备(如显微镜和机械臂)的统一接口。在实验室和量子计算机上的早期测试大幅缩短了集成时间,尽管Claude在物理因果关系方面仍然存在困难。

研究实验室和工厂中的设备通常来自不同制造商,使用不同的API、数据格式和控制软件,连接起来非常费力。Anthropic希望通过模型硬件标准(MHS)来解决这个问题,该规范让AI代理能够读取和控制物理硬件。Anthropic表示,MHS将实验室设备的集成时间从通常的几周或几个月缩短到几小时或几分钟。该公司与HHMI Janelia研究园区共同开发了该规范,并首先作为研究预览版提供给选定的实验室和制造商,计划稍后开源发布。

这个想法建立在Anthropic已经为软件发布的一个项目之上。模型上下文协议(MCP)为AI模型提供了访问外部数据源和工具的标准方式。MHS将该方法扩展到机器。

每台设备都有一个MHS驱动程序,用于统一读数据和修改数据等基本功能。该驱动程序使设备能够以通用格式被发现,并可以包含仅软件无法捕获的细节,例如机械臂的重量或其安全限制。用户可以用自然语言添加这些信息,MHS将其转换为代理的参考文件。然后,代理可以获取以前从未见过的设备的功能和限制,并通过单个接口操作它。仍然需要有人为每件硬件编写驱动程序,但一旦存在,就可以重复使用,而不必为每种设备和控制器组合重新构建。

据Anthropic称,MHS是模型无关的,适用于任何具有可编程接口的设备。代理可以协调多个设备,并将工作流程保存为常规脚本,这些脚本无需语言模型即可运行。

Anthropic与多个合作伙伴测试了MHS。在生物技术公司Genentech,Claude协调了一个液体处理器、一个机械臂和一个读板机,以自动化蛋白质检测,这是一种测量蛋白质浓度的测试。代理自行优化了不同液体的移液参数,但当粘性溶液中形成气泡并导致错误时,它遇到了麻烦。Claude不断用调整后的参数在同一容器中重新启动过程,这使情况变得更糟。直到人类解释了物理原因,代理才找到了可行的修复方法。

在卡内基梅隆大学,研究人员连接了一个液体处理器、一个读板机、一个机械臂和几个监控摄像头,这些设备分布在三台接口根本不相容的计算机上。该团队表示,驱动程序和编排层花了大约八个小时来构建,而供应商设置通常需要几周时间。Claude还注意到第一次实验运行没有产生足够好的测量曲线,降低了被测物质的最高浓度,并在第二次尝试中获得了更好的结果。

核心信息

Anthropic 正在构建模型硬件标准(MHS),旨在统一 AI 代理与物理设备的交互方式,将实验室和工厂设备的集成时间从数周缩短到数小时。早期测试显示,AI 能优化流程但无法理解物理因果关系,仍需人类监督。该标准基于 MCP 扩展,计划先以研究预览形式发布,后续开源。

  • Anthropic 正在构建模型硬件标准(MHS),旨在统一 AI 代理与物理设备的交互方式,将实验室和工厂设备的集成时间从数周缩短到数小时。早期测试显示,AI 能优化流程但无法理解物理因果关系,仍需人类监督。该标准基于 MCP 扩展,计划先以研究预览形式发布,后续开源。
  • 原贴提到:Anthropic is building the Model Hardware Standard (MHS), a unified inter
  • 来源:the-decoder.com

详细解读

这是什么信号?

Anthropic 推出的模型硬件标准(MHS)是继 MCP 之后在物理世界中的延伸。MCP 统一了软件工具与 AI 的接口,而 MHS 希望统一物理设备与 AI 的接口。这意味着 AI 不再只是处理数字信息,而是可以直接操控实验室仪器、工厂机械臂等真实设备。

为什么重要?

当前实验室和工厂的设备连接碎片化严重,每次集成都需要定制开发。MHS 通过标准化驱动程序和统一发现机制,大幅降低集成成本,让 AI 在物理世界中具备“即插即用”能力。这可能是 AI 从数字世界走向实体经济的关键一步,尤其在自动化实验、智能制造等领域。

对谁有价值?

科研机构(如需要自动化实验的实验室)、生物技术公司(如药企研发)、智能制造企业、以及任何依赖多种物理设备协同工作的场景。对于 AI 开发者和系统集成商,MHS 提供了一套可复用的模式,减少重复劳动。

可以怎么行动?

关注 Anthropic 的后续开源计划,提前评估现有设备是否支持可编程接口。如果涉及多设备协同,可考虑基于 MHS 构建自动化流程,但需保留人工监督环节。对于设备厂商,尽早支持 MHS 标准可能获得生态优势。

风险或限制

当前 MHS 仍处于研究预览阶段,且 AI 理解物理因果关系的能力不足。案例中 Claude 因气泡问题反复重启导致情况恶化,说明物理世界的复杂性远超纯软件场景。另外,驱动程序的编写仍需人工,且标准尚需验证,大规模采用还需时间。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 the-decoder.com 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《Anthropic 想让物理硬件拥有 Model Context Protocol 那样的统一标准》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

Anthropic 想让物理硬件拥有 Model Context Protocol 那样的统一标准主要讲什么?

Anthropic 正在构建模型硬件标准(MHS),旨在统一 AI 代理与物理设备的交互方式,将实验室和工厂设备的集成时间从数周缩短到数小时。早期测试显示,AI 能优化流程但无法理解物理因果关系,仍需人类监督。该标准基于 MCP 扩展,计划先以研究预览形式发布,后续开源。

这篇文章最值得关注的要点是什么?

Anthropic 正在构建模型硬件标准(MHS),旨在统一 AI 代理与物理设备的交互方式,将实验室和工厂设备的集成时间从数周缩短到数小时。早期测试显示,AI 能优化流程但无法理解物理因果关系,仍需人类监督。该标准基于 MCP 扩展,计…;原贴提到:Anthropic is building the Model Hardware Standard (MHS), a unified inter;来源:the-decoder.com

这篇文章和哪些AI专题相关?

它适合放在AI副业、AI工具、Agent工作流专题里阅读。 关联原因:这篇内容命中「项目、小生意、变现」等主题信号。;这篇内容命中「自动化、模型」等主题信号。;这篇内容命中「Agent、智能体」等主题信号。

阅读这篇文章建议先理解哪些关键词?

建议先理解AI工具、工具、自动化、模型、Cursor这些关键词,再结合正文判断工具、机会或风险是否值得进入自己的工作流。

上一篇 LAION发布大规模开放视频数据集,含1000万小时视频供AI研究 下一篇 Cursor回应OpenAI将封禁其模型访问