ToolsThe story, in brief

AI SDK 7 is now available

AI SDK 7 just shipped. Agents now run durable, observable, and production-ready—without the demo-to-deploy chasm.

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 AI SDK 7 moves agent development from experimentation to production infrastructure. The release adds durable execution, reasoning control, tool approvals, sandbox support, and observability—the primitives teams need to ship agents that survive restarts, scale across text/audio/video, and integrate with existing coding agents (Claude Code, Codex, Pi).

The key facts

10 to know
  1. Durable execution with state persistence across deploys and interruptions

  2. Provider-agnostic reasoning control across OpenAI, Anthropic, Google, Groq, xAI, Bedrock, Fireworks, DeepSeek

  3. Tool approval policies at call and agent levels with HMAC signing for tamper-proof resumption

  4. Harness layer to wrap Claude Code, Codex, Pi behind unified agent interface

  5. Realtime voice (experimental) and video generation (experimental) support

  6. OpenTelemetry package (@ai-sdk/otel) with Node.js tracing channel integration

  7. Terminal UI (@ai-sdk/tui) for interactive agent testing before production

  8. Node.js 22+ requirement; ESM imports only (CommonJS deprecated)

  9. MCP protocol version 2025-11-25 with app-specific rendering and sandboxed iframe support

  10. First-class timeout budgets (total, per-step, per-chunk, per-tool)

Go to the source

Vercel Blogvercel.com

Publisher excerpt: AI SDK 7 is a major release for building production agents in TypeScript. The SDK has grown from model calls and chat primitives into a broader agent platform for developing, running, integrating, and observing agents across text, audio, realtime, image, and video. Every major provider is supported…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools