From Months to Hours: MHS Connects Your Factory and Lab Devices to One AI Agent

From Months to Hours: MHS Connects Your Factory and Lab Devices to One AI Agent
On 27 August 2026 Anthropic opened a research preview of a standard called the Model Hardware Standard, or MHS. In plain terms: it is a shared specification that lets an AI agent operate physical devices safely, from microscopes and robotic arms to liquid handlers, and coordinate several of them at once. The number that makes this worth your attention: wiring instruments together in a lab or on a production line used to take specialists weeks, sometimes months, and MHS cuts that work down to hours or minutes. The standard began as a collaboration between Anthropic and the HHMI Janelia Research Campus, and today it is open only to a first group of scientific research labs and advanced manufacturers, with open-sourcing planned later.
The real problem: every device speaks its own language
Walk into any serious factory or lab today and you will find the same picture: excellent equipment from different vendors, each with its own software and its own programming interface, and no common language between them. The result is that any attempt to make them work as one system turns into a bespoke software project, where an engineer hand-writes a connector between every pair of devices. And when it is finished, that connector is fragile: a vendor update breaks it, and the engineer leaving takes the only understanding of it with them.
This is not a laboratory-only problem. A factory owner in Riyadh or Dammam knows it well: a filling machine, a quality-inspection unit, a scale, and a storage system, each emitting its data in a different format, with a worker moving numbers from a screen to a sheet of paper to a system. The gap between devices is exactly where the hours and the data both get lost.
How MHS works technically
The standard rests on the idea of a unified driver. A driver is the small program that translates between an operating system and a device, but the MHS driver uses a very simple set of primitives: read, as in get temperature, and write, as in set temperature. Any device with a programmable interface can understand those commands and act on them. The driver also makes every device discoverable in a standard format, so devices and agents find each other across networks without a bespoke translator sitting in between.
The cleverest part is natural-language description. An agent needs to know things about a device that are not visible in code, for instance the weight of a robotic arm, a figure that determines how it can be moved safely. That information has historically lived in paper manuals or in a veteran technician's head. The MHS driver lets you write it directly in plain language, either yourself or through a conversation in which the agent interviews you about your setup, and then automatically produces a reference file describing what the device measures, what can be adjusted, and what safety limits will be enforced on it.
From there the agent controls the hardware through three mechanisms: the Model Context Protocol, the command line, and code files. They work together so that several devices can be orchestrated from a single line of code. And when a task is long-running or needs to move faster than step-by-step reasoning allows, the agent chains driver commands into a code file that executes on its own without the agent reasoning at every moment. One point worth noting: MHS is model-agnostic, and any agent harness can reach it through standard protocols rather than being tied to one particular model.
What the early partners found
The research preview ran with real partners, and these are the published highlights. At Carnegie Mellon University researchers ran serial dilution dose-response experiments roughly three times faster than before, with an agent orchestrating a liquid handler, a plate reader, a robotic arm and monitoring cameras spread across three computers with fundamentally incompatible interfaces. At QuEra, which builds quantum computers, an agent was given control over parts of the laser system and developed a controller that recovers the laser's precise frequency lock 99.3 percent of the time with no human intervention. At Genentech researchers built a proof of concept automating a standard protein assay that requires coordination across three different instruments. And at HHMI Janelia a researcher used MHS to unify a rig that previously required seven separate vendor programs with no shared interface.
In parallel, the device makers themselves have started adding MHS support: Amazon Web Services through its Strands Robots library, Doosan Robotics in its robotic arms for automated quality assurance and multi-robot coordination, Tecan in its liquid handling platforms, QIAGEN on its nucleic acid purification platform, and Universal Robots in its robotics platform. Once a vendor builds the standard into the device itself, integration becomes something that arrives in the box rather than a project you pay for.
What this means for a Saudi business
You do not need to join the research preview tomorrow. What matters to you is one practical thing: the value of any device you buy for a production line or a lab no longer sits in its specifications alone, but in whether it exposes a programming interface that an external system can read from and write to. Closed instruments that only display their numbers on a screen will, within a few years, cost more to operate than they appear to, because every number they produce needs a human to carry it.
The trend is bigger than MHS itself. This is the same path the Model Context Protocol took in connecting agents to software systems, now extended to physical equipment. Whoever organises their data and their interfaces today catches the wave without a later rebuild.
What MHS does not do today
Being clear here matters, so that nobody builds the wrong expectations. First, the standard does not work with devices that have no programming interface at all, and Anthropic says it is working with the makers of such equipment to add drivers. Second, a language model learns about the physical world from text and images, so its spatial and physical reasoning remains limited and still requires expert oversight. Anthropic's own example is telling: at Genentech, researchers had to guide the model to recognise that errors caused by foaming in samples were physical failures rather than software bugs, fixable only through a physical correction. Third, MHS is not open source yet and remains in preview.
Three steps to take this month
- Inventory your equipment and note next to each item whether it has a programming interface or a data port, and who owns its documentation. That inventory alone reveals where your automation actually stands.
- Add the programming-interface requirement to the specification sheet for your next purchase, and put ownership of the documentation in the contract rather than in a verbal promise from the vendor.
- Pick one small, repetitive process where data passes between two devices with a human in the middle, and measure how many minutes a week it consumes. That process is your first automation candidate, and it is also your yardstick for return.
The Origami view
At Origami we build operating systems for factories, warehouses and service businesses, and we see the same rule in every project: automation does not fail at the device, it fails in the distance between one device and the next. Open standards like MHS shrink that distance, but they do not compensate for missing structured data or unclear processes. Whoever prepares those two things today is ready the day the standard opens to everyone. To talk about digitising a production line or connecting existing equipment into one system, you can reach us on the contact page.
The bottom line
MHS is not a product you buy today. It is a signal about where device operation is heading: away from fragile bespoke connectors and towards a shared standard that both the agent and the machine understand. The decision that concerns you right now is simple and cheap: do not bring a new device into your facility without a programming interface, and clean up the data you already have. The gap between a business that catches this wave and one that misses it will not come down to a technology budget, but to small purchasing decisions made this year.
Sources
- Anthropic's official announcement, Previewing the Model Hardware Standard, dated 27 August 2026, the source for the unified driver, the three control mechanisms, the partner results and the standard's limitations: anthropic.com.
- The application page for the standard's research preview: modelhardwarestandard.com.
- The Model Context Protocol, cited as a standard access route for agents, from Anthropic's official announcement: anthropic.com.
Frequently asked questions
Does MHS mean I can run my factory equipment with AI today?+
No. The standard is currently in a research preview open only to a first group of scientific research labs and advanced manufacturers, and it is not open source yet. The practical benefit for you today is in purchasing decisions: require a programming interface in every new device so you are ready when the standard opens.
What is the difference between MHS and the Model Context Protocol?+
MCP connects an AI agent to software systems and data, while MHS connects it to physical devices. They work together: MHS uses MCP as one of its three control mechanisms, alongside the command line and code files.
Will the standard work with my older equipment?+
It works with any device that has a programmable interface it can talk to. Devices that only display their numbers on a screen, with no data port or programming interface, are not covered today, and Anthropic says it is working with the makers of such equipment to build drivers into them.
What is the first practical step for a Saudi factory or lab?+
Inventory your equipment and record which items have a programming interface and who owns the documentation, then pick one repetitive process where a person stands between two devices moving data, and measure how many minutes a week it costs. That inventory and that measurement are the basis of any later automation decision.
Follow Origami in Google
Pin Origami as a preferred source and our articles will surface first for you in Google Search and Top Stories.

Related articles
- Artificial IntelligenceYour Customer Data Never Leaves the Machine: Perplexity Runs Half the Task LocallyPerplexity shipped Hybrid Compute on Mac: an on-device gate reads every task and swaps names and addresses before anything reaches the cloud. The architecture matters more than the product.
- Artificial IntelligenceTencent Opens Hy4: 770 Billion Parameters You Can Run on Your Own ServersTencent released Hy4 open-weight under Apache 2.0: 770B parameters, a one-million-token context, and weights you can download and run inside your own infrastructure without sending data anywhere. When self-hosting genuinely pays off, and when it is cost without return.
- Artificial IntelligenceThe EU Just Classified ChatGPT as a Search Engine: What It Means for Your BusinessThe European Commission designated ChatGPT a Very Large Online Search Engine on August 31, 2026. Here is what the ruling means for AI visibility and what to do now.
- Artificial IntelligenceThe Global AI Summit 2026 in Riyadh: What It Actually Means for Your BusinessRiyadh hosts the fourth Global AI Summit (GAIN) on 15-17 September 2026. A practical guide for Saudi business owners: what to watch, and how to turn announcements into decisions.
- Artificial IntelligenceGoogle Ships /boost in Antigravity: Agent Teams That Write and Verify CodeGoogle added the /boost command to Antigravity, running a multi-agent reasoning pipeline that splits the problem then independently verifies the fix. What it means if you buy software.
- Artificial IntelligenceIBM Granite 4.2: Open Reasoning Models You Can Run on Your Own ServersIBM released Granite 4.2 on 25 August 2026: open 3B, 8B and 30B reasoning models under Apache 2.0, with Arabic support and a thinking switch. What it means for your business.
Have a project in mind?
We build custom systems, apps and websites for your business. Tell us your idea and we will give you a straight answer on it.
