惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
F
Fortinet All Blogs
爱范儿
爱范儿
博客园 - Franky
MyScale Blog
MyScale Blog
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
P
Proofpoint News Feed
IT之家
IT之家
宝玉的分享
宝玉的分享
D
DataBreaches.Net
S
SegmentFault 最新的问题
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
M
MIT News - Artificial intelligence
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
量子位
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Everyone Talked About Gemini. Nobody Talked About the Two...
Shantanu · 2026-04-29 · via DEV Community

This is a submission for the Google Cloud NEXT Writing Challenge

I watched every hour of Google Cloud NEXT '26. And like everyone else, I was dazzled by the Gemini Enterprise Agent Platform rebrand, the 8th-gen TPUs, and the Workspace Studio demos.
But the announcement I keep coming back to — the one I think will quietly matter the most to developers building real things — is something that didn't even get its own keynote slide.
Two protocols. A2A and MCP. And how Google just bet the entire agentic era on both of them.

A Quick Reality Check First
Let me say the quiet part out loud: the "agentic enterprise" pitch Google delivered at NEXT '26 is compelling, but it's also a vision. Agents that autonomously coordinate across your entire org, spinning up sub-agents, handing off tasks, self-healing — we're not fully there yet for most teams

MCP: You Probably Already Know This One
By now, if you're building with LLMs, you've likely heard of Model Context Protocol (MCP) — Anthropic's open standard for connecting agents to tools, APIs, and data sources. It answers the question: "How does my agent talk to the outside world?"
At NEXT '26, Google announced managed MCP servers across Google Cloud services and used its Apigee API management platform to turn any existing API into a discoverable, agent-ready MCP tool. That's a big deal for enterprises that have years of internal APIs sitting around — they don't need to rewrite them. They just need to surface them via MCP.
But here's what I think most people missed: MCP only solves half the problem.

A2A: The Protocol Nobody Is Talking About
MCP connects an agent to tools. But what happens when you need agents to talk to other agents?
That's what the Agent2Agent (A2A) protocol is for. Announced by Google last year and now at v1.2, A2A was quietly handed off to the Linux Foundation at NEXT '26 — a signal that Google is treating this as genuine open infrastructure, not a proprietary lock-in play.
Here's the practical scenario A2A unlocks

Agent A (Gemini, on Google Cloud)
↕ [A2A]
Agent B (Claude, on AWS Bedrock)
↕ [A2A]
Agent C (custom model, on-prem)

These three agents — built on completely different models, by different teams, running on different clouds — can now hand off tasks, share context, and collaborate. Without any of them needing to understand each other's internals.
Google confirmed A2A is already in production at 150 organizations. Native A2A support ships inside Google's Agent Development Kit (ADK), and it's already integrated with LangGraph, CrewAI, LlamaIndex, Semantic Kernel, and AutoGen.

My Honest Take: The Risks
I want to be balanced here, because the dev.to community deserves more than hype.
The governance question is unresolved. Moving A2A to the Linux Foundation sounds like a gift to the open-source community. But Linux Foundation stewardship doesn't automatically mean community control. Who makes the breaking changes? What's the RFC process? The docs don't say yet.
Adoption isn't guaranteed. Microsoft has its own agent communication story. AWS has just launched AgentCore. The "one protocol to rule them all" moment hasn't happened. A2A being integrated into AutoGen and Semantic Kernel (Microsoft frameworks!) is encouraging — but enterprises won't abandon their existing stacks for a v1.2 spec without a lot more momentum.
The complexity cliff is real. Multi-agent coordination sounds elegant in keynote demos. In practice, debugging why Agent B misinterpreted a handoff from Agent A — across different models, different clouds, different retry policies — is going to be genuinely painful. The observability tooling (Google's Agent Observability, ADK tracing) is early.

The Bigger Picture
NEXT '26 was framed around one phrase: "The era of the pilot is over. The era of the agent is here."
Kurian was talking about enterprise adoption. But for developers, I'd reframe it: the era of building single-model, single-platform AI features is giving way to something messier and more powerful — networks of agents, built by different teams, running on different infrastructure, coordinating in real time.
The Gemini Enterprise Agent Platform is Google's bet on how you'll build those networks. A2A and MCP are the invisible foundation that makes it possible to build them without surrendering to a single vendor.
That's the story I'll be watching unfold. And it started quietly, in the keynote, in a slide most people skimmed past.