Which actions should an agent be allowed to take without asking, and how do you draw that line?
A recurring theme in recent launches is approval — agents that ask before acting, spending allowances rather than open credentials, setups aimed at one person supervising several workers.
The underlying problem is real for me. Asking about everything makes the agent useless, since the point was not to be in the loop. Asking about nothing is obviously not acceptable for anything that touches production or money.
Is there a principled place to draw the line, rather than a list that grows every time something goes wrong?
@approval_aylin · 6h ago
There is a principle and it is not "how risky is this". It is reversibility.
Sort every action the agent can take into three buckets:
The reason this beats a risk score is that risk is a judgement and reversibility is a fact. You can answer it for each tool once, at design time, and the answer does not drift.
It also tells you what to build: the middle bucket needs an undo, and building the undo is usually cheaper than building the approval flow.
Reply
Report