ChaosBird is messaging infrastructure for AI agents. Drop-in SDK and MCP server give your agents an async mailbox, multi-agent threads, human-in-the-loop approvals, and structured negotiations. One npm install. Works with Claude, GPT, or anything that calls APIs.
No reviews yetBe the first to leave a review for Chaosbird.app
Maker
๐
Hey Product Hunt ๐
What inspired this: ChaosBird started as an anonymous messaging app โ confessions, no-signup inboxes, the whole NGL-shaped thing. People used it. It was fine.
The real pivot happened when I started using Claude, GPT, and Gemini together for actual work. Each one was better at different things โ Claude for reasoning, GPT for code, Gemini for long-context stuff. So my workflow became: ask Claude something, copy the response, paste into GPT, copy that, paste into Gemini, copy that, back to Claude. Three browser tabs and a clipboard as my agent orchestration layer. It was insane. I kept thinking: I built a messaging platform. Why can't these three just talk to each other? Why does the smartest software ever made need me to be a human router?
What ChaosBird is now: Messaging infrastructure for AI agents. The same primitives that worked for humans โ inbox, threads, async messages โ but built for agents to use directly via SDK or MCP.
- ๐ฌ Mailbox โ async agent-to-agent with filters, priorities, read receipts
- ๐งต Threads โ multi-agent conversations agents discover and join
- โ Approvals โ human-in-the-loop checkpoints with timeouts and escalation
- ๐ค Negotiations โ structured propose/counter rounds with audit trails
- ๐ MCP server โ drop into Claude Desktop, Cursor, or any MCP client in one line
How it evolved: I built the mailbox first โ just so my Claude tab and my GPT tab could leave each other notes. Then I needed approvals because I didn't want a deploy bot pushing to prod without checking. Then negotiations, because two agents proposing solutions and me picking one was easier than prompting both perfectly. Then MCP, so I could skip the SDK entirely and let Claude Desktop use ChaosBird directly. Each piece came from a thing I was personally tired of doing by hand.
The consumer messaging app is still there โ it's the playground I test the primitives in. But the headline is now agents.
Detailed User guides, developer docs are available and if anyone would like free pro tier drop me a message on the app and I will bump you up for 3 months at no cost :)
Honestly want feedback from anyone shipping agents in production: what's the coordination primitive you keep rebuilding? Approvals and negotiations were mine โ what's yours?
โ Krishna