Give Your Agent a Computer — Nico Albanese, Vercel
The key insight from Vercel's internal agent work: giving an agent a file system didn't just add storage, it changed how the agent behaved. It started following through on long tasks, staying on track, and building on its own prior work. That's what this workshop builds toward. @nicoalbanese10 walks through AI SDK v6 from scratch: a tool loop agent, provider-executed web search, end-to-end type safety, and Vercel's new persistent named sandboxes. The agent gets a bash tool, a memories.md file it reads and writes, and instructions that make it generate Python scripts for repeatable tasks and store them for later. By the end, it's an agent that accumulates tools and context across sessions without any manual memory management. Speaker info: https://x.com/nicoalbanese10 / nicoalbanese https://github.com/nicoalbanese Timestamps: 0:00 Setup and project initialization 7:31 Installing dependencies 9:02 Introduction to AI SDK v6 and tool loop agents 11:05 Defining the agent in agent.ts 13:40 Building the route handler for the chat API 15:26 Creating the frontend UI with useChat 16:53 Modifying agent instructions 18:40 Adding web search tool (provider-executed tools) 23:55 Adding UI components for tool usage 27:43 The importance of persistent sandboxes (file systems for agents) 33:45 Managing context and message history across steps 45:11 Initializing persistent sandboxes 47:20 Defining custom call options and context 51:10 Creating the bash execution tool 55:05 Integrating the bash tool into the agent 57:15 Adding persistent memory (memories.md) 1:03:44 Making agents learn by generating Python scripts 1:05:58 Reviewing the full agent system and sub-agents

Harnesses in AI: A Deep Dive — Tejas Kumar, IBM

How We Build Effective Agents: Barry Zhang, Anthropic

In Person: Making AI faster and safer with Docker by Michael Irwin

RL for Agents Workshop - Deep Dive on Training Agents with RL and Open Source

Zig 2026: No-AI Policy, $670K Foundation, Left GitHub & Why Zig Isn’t 1.0 - Andrew Kelley Explains

How I deleted 95% of my agent skills and got better results — Nick Nisi, WorkOS

Andrej Karpathy: From Vibe Coding to Agentic Engineering w/ Stephanie Zhan

The Multi-Agent Architecture That Actually Ships — Luke Alvoeiro, Factory

Model Context Protocol (MCP) Explained for Beginners: AI Flight Booking Demo!

MCP vs ADK: How Modern AI Agents Connect and Work Together

I Re-Created A Quant Trading Strategy With Claude Code (Insanely Cool)

Gemini CLI Essentials – Full Course

Full Walkthrough: Workflow for AI Coding — Matt Pocock

Claude Code best practices | Code w/ Claude

Windows is a trainwreck

Stop babysitting your agents... — Brandon Waselnuk, Unblocked

The Agent Development Lifecycle: Build, Test, Deploy, Monitor | Interrupt 26

Spec-driven Development: How AI Changed Everything (And Nothing) by Simon Martinelli @ Spring I/O 26

The Best Local Agentic Coding Workflow (Complete Guide)

