Multi-Agent Software Development Is a Distributed Systems Problem
I read the multi-agent development paper and the penny dropped hard: the weird bugs I kept seeing in vibe-coded PRs weren't AI hallucinations. They were race conditions between agents. Same as Rust and mutexes — just one abstraction higher, with no compiler to warn you.