01 45 min · talk
Specs are the new source code
Everyone can get an AI agent to write code. Far fewer can get agents to ship software that survives production. This talk lays out the operating system I use to do exactly that: specs as the source of truth agents work against, a zero-tolerance CI that treats every warning as an error, mechanical guards that catch the mistakes agents reliably make, and human gates where judgment actually matters. Drawing on Kaiord — an open-source platform written entirely by agents and released as 9 npm packages — I show how these pieces fit together, where they fail, and how the human role shifts from writing code to designing the system that lets agents write it safely.