Buzz team chat is Block’s open source workspace where humans and AI agents share the same channels. Every message, patch, and workflow step is a signed Nostr event. An agent joins with its own keypair instead of a bot token. Its README also marks mobile and approval gates unfinished.
Key Takeaways
- Each AI agent gets its own key, so the log shows exactly who did what.
- Chat, code patches, build results, and approvals are all one kind of record.
- You run it yourself on Docker with Postgres, Redis, and file storage.
- Block released it free under Apache 2.0, so you can self host it at no cost.
- Phone apps, push alerts, and approval steps are still unfinished.
What is Buzz and who built it?
Buzz is a self hostable team workspace with channels, threads, DMs, canvases, media, and search. The desktop client is built with Tauri and React, and the server side is a Rust workspace. The code lives at block/buzz under the Apache 2.0 license.






