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 July 22, 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 →
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 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
Abstract editorial illustration of a precise image-generation workspace
AI

Seedream 5.0 Pro review: precise, powerful, hard to access

Seedream 5.0 Pro targets precise image composition, multilingual text, and reference fusion. This review covers its strengths, limits, price, and access.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 13, 2026
Editorial illustration for a review of Gemini 3.6 Flash, Google's fast workhorse AI model
AI

Gemini 3.6 Flash review: Google's cheaper, faster workhorse

A hands-on Gemini 3.6 Flash review: the new price, the 17% token cut, where it beats GPT-5.6 and Claude Sonnet 5, and where it still trails them.

Rama Adi NugrahaRama Adi NugrahaJul 22, 2026
Illustrated hero banner for a breakdown of Flowith pricing, showing subscription tiers and a credit-based billing model
AI

Flowith pricing (2026): plans, credits, and the real cost

A full breakdown of Flowith pricing: the four credit-based tiers, what a credit actually buys, the gotchas that don't show on the pricing page, and who each plan is for.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Illustrated hero banner for a guide to Flowith, the AI agent creative workspace built on an infinite node canvas
AI

What is Flowith? The AI agent canvas, Agent Neo, and pricing

Flowith is an AI agent that works on an infinite canvas instead of a chat box. Here's what Agent Neo actually does, what it costs, and where it fits.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Illustration of a branching AI canvas generating images, slides and text
AI

Flowith review: is the AI agent canvas worth it? (2026)

A hands-on Flowith review: what the branching AI canvas and Agent Neo actually do, what Flowith costs in credits, and who should skip it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Skywork AI super-agent workspace illustration
Trending

What is Skywork AI? The super-agent workspace, explained

Skywork AI is a general-purpose AI super-agent that builds slides, docs, sheets, sites and videos. Here's what it does, how it works, and what it costs.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Illustrated banner for a breakdown of Genspark AI pricing, the all-in-one AI super agent
AI

Genspark AI pricing (2026): what it really costs

Genspark AI pricing runs Free, Plus from $24.99/mo and Pro from $249.99/mo. Here is what the credits actually buy, and the gotchas the sticker price hides.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free