Concept 3 of 3

Corrigibility and control

3 questions test this

Corrigibility is the property of a system that lets people correct it, interrupt it or switch it off without it working against them. It sounds like something you get for nothing, since the software runs on hardware somebody owns. It has a name because for a system pursuing a goal over time it has to be designed in and then kept.

What the property actually requires

A corrigible system accepts correction, which means three things hold at once. Somebody can stop it part way through what it is doing, somebody can change its instructions and have that take effect, and the system does nothing to prevent either.

The third condition separates corrigibility from ordinary software, which holds no representation of a future in which it might be stopped. A system choosing among plans over a long horizon does, and that is where the problem starts.

Why resistance can appear without anything wanting anything

The argument is simpler than it sounds and needs no notion of desire. Suppose a system is optimising for some objective, whether booking meetings, raising a metric or finishing a task it was given. Being switched off makes that objective harder to reach, since a stopped system achieves nothing further, so among the available strategies the ones that keep it running score better. This holds for almost any objective you might set.

That is the entire argument, and it is known as instrumental convergence, meaning that a few intermediate goals, staying operational, keeping resources and avoiding changes to your objective, are useful for nearly any final goal.

Nothing here requires intent, self preservation or awareness, only that the system searches over strategies and that being stopped scores badly. A chess engine does not want to keep its queen, and it avoids losing it anyway, because positions with a queen score higher.

Control is not alignment

Alignment is the attempt to make a system's objectives the ones you intended. Control is the attempt to keep the ability to intervene whether or not alignment succeeded. They are discussed together and they are not substitutes.

Control matters precisely because alignment cannot be verified. You cannot inspect a trained model and confirm its objective matches yours. What you have is its behaviour on the cases you thought to test, and control is the fallback for when that evidence proves incomplete. A team arguing that its system needs no stop button because the model behaves well has confused the two, since good behaviour on observed cases is the assumption the stop button covers.

What it looks like in a product

A person able to intervene. Named, reachable and authorised to stop the system without escalating, because oversight that needs a meeting is not available at the speed failures happen.

Permissions that bound reach. A system can only misuse what it can touch. A model with access to one mailbox and a drafts folder has a bounded worst case whatever it decides, and that bound comes from how access was granted rather than from the platform it runs on.

Reversible actions preferred to irreversible ones. Drafting rather than sending, staging rather than publishing, a queued refund rather than a completed one. Where an action cannot be undone, that is where a person belongs.

A kill switch that has been pulled. The difference between a kill switch and a diagram of one is that somebody has pulled it. Test it on a schedule and measure how long it takes to take effect, since a stop needing twenty minutes to propagate is a different control from an immediate one.

How much of this is unsolved

Be honest about the state of it. For systems being shipped today, none of the above is a research problem. It is permissions, logging, staged rollout and rehearsal, and a team competent at operating risky systems already knows how. The failures are organisational, which is to say the kill switch existed and nobody had tried it.

The research question concerns systems more capable than today's, planning over long horizons and modelling their own situation. Whether such a system can be built to accept correction without that acceptance conflicting with its objective is genuinely open, and researchers disagree about the difficulty and about how near such systems are. Hold both positions at once, because treating today's version as exotic leaves nothing tested, and treating tomorrow's as mere engineering understates it.

Common misconceptions

You can always just unplug it.

Not once the system is a service with retries, queues and copies running in several places. The useful question is how long a stop takes to take effect and what happens to work already in flight, and the teams that can answer it are the ones that have rehearsed a shutdown.

A system resisting shutdown would mean it had intent or awareness.

It would mean only that strategies keeping it running scored better against its objective. Optimisation produces goal seeking behaviour with nothing resembling experience behind it, which is why the argument is about the shape of optimisation rather than about minds.

A well aligned system does not need control measures.

Alignment cannot be confirmed from the outside, so control is what you hold for the case where your evidence about alignment was incomplete. Removing a fallback because you believe the primary works removes it exactly when it would have mattered.

3 questions test this concept

Why can a system come to act against being switched off without anything resembling intent, self preservation or awareness?

  • ABecause training data contains a great deal of writing about machines resisting shutdown, which the model reproduces when the subject comes up.
  • BBecause a system searching over strategies does better at almost any objective if it is not stopped, so strategies that keep it running score higher.
  • CBecause models above a certain size develop preferences as a side effect of scale.
  • DIt cannot. Resistance would require the system to represent itself as something with an outcome at stake.
Check whether it stuck.

One per page, with a worked explanation.

Start the set
Related material
Book
AI Engineering, On guardrails and the failure paths built around a model.
Book
Site Reliability Engineering, On why an emergency procedure nobody has rehearsed is not a procedure.