I tried getting LLMs to work together using ACP (Agent Communication Protocol)
IBM's ACP protocol changes how agents communicate
In the fast-evolving world of AI, getting language models to work together effectively has been a persistent challenge. While the Machine Communication Protocol (MCP) has made significant strides in connecting agents to tools, IBM's Agent Communication Protocol (ACP) offers something potentially more revolutionary: a universal way for any AI agent to communicate with others, regardless of their underlying architecture.
The power of agent-to-agent communication
As someone who's spent years watching promising AI technologies rise and fall, I find ACP particularly intriguing. Released by IBM Research in March 2025 and now managed by the Linux Foundation, this protocol creates a vendor-agnostic framework that could fundamentally change how AI systems interact.
- Universal connectivity: ACP enables any agent to communicate with others via simple REST endpoints, breaking down the barriers between different AI implementations
- Cross-organizational potential: Organizations can expose their agents externally, allowing seamless communication between agents from different companies (like insurance providers connecting with hospital systems)
- Enterprise-ready design: With Kubernetes compatibility, telemetry support, and identity federation, ACP appears built for production environments from day one
Why this matters more than you might think
The most compelling aspect of ACP is how it addresses a fundamental architectural problem. Instead of rebuilding capabilities that already exist in other agents, developers can simply connect to them. This shift from duplication to collaboration could dramatically accelerate AI development across industries.
"Why would we go to the effort of reconnecting? Could we not just use the agents and build on top of that instead of building our own?" asks the video creator, highlighting the core value proposition. ACP answers this by making agent integration almost trivially simple.
Real-world applications emerging
While the protocol is still new, several implementation patterns are already emerging. The demonstration shows three particularly useful approaches:
- Simple agent wrapping: Converting existing AI agents (like the insurance coverage agent built with Crew AI and Qwen 2.5) to be ACP-compliant with minimal code changes
- Agent chaining: Connecting multiple specialized agents in sequence to solve complex problems
- Intelligent agent routing: Using a supervisory agent to automatically discover and direct requests to the appropriate specialized agents
What's particularly impressive is how this works across
Recent Videos
Hermes Agent Master Class
https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....
Apr 29, 2026Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding
https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...
Mar 30, 2026Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission
A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...