ToolsThe story, in brief

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.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

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 know
  1. Vercel launches Workflow Development Kit (WDK)—open source TypeScript framework

  2. Solves durability for async functions without requiring distributed systems expertise

  3. Functions can pause for minutes or months and resume after crashes/deployments

  4. Runs on any framework, platform, and runtime

  5. Targets AI agents and data pipelines as primary use case

  6. Reduces time-to-production by eliminating custom message queue + retry logic infrastructure

  7. Vercel launches Workflow Development Kit (WDK) — open source TypeScript framework

  8. Language-level durability: functions can pause for minutes or months, survive crashes, resume exactly where stopped

  9. Targets AI agents and data pipelines — eliminates need for manual message queues, retry logic, persistence layers

  10. 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…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools