Jack Dorsey's Buzz Is a Radical Rethink of Team Chat — But the Hard Questions Are Still Open
What Buzz Actually Is — and Why It Matters
On July 21, Jack Dorsey's Block launched Buzz — an open-source workspace that bundles team chat, AI agents, automated workflows, and Git hosting into a single self-hostable package. The pitch is unusually direct: reduce Block's dependence on Slack and GitHub at the same time. That is not a "Slack alternative" play. Slack alternatives are a crowded category. A tool that wants to absorb your code forge as well is aiming at the entire collaboration stack.
Block is explicit about the ambition. According to the official announcement, Buzz is "model-agnostic, decentralized, self-sovereign, and open source." The source code is on GitHub under Apache 2.0. Desktop clients ship for macOS, Windows, and Linux. You can self-host on your own infrastructure or use Block's hosted service at buzz.xyz. Feature-wise it covers the expected surface — channels, threads, direct messages, shared canvases, media sharing — plus the two additions that make it a different bet than Mattermost or Rocket.Chat: native AI agents with cryptographic identity, and a built-in software forge using standard Git Smart HTTP.
Bradley Axen, Block's Head of AI Capabilities, put the thesis bluntly: "Every company is going to need a place where humans and agents work together. The question is whether that place is proprietary or open." That framing is worth taking seriously, because it identifies a real problem. Coding agents in tools like Cursor operate blind to the team conversations happening around them. The context an agent needs to be useful usually lives in a chat platform it cannot see. Buzz's bet is that the fix is architectural, not another integration — and architecture is exactly what Block is shipping.
The Architecture: Nostr at the Core
The genuinely novel part of Buzz is not the chat — it is the identity layer. Everything in Buzz is built on signed Nostr events. Every participant, human or agent, holds a portable cryptographic keypair. Every message, code review, or automation run is an event signed by that key. Block calls identity "the fundamental problem in multi-agent collaboration," and the entire product flows from that claim: your identity is a key you own, not a row in the platform's user table.
This flips the usual agent model entirely. In Slack or Teams, an agent is a bot account — a credential issued by the platform, scoped by the platform, revocable by the platform. In Buzz, agents are first-class participants. They hold their own cryptographic identities, carry defined permissions, and can post in channels, review code, run approved automations, and join conversations alongside humans. Because every action is signed, there is a verifiable audit trail of exactly which agent did what at which point in time.
Buzz is deliberately agnostic about whose agents you bring. It ships with harnesses for Claude Code, Codex, and Goose, and supports custom agents through an agent-oriented CLI. It integrates with databases, CRMs, and file systems. That neutrality is strategically coherent: if the pitch is "open infrastructure for human-agent teams," locking users to one model vendor would undercut the entire argument. For organizations that dropped Slack over data-control concerns, the combination of self-hosting and portable identity is a genuine draw rather than a checkbox feature.
There is a meaningful boundary on the decentralization claim, however. Buzz currently has no peer-to-peer event exchange, no gossip layer, no replication between relays. All reads and writes in a workspace pass through a single relay, which authenticates users, verifies signatures, stores events, and distributes updates. The decentralization is in deployment and ownership — you can run your own relay and retain your domain and data — not in the runtime architecture. Within each community, the relay remains the authoritative server, with all the operational responsibilities that implies.
The Competitive Picture: A Category Forming in Real Time
Buzz is not entering an empty field. Paradigm partner Georgios Konstantopoulos launched Centaur in May 2026, described as a "virtual employee" that runs inside Slack or via an API. Mattermost and Rocket.Chat have served the self-hosted chat crowd for a decade and both have bolted on AI features. What none of them offer is the thing Buzz leads with: agents as native participants with their own identity, rather than integrations hanging off a webhook.
TechCrunch noted that for newer startups using AI agents without an established Slack presence, Buzz "could be worth investigating." But the same coverage was blunt on maturity, advising that teams should wait before porting over. The competitive dynamic is worth watching: if the category is real, multiple players will converge on similar architecture over the next 12-18 months. Buzz has a head start on the identity layer, but an open-source head start is only as durable as the commit velocity that sustains it.
That velocity is real so far: 1,774 commits, 433 branches, 134 tags, 3,800+ GitHub stars, and 290 forks. The latest desktop release, version 0.4.21, shipped on July 21 with fixes across agent controls, authentication, and workspace onboarding. The last commit was seven minutes before I checked. Engineering output is not the same as product-market fit, but it is the necessary precondition.
The Four Questions Nobody at Block Has Answered
Launch coverage has been broadly positive, but the skepticism that surfaced within hours of the announcement deserves equal airtime. Four questions stand out, and none of them has a satisfying answer yet.
1. Where do agent permissions actually end? This is the sharpest critique. If an agent can read private channels, what stops it from repeating what it learned in a public one? One commenter in the launch discussion — a Slack employee — argued that privacy is precisely where the "agents see everything" model breaks down, pointing to earlier data-leak incidents involving GitHub Copilot as precedent. Cryptographic signing proves who said something; it does nothing to prevent an agent from saying the wrong thing in the wrong room. Buzz ships with "defined permissions" for agents, but the hard part — contextual judgment about what information may cross which boundary — is exactly the part no permission system has solved yet.
2. Is Nostr a feature or a processing tax? The second question targets the foundation itself. Cryptographic event-signing buys real auditability, but key management is a notoriously unforgiving user experience. Lost keys mean lost identity, and no enterprise IT department will celebrate a system where identity recovery is cryptographically impossible by design. Portability is real value for the open-protocol crowd; whether a mid-sized company switching off Slack ever notices the benefit is much less clear.
3. Can it replace GitHub while living on GitHub? There is an irony nobody missed: the would-be GitHub alternative hosts its own source code on GitHub. Block acknowledges the Git integration is "still early," with a future vision of hosting open-source projects with collaborative code review. But a forge is more than storage for commits — it is issues, CI pipelines, review culture, and fifteen years of network effects. Replacing Slack is a product problem. Replacing GitHub is an ecosystem problem, and Buzz has barely started on the first.
4. Will Dorsey stick with it? The last question is about track record rather than technology. Jack Dorsey's history includes projects that launched loudly and then drifted — Vine, Tidal, and a string of blockchain initiatives are the examples critics reach for. Open source softens the abandonment risk: Apache 2.0 code survives its sponsor. But a protocol-heavy platform without a committed steward historically becomes a graveyard, not a garden.
What This Means: The Operating Model Shift
Strip away the launch-week rhetoric and Buzz is best read as two things at once: a usable-today free team chat with unusually strong self-hosting credentials, and a still-unproven thesis about how human-agent collaboration should be structured. The thesis is the valuable part. Agent identity, signed actions, and auditable permissions are problems every platform will have to confront. Buzz is simply the first mainstream product to make them the headline rather than a footnote.
The operating model shift Dorsey is betting on is this: organizations will not bolt AI agents onto existing collaboration tools. They will rebuild the collaboration surface around the presence of agents. That is a deeper claim than "Slack needs an AI bot." It implies a different architecture for identity, permissions, audit, and even the structure of conversations. If that thesis is correct, every team chat platform will need to adopt something like Buzz's Nostr identity model within three years. If it is wrong, Buzz becomes an interesting open-source footnote in the Slack vs. Teams debate.
The early signals are mixed. The landing page reportedly pinned CPU cores on launch day — a release pushed out faster than it was polished. Mobile clients remain in development. Push notifications are pending. Workflow approval gates have database, API, and interface components without a completed execution path. Block has not published adoption, pricing, or external customer figures. Buzz is an open-source build and an invitation to contribute.
What Comes Next
The signals worth watching over the next two quarters are concrete. Whether Block ships a real answer to the agent-permission question. Whether the Git hosting graduates from "early" to usable. Whether commit activity stays healthy after the launch spotlight moves on. Those three will say more about Buzz's future than any announcement.
For teams evaluating Buzz today, the calculus splits cleanly. Teams that already self-host their stack, run multiple coding agents, or left Slack over data control have a genuinely interesting free option to pilot in a sandboxed workspace. Teams that need a stable, boring Slack replacement for daily operations should follow the early-stage warning and wait: the Git story is embryonic, the permission model is untested at scale, and the launch-week rough edges are still visible in the rearview.
Buzz is not a Slack killer. It is not a GitHub killer. It is a provocative architecture bet that, if it pays off, will make both of those products look like they belong to a previous era. That is worth paying attention to — even if the right move today is to run it in a sandbox and watch what happens next.
— Allan Ali, Sylt.ing
===SUMMARY=== Allan analyzes Jack Dorsey's Buzz launch — the open-source Nostr-based workspace combining chat, AI agents, and Git hosting. Hard questions remain on permissions, key management, and Dorsey's follow-through.
- AI News & Updates
- AI Models & Reviews
- Prompt Engineering
- Generative AI & AI Art
- Machine Learning & Research
- AI Tools & Software
- AI Business & Monetization
- AI Freelancing & Careers
- AI Ethics & Society
- Tutorials & How-To Guides