

Every conversation I have had with a board this year eventually arrives at the same place. Someone has seen an agent do in four minutes what a team used to do in two days, and the question stops being whether to use one. It becomes: what are we willing to let it do on its own, and how would we know if it went wrong. This is the answer I give, written so that a board member and the engineer who will build it can read the same page.
Key takeaways
Published 13 September 2026. Written for management boards and technical founders.
A chatbot produces text and a person decides what to do with it. The person is the control. An agent given a goal plans a sequence, calls tools, reads and writes to systems, evaluates its own output and adapts. The control has moved inside the loop, which means it has to be designed rather than assumed.
This is why the workflow question is more interesting than the model question. Once an agent can act, an organisation can redesign work around collaboration between people and agents rather than bolting assistance onto the existing process. That is the prize. The risk arrives in the same motion: an agent with more autonomy can be wrong faster, at greater scale, and in places nobody is watching.
Both things follow from the same property. Any serious programme therefore spends most of its effort on the system around the model rather than on the model itself.
Treat autonomy as a level assigned per action, not a property of the agent. Four levels cover almost everything:
The classification that drives this is blast radius, not usefulness: read, write, destructive, financial. Anything that spends money, deletes data, contacts a customer, or changes a price or a permission starts at level two and stays there until the evidence says otherwise. Write the list, put a name against each line, and have it approved at the same table that sets delegation limits for people. The technical team can encode these limits; it should not be the team that invents them.
The mechanism for level two is now cheap. The July 2026 revision of the Model Context Protocol made a human confirmation step a plain request-and-response pattern, so a pause for approval no longer needs bespoke infrastructure. What used to be a paragraph in a policy document is now an enforced control in the server.
A recommendation without its basis cannot be reviewed, only believed. Require every consequential action to carry four things: the inputs it relied on, the source of each one, the rule or reasoning applied, and a confidence statement with the conditions that would change the answer.
Two design choices follow. Prefer tools that return citable records over tools that return prose, because a claim tied to a row in a system of record can be checked and a summary cannot. And make the evidence a field in the output, not a paragraph inside it. Structured evidence can be sampled, audited, and measured for quality; narrative evidence gets skimmed.
The test to apply: if this action were challenged six months from now by a regulator, an auditor or a customer, does the record explain why it was taken. If the answer is no, the action is not ready for autonomy.
Accountability cannot be distributed across a vendor, a model and a workflow. Name a single owner for each agent, a person whose objectives include its outcomes, not its uptime. That person owns the tool catalogue, the autonomy levels, the evidence standard and the incident review.
Three failure modes make this concrete. The agent does exactly what it was told and the instruction was wrong: that belongs to the owner who set the goal. The agent misread a system of record: that belongs with data ownership, and the fix is upstream. The model behaved unexpectedly within a correctly specified task: that belongs to the owner too, because the control that should have caught it, a confirmation step or a validation, was missing or set too loose.
None of those is a vendor problem. Vendor selection affects frequency, not accountability.
Traditional monitoring answers whether the system ran. Agent monitoring has to answer whether it was right, and that requires different instrumentation from day one.
Put the metering at the gateway rather than inside the agent, so the record exists whether or not the agent is behaving. That is the practical reason infrastructure teams care about protocol-level routing: the audit trail is produced by the road, not by the vehicle.
Compounding is the failure mode people underestimate. A step that is right ninety-five percent of the time gives roughly a fifty-four percent chance of a clean twelve-step run. Nothing in the model fixes that; the architecture has to.
Four controls carry most of the weight:
Recovery is the part that turns an incident into an inconvenience, and it is the part most pilots skip. Three requirements, in order.
Reversibility by design. Prefer actions that can be undone: drafts over sends, staged changes over live ones, soft deletes over hard ones. Where reversal is impossible, autonomy level two is the only correct setting.
A kill switch that someone has actually used. One control that suspends an agent's write access without a deploy, tested in a drill, with a named person who may pull it and no requirement to ask permission first.
A blast-radius query. After an incident the first question is always what else did it touch. If your logs cannot answer that within an hour, the answer will be found by customers instead.
The EU AI Act entered into force on 1 August 2024 and became applicable on 2 August 2026, which brought the Article 50 transparency duties into effect: people are to be told when they are interacting with an AI system, and synthetic content is to be labelled. The heavier high-risk obligations moved under the AI Omnibus, which entered into force on 27 July 2026: Annex III standalone systems now apply from 2 December 2027, and AI embedded in regulated products from 2 August 2028.
Read the deferral correctly. The substance of the high-risk regime, risk management, data governance, technical documentation, record-keeping, human oversight, accuracy and robustness, is exactly the list above. An organisation that builds permissions, evidence, traces and recovery because they make agents reliable will arrive at conformity as a by-product. One that waits for the deadline will be building governance and capability at the same time, under time pressure, which is the expensive way.
The pilots that stall are the ones with no owner. The technology rarely fails first. What fails is that nobody can say who decides the agent may send the email. When I audit a stalled programme, the missing artefact is almost never a model evaluation. It is a one-page list of actions with an autonomy level and a name against each.
Approval fatigue is the quiet killer. Teams start with everything at confirmation, approvers rubber-stamp within two weeks, and the organisation now has the cost of a control and none of its protection. Confirmations must be rationed to the actions that deserve them, and the override rate measured, or the checkpoint decays into a click.
The competence being built is not prompting. It is specification: naming the task boundary, the evidence, the failure behaviour and the recovery path. That skill sits between product management and operations, it is scarce, and the companies developing it deliberately are pulling ahead of the ones buying more licences.
Capability is becoming common. Every serious vendor will sell agents that plan, call tools and adapt, and the gap between the best and second-best model will keep narrowing in the places most businesses operate. What will not become common is the discipline to say precisely what an agent may do, what it must show, who answers for it, and how the organisation recovers when it is wrong.
That is an operating model question, not a technology question, and it is decided at the top of the house. The companies that lead the next wave will not be the ones that adopted the most powerful models. They will be the ones that learned to design reliable systems around them, and that work starts with a list of actions, four autonomy levels and a name against every line.
Talk to us about what your agents are already allowed to do.

A chatbot produces an answer and a person decides what to do with it. An agent is given a goal and then plans a sequence of steps, calls tools and APIs, reads and writes to systems, checks its own output and adapts as the work unfolds. The difference that matters commercially is that the person is no longer the control point between intention and action, so the control has to be designed into the system.
Autonomy is not one setting for the agent; it is a level assigned per action. Four levels cover most estates: suggest, act with confirmation, act and report, act silently. Actions are assigned by blast radius rather than usefulness: anything that spends money, deletes data, contacts a customer or changes a permission starts at act-with-confirmation and stays there until evidence justifies otherwise.
Four things, as structured fields rather than prose: the inputs used, the source of each, the rule or reasoning applied, and a confidence statement with the conditions that would change the answer. The test is whether the record would explain the action to a regulator, auditor or customer six months later. If it would not, the action is not ready to run unattended.
One named person per agent, with the agent's outcomes in their objectives rather than its uptime. A wrong instruction, a misread system of record and unexpected model behaviour inside a correctly specified task all land with that owner, because in each case the control that should have caught it was set by them. Vendor choice affects how often failures happen, not who answers for them.
Errors compound. A step that is right ninety-five percent of the time gives roughly a fifty-four percent chance of a clean twelve-step run. The architectural answers are short chains with a verified artefact between them, validation at every boundary, budgets on steps, spend and time, and idempotent write actions so that retries cannot double-charge or double-send.
Full traces of every run, meaning goal, plan, each tool call with arguments, each result and the final action, so that any run can be replayed. Alongside that: graded samples of outputs, the behavioural shape of runs such as steps per task and retries, and the human override rate. If approvers approve everything, the checkpoint has stopped being a control.
Three things, in order. Reversibility by design, preferring drafts to sends and staged changes to live ones. A kill switch that suspends write access without a deploy, tested in a drill, with a named person who may pull it. And a blast-radius query that answers what else the agent touched within an hour of an incident.
The Act became applicable on 2 August 2026, which brought the Article 50 transparency duties into effect, including telling people when they are interacting with an AI system and labelling synthetic content. The heavier high-risk obligations were deferred by the AI Omnibus to 2 December 2027 for Annex III systems and 2 August 2028 for AI embedded in regulated products. The substance of those obligations is the same reliability work described here, so building it now converts a compliance deadline into a by-product.
With an inventory, including the agents a single team started on its own, recording what each can write to and under whose credentials. Everything else, the autonomy levels, the evidence standard, the monitoring and the recovery drills, depends on knowing what exists and what it can reach.
Both, and they are separable. Which actions require a human, what evidence is sufficient and who is accountable are risk appetite decisions that belong at the same table that sets delegation limits for people. How those limits are enforced, in the gateway, the tool catalogue and the confirmation step, is engineering. Problems start when engineering is left to invent the limits by default.