Earlier quoted context omitted.
I agree with what you are saying but this is not how we solved the issue with who can access what. In our cloud harness we have the notion of shared and private secrets. When something is authenticated with a shared secret it is basically something that can be used in a public setting. If something is private then it can be only accessed via trusted channel. It works for slack, telegram, etc. In fact, our slack agent…
And if someone gets access to a channel that they shouldn't? The best norms around slack channels is to have most channels be public, but have norms where not everyone is in every channel.
Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
101–110 of 383 posts
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#102Now 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
#103Now 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.
oh, you absolutely know this one is going to be a slopfest. Buzz is going to make GitHub look like a paragon of nines.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#104Earlier quoted context omitted.
I agree with what you are saying but this is not how we solved the issue with who can access what. In our cloud harness we have the notion of shared and private secrets. When something is authenticated with a shared secret it is basically something that can be used in a public setting. If something is private then it can be only accessed via trusted channel. It works for slack, telegram, etc. In fact, our slack agent…
And if someone gets access to a channel that they shouldn't? The best norms around slack channels is to have most channels be public, but have norms where not everyone is in every channel.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#105I feel like this might be solving a real problem (agents having identity, access controls, etc that are provisioned like you would a regular user) — with this Nostr layer that doesn’t really provide any specific value that I can see. So actions are signed, great — this is like telling me I’m going to be using blockchain to store my files because I need crypto on top of my crypto. We see where that ended up. Is Nostr…
nostr solves for who owns the shared service. nobody. run your own, use an open relay, or pay for one from folks you trust.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#106> Explain Like I'm 5 > Buzz is an open-source, self-hosted workspace that combines team chat, AI agents and Git hosting using signed Nostr events, so teams can keep control of their data. Very different expectations of 5-year-olds.
It’s kinda interesting seeing what, IIRC, was originally a subreddit name which spawned from an AskReddit thread, is now a common marketing phrase in the tech world. Similar to the sub itself, it’s now just shorthand for “describe using the first principles the expected audience should understand.” I imagine a lot of people in the industry also fondly remember the 2010s reddit experience.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#107Now 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.
Easy abandonment is always there.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#108Earlier quoted context omitted.
And if someone gets access to a channel that they shouldn't? The best norms around slack channels is to have most channels be public, but have norms where not everyone is in every channel.
No channel will disclose private information. The only way to get that to work is to DM the agent directly or to use slash commands which are ephemeral / private.
Not very useful.
Still probably better than Claude's new bot which requires a service account per channel!
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#109Earlier quoted context omitted.
ATProto's tbd permission system is insufficient for the granularity needed in enterprise. Many of those features needed (like groups) will have to be built in an app view and by proxy be centralized. ACLs are two generations in the past of IAM history Chat is also not a great modality for the PDS/ATP, Roomy learned this and is building a dedicated protocol and bridge.
There's a new feature being added to AT to support "permissioned data" that would handle a Slack-like use-case: https://github.com/bluesky-social/proposals/tree/main/0016-p...
You can learn more about my work here: https://github.com/verdverm/atproto
the community convos here: https://discourse.atprotocol.community/tag/private-data/2
At this point, Bluesky controls the protocol, decided what they want permissioned spaces to look like, and are not entertaining any other proposals (afaict).
I expect there to be an eventual successor that puts permissions at the core of the protocol from the very start.
Re: Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting
#110[I work for Slack, opinions very much my own] Having 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…