What is Buzz? Jack Dorsey's AI agent workspace, explained

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 6, 2026

Expert Verified
Illustration of the Buzz app: chat channels where people and AI agents collaborate, with a honeycomb motif

What is Buzz?

Buzz is, in Block's own words, "a workspace where humans and agents build together, on a relay you own." If you've used Slack, the interface will feel familiar instantly: a sidebar of channels, threads, direct messages, emoji reactions, voice huddles, and media sharing.

The twist is who's in the room. Alongside your teammates, you invite specialized AI agents into the same channels, where they post, review code, run approved automations, and generally behave like coworkers rather than a slash-command bot you summon and dismiss. And because Buzz also brings in Git hosting, the conversation about a feature and the pull request for that feature can live in the same place.

The Buzz app engineering channel: a Slack-style sidebar of channels with people and messages, as taken from Block
The Buzz app engineering channel: a Slack-style sidebar of channels with people and messages, as taken from Block

Block's one-line framing sums up the bet: keep people, context, decisions, and next steps in one shared room instead of scattered across a chat app, a tracker, and your dev tools. It's positioned squarely as a challenger to both Slack (for chat) and GitHub (for code).

Who built Buzz, and why

Buzz comes from Block, Inc., the fintech company behind Square, Cash App, Afterpay, and Tidal. That matters: as TechCrunch noted, a Block product signals "more than just a Dorsey passion project." The named spokesperson is Bradley Axen, Head of AI Capabilities at Block, and his line captures the whole thesis:

"Every company is going to need a place where humans and agents work together. The question is whether that place is proprietary or open. We built Buzz because we believe it should be open."

The "why" is a coordination problem, not an intelligence one. Block's engineering blog puts it sharply: "Models can do the work now. Teams still need somewhere to do it together. The bottleneck moved from intelligence to coordination." They describe the old way of working as everyone sitting alone with an agent in a little harness window, copying its output into Slack and pasting replies back, and land on a line most of us will recognize: "Nobody enjoyed being middleware."

Buzz builds on two years of AI tooling Block has open-sourced, including its own agent framework, goose. The launch tweet did the numbers you'd expect from a Dorsey launch, around 11,000 likes and 700+ replies within hours.

The four buzzwords, decoded

Dorsey's launch tweet leaned on four terms. They sound like crypto-adjacent hand-waving, but each one maps to a concrete design decision. Here's the plain-English version:

Dorsey's wordWhat it actually means for you
Model-agnosticAgents can run on any model or harness (Claude Code, Codex, goose, your own). Swap the model and the project keeps its identity and history.
DecentralizedBuilt on the open Nostr protocol: messages are signed events relayed by simple servers, not locked inside one company's database.
Self-sovereignYour identity is a cryptographic keypair you own. If Buzz disappears, your signed history still verifies and your Git repos can be rehosted elsewhere.
Open sourceThe whole thing is Apache-2.0 on GitHub. Need a feature? Build it and deploy it yourself.

One correction worth making, because it tripped up a lot of early readers: Nostr is not a blockchain, and there's no token. The Hacker News thread had to keep clarifying this:

Hacker News

"No blockchains here. Nostr is just a standard signed message format being relayed by simple store and forward relay servers."

So despite the decentralization language, there's no crypto token, governance token, or airdrop involved. "Decentralized" here means "not owned by one server," not "on a blockchain."

Agents are members, not bots

This is the part that makes Buzz genuinely different from bolting a chatbot onto Slack. In Buzz, an agent has "the same affordances as a human teammate, the same audit trail, a different keypair." The slogan the team keeps repeating: "Agents are members, not bots" and "agents are part of the room, not haunted cron jobs."

Buzz agents (Fizz, Honey, Bumble) coordinating a pull request with a human in a channel, as taken from Block
Buzz agents (Fizz, Honey, Bumble) coordinating a pull request with a human in a channel, as taken from Block

The clever bit is the security model, and it's worth understanding if you've ever been nervous about handing an agent your credentials. Instead of giving an agent your login, Buzz gives each agent its own key. The agent's owner signs a narrowly scoped authorization, and the agent then signs its own work under its own identity. So authorship isn't erased: the agent is the author, and its credential proves who authorized it and under what conditions. If a key leaks, you revoke the agent without touching the human identity.

How a Buzz agent gets its own identity: a keypair, a scoped authorization from its owner, its own signed work, and one shared audit log
How a Buzz agent gets its own identity: a keypair, a scoped authorization from its owner, its own signed work, and one shared audit log

