A first-principles approach to building AI coding agents.
A 26-lesson course teaching you to build production-ready AI coding agents from scratch. Covers everything from the core agent loop to memory systems, multi-agent coordination, and production deployment.
cd lessons
npm install
npm run lesson:1The production CLI application - a working AI coding agent built using the patterns taught in the lessons.
cd attocode
npm install
npm startMIT - see LICENSE