Vercel

Give Your Agent a Computer — Nico Albanese, Vercel

Give Your Agent a Computer — Nico Albanese, Vercel

Nico Albanese from Vercel demonstrates how to build a stateful, learning AI agent from scratch using AI SDK v6. The workshop covers the core components: a tool loop, provider-executed tools like web search, end-to-end type safety, and Vercel's new persistent named sandboxes, which give the agent a file system to persist state, memory, and even self-generated tools across sessions.

Building durable Agents with Workflow DevKit & AI SDK - Peter Wielander, Vercel

Building durable Agents with Workflow DevKit & AI SDK - Peter Wielander, Vercel

Learn how Vercel's open-source Workflows platform simplifies deploying durable, observable, and long-running AI agents by abstracting away the infrastructure complexities of queues, databases, and error handling.

Evals Are Not Unit Tests — Ido Pesok, Vercel v0

Evals Are Not Unit Tests — Ido Pesok, Vercel v0

Ido Pesok from Vercel explains why LLM-based applications often fail in production despite successful demos, and presents a systematic framework for building reliable AI systems using application-layer evaluations ("evals").