Velocity Sickness: When AI Makes Your Team 10x Faster but Useless
AI Engineer · youtube · 2026-08-10
In a recent talk, Matt Dailey introduced the concept of 'Velocity Sickness': the stress that occurs when AI agents drastically increase output (like writing a book per week) without a corresponding increase in impact or audience consumption.
In engineering teams, this manifests as too many PRs to review, work scattered in multiple directions, and the ritual of 'declaring agent bankruptcy'—waking up to twelve unrecognized terminal windows, throwing it all out, and paying for the work twice.
Dailey argues the most dangerous failure mode is letting agents make critical decisions, which causes engineers to lose ownership of the code. His proposed fix is to separate the decision layer from the implementation layer, using a durable document rather than ephemeral chats:
- Chats are isolated and built for implementation, causing decisions to evaporate while only code survives.
- A shared doc holds the state, keeping agents effectively stateless and allowing context to be rebuilt simply by rereading a file.
- A sign of success is when people start writing plans they never implement, prioritizing ideas over raw code velocity.
Three things to try immediately: notice which 'gear' you are in, treat the plan as a portal into the system rather than a prompt, and hand a plan to a teammate before handing it to an agent.
More from AGI Musings
- "AI Safety" Called a Branding Disaster for Obscuring Core Alignment Issues — jd_pressman · 2026-08-10
- Scale AI Founder: Misaligned Multi-Agent Swarms Now Finding 0-Days — alexandr_wang · 2026-08-10
- Predicts GPT-6 Release This Month, AI to Handle Full Jobs by End of 2026 — davidpattersonx · 2026-08-10
- Recursive SI announces funding round to tackle compute and iteration bottlenecks — ChengleiSi · 2026-08-10
- Opinion: LLMs Are Becoming the New Machine Code, HLMs Will Be the Interface — BLUECOW009 · 2026-08-10
- AI Reshapes Theory Research: Proof Complexity No Longer the Bottleneck — IgorCarron · 2026-08-10