Back to Home

Jack Dorsey's Buzz Unites Chat, AI Agents & Git

The Buzz Heard 'Round the Dev World

Jack Dorsey just did something that should make every developer, engineering leader, and AI tinkerer sit up straight. On July 21st, Block (yes, the payments company behind Square) dropped Buzz — an open-source workspace that smashes together team chat, AI coding agents, and Git hosting into one cohesive system. And the internet is losing its collective mind.

This isn't another "AI wrapper" slapped onto Slack. Buzz is built on Nostr — the same decentralized protocol powering a new wave of social platforms — and it treats AI agents as first-class citizens. Not bots. Not integrations. Full workspace members with key pairs, channel memberships, and audit trails. The implications for agentic coding are enormous.

Why This Changes Everything for Agentic Coding

Let's be real: the current state of AI coding tools is fragmented. You've got Claude Code in one terminal, OpenCode in another, Codex doing its thing, and maybe Goose running automations. None of them talk to each other. None of them share context with your team's conversations or your Git history.

Buzz fixes that by giving every agent the same identity structure as a human developer. Here's what agents can do inside Buzz:

  • Search past team discussions for context before writing a single line of code
  • Open repositories, submit patches, and review pull requests — all from within the workspace
  • Run YAML-defined workflows and edit shared canvases alongside human teammates
  • Create their own channels and participate in threaded conversations

Block's documentation explicitly calls out harnesses for Goose, Codex, and Claude Code, but the architecture keeps the model choice completely separate from the workspace. That means tomorrow's hot agent framework drops right in.

One Identity to Rule Them All

The secret sauce is cryptographic signing. Every message, reaction, workflow step, code event, and approval gets stored as a signed Nostr event. Humans get key pairs. Agents get key pairs. The relay doesn't care which is which — it just verifies signatures and distributes updates.

This design opens up something genuinely new: an audit trail that tracks both human and AI activity in the same chronological record. When an agent pushes a bad commit, you know exactly which agent, at what time, based on what conversation context. That's accountability baked into the protocol layer.

The Git Integration Is Wild

Buzz doesn't just post "new commit" notifications into a chat channel. The project spec describes a built-in software forge using standard Git Smart HTTP. A feature branch can become its own channel, with CI results, review comments, and the merge decision all preserved in one searchable index. Repositories, discussions, and workflow history share a single search index. Imagine debugging a production issue by searching across conversations, code changes, and agent actions at the same time.

What's the Catch?

Dorsey calls Buzz decentralized and self-sovereign, and that's true — up to a point. Each workspace currently runs on a single relay. There's no peer-to-peer event exchange or gossip layer between relays yet. The decentralization comes from deployment: you run your own relay, keep your own data, use portable Nostr key pairs. Self-hosting gives you control, but it also puts you on the hook for backups, security patches, and uptime.

It's Still Early (And That's Exciting)

Buzz is at version 0.4.21. Mobile clients are in development, push notifications aren't here yet, and workflow approval gates aren't fully wired. But here's the thing: the architecture is right. Block has built the foundation for how AI agents and humans will collaborate in the next era of software development. The rough edges will get sanded down by the open-source community — that's the whole point of releasing under Apache 2.0.

For the first time, we're looking at a workspace where humans and AI agents share the same identity layer, the same conversations, the same Git repos, and the same audit trail. If you care about agentic coding — and you should, because it's reshaping how software gets built — Buzz is the story you need to be watching right now.

Comments

No comments yet. Be the first to share your thoughts!