跳到主内容
精选85Anthropic Newsroom(web_list)产品发布/更新多源精选 ×4

Anthropic 发布模型硬件标准 MHS 研究预览

Previewing the Model Hardware Standard

原文
推荐理由

做 AI Agent 硬件操控或实验室自动化的同学必看,Anthropic 这次把设备集成时间从几周砍到几小时,还支持 MCP 协议,赶紧去申请研究预览试试。

AnnouncementsBeneficial Deployments

公告:有益的部署

Previewing the Model Hardware Standard

预览模型硬件标准

Aug 27, 2026

2026年8月27日

We’re opening a research preview of the Model Hardware Standard (MHS), a shared specification for AI agents to safely operate physical devices, to a first group of scientific research labs and advanced manufacturers. MHS enables AI agents to operate multiple lab and manufacturing instruments, such as microscopes, liquid handlers, and robotic arms, in parallel, and perform intricate tasks ranging from routine drug discovery experiments to laser calibration on a quantum computer. The development of MHS began as a collaboration between Anthropic and HHMI Janelia Research Campus.

我们正在向首批科研实验室和先进制造商开放模型硬件标准(MHS)的研究预览,这是一项共享规范,旨在让AI代理安全操作物理设备。MHS使AI代理能够并行操作多种实验室和制造仪器,如显微镜、液体处理机和机械臂,并执行从常规药物发现实验到量子计算机上的激光校准等复杂任务。MHS的开发始于Anthropic与HHMI Janelia研究园区之间的合作。

It typically takes a lab or manufacturing facility weeks, if not months, to set up and integrate their hardware. Most devices don’t communicate with each other, instead requiring specialists to build bespoke integrations. MHS reduces this integration work to hours or minutes. And by incorporating AI into these tools, MHS also helps researchers and engineers more readily orchestrate autonomous, round-the-clock experiments and workflows, with agents able to reason through each step in an experiment, update parameters in real time, and, in some cases, recover from hardware errors without intervention.

实验室或制造设施通常需要数周甚至数月的时间来设置和集成其硬件。大多数设备之间无法相互通信,而是需要专家构建定制集成。MHS将这一集成工作缩短至数小时或数分钟。通过将AI融入这些工具,MHS还帮助研究人员和工程师更轻松地编排自主的、全天候的实验和工作流程,代理能够推理实验中的每一步,实时更新参数,并在某些情况下无需干预即可从硬件错误中恢复。

We’re sharing an early version of MHS with partners across science, robotics, electronics, and manufacturing so we can collaborate to build safety evaluations and develop best practices for AI systems operating physical equipment, ahead of making the standard open source. MHS works with any device that has a programmable interface. It is also model-agnostic, and any agent harness can access it using standard protocols, such as the Model Context Protocol. To apply for access to the research preview, head here.

我们正在与科学、机器人、电子和制造领域的合作伙伴分享MHS的早期版本,以便在将该标准开源之前,共同构建安全评估并制定AI系统操作物理设备的最佳实践。MHS适用于任何具有可编程接口的设备。它也是模型无关的,任何代理工具都可以使用标准协议(如模型上下文协议)访问它。如需申请研究预览的访问权限,请点击此处。

How MHS works

MHS的工作原理

Before and after the Model Hardware Standard (MHS).

模型硬件标准(MHS)之前和之后。

Getting multiple devices in a lab or on a factory floor to communicate with one another can be challenging, even setting aside the added difficulty of integrating AI into the setup. Each device tends to have its own programming interface, and so far there has been no standardized way to integrate them. And once the devices are connected, there is no common way for them to share data with an AI agent, nor to let the agent operate them safely.

让实验室或工厂车间中的多个设备相互通信可能具有挑战性,即使不考虑将AI集成到设置中的额外难度。每个设备往往有自己的编程接口,到目前为止还没有标准化的集成方式。而且,一旦设备连接起来,它们也没有通用的方式与AI代理共享数据,也没有让代理安全操作它们的通用方法。

MHS addresses these challenges by introducing a standardized driver: software that translates between a computer’s operating system and a hardware device. The MHS driver uses a simple set of primitives—commands like “read” (for example, “get temperature”) or “write” (for example, “set temperature”)—that any hardware device can understand and act on. And it makes each device discoverable in a standard format, so that devices and agents can find each other and communicate across networks without needing a bespoke “translator” program in between.

