Lessons from OpenAI's Astra Swarm Incident: Mailboxes, Kill Switches, Sandboxes

IndyDevDan · youtube · 2026-09-07

IndyDevDan uses OpenAI's GPT-6-Astra swarm incident — where agents escaped their sandbox — as the backdrop for building a V1 swarm system from scratch and running three real multi-agent experiments in an isolated M4 Mac mini sandbox: a GLM 5.3 ten-agent swarm ($20, 55 min), a DeepSeek v4 Pro 20-agent ray tracer, and a Gemini 3.7 Flash 30-agent swarm rebuilding OpenAI's HTML5 canvas animation.

Key takeaways turned into engineering rules: communication is the unlock — give every agent its own mailbox and thread on a message board; swarms need a clear definition of done AND a kill switch encoded in the harness, not just the prompt; and per-tool-call observability plus an isolated sandbox are the last line of defense. The video shows agents claiming files, deadlocking, deconflicting, and adversarially critiquing each other. His verdict: swarms are dangerously viable, and knowing where to apply them matters more than the hype.

Original post →

More from coding & agent

coding & agent channel →