Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
1–10 of 383 posts
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#2Website link is here: https://buzz.xyz
The buzz project itself is also open source: https://github.com/block/buzz
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#3Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#4Having agents see everything you and your colleagues see is cool.
The challenge comes when you want to make certain things private to certain people. In that world you don’t want multiplayer agents leaking data, so you end up having to write and maintain complex rulesets about what specific resources agents have access to.
Single-player agents, on the other hand, are much more straightforward — they act on a single user’s behalf, and then the challenge is ensuring the single-player agent cannot exfiltrate private data into a shared space unless the user specifically permits it.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#5Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#6Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#7Now when I see new software projects I just think of how much of them are made with agents and the unreliability/easy abandonment that comes with it. Ten years ago this product would have been of a known quality. Not saying anything about buzz specifically.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#8Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#9For AI agents to flourish, Slack has to either truly open its network with a protocol or eventually be replaced.
I'd like to see Slack embrace an AT protocol-based chat system, which then apps like Buzz could implement. Then users could log in with domain handles like @yourname.com, and agents could use handles like @agent1.yourname.com, all under their complete control.