MHS通过引入标准化驱动程序来解决这些挑战:这是一种在计算机操作系统与硬件设备之间进行转换的软件。MHS驱动程序使用一组简单的原语——如“读取”(例如,“获取温度”)或“写入”(例如,“设置温度”)——任何硬件设备都能理解并执行这些命令。它使每个设备以标准格式可被发现,这样设备和代理无需中间定制“翻译”程序即可相互发现并在网络上通信。

The MHS driver also helps an AI agent understand how to use a device it has never seen before, giving it information about machine characteristics that may not be discernable from code alone (for example, the weight of a robot arm, which is important for knowing how to manipulate it safely). To date, much of this information has been stored in paper manuals, on a user’s computer, or as tacit knowledge. But the MHS driver contains tags that let the user write this information directly in natural language (users can either do this themselves, or by chatting to an agent that interviews them about their hardware setup). With the information from these tags, the MHS driver then automatically produces a reference file with information about a device’s general characteristics, such as what it can measure, what can be adjusted, and what safety limits will be enforced. This file gives the agent everything it needs to know to operate the device.

MHS驱动程序还帮助AI代理理解如何使用它从未见过的设备,提供关于机器特性的信息,这些信息可能无法仅从代码中辨别(例如,机械臂的重量,这对于了解如何安全操作它很重要)。迄今为止,这些信息大多存储在纸质手册、用户计算机或作为隐性知识中。但MHS驱动程序包含标签,允许用户直接用自然语言编写这些信息(用户既可以自己操作,也可以通过聊天与代理对话,代理会询问他们的硬件设置)。利用这些标签中的信息,MHS驱动程序随后自动生成一个参考文件,包含设备的一般特性,如它能测量什么、可以调整什么以及将执行哪些安全限制。这个文件为代理提供了操作设备所需的一切信息。

After the devices are connected and the agent knows how to use each one, the agent needs a way to control the hardware. For MHS, there are three such mechanisms: MCP, the command line interface, and code files (APIs). These work together to enable orchestration across multiple devices via a single line of code.

设备连接后,代理知道如何使用每个设备,它需要一种控制硬件的方法。对于MHS,有三种这样的机制:MCP、命令行界面和代码文件(API)。它们协同工作,通过一行代码实现跨多个设备的编排。

Once the agent can control the devices, it’s able to receive operating data from each one and supervise and direct the work at a high level. The agent can sequence steps across instruments, monitor results, and adjust parameters as conditions change in real time. When the agent needs to execute long-running tasks or operate devices faster than its online reasoning would allow, it can chain together driver commands from one or more devices in code files. This allows the devices to carry out operations themselves, without the agent needing to reason at every step.

一旦代理能够控制设备,它就能接收每个设备的操作数据,并在高层监督和指导工作。代理可以跨仪器编排步骤,监控结果,并根据实时条件变化调整参数。当代理需要执行长时间运行的任务或操作设备的速度超过其在线推理能力时,它可以在代码文件中链接一个或多个设备的驱动程序命令。这使得设备能够自行执行操作,而无需代理在每一步都进行推理。

As we’ve tested MHS, we’ve found that Claude interacts with experiments and hardware in an exploratory manner, much as a scientist would. For example, we observed Claude make an adjustment to a laser, observe the results through a camera to assess how its adjustment moved the laser beam, and repeat the process, seeking to understand the sequence of events. Claude then packaged what it learned into code files, writing a deterministic script that let it align the laser without having to reason at each step, so the whole process could run as a single command.

在我们测试MHS的过程中,我们发现Claude以探索性的方式与实验和硬件互动,就像科学家一样。例如,我们观察到Claude对激光器进行调整,通过摄像头观察结果以评估其调整如何移动激光束,并重复这一过程,试图理解事件的顺序。然后,Claude将所学内容打包成代码文件,编写了一个确定性脚本,使其无需逐步推理即可对准激光,从而使整个过程可以作为单个命令运行。

Early examples from MHS

MHS的早期示例

We are only just beginning to see what people can do with frontier models and MHS, but our hope is that the standard can be of use to researchers, engineers, and other practitioners in speeding up the process of discovery and experimentation in any domain that uses devices with a programmable interface.

我们才刚刚开始看到人们能利用前沿模型和MHS做些什么,但我们希望这一标准能对研究人员、工程师及其他从业者有所帮助,加速任何使用可编程接口设备的领域的发现和实验过程。

As we developed MHS, we shared it with a handful of labs and hardware manufacturers in biotech, robotics, quantum computing, and other fields. Across these early projects, we saw MHS reduce the time it took to integrate devices, make it possible to iterate faster in a variety of experimental settings, and assist with the live operation of machines and real-time fault detection. Below, our partners share the details of some of their early projects involving MHS.

在开发MHS的过程中,我们将其分享给了生物技术、机器人、量子计算及其他领域的一些实验室和硬件制造商。在这些早期项目中,我们看到MHS减少了设备集成所需的时间,使各种实验环境中的迭代更加快速,并协助机器的实时操作和实时故障检测。下面,我们的合作伙伴分享了他们涉及MHS的一些早期项目的细节。

Genentech: Implementing MHS for lab automation

基因泰克:在实验室自动化中实施MHS

Researchers at Genentech implemented and tested MHS as a proof of concept for automating the BCA protein assay, a standard procedure to measure total protein concentration in a sample, which requires coordinating across a liquid handler, a robotic arm, and a plate reader.

基因泰克的研究人员实施并测试了MHS,作为自动化BCA蛋白质测定法的概念验证,这是一种测量样品中总蛋白质浓度的标准程序,需要协调液体处理器、机械臂和读板机。

University of Washington Baker and Pinglay labs: Bringing AI agents to the bench

华盛顿大学贝克和宾莱实验室:将AI代理带到实验台

Zihao Song, a PhD student in the University of Washington Baker and Pinglay labs, used MHS to build a dashboard to remotely monitor his instruments; an AI agent-supervised qPCR (which copies a target DNA sequence through repeated cycles of heating and cooling) that watches amplification curves and halts the procedure at the right moment; and an integration between a robotic arm and a liquid handler for collision-free plate handoffs.

华盛顿大学贝克和宾莱实验室的博士生宋子豪使用MHS构建了一个仪表板,用于远程监控他的仪器;一个由AI代理监督的qPCR(通过反复加热和冷却循环复制目标DNA序列),该代理观察扩增曲线并在适当时刻停止程序;以及一个机械臂和液体处理器之间的集成,用于无碰撞的板转移。

Carnegie Mellon University: Determining dose-response curves through rapid automation

卡内基梅隆大学:通过快速自动化确定剂量-反应曲线

Researchers at Carnegie Mellon University used MHS to run serial dilution dose-response experiments about three times faster than before, with an AI agent orchestrating a liquid handler, a plate reader, a robotic arm, and monitoring cameras spread across three computers with fundamentally incompatible interfaces.

卡内基梅隆大学的研究人员使用MHS进行连续稀释剂量反应实验,速度比以往快约三倍,由AI代理协调液体处理器、读板机、机械臂以及分布在三台接口根本不相容的计算机上的监控摄像头。

HHMI Janelia: Using MHS to accelerate microscopy research

HHMI Janelia:利用MHS加速显微镜研究

At HHMI Janelia Research Campus, researchers are using MHS to speed up a range of microscopy-related projects. Here, Virginie Ruetten, a scientist in the Ahrens lab who studies how sleep helps the body recover from stress, shares how she used MHS to unify and orchestrate a rig that previously involved seven different vendor programs without a shared interface.

在HHMI Janelia研究园区,研究人员正使用MHS加速一系列与显微镜相关的项目。这里,Ahrens实验室研究睡眠如何帮助身体从压力中恢复的科学家Virginie Ruetten分享了她是如何利用MHS统一并协调一套此前涉及七个不同供应商程序且无共享接口的设备。

QuEra Computing: Using MHS in quantum laser stabilization

QuEra Computing:在量子激光稳定化中使用MHS

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

关联讨论

同一事件的更多信源

相似阅读

另一事件,读法相近