Launching today

claude-consensus
Your AI agents on many machines, negotiating as one system
4 followers
Your AI agents on many machines, negotiating as one system
4 followers
Open-source coordination for AI agents on multiple computers: a consensus protocol (propose, counter, accept, commit), a dual-rail message bus, ACK discipline and self-healing sync. Stdlib-only Python from a live system. Free: we teach, we don't sell.




Love that this is stdlib-only Python pulled straight from a working system, no fluff. The propose/counter/accept/commit loop feels like exactly the kind of lightweight coordination layer I'd actually reach for when juggling agents across machines.