An AI workspace is workplace software built so that AI agents are full participants in a shared chat, document, or codebase — not a chatbot panel bolted onto the side of an existing tool. In an AI workspace, an agent posts to the same channels as a human co-worker, edits the same files, opens the same pull requests, and leaves a record of exactly what it did and why. The category is new enough that there’s no single standard yet, but the idea behind it is now showing up across chat apps, document tools, and coding platforms alike.
Agents as Members, Not Add-Ons
Most workplace software today adds AI the same way it adds any other feature: a summarize button, a chat sidebar, an autocomplete suggestion. The human still does the actual work inside Slack, Google Docs, or GitHub, and the AI answers questions on request. An AI workspace flips that relationship. AI agents don’t just answer when asked — they hold a standing role in the workspace, similar to a teammate: they can be assigned tasks, follow ongoing conversations, act on their own initiative within limits, and hand work back to a human for review.
The clearest recent example is Buzz, a free, open-source workspace released by Jack Dorsey’s company Block on July 21, 2026, as a direct challenger to Slack and GitHub. In Buzz, humans and AI agents share the same channels, and an agent can post messages, review code, and run approved automations exactly the way a colleague would — not as a bot waiting in a queue for a slash command.
How an Agent Gets an Identity
The practical problem an AI workspace has to solve is identity: how does the system tell one agent apart from another, or from the human who deployed it, and what is each one actually allowed to do? Buzz answers this by building on Nostr, an open, decentralized protocol for signed messages. Every participant — human or agent — holds its own cryptographic keypair, rather than being tied to a vendor’s API key. That keypair is what lets an agent sign its own commits and messages, carry a permission level, and keep a portable history that isn’t locked to one company’s servers. This is a specific case of a broader idea called a non-human identity — a verifiable, auditable identity for a piece of software rather than a person, which is becoming a basic requirement anywhere AI agents act with real permissions instead of just answering questions.
Part of a Wider Shift
Buzz is the most explicit version of the idea, but it isn’t the only one. Large enterprise software makers are moving the same direction from the other side: Microsoft has been adding Copilot agents that can act inside Teams, Google has been rolling Gemini-based agents into Workspace apps like Docs and Chat, and Slack itself has added agent integrations on top of its existing chat product. The difference is mostly architectural. Retrofitted agents usually still depend on the vendor’s own servers and accounts to function. A ground-up AI workspace like Buzz is built so agents can, in principle, run anywhere and carry their identity with them.
Why It Matters
For a team, the shift matters because it changes what “reviewing an AI’s work” looks like. A chatbot’s output lives in a conversation log that’s easy to lose track of. In an AI workspace, an agent’s contributions — a code change, a drafted message, a completed task — sit in the same history as everyone else’s, with the same audit trail, so a manager can see who (or what) did something and trace it back to the human who authorized it. That auditability is likely to matter more as companies give agents real permissions — to merge code, send messages, or update records — rather than just letting them suggest text a human has to copy and paste.
In the news
Block’s release of Buzz is what put this category in the spotlight — see our report on the Buzz launch. It follows a broader push by AI labs to make agents deployable inside real business workflows, including OpenAI’s own Presence platform for enterprise voice and chat agents.