Skip to main content
🎓 Claude Code Masterclass Learn AI-assisted development on Udemy — plus the companion book on Leanpub & Amazon. Start Learning
AGNTCon + MCPCon Europe 2026 at RAI Amsterdam — key takeaways from the agentic AI conference
AI

AGNTCon + MCPCon 2026: Key Takeaways

AGNTCon + MCPCon 2026 recap: 81% have agents in production, MCP hits 89% adoption, AGENTS.md at 60k repos, and the shift from demos to reliability is real.

LB
Luca Berton
¡ 5 min read

AGNTCon + MCPCon Europe 2026 Key Takeaways

Two days. 2,000+ attendees. The agentic stack, built in public.

Last week I was on the floor at AGNTCon + MCPCon Europe at RAI Amsterdam — the Linux Foundation’s flagship conference on agentic AI and the Model Context Protocol. What struck me was how quickly the conversation shifted from “what if” to “how do we actually run this in production.”

If you’ve been following along, I’ve already published Day 1, Day 2, and the announcements roundup. This post distills the key takeaways that cut across every session, every hallway conversation, and every booth demo.

The headline numbers

|| Metric | Value |\n||---|---|\n|| Attendees | 2,000+ |\n|| Companies | 1,000+ |\n|| Speakers | 100+ |\n|| MCP adoption by client | 89% |\n|| Agents in production | 81% |\n|| Multi-agent systems | 60% |\n|| Open-source tooling | 78% |\n|| Human-on-the-loop | 66% |\n\nThe shift from last year is stark: 81% of teams now have agents in production. A year ago, most were still getting RAG working. Now they’re shipping agents that make decisions, call tools, and collaborate across systems.

Key takeaway 1: MCP is now the default integration layer

MCP graduated from “interesting protocol” to default integration layer for agentic tooling. The 2026-07-28 spec update added a stateless core, extensions framework, and stronger enterprise authorization — the three changes that make production deployments viable.

What I heard consistently on the floor: teams aren’t building custom adapters anymore. Whether you’re connecting to a local database, a cloud API, or an internal tool, MCP is the path. The question is no longer “should we adopt MCP” — it’s “how do we scale MCP in production.”

What this means operationally: If your agent infrastructure doesn’t speak MCP natively, you’re adding integration debt. The protocol’s stateless core means you can deploy MCP servers as sidecars or proxies without shared state complications — a game-changer for multi-agent systems.

Key takeaway 2: A2A (Agent-to-Agent) is gaining serious traction

Google’s Agent2Agent (A2A) protocol — the standard for inter-agent communication — joined MCP under the Agentic AI Foundation umbrella at this event. While MCP handles agent-to-tool connectivity, A2A standardizes agent-to-agent communication.

The demos showed agents from different vendors collaborating without shared state. What’s critical for production: agents negotiate a shared interaction modality first, then collaborate securely — without exposing internal memory, tools, or context.

What this means operationally: Multi-agent orchestration just got a standard. Instead of building custom handoff protocols between specialized agents, you can route through A2A’s capability discovery and negotiation layer. This is how you scale beyond single-agent workflows.

Key takeaway 3: AGENTS.md adoption is exploding

A simple Markdown file at your repo root — the README for agents, not humans. It defines build commands, test instructions, code style, and conventions so any coding agent knows immediately how to work in your project.

60k+ repositories now use AGENTS.md. Stewardship moved to the Agentic AI Foundation at the Linux Foundation.

I’ve started adding these to my repos. The difference is immediate: agents follow my conventions, run the right tests, and don’t waste time guessing build commands. No more ls-ing the repo structure.

What this means operationally: If you’re running agentic coding workflows, AGENTS.md is the cheapest win you can deploy today. It doesn’t require new infrastructure — just a file in your repo root. But it eliminates the 10–20 minutes of orientation time each agent spends reverse-engineering your setup.

Key takeaway 4: goose (from Block) is moving beyond code

goose — the general-purpose AI agent from Block (Square) — launched as a desktop app, CLI, and API written in Rust. It supports 15+ providers (Anthropic, OpenAI, Google, Ollama, etc.) and 70+ MCP extensions.

What’s notable: goose is seeing real adoption for data analysis and research workflows, not just code. If you want a battle-tested agent that runs anywhere (macOS, Linux, Windows desktop) and integrates with the MCP ecosystem, it’s worth examining the architecture.

What this means operationally: The “coding agent” box is expanding. Agents that started as developer tools are becoming general-purpose assistants for data analysis, research, and automation — because the MCP ecosystem makes tool integration frictionless.

Key takeaway 5: Agent Router and Agent Gateway are critical infrastructure

Two projects that made the leap from “nice to have” to “table stakes”:

  • Agent Router (formerly Envoy AI Gateway): Dynamic routing of agent requests to the best backend based on real-time conditions — cost, latency, capability, reliability. Not static config; routes shift automatically when your primary model is rate-limited or costs spike.

  • Agent Gateway: API gateway for agentic systems — observability, security, traffic management. Think API gateway but for agents making LLM and tool calls. Authn/authz, rate limiting, cost attribution, and observability across all agent traffic in one layer.

What this means operationally: If you’re running agents at scale where uptime and cost matter, static routing doesn’t cut it. Agent Router is the load balancer for agents — it routes each request to the optimal backend without breaking the agent flow. Agent Gateway gives you the visibility you need when “the agent did something unexpected” and you need to trace the call path.

The conversation has moved to operations

Two days weren’t enough for all the hallway conversations I wanted to have. But across every session — from the keynotes to the floor demos to the evening networking — the focus was the same: reliability, observability, evals, and the operational glue that holds agent systems together.

This isn’t the “wow, agents can do that” phase anymore. This is the “how do we ship this without waking up at 3 a.m. to a runaway agent” phase. And the tools being built — MCP, A2A, Agent Router, Agent Gateway — are the operational infrastructure that makes production-grade agentic AI possible.

Watch the recap video

I captured a quick walkthrough from the floor. The video has burned-in subtitles so you can watch without sound:

[Video embedded below — landscape and portrait versions published to YouTube, LinkedIn, Facebook, TikTok, and Instagram.]

Recordings

Session recordings from all talks are rolling out on the Agentic AI Foundation YouTube channel. Bookmark it and follow along — this is the conversation that will define 2027.

#AGNTCon #MCPCon #agentic AI #MCP #A2A #AGENTS.md #goose #Agent Router #Agent Gateway #Amsterdam #Linux Foundation #Production AI
Share:
AI Integration & GPU Platforms

Need help with AI Integration & GPU Platforms?

Need help deploying AI/ML platforms? Get expert consulting on OpenShift AI, GPU orchestration, and MLOps.

Learn more about AI Integration & GPU Platforms

Want to operate this yourself, in production?

Take the free AI Platform Engineer Readiness Scorecard to see which skills transfer — then build a production-shaped AI platform in the 4-week Bootcamp.

Take the Scorecard →
Luca Berton — The Production AI Expert, Docker Captain

Luca Berton

The Production AI Expert ¡ Docker Captain ¡ KubeCon Speaker

15+ years in enterprise infrastructure. Author of 8 technical books, creator of Ansible Pilot (1M+ YouTube views, 648K site users). Former Red Hat engineer. Speaker at KubeCon EU 2026 and Red Hat Summit 2026.

Free 30-min Production AI consultation

Book Now