Agent Standards Are Converging

2 min read

Anthropic’s Dispatch preview, now part of Cowork, is interesting for what it makes accessible: persistent agents that hold context across tasks, accept work asynchronously, and stay available without requiring you to self-host infrastructure.

OpenClaw pioneered this model and is already outpacing Linux itself in GitHub stars. Nvidia called out that growth at GTC, launching NemoClaw, the enterprise variant. Now Hermes, Manus My Computer, Perplexity Computer, and other platforms are racing to build similar systems. The agent deployment curve is accelerating faster than the coordination layer beneath it.

That creates the next infrastructure challenge: how do all these agents communicate with each other?

We already have shared standards for the layers below. Completions endpoints standardized LLM inference. MCP is converging for tool access. But agent-to-agent communication remained fragmented until recently.

ACP is emerging as the shared standard for agent communication, stewarded by Linux Foundation. Google’s A2A work merged in. Peter Steinberger’s ACPx implementation is landing. The same pattern that made the LLM inference layer stronger is now repeating for agent coordination.

The industry spent two years treating agents like smarter chat tabs. I think we’re past that. The winning interface looks less like a session and more like a teammate: persistent, messageable, trusted with memory, able to work between interactions.

Once agents can communicate through a shared protocol, the bottleneck shifts from “can this agent do the work” to “how does work flow between agents.” Standards make that coordination possible at scale.

What I’m watching for is whether adoption of these protocols keeps pace with deployment of the platforms. If the standards lag, we end up with isolated agent silos instead of an ecosystem. I’m cautiously optimistic the pattern will hold.

Sources

Related Posts