![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
AI has advanced at an incredible pace. Just a few months ago, we were still talking about agentic AI’s budding capability to perform actions on systems as the latest breakthrough.
Now that’s old news.
The latest talk is on formalizing an AI agent’s capabilities into an orchestration layer (a layer that allows agents to operate safely in production environments) and giving it:
This layer, or better defined as a tech stack, can even allow agents to operate safely in production environments. It’s a foundational component in the proliferation of AI.
It unlocks new capabilities.
These requirements in an orchestration layer have given way to a battle of standards, software stacks, and interoperability. Each is vying to improve AI’s reach and make it more effective. The most prominent of these is Model Context Protocol (MCP), which acts as a server hosting tools, context, and more.
So they’re available for AI agents to use.
These standards in orchestration are meant to make AI agents more stable, reliable and idempotent.
We’re basically creating a hub for AI agents to find what they need without getting overwhelmed.
MCP isn’t without its (constructive) critics, and others are finding their niche as well. They are well worth mentioning.
And yes, MCP has some heavyweight backers like Microsoft, Google and IBM. But other standards that both complement and compete with MCP are backed by the likes of Meta AI, AWS and Stripe.
This complementary/competitive nature makes for a fascinating arena for these standards to grow and adapt together. They shape the future of AI.
Let’s take a look:
| Standard / Protocol | Scope | Primary Backers | Status (Oct 2025) | Key Repo / Spec |
| MCP – Model Context Protocol | Secure, versioned tool + context sharing | Microsoft, Google, Vercel, IBM, Anthropic | De-facto leader | modelcontextprotocol.org |
| A2A – Agent-to-Agent | Peer-to-peer message passing, capability discovery | OpenAI, Meta AI, Hugging Face | Growing fast | github.com/a2aproject/A2A |
| OASF – Open Agent Standard Framework | Full life cycle (spawn, orchestrate, retire) | Linux Foundation AI | Request for comments stage | github.com/agntcy/oasf |
| ACP – Agent Communication Protocol | Lightweight JSON-RPC for tools | IBM, LangChain | Stable, but niche | github.com/i-am-bee/acp |
| x402 | Micro-payments for tool calls | Solana, Ehereum, etc | Stable | x402.org |
| AGNTCY | Graph-based workflow definition | The Linux Foundation, Google Cloud, etc | Community-driven draft | https://github.com/agntcy |
What’s the takeaway?
MCP leads the agent protocol space with cross-vendor SDKs, the most comprehensive benchmarks (MCPToolBench++), and built-in enterprise audit logging — features now being matched or approached by A2A and AGNTCY.
The rest are still complementary with focused objectives (e.g., A2A for peer communication).
The orchestration standards battle isn’t just a technical debate. It’s sparking heated discussions among AI leaders, developers and researchers.
As adoption surges, opinions range from enthusiastic endorsements to sharp critiques on lock-in risks, security gaps and interoperability challenges.
MCP’s backers hail it as the foundational “USB-C for AI,” solving the N×M integration nightmare where every agent-tool pair needs custom code.
“MCP is going crazy viral right now… USB-C moment for AI”
— @minchoi, March 2025
Early adopters like Block, Apollo and Zed report faster agent prototyping, with Sourcegraph noting contextual code gen with more functional code.
Detractors of MCP are saying it’s increasing token consumption,
“MCP creates context rot. There’s an easy fix but it requires us to do actual engineering rather than spray and pray…”
— @curiouslychase, November 2025
Likewise, auth creates an MxN problem, increasing attach surface.
“Each agent needs to authenticate with each tool individually. If you’re running 10 agents across 20 tools, that’s 200 separate OAuth flows.”
— @GoKiteAI, June 2025
DuploCloud’s 2025 AI + DevOps Report, based on 135 engineering leaders, echoes these trends.
We found that 67% of teams increased AI investment in DevOps. And nearly 80% are exploring agentic, execution-ready automation.
Our report shows that DevOps success now depends on secure orchestration layers that deliver speed, compliance and human-in-the-loop control. These are the same traits fueling MCP-style adoption in production environments.
The Overall Consensus? MCP wins tools, and A2A owns collaboration. OASF could unify by 2026.
The standards battle is accelerating amid explosive growth. The AI orchestration market is expected to hit $11.47 billion in 2025 (23% compound annual growth rate).
Here’s the pulse, backed by data, examples, and forward signals:
Additional trends accelerating the ecosystem:
An orchestration layer with such characteristics is a crucial requirement for AI agents to operate safely in production.
Pre-baked servers (LangChain MCP, Vercel Gateway) are great for quick starts, but custom servers unlock substantially greater value for production:
| Aspect | Pre-Baked Open-Source (LangChain/Vercel) | Custom MCP Server |
| Setup Time | 5 mins | 20 mins |
| Cost/Month | $50+ (hosting + limits) | $10 (your infra) |
| Customization | Plugins only | Full source control |
| Security | Shared responsibility | Your vault |
| Scale | 100-500 RPS | 1k+ RPS |
| Vendor Lock | High (their updates) | None |
Pro Tip: Start with pre-baked for minimum viable product, migrate to custom for production. Full repo: github.com/simple-mcp-agent.
While MCP dominates tool discovery and context, A2A (Agent-to-Agent) is quietly becoming the de facto standard for peer communication. Think “WebRTC for AI agents.” Launched in late 2024 by OpenAI, Meta AI, and Hugging Face, A2A v0.9 already powers more than 120 SDKs. And it’s growing faster than MCP did at the same stage.
| Feature | MCP | A2A |
| Primary Focus | Tool + context server | Peer messaging + capability negotiation |
| Transport | HTTP/2 + gRPC | WebSocket + optional QUIC |
| Discovery | Static catalog | Dynamic /.well-known/a2a-capabilities |
| Security | mTLS + JWT | OAuth 2.1 + mutual TLS + optional ZK-proof |
| Latency (100-agent swarm) | ~180 ms | 92 ms (A2A PeerBench) |
MCP forms a tool plane (versioned, auditable) while A2A forms the communication plane (async, multimodal). This allows for more streamlined flows post-MCP.
Here’s an example of such a flow:
A2A is definitely still young, still without built-in logging, and depends on OASF or similar. It lacks decentralization, depending on Hugging Face’s registry, and must undergo rapid development and breaking changes to mature.
“MCP gives you the hammer. A2A teaches agents to talk about which nail to hit.”
— @surfer_nerd, November 2025
The orchestration battle is intensifying, with convergence on hybrid stacks but rapid innovation at the edges.
From MCP 2.0’s upcoming release, OASF’s approval vote at The Linux Foundation, and a joint effort between Google, AWS the EU’s AI act imposing accountability, and Hugging Face to integrate A2A and ACP via RPC, expect 80% of enterprise AI to run on orchestrated agent stacks composed of these and new technologies that have yet to be invented.
Open, composable stacks prioritize reliability over hype.
At DuploCloud, we’re excited to be part of the forefront of AI advancements, learning, stumbling, learning some more, and most importantly, creating and participating in the innovation that is shaping the future.
We’d love for you to check out our AI Helpdesk. Or join our newsletter to see the latest ground we’re breaking.
An orchestration layer sits around the LLM/agent. It gives the agent context (historical external state, tool catalog) and manages access to systems and tools. It also ensures human approval workflows and handles audit and logging. So agents behave in production-grade ways. Without it, agents are merely experimental and uncontrolled.
Not exactly. MCP is strong in the “tool/context plane,” like versioned tool invocation, context sharing and audit logs. But for peer-to-peer communication (agents talking to agents), dynamic negotiation, edge cases (blockchain agents) other standards like A2A may be needed. The smart strategy is stack layering, not betting solely on one protocol.
Consider your priorities:
From there, map your tooling coverage, vendor lock-in risk, interoperability requirements and maturity of SDKs/backers.
There are several:
Planning for flexibility and hybrid adoption is prudent.