Engineering brief
Why agents can't yet handle durable async workflows—and what's changing
This engineering brief covers Why agents can't yet handle durable async workflows—and what's changing, with practical context for AI and developer-tool decisions.
The Brief
MCP tasks promise durable long-running agent workflows, but V1's complexity scared off client implementers. V2 simplifies the protocol significantly—yet scalability and production readiness remain months away.
Decision relevance
Read this for workflow impact, implementation trade-offs, and the claims that need technical scrutiny before they reach team planning.
Summary
MCP tasks solve a real problem: long-running agent workflows that need to survive infrastructure failures, network blips, and human delays. Cornelia Davis demonstrates this with a purchase order use case, showing how tasks move through lifecycle states like working, input required, and completed. The challenge is that durability requires both server-side and sophisticated client-side implementations.
The V1 specification introduced stateful protocols and complex long-running connections for handling human-in-the-loop inputs, which made client adoption impractical. Most teams building agents have wisely avoided implementing it. The upcoming V2 specification, announced in May 2025, moves the protocol to a stateless core, removes the problematic task list endpoint, and replaces long-running connections with a
simple signal-based update mechanism. This dramatically simplifies client implementation. However, even V2 has unresolved scalability concerns: polling millions of tasks individually doesn't work. A notifications-based protocol is proposed but not yet specified. The speaker built her own client implementation using Temporal workflows to handle the complexity, highlighting that practical adoption requires significant engineering investment. For
engineering leaders, the key tension is between the clear need for async long-running agent tasks and the immature infrastructure supporting them. The speaker expects fast MCP to offer simpler abstractions soon, but production-grade support is still months away. Teams should watch this space but not bet on it today. The fundamental insight is that agentic
Why It Matters
Long-running agent workflows demand distributed systems rigor that most agent infrastructure doesn't yet provide.
Editorial analysis
Key claims
- Don't adopt MCP tasks for production until V2 stabilizes and scales.
Practical use cases
- Use this as input for tooling evaluation, workflow planning, and technical due diligence.
Risks / caveats
- Hype that MCP tasks are production-ready; V2 is still months from stable.
Who should care
- Engineering managers, tech leads, and CTOs evaluating AI or developer tooling decisions.
Related topics
Bottom Line
Don't adopt MCP tasks for production until V2 stabilizes and scales.
Watch
This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.
Related breakdowns
How to improve coding agents without golden answers or regression
Continual learning for coding agents doesn't need golden answers. Applied Compute's distillation spectrum shows offline traces plus targeted hints improve…
Your agents fail because of architecture, not model quality
Frank Coyle dissects Anthropic's CCA exam, extracting the anti-patterns that cost teams tokens and reliability. The insight: context isolation and agent…
Model Routing: The Orchestration Problem Your Team Will Face
Model routing isn't just about picking the cheapest model. It's about designing a system where a frontier model orchestrates smaller agents without losing…
Get TL;DW
Too Long; Didn't Watch.
A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.
Free. Weekly. No hype.
Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.