FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·27
→A2A protocol reality check: big-tech land grab in a tiny market
Google's A2A protocol targets cross-company, long-running agent delegation—e.g., a Salesforce AI asking SAP's AI to check financial records while waiting for human approval. The use case is real but extremely niche, relevant only when giants like Salesforce, SAP, and ServiceNow need to chain their AIs across clouds. Inside a single system, local sub-agent mechanisms in Claude Code and Codex already handle multi-agent work with zero network overhead, eating A2A's lunch. Combined with prompt injection cascades, confused deputy attacks, and zombie tasks, A2A is destined to stay lukewarm among developers and quietly exist as enterprise B2B plumbing.
#Google#Anthropic#Salesforce
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
A2A solves cross-company, long-running agent delegation between giants like Salesforce and SAP—a real but tiny market, squeezed by local sub-agents in Claude Code and Codex.
sharp
This piece is worth reading because it lays out A2A's awkward position clearly. Google built this protocol for a very specific scenario: when Salesforce's AI needs to ask SAP's AI to check financial records, potentially pausing mid-task for human approval. The need is real, but the market is tiny—nothing like MCP, which serves every developer who wants to plug tools into a model.
What makes it worse is that inside a single system, local sub-agents in Claude Code and Codex already handle multi-agent work with zero network overhead. Developers dispatch subtasks in memory, no HTTP endpoints or agent cards needed. A2A's irreplaceable value is squeezed into the remaining 10%: cross-company remote RPC.
Security is another mess: prompt injection cascades, confused deputy attacks, zombie tasks burning tokens. Google's own Gemini CLI had to patch an A2A isolation vulnerability. My take: it'll quietly exist as enterprise B2B plumbing, but it's going to stay lukewarm among developers. Unless you're building cross-company AI integrations at the Salesforce-SAP scale, you can safely skip this one for now.
HKR breakdown
hook ✓knowledge ✓resonance ✓