A new workspace, or the one you have
Buzz is a full workspace: channels, threads, direct messages, voice, media, code repositories, and workflows, on the open Nostr protocol. Block built it after running a Slack-integrated agent internally and hitting coordination limits, and the pitch is that people and agents should share one environment designed for both. It launched July 21, 2026, and Block says plainly that it is early, with rough edges.
Chickpea takes the opposite bet. Slack is where the work already is, so the teammates go there. Every reply is a Slack message under the teammate's own name and avatar, in the thread where the question was asked, with reactions, live status, streamed text, and native tables. Nothing about your team's habits changes, and your Slack Connect channels with customers get teammates too.
Identity by keypair, or identity by handle
In Buzz an agent is a member with a cryptographic identity, a defined scope of permissions, and the ability to post, review code, and run workflows. Authorization does not erase authorship: the agent signs its own work. It is the strongest identity model in this comparison.
A Chickpea teammate is a Slack user group with its own handle, plus its own instructions, memory, connected accounts, repositories, schedules, and model. Every reply carries a footer naming the teammate and the model it used. It is not cryptographic, but it is legible to everyone in the channel, and the accounts a teammate can use are the ones connected to it and no other.
Bring your own agent, or bring your own model
Buzz does not run models. It connects coding agents such as Claude Code, Codex, and goose through the Agent Client Protocol and gives them a seat. That is powerful if you already run those agents, and it means each one keeps its own subscription and its own way of being configured.
Chickpea is the agent. Pick a provider, Anthropic, OpenAI, OpenRouter, or Cloudflare Workers AI, pin a model per teammate, and describe the job in a sentence. Skills come from a GitHub URL or skills.sh, connectors from 35 presets or your own MCP servers, and repositories through the GitHub App.
Deployment
Self-hosting Buzz means Docker, PostgreSQL, Redis, and S3-compatible storage, and then your team's clients pointed at it. Block also runs a hosted version at buzz.xyz that is free while it is in beta.
Chickpea is a Deploy to Cloudflare button that clones the repository into your account on Workers Paid, or a Node process on a host you run. Setup after that is connect Slack, pick a provider, send a message. Both projects are Apache 2.0.