#model-context-protocol
54 episodes
#4700: Browser Agents: Three Paths to One Protocol
How screenshot watching, dev-tools extensions, and native MCP in Chrome are converging — and what wins.
#4663: Python vs TypeScript for MCP Servers: The Real Decision Rule
Both are first-class for MCP, but the real choice depends on what your server talks to. Here's the framework.
#4582: Designing a Home MCP Gateway for Conversational AI
How to securely connect ChatGPT to a home-hosted MCP gateway — transport, auth, and the missing pieces.
#4580: The Tiny AI Tools That Beat Big Agents
Why small, single-purpose AI utilities outperform autonomous agents for daily work — and what interface they need.
#4522: The Sixth Shim: When MCP Becomes a Middleware Factory
Six servers, six shims, no architecture. A taxonomy of MCP integration pain.
#4521: MCP Transport Architecture in 2026: Gateway Design
Three transports, one gateway. How to bridge stdio, legacy SSE, and streamable HTTP in production.
#4167: Why AI Can’t Read Your Gmail (Yet)
Your AI misses emails and fails to send replies. It’s not dumb—the pipes are leaky.
#4166: Why Your AI Can't Find That Email
Your AI assistant misses emails because of API limits, not intelligence gaps.
#3755: Hermes vs OpenClaw: Mobile-to-Server AI Frameworks
Why developers are leaving OpenClaw for Hermes—and why mobile-to-server AI interaction remains unsolved.
#3271: LLMs as Parsers, Not Calculators
Stop letting LLMs do math. Use them to parse messy text, then let deterministic code handle the numbers.
#2690: Where Agent Builders Actually Gather
The MCP community, A2A protocol, and Linux Foundation are building the professional identity of agentic AI right now.
#2689: Why CLI Beats MCP for AI Agents Sometimes
Why a plain command-line tool can outperform a purpose-built MCP server for AI agents — and what that means for the protocol's future.
#2683: MCP vs Agent Skills: Context Wars
When 12M token windows arrive, do MCP servers or agent skills win? Plus: federated access for agent teams.
#2551: How Progressive Disclosure Saves MCP from Token Bloat
Why dumping all tool schemas into context breaks accuracy — and three implementations that fix it.
#2541: Agent-to-Agent Scheduling: Building the Calendly for AI
How Google's A2A protocol and Anthropic's Remote MCP could power a new kind of agent handoff for scheduling meetings.
#2478: MCP File Handling: Why Your Base64 Upload Breaks at 4MB
MCP has no standard file input. Base64 breaks at 4MB, presigned URLs need whitelisting, and MinIO workarounds aren't standardized.
#2469: Embedding Model Deprecation: RAG's Silent Killer
When OpenAI retires an embedding model, your RAG pipeline breaks silently. Here’s how to fix it.
#2441: When One Sentence Beats Four Clicks
What happens when you ditch the admin panel and let AI agents manage your systems directly?
#2425: Can One Button Solve Your Streaming Frustrations?
A deep dive into JustWatch, Trakt, Letterboxd, and why your ideal streaming app doesn't exist yet.
#2400: Claude Code’s Hidden Context Tax
How Claude’s eager-loaded primitives silently consume context—and how to optimize your setup for sharper performance.
#2314: One Model or Three? Inside Claude's Architecture
What makes Claude’s Haiku, Sonnet, and Opus different? Discover how architecture shapes their unique strengths and weaknesses.
#2203: Knowledge Without Tools: Why MCPs Aren't Just for Execution
MCPs can be pure knowledge providers with zero tools. Here's why that matters for agents querying government data and authoritative sources.
#2167: Sync vs. Async: Architecting Agents for Scale
Why most enterprise AI agents fail in production has less to do with models and more to do with whether they're built synchronously or asynchronously.
#2075: AI Agents for Israel: Hyper-Local Skills in Action
How reusable AI "skills" are solving real Israeli problems—from shelter navigation to tax compliance.