← Browse

Session brief

Vercel AI SDK Masterclass: From Fundamentals to Deep Research

Overview

This talk demonstrates how to build AI agents using Vercel's AI SDK, progressing from fundamental concepts to a practical deep research project. It highlights the SDK's unified interface for model switching, tool-use capabilities for interacting with the external world, and structured output generation for creating type-safe data. The deep research example showcases how to break down complex tasks into agentic workflows, combining web searching, result analysis, and recursive query generation to produce comprehensive reports.

Who should watch

Key takeaways

Notable quotes

*The AI SDK makes this accessible with the sources property.*
*While tools may seem complicated, at the core, it's a very simple idea.*
*max_steps can seem again a little bit confusing but what it is at its core is that if the language model decides to generate a tool call and therefore there is a tool result we are going to send that tool result alongside the previous conversation context back to the model and trigger another generation.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.