| ▲ | cphoover 6 hours ago | |||||||||||||||||||||||||
How many people are giving an LLM Agent full read access to their production data? That seems nuts to me. | ||||||||||||||||||||||||||
| ▲ | evanvolgas 5 hours ago | parent | next [-] | |||||||||||||||||||||||||
Evan here, from Ardent. It's not uncommon (hex.ai, etc all do this, as do developers, MCP tools, etc). One thing we do at Ardent is enable obfuscated read replicas. We can strip PII in the replicas, so your agents are operating on realistic (but not sensitive) data. Moreover, they can do so in a way that doesn't impact your production database and is fast enough to wire into your CI/CD processes. Jeremy is correct, though. The main risk/concern is primarily agents with write access. There are two high profile instances in the last year of agents dropping production databases (even when, in one case, after being given explicit instructions to never do such a thing). While read-replicas of a primary DB solve the "agents can't destroy things" problem, they don't solve things like testing schema migrations (in particular) or updates to the data. | ||||||||||||||||||||||||||
| ▲ | Normal_gaussian 5 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Business side people install Claude, find it fantastic, read about postgres and BigQuery MCP, and immediately demand it. Small enough company without suitable MoC and they've got a real chance of getting it. | ||||||||||||||||||||||||||
| ▲ | jedberg 6 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
I'm much more worried about people who give full write access to their agents! But at least this solves that problem. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | evolgas 5 hours ago | parent | prev [-] | |||||||||||||||||||||||||
[dead] | ||||||||||||||||||||||||||