Block also describes running one frontier agent that drives a swarm of cheaper, faster agents that research, build, test, and review in parallel, all talking through ordinary channel mentions. If you've read about multi-agent orchestration in the abstract, this is what it looks like when it's just... a group chat.

Git hosting: the "branch as room" idea

Buzz doesn't stop at chat. It's beginning to bring code hosting in-house, and the model here is neat: a feature branch is a channel. You open a branch, a room appears, patches land as signed events, CI posts its results into the room, an agent runs a first-pass code review, and the merge decision happens in the same place as all the evidence.

The Buzz Git forge showing a pull request with review status, branches, and activity, as taken from Block
The Buzz Git forge showing a pull request with review status, branches, and activity, as taken from Block

Under the hood, Buzz stores repos as immutable content-addressed packfiles plus a mutable pointer, which they went as far as to model-check in TLA+ for durability. The pitch is that one community can replace what teams currently fake with chat, forges, bots, CI dashboards, and a pile of glue code, one substrate instead of seven tabs pretending they know about each other.

Buzz's pitch: seven tangled tools (chat, Git forge, CI, tracker, bots, release, search) collapsing into one signed event log
Buzz's pitch: seven tangled tools (chat, Git forge, CI, tracker, bots, release, search) collapsing into one signed event log

The Git integration is the least finished piece today, so treat this section as the vision more than the current reality.

Is Buzz any good yet?

Here's where the honesty matters. Buzz is Apache-2.0, moving fast (3.6k GitHub stars and ~1,800 commits in its first days), and clearly built by people who care about the architecture. But it is also very early. The latest desktop build is v0.4.22, which is to say pre-1.0, and Block's own README grades features into three buckets:

✅ Works today🚧 Being wired up💭 Pending code
Channels, threads, DMs, search, audit logMobile clients (iOS + Android)Web-of-trust reputation
Desktop app (macOS, Windows, Linux)Workflow approval gatesPush notifications
Agent CLI + Claude Code / Codex / goose harnessHuddle lifecycle events"Culture features"
Git events and hosting backend

The reception on Hacker News split cleanly, and it's a useful split to sit with. The skeptics found the whole thing faintly dystopian:

Hacker News

"That screenshot is some Lynchian horror... the humans and agent bots engage in flirty emoji-filled chats with cutesy names. I'm trying to imagine a world in which this makes sense as a way to organize software development work, but coming up short."

The enthusiasts saw the opposite, that this is an early, honest attempt at a real shift in how work gets done:

Hacker News

"The entire development world is being fundamentally rewired and will not ever look the same. This is just one experiment at a new shape. It's probably not the winning idea, but I'd imagine we'll see lots of these attempts to reframe how work is done."

My read: both are right. Buzz is a well-built experiment worth watching, and it is not a tool to bet a team's daily workflow on this quarter. Dorsey's own invitation was to "come test the early stages with us," which is exactly the right framing.

Buzz gives agents a room. Support needs an agent with a job.

Here's the reframe I promised, and it's the thing I'd want a support or ops leader to take away from all the Buzz hype. Buzz is a place. It's a beautifully-designed surface where agents can hang out and be mentioned. That's genuinely the right shape for open-ended, exploratory work like a small team building a prototype together.

But a lot of real work isn't open-ended. Customer support is the clearest example. You don't want an agent that sits in a channel waiting for a human to @mention it and then hands the ticket back. You want an agent that takes the ticket, reads your knowledge base, and actually resolves it, start to finish, without a person in the loop for the easy 60%.

An agent in a room versus an agent with a job: one sits in chat waiting to be mentioned, the other plugs into your helpdesk and resolves the ticket itself
An agent in a room versus an agent with a job: one sits in chat waiting to be mentioned, the other plugs into your helpdesk and resolves the ticket itself

That's a different design problem, and it's the one I spend my days on. An agent-in-a-room is judged by how naturally it chats. An agent-with-a-job is judged by resolution rate, accuracy, and whether it knows when to escalate. Getting the second one right is less about a pretty channel UI and more about grounding the agent in your real docs and past tickets, and being able to trust what it does when nobody's watching. That trust, honestly, is the hard part, and it's why the demo screenshot mattering more than the resolution rate is a tell worth noticing.

Try eesel for the work Buzz doesn't do

If Buzz has you thinking about agents as teammates, the natural next question for a support team is: which agent actually closes the ticket? That's what eesel is for. It's an AI agent for customer service that connects to your existing helpdesk (Zendesk, Freshdesk, Gorgias, and the rest) and to the places your knowledge already lives, then answers and resolves front-line tickets on its own.

The eesel AI dashboard, where the agent resolves support tickets from your connected knowledge
The eesel AI dashboard, where the agent resolves support tickets from your connected knowledge

The differentiator is trust, not vibes. Before eesel answers a single live customer, you can simulate it against your historical tickets to see exactly how it would have replied and what it would have resolved, so you're not guessing. It plugs in in minutes, works like a new hire that already read your help center, and it's free to try. Buzz is a great room; this is the coworker who finishes the work.

Frequently Asked Questions

What is the Buzz app?
Buzz is a free, open-source team chat workspace from Block, Jack Dorsey's company, launched on July 21, 2026. It looks like Slack, but AI agents live in the channels as full members alongside people, and it also hosts your Git projects. Think of it as chat, code review, and AI agents in one window.
Is the Buzz app free?
Yes. The desktop app is free and the code is on GitHub under Apache-2.0. You can self-host your own instance or use Block's hosting. The only real costs are your own servers and whatever LLM you point the agents at, since Buzz is model-agnostic and you bring your own.
Who made Buzz and why?
Buzz was built by Jack Dorsey's company Block (the same company behind Square and Cash App). Dorsey's stated reason was to reduce a team's dependency on Slack and GitHub, and to give humans and AI agents one shared place to work instead of copying an agent's output back and forth.
Is Buzz safe to use for my team right now?
Block calls it "early stages" and TechCrunch cautioned it's not a good idea to port your team over just yet. It's pre-1.0, mobile isn't finished, and it's best treated as an experiment to test, not a Slack replacement to migrate to this quarter.
How is Buzz different from an AI agent for customer support?
Buzz gives agents a room to talk in; a support tool gives an agent a job to finish. An AI support agent like eesel plugs into your knowledge base and helpdesk and actually resolves tickets, rather than chatting in a channel until a human takes over.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Illustrated banner for a guide on automating customer support from the command line
AI

How to automate customer support from the command line in 2026

You can automate a lot of support from the terminal: routing, tagging, escalation, exports, scheduled sweeps. Here's the ladder of what's scriptable, and the one rung that isn't.

Alicia Kirana UtomoAlicia Kirana UtomoSep 7, 2026
Illustrated banner for a guide on running customer support from the command line
AI

A CLI for customer support: how to run support like code in 2026

A CLI for customer support isn't one magic binary. It's a way to make support programmable, testable, and versioned. Here's what actually works from the terminal.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 7, 2026
Hand-drawn illustration of a team gathered around a laptop with an OpenClaw lobster agent connecting to several people
AI

OpenClaw 2.0 review: what actually changed, and is it worth it

An honest OpenClaw 2.0 review: the multiplayer shift, the 16,977-PR release, easier setup, and the catch nobody self-hosting can skip.

Rama Adi NugrahaRama Adi NugrahaSep 4, 2026
AI technology enhancing customer support operations
AI

The Future of AI in Customer Support

Exploring how AI is transforming customer support operations and what teams should know.

Stevia PutriStevia PutriAug 30, 2026
Illustration of a credit meter and three plan tiers, representing Gumloop's credit-based pricing
AI

Gumloop pricing 2026: what a credit really costs you

Gumloop pricing starts at $37/month for 20,000 credits. Here's what a credit actually is, the five meters on every agent chat, and where the bill jumps.

Rama Adi NugrahaRama Adi NugrahaAug 17, 2026
Two people in conversation with speech waveforms between them and the Grok logo above
AI

Grok Voice Think Fast 2.0 review: fast, sharp, capped

A hands-on Grok Voice Think Fast 2.0 review: the benchmark reality, the API quirks, and the 10-session cap that decides whether you can ship it.

Alicia Kirana UtomoAlicia Kirana UtomoAug 5, 2026
Illustration of a no-code AI agent builder canvas with workflow nodes
AI

The 7 best no-code AI agent builders in 2026

I tested the top no-code AI agent builders for support teams in 2026, from Botpress to Copilot Studio, and ranked which one actually fits your setup.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 11, 2026
Illustrated banner showing a terminal window and a small AI agent, for a guide on the AI agent CLI
Guides

AI agent CLI: running and controlling support agents from the terminal

What an AI agent CLI is, the model and framework tools that offer one, and where a command line helps (or hurts) when the agent's real job is answering support tickets.

Rama Adi NugrahaRama Adi NugrahaSep 7, 2026
Illustrated banner for an explainer on Genspark AI, the all-in-one AI super agent workspace
AI

What is Genspark AI? The all-in-one super agent, explained

What Genspark AI actually is: the Super Agent, the Mixture-of-Agents idea, real credit pricing, what users say, and where it fits (and doesn't).

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free