How We Solved Agent Building — Andrew Qu, Vercel
Summary
Andrew Qu details Vercel's journey in solving agent building, evolving from initial manual data querying to complex, multi-step agent architectures. The major breakthrough was realizing that the core capability was not a clever toolset, but the simple file system (list, read, bash). This insight led to the development of Eve, a framework designed to bring file system conventions (like Next.js) to agents, enabling developers to build highly customized, production-ready agents with minimal effort.
Key takeaways
-
The File System Unlock
11:57
The most significant breakthrough was realizing that powerful agents could be built using a minimal set of tools—specifically, file system operations (list, read, run bash)—which models are already well-trained on. This approach allowed agents to explore and write where needed, leading to a massive increase in performance (the eval score basically doubled).
-
Focus on Company-Specific Knowledge
17:00
While off-the-shelf agents are useful, the speaker argues that the most effective agents are those stuffed with deep, company-specific knowledge. These custom agents provide the most 'juice' and save significant time across various departments (e.g., legal, finance, data science).
-
The Need for a Framework (Eve)
15:40
To simplify agent development, Vercel built Eve, described as the 'Next.js for agents.' It adopts file system conventions, allowing developers to easily declare skills, tools, and channels, making the process of building and iterating on agents highly manageable.
Technical details
-
Agent Evolution Stages
3s
The agent development progressed through three versions: 1) A 'mega prompt' using a pasted Snowflake schema for SQL generation; 2) A chain of narrowly scoped agents (e.g., query agent -> planning agent -> execution agent); and 3) A single agent managing its own state and memory, allowing it to reflect and correct errors.
-
Vercel's Agent Infrastructure
0s
Vercel built the AIDK (AI Developer Kit) to standardize model interfaces, allowing developers to switch out provider-specific code with a single line while maintaining model fallbacks, secure code execution, and durability.
-
Agent Context Management
10s
To improve efficiency, Vercel implemented a recurring job that distills common queries into roughly 100 'skills.' This ensures that new agent runs start with accumulated context, rather than starting from scratch.
Mentioned resources
- Eve
- AIDK
- Claude Code / Opus 4.5
Channel & topics
Watch on YouTube · Back to latest
This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.