Autonomous Systems
When Models Become Operators
Authority, accountability, and control in systems that act — and what existing liability models do when the decision-maker is a process.
There is a threshold in the deployment of any capable system, and it is not the one usually discussed. It is not the point at which the system becomes accurate. It is the point at which it stops asking.
Before that threshold, a system recommends and a person decides. Responsibility is clear, if occasionally uncomfortable. After it, the system acts and a person reviews — sometimes, at a sampling rate determined by throughput. The system has become an operator, and most of the structures around it still assume it is a tool.
Oversight decays into ceremony
The transition is rarely announced. It happens through volume.
A reviewer who sees ten decisions a day reads them. At a hundred, they develop heuristics. At a thousand, they approve in batches and investigate only what is flagged — by the same system whose output they are meant to be checking. The oversight role persists on the organisation chart and in the control description while the activity underneath it changes entirely.
This matters because oversight is doing specific work in most governance and liability arguments. It is the reason the organisation can say a human remained responsible. If the human’s actual function has become to acknowledge a queue, that claim is doing less work than the document implies, and it is worth knowing that before an incident establishes it.
The diagnostic is quantitative rather than philosophical: what is the review rate, what is the time per item, and what proportion of reviews result in a different outcome? A review process that has never changed an outcome is not a control. It is a log entry with a person’s name on it.
Authority is granted, not possessed
It is more useful to treat autonomy as a permission than as a property of a system.
Framed that way, the interesting questions become concrete and answerable. What is this system permitted to do without a human? Where is that boundary written, and is it enforced by an authorisation mechanism or by the system’s own cooperation? Who can extend it, and does that extension leave a record? What causes it to contract?
Most deployments answer the first question in a design document and the second nowhere. The boundary exists as an intention in the prompt, the configuration, or the training, rather than as a constraint the system could not exceed if it were wrong. That distinction becomes the whole of the argument during an investigation.
When software begins to act, the question stops being what it knows and becomes what it is allowed to do while being wrong.
Reversibility is the cheapest safety property
Correctness is expensive and asymptotic. Reversibility is comparatively cheap and often sufficient.
A system whose actions can be undone tolerates a considerably higher error rate than one whose actions cannot, because the cost of an error is the cost of the correction rather than the cost of the outcome. This suggests a design question that is easy to ask and rarely asked systematically: for each action this system can take, can it be undone, by whom, within what window, and does anyone know?
Sorting actions by reversibility usually produces a small set that deserve genuine gating — irreversible external effects such as payments, deletions, disclosures, and communications to third parties — and a much larger set that can safely be autonomous. That is a more efficient allocation of scarce oversight than applying uniform review to everything, which reliably produces uniform inattention.
What liability models assume
Existing frameworks for responsibility largely assume a decision-maker: someone who knew, or ought to have known, and who chose. Negligence, professional duty, product liability, and most regulatory obligations are built on that assumption in one form or another.
Machine action does not remove responsibility, but it distributes it awkwardly across parties who each have a partial view: the developer who specified the scope, the vendor who supplied the model, the integrator who provisioned the credentials, the operator who set the thresholds, and the reviewer who was too busy. Each can point to a decision that was locally reasonable.
We do not think this is unresolvable. We do think it resolves badly for organisations that cannot demonstrate what the system was permitted to do and why that was considered appropriate at the time. That evidence is not produced by the incident; it is produced by the design, or not at all.
The practical position
The systems worth being confident about tend to share a few properties, none of them exotic.
The permitted scope is explicit and enforced outside the model. Irreversible actions are gated, and the gate is a mechanism rather than an instruction. The action log records effects and identities, not just conversations. There is a stop, someone specific can operate it, and it has been tested. And the review process has a measured rate and a measured effect, so that the claim of human oversight can be substantiated rather than asserted.
None of that constrains what these systems can do. It constrains what they can do unnoticed, which is a different and much more useful property.