The moment an AI system stops suggesting actions and starts taking them, the question that matters most quietly changes. It's no longer “can it do this?” Most capable systems can. It's “who decided it was allowed to, and who answers for it if it's wrong?”

Autonomy is a permission, not a capability

The interesting question about an AI agent was never just whether it could complete a task. It's what it's allowed to do without asking first, and who answers for it when it gets something wrong.

Treating agents like workforce, with defined roles, limits and an audit trail, is a more useful frame than treating them like a clever feature.

Design the checkpoint before you design the autonomy

A simple sequence holds up well in practice: define the action, assess the risk if it's wrong, decide where a human needs to intervene, and make sure the decision is traceable afterwards. Expand what the agent can do only once that sequence is solid, not before.

What this looks like in practice

An agent that can send emails on a company's behalf might be perfectly capable of drafting and sending a customer apology with a refund attached. Whether it should be allowed to send that without review depends on the refund amount, the customer's history, and what the company is willing to stand behind without a human checking first. That's a business decision, not a technical one, and it has to be made explicitly rather than left to whatever the model defaults to.

In plain terms

Giving an AI agent autonomy means deciding, in advance, exactly which actions it can take on its own and which ones need a person to say yes first, the same way a manager decides what a new hire can handle alone versus what needs sign-off. Skipping that decision doesn't mean there isn't one. It just means the agent is making it by default, and nobody chose that on purpose.

Further reading

PwC on AI agents, the workforce and governance.