Title: Building Scalable, Self-Orchestrating AI Workflows with A2A and MCP (DEV415) Publication: Ready, Set, Cloud! Author: Allen Helton Published: December 01, 2025 URL: https://www.readysetcloud.io/talks/building-scalable-self-orchestrating-ai-workflows-with-a2a-and-mcp/ I walk through how I build scalable, self-orchestrating agent workflows with A2A and MCP. We cover agent discovery, shared context, and the patterns that keep multi-agent systems from turning into chaos, plus a practical AWS serverless stack to make it real. #### Description I’ve been spending a lot of time thinking about why multi-agent systems feel so promising but so fragile in practice. In this talk I break down how I approach it using A2A for agent collaboration and MCP for standardized context. The focus is on keeping intent intact as work moves between agents, and on building the guardrails that prevent the system from devolving into a game of telephone. You’ll see how agents can discover each other’s capabilities, coordinate across platforms, and still stay observable and secure. I also walk through a concrete serverless implementation using AWS Lambda, Amazon Bedrock, and Momento Cache to show how these ideas scale in production.