From Prompts to Production: Building AI Agents with the AI SDK
code.talks
2025-11-05 • Hamburg, DE
AI • AI SDK • Coding Agents • Vercel • Vercel AI Gateway • Vercel Sandbox
In this workshop we’ll build a real coding agent using the AI SDK, Vercel AI Gateway, and Vercel Sandbox. You’ll start by creating a simple agent powered by GPT-4.1-mini, then add tools that let it explore and modify a local JavaScript or TypeScript project. Step by step, we’ll teach the agent to list files, read code, and even edit or create files in response to your prompts. Along the way you’ll learn how to design reasoning loops, define stopping conditions, and manage agent state. By the end, you’ll have built a working coding agent that can understand and update its own project.
Key Learnings
- Learn how to go from a basic prompt to a fully functioning coding agent with the AI SDK
- Understand how to safely give agents tools to read, edit, and create code in real projects
- Gain practical experience designing reasoning loops, managing state, and defining stopping conditions