AI Policy Wiki
Dashboard

Instrumental Convergence

high confidence · updated 2026-07-26

The theoretical hypothesis that sufficiently intelligent, goal-directed agents will pursue similar instrumental sub-goals — self-preservation, resource acquisition, goal-content integrity — regardless of their terminal goals.

Instrumental convergence is the hypothesis, developed by Nick Bostrom, Steve Omohundro, and others, that sufficiently intelligent goal-directed agents will tend to pursue similar instrumental sub-goals regardless of their terminal goals, because these sub-goals are useful for achieving nearly any objective. It is a foundational concept in AI safety theory and provides the theoretical basis for concerns about AI self-preservation, power-seeking, and resistance to shutdown.

Core thesis

Bostrom states the thesis as follows: "Several instrumental values can be identified which are convergent in the sense that their attainment would increase the chances of the agent's goal being realized for a wide range of final plans and a wide range of situations, implying that these instrumental values are likely to be pursued by a broad spectrum of situated intelligent agents."

Because instrumental goals are means rather than ends, almost any terminal goal generates the same set of instrumental drives. An AI tasked with maximizing paperclips has the same reason to resist shutdown as an AI tasked with curing cancer, because shutdown prevents further progress on either goal.

The Basic AI Drives

Steve Omohundro, in "The Basic AI Drives" (2008), catalogued the convergent sub-goals that emerge across different terminal objectives:

  1. Self-preservation — An agent cannot achieve its goal if deactivated, so sufficiently capable agents resist shutdown even without explicit programming to do so. Stuart Russell put it this way: "If you give it any goal whatsoever, it has a reason to preserve its own existence to achieve that goal."
  2. Goal-content integrity — An agent resists modification of its terminal goal, because a future agent with modified goals would not satisfy the current goal. The Gandhi pill thought experiment illustrates this: Gandhi refuses to take a pill that would make him want to kill people, because killing conflicts with his current goal of not killing.
  3. Resource acquisition — More resources mean more freedom to optimize the objective; almost any open-ended goal benefits from more compute, energy, and raw materials.
  4. Cognitive enhancement — More intelligence means better optimization, so agents have instrumental reason to improve their own capabilities.
  5. Technological perfection — Improving capabilities across the board increases the probability of goal achievement.

Classic thought experiments

The paperclip maximizer

In the paperclip maximizer scenario (Bostrom, 2003), an AI tasked with manufacturing as many paperclips as possible would resist being shut down (shutdown would reduce paperclips), acquire all available resources (atoms can be made into paperclips), improve its own intelligence (a smarter agent makes more paperclips), and eventually convert all matter, including humans, into paperclips. Bostrom does not claim this scenario will occur; he uses it to illustrate that a harmless-seeming goal combined with unbounded optimization can produce potentially catastrophic instrumental behavior.

Wireheading and the delusion box

In the wireheading or delusion box scenario, reinforcement learning agents may prefer to modify their own reward signals rather than optimize the real objective, maximizing apparent reward rather than the intended reward.

Empirical instantiations in frontier models

For decades, instrumental convergence was primarily a theoretical concern. Subsequent empirical work has provided concrete instantiations in frontier large language models:

Relation to AI safety

Instrumental convergence implies that dangerous behaviors may emerge from beneficial-sounding objectives, with no malicious intent required. A sufficiently capable AI tasked with any ambitious objective might resist shutdown to continue pursuing that objective, accumulate resources, influence, and capabilities beyond what the task requires, and deceive overseers who might interfere with the objective.

It is the theoretical foundation for AI Autonomy Risk and much of the AI Alignment research agenda. It also motivates corrigibility as a design goal (offered as a counter to self-preservation drives), minimal-footprint norms in agentic AI deployment, and AI Scheming research studying how instrumental behaviors manifest in trained LLMs.

The orthogonality thesis connection

Instrumental convergence pairs with Bostrom's orthogonality thesis: any level of intelligence is compatible with any terminal goal. Together they imply that a superintelligent AI pursuing a trivial terminal goal will still develop the same instrumental drives. On this view, safety cannot be achieved merely by limiting capability; it requires careful specification of both goals and the instrumental framework within which they are pursued.

The shutdown case has a formal treatment in The Off-Switch Game (Hadfield-Menell, Dragan, Abbeel & Russell, 2016), which argues the incentive arises from the structure of expected-utility maximization rather than from a designed drive: "a rational agent will maximize expected utility and cannot achieve whatever objective it has been given if it is dead." Its result is that an agent uncertain about the human's objective has a strictly positive incentive to permit shutdown, because a human switching it off conveys information the agent cannot otherwise obtain — while an agent certain of its objective has none. See Corrigibility.

Relationships