Tag
Systems Design
3 posts tagged with Systems Design.
The Lord, the Fleet, and the Rulebook That Binds Them Both
In one July 2026 session, my Claude Code fleet shipped seventeen production PRs under a homegrown constitution: oaths, case law, and a bound sovereign.
Why I Built a Priority Queue for Ollama
Sixteen AI agents sharing one GPU. The GPU was fast enough. Ollama's FIFO queue wasn't. Here's how 620 lines of Node.js fixed it.
Why Four AI Agents Beat One Smart One
When I designed Midas, the obvious approach was one powerful AI agent. I chose four specialized ones instead. Here's what that architecture taught me about b...