
Software Engineering Radio - the podcast for professional software developers SE Radio 689: Amey Desai on the Model Context Protocol
Oct 8, 2025
Amey Desai, CTO at Nexla and data systems engineer, explains the Model Context Protocol as a way to tame integration spaghetti and let LLMs orchestrate tool calls. He walks through GitHub analytics, PDF routing, and multi-agent labeling patterns. The conversation highlights emerging MCP architectures, reliability trade-offs with agent-to-agent approaches, and practical enterprise security and adoption advice.
AI Snips
Chapters
Transcript
Episode notes
MCP Vs A2A: Vertical Vs Horizontal
- MCP solves vertical tool integration while Google's A2A targets horizontal agent-to-agent coordination.
- Amey warns A2A adds distributed-system reliability and trust challenges compared with MCP's vertical simplicity.
Auction Bidding For Tool Selection
- Nexla used an auction/bidding pattern to pick the best labeling agent by cost, latency, and accuracy.
- They applied the same pattern to route PDF pages to cheap parsers or expensive vision LLMs to save cost and latency.
Control Orchestration With Prompts And Policies
- Treat prompts as formal specifications and add policy enforcement and simple ML checks in the orchestrator.
- Let users choose trade-offs (speed vs quality) rather than hiding hybrid choices behind complex defaults.
