▲ | rapind 5 days ago | |||||||
I've given claude explicit rules and instructions about what it can and cannot do, and yet occasionally it just YOLOs, ignoring my instructions ("I'm going to modify the database directly ignoring several explicit rules against doing so!"). So yeah, no chance I run agents in a production environment. | ||||||||
▲ | chasd00 5 days ago | parent | next [-] | |||||||
Bit of a tangent but with things like databases the llm needs a connection to make queries. Is there a reason why no one gives the llm a connection authenticated by the user? Then the llm can’t do anything the user can’t already do. You could also do something like only make read only connections available to the llm. That’s not something enforced by a prompt, it’s enforced by the rdbms. | ||||||||
| ||||||||
▲ | 5 days ago | parent | prev [-] | |||||||
[deleted] |