Earlier quoted context omitted.
So what do you do for "okay, we need to run this script that we've decided is a necessary operation". Special account? Everything go through the build server? I've been looking for tooling for "I need to do a production operation but I want it to have proper interlocks and reviews".
If it’s an incident, it’s usually manually run after review, with an audience. If it isn’t, it’s run as a script that goes through normal PR review.
Agentic AI systems violate the implicit assumptions of database design
111–115 of 115 posts
Re: Agentic AI systems violate the implicit assumptions of database design
#112> An agent working on a customer analytics task might issue a join across five tables that has never been issued before, hold the connection while it thinks about the result, then issue a completely different follow-up.
Aren't agents simply automated human persona's? Like, why would an Agent make a join across five tables given that its reasoning is grounded on human-aligned decisions. For eg.
If the agent knows the schema, and is aware of the indexes defined. Then, shouldn't it only work its way through those 'known paths'. Why would you allow the agents to deviate known paths?
Re: Agentic AI systems violate the implicit assumptions of database design
#113Earlier quoted context omitted.
The same way we've always done it - glance at it and see if the numbers look like they're within an order of magnitude of what looks reasonable.
so what if there were some numbers in the report which are in actuality, an order of magnitude or two outside of what you think is reasonable, because something was wrong, but the AI agent reports something that looks normal?
Re: Agentic AI systems violate the implicit assumptions of database design
#114Earlier quoted context omitted.
So as long as the LLM only makes errors in the single-digit percentage range, everything is peachy. Make number go up, but not by too much.
If you already know the report's numbers, why are you asking an LLM to generate it?
Re: Agentic AI systems violate the implicit assumptions of database design
#115It's interesting how many people are just writing off the whole premise of letting agents work directly with databases. SQL is a language and not an API because it was intended to be hand written and often still is. There are lots of legitimate use cases for this if the safety level can be raised high enough. I'm doing some research on this topic at the moment, along with many other people on the database team at Ora…