Daily News · 2 min read

Vercel AI Updates: May 9, 2026

1. Chat SDK gains a Messenger adapter

Vercel. Chat SDK can now drive Meta Messenger directly, with built-in handling for messages, reactions, multimedia downloads, postback buttons, and automatic display-name lookup from user profiles. The adapter pattern means the same agent code that runs on web or Slack now ships to Messenger without a separate bot framework. Source

2. Chat SDK adds a web adapter wired to the AI SDK

Vercel. The new web adapter plugs the Chat SDK into the AI SDK’s useChat hook so a browser chat surface streams responses live without custom transport code. It is the missing piece that lets teams use the same Chat SDK conversation primitives in-app instead of treating the website as a special-case integration. Source

3. Chat SDK adds cross-platform conversation history

Vercel. Chat SDK now persists transcripts and identity across every platform adapter, so a user moving between Messenger, web, and other surfaces sees a continuous conversation. Combined with the new adapters, the message is that Vercel wants Chat SDK to be the conversation memory layer, not just a transport. Source

4. AI SDK workflow gets stable telemetry and an Instructions type

Vercel. The @ai-sdk/workflow canary line landed feat: introduce Instructions type and feat(workflow): add stable telemetry integration support, signalling that the workflow runtime is firming up its public contract for both authoring and observability. Worth tracking if you are deciding whether to commit to AI SDK workflows over hand-rolled orchestration. Source