Built-in durability: Introducing Workflow Development Kit
Vercel just shipped the plumbing that AI agents need. Durability as a language feature—no message queues required.

Why it matters
Vercel's Workflow Development Kit removes a critical friction point for AI agent builders by baking reliability into the framework itself, lowering the barrier to shipping production-grade autonomous systems.
The key facts
10 to knowVercel launches Workflow Development Kit (WDK)—open source TypeScript framework
Solves durability for async functions without requiring distributed systems expertise
Functions can pause for minutes or months and resume after crashes/deployments
Runs on any framework, platform, and runtime
Targets AI agents and data pipelines as primary use case
Reduces time-to-production by eliminating custom message queue + retry logic infrastructure
Vercel launches Workflow Development Kit (WDK) — open source TypeScript framework
Language-level durability: functions can pause for minutes or months, survive crashes, resume exactly where stopped
Targets AI agents and data pipelines — eliminates need for manual message queues, retry logic, persistence layers
Published October 23, 2025
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Building reliable software shouldn't require mastering distributed systems. Yet for developers building AI agents or data pipelines, making async functions reliable typically requires message queues, retry logic, and persistence layers. Adding that infrastructure often takes longer than writing the…