AAAkim Akimovinbatty.hashnode.dev·Apr 5 · 8 min readI Built a Chess Engine with 5 AI Agents — Here's What Surprised MeI gave five AI coding agents a task: build a chess engine from scratch. One planned the architecture. Three built components in parallel. One supervised everything. No external chess libraries. No internet lookups. Just agents, a test suite, and a go...00
AAAkim Akimovinbatty.hashnode.dev·Apr 5 · 7 min readWhy a Markdown File Beats a Message BusYou have five AI coding agents. They need to know what to work on, what's already taken, and what's done. How do you coordinate them? The popular answer is a message bus. Agents publish and subscribe. They negotiate tasks, share context, broadcast st...00
AAAkim Akimovinbatty.hashnode.dev·Apr 5 · 8 min readI Built a Chess Engine with 5 AI Agents — Here's What Surprised MeI gave five AI coding agents a task: build a chess engine from scratch. One planned the architecture. Three built components in parallel. One supervised everything. No external chess libraries. No internet lookups. Just agents, a test suite, and a go...00
AAAkim Akimovinbatty.hashnode.dev·Apr 5 · 7 min readWhy a Markdown File Beats a Message BusYou have five AI coding agents. They need to know what to work on, what's already taken, and what's done. How do you coordinate them? The popular answer is a message bus. Agents publish and subscribe. They negotiate tasks, share context, broadcast st...00
AAAkim Akimovinbatty.hashnode.dev·Apr 5 · 9 min readBuilding an Agent Supervisor in Rust: Architecture Decisions That MatteredWhen I decided to build a supervisor for AI coding agents, the language choice seemed obvious: Python, where all the AI tooling lives. I built it in Rust instead. ~51,000 lines later, here are the architecture decisions that mattered — and the ones t...00