Anthropic Launches Model Hardware Standard to Connect AI Agents with Physical Lab Equipment
Anthropic has released as a research preview its Model Hardware Standard (MHS), a model-agnostic specification designed to translate LLM agent calls into operations on physical laboratory and manufacturing instruments.

According to the company's announcement, the standard is intended to compress a hardware-integration cycle that historically required weeks of bespoke engineering into a configuration step measured in hours, and it is built atop the Model Context Protocol (MCP) that Anthropic first shipped in 2024.
Standardizing the agent-to-device interface
The technical core of MHS is a driver layer — software that mediates between an operating system and a hardware device — exposing a small set of primitives any compatible instrument can interpret. Commands such as "read" (for example, "get temperature") and "write" (for example, "set temperature") form the contract; the driver additionally advertises machine characteristics in a discoverable format, including physical properties like the mass of a robot arm that are not inferable from code alone. Alek Kemeny, a member of Anthropic's technical staff, characterized MCP, the underlying transport, as analogous to a USB specification for AI-to-software connectivity, a framing that positions MHS as the device-side complement to that protocol rather than a competitor.
The specification is model-agnostic by design: any LLM — Claude, GPT-class systems, or open-source variants — can drive an MHS-enabled instrument through standard protocol bindings, which shifts the adoption bottleneck from the model layer to the hardware vendor. Anthropic has partnered with HHMI Janelia Research Campus on early development and is working with a handful of labs and manufacturers across biotech, robotics, electronics, and quantum computing to harden the driver before an open-source release.
Scope, limitations, and the competitive frame
MHS requires devices to expose a programmable interface, a constraint that excludes a meaningful fraction of legacy lab and factory equipment. To close that gap, Anthropic is collaborating with manufacturers on new products pre-loaded with MHS drivers and offering tooling to retrofit existing instruments. Use cases demonstrated in the preview include parallel orchestration of microscopes and liquid handlers for routine drug discovery workflows and laser calibration routines on quantum computing hardware, with agent harnesses capable of updating experimental parameters in real time and, in some cases, recovering from hardware faults without intervention.
The release lands in a week that also saw Hugging Face introduce its own physical AI product — a robotic duck — which Anthropic confirmed is not MHS-compatible. Nvidia, set to acquire Hugging Face for $13 billion, has previously positioned physical AI as a strategic priority; CEO Jensen Huang said in March that every industrial company will eventually become a robotics company. For developers building agentic stacks, the practical question is whether MHS accumulates enough device-side support to function as a de facto interface layer before competing schemes fragment the market at the driver boundary.