Don't build more AI agents until you watch this
Video: Don't build more AI agents until you watch this β https://www.youtube.com/watch?v=BOXK2XFLA-E Released: 18 June 2026
Abstract: Vercel improved its sales agent not by adding tools but by deleting 80% of them β a counterintuitive lesson that the real challenge of AI agents in 2026 is maintenance, not construction. Nate argues that agents fail in two directions: the world around them drifts (stale docs, changed processes) and the model inside them improves (yesterday's guardrails become tomorrow's constraints). The answer is treating the agent's "harness" β its tools, permissions, memory, and workflows β as a living system that must be continuously pruned and rebuilt, not just launched once.
Highlights
- [00:30] Vercel built a sales agent by studying its best rep's actual workflow, not the paper process β then pruned 80% of the tools to make it more trustworthy
- [03:45] Agents break when models get better: a harness built for a weak model can trap or mislead a stronger one, creating a strange new maintenance problem
- [06:10] Stale context is dangerous β agents inherit all the crud of surrounding systems (outdated wikis, old prompts, changed definitions) and keep producing convincing work from it
- [09:50] Codex and Claude Code are best understood as carefully maintained harnesses, not just smart chatboxes β the workbench (terminal, memory, approvals, logs, sandboxing) is the real product
- [14:20] Four first principles: agents are moving targets, agents inherit system decay, frontier labs are betting on model-assisted harness maintenance, and everyone needs to ask "what is my harness?"
- [17:40] Five harness health checks: audit what the agent reads, test its reach/permissions, verify the job hasn't drifted silently, demand linkable proof trails, and measure whether the output still creates value
References & Links
- https://www.youtube.com/watch?v=BOXK2XFLA-E
- The Maintenance of Everything by Stewart Brand (Stripe Press) β recommended as the best non-AI book on agents