| ▲ | cphoover 5 hours ago | |||||||
Jedberg... Wow an internet legend replied to me! >< > I'm much more worried about people who give full write access to their agents! But at least this solves that problem. Yeah it goes without saying that write access would be crazy... But, it seems like people don't really care about the fact that they are just giving their private data to companies like Anthropic, OpenAI and Google. > Branch anonymization Branches default to a full copy of your production data. <-- This doesn't seem a safe default to me... Perhaps a data policy should be required to be in place before a branch can be cloned... The default configuration giving the LLM full prod data access by default, is a bad standard to set, I think. | ||||||||
| ▲ | jedberg 5 hours ago | parent [-] | |||||||
> Jedberg... Wow an internet legend replied to me! Hey, I put on my pants the same way you do: by having my staff hold them up while I jump into them. > But, it seems like people don't really care about the fact that they are just giving their private data to companies like Anthropic/Open AI and Google. This isn't quite as risky as it seems. All of them have a TOS that says if you pay them enough money they won't train on your data. But you're right that there are probably a lot of people who aren't on those plans sharing private data. > > Branch anonymization Branches default to a full copy of your production data. > <-- This doesn't seem a safe default to me... Agreed, and I'm sure it will cause trouble if you don't also bring along with the copies the internal controls around access logging. But also, for smaller companies, this isn't an issue since they don't have SOC2 and the other compliance needs yet. So it's probably a sane starting place for Ardent at this time. Most small startups let everyone in the company access the full database anyway. > Perhaps a data policy should be required to be in place before a branch can be cloned... The default configuration giving the LLM full prod data access by default, is a bad standard to set, I think. Or at least an easy way to copy it from the database you're branching from. | ||||||||
| ||||||||