Agents should have the same permissions as the user prompting them, nothing else.
No rules will stop agents of accessing data or modifying content if the agent have permissions to do it.
That does not make the agent "safe" from the perspective that it still can and eventually will cause havoc, delete critical data, etc. But it makes the system safe as it isolates that user access and it is not worse that having an unruly/malicious user.
> Agents should have the same permissions as the user prompting them, nothing else.
In user support work, it won’t make them very useful. User support is the fallback when self-serve tools and public documentation, the one you have permission to read and use directly, are not allowing a solution.
By definition useful user support allows operations that are beyond the user’s permissions
They're viable, you just have to think about them differently than how you think about support employees.
With humans, it's acceptable to have an "authenticate a customer" tool and a "reset the customer's password" tool as two separate applications. You can put in the manual that the latter can only be used after the former.
With agents, you can achieve the same outcome, but the constraint needs to be enforced by code, not job training and employee handbooks.
> By definition useful user support allows operations that are beyond the user’s permissions
And this is where most of the vulnerabilities come FROM, AI or no AI.
You can't expect entry-level support workers to be responsible. Either you codify a process (which you can still do with an AI), or you become like a cell carrier, extremely vulnerable to SIM swapping attacks.
Agents should have the same permissions as the user prompting them, nothing else.
No rules will stop agents of accessing data or modifying content if the agent have permissions to do it.
That does not make the agent "safe" from the perspective that it still can and eventually will cause havoc, delete critical data, etc. But it makes the system safe as it isolates that user access and it is not worse that having an unruly/malicious user.