Internal research report dated August 12, 2026 consolidating the public state of Buzz, Block's humans+agents workspace launched on July 21, 2026 under Apache 2.0, for presentation purposes. It aggregates Block's two engineering posts, the corporate announcement, the GitHub repository, press coverage, X and three independent evaluations — this last layer carrying most of the added value.
The concept. Buzz merges team chat, a Git forge and automated workflows into a single space where agents are full members, not bots. The thesis is Tyler Longwell's: "The bottleneck moved from intelligence to coordination." Bradley Axen (Head of AI Capabilities) frames the market stakes: "Every company is going to need a place where humans and agents work together. The question is whether that place is proprietary or open."
The architecture. A Rust relay on Nostr (NIP-01/42/98/34, 127 event kinds), Postgres, Redis, S3/MinIO, Tauri+React desktop. Each participant holds a keypair; every message, review, workflow step and Git event is signed into a hash-chained append-only audit log. A rare degree of formalism for a v0.4.x/0.5.x: multi-tenant isolation mechanized in TLA+, authorization properties verified in Tamarin. Agent integration goes through buzz-acp, an ACP harness that plugs in goose, Codex and Claude Code and translates ACP ↔ MCP — "They compose through protocols, not imports."
The central gap. Jack Dorsey announces "decentralized, self-sovereign"; Block's ARCHITECTURE.md states: "The relay is the single source of truth… There is no peer-to-peer event exchange, no gossip, no replication." A single relay per community, hence a single point of failure: decentralization is organizational sovereignty, not redundancy.
The limitations, documented. The unit of permission is channel membership — "channel membership is not fine-grained tool authorization"; agents run in --dangerously-skip-permissions, outside any sandbox; observability is lacking ("It doesn't tell me what happens next", silent OOM kills). Signed events are tamper-evident, not tamper-resistant: a compromised relay operator can delete them. On the hosted relay, there is no end-to-end encryption.
A figure correction. The "+33% more work" is the ratio of completed tasks (20 vs 15 out of 44), not a score gain — which rises from 59.1% to 71.5%, i.e. +12.4 pts.
Reception: ~25,900 GitHub stars, a Dorsey tweet at ~2.3-2.7M views, endorsement from Sundar Pichai, and Justin Waldron's formulation: "the first proper multiplayer agent harness". Acknowledged caveats: benchmarks self-evaluated by Block, no published hosting price, no adoption figures.