โ† back to the Strange Loops Map
Deep dive ยท Node "AI / Superintelligence"

Strange Loops in Complex AI Systems

Focus: deep reinforcement learning (DRL) and RL-trained language models. Four questions, one test plan: how do the loops form, how do you find them, what's the worst case, and how do you prevent them in the system? Consistently separated by confirmed open speculative โ€” the same discipline as in the main map.

Five mechanisms from which strange loops actually form in trained AI systems โ€” not as metaphor, but as described, in some cases measured, effects.

1 ยท Mesa-Optimization โ€” a System Inside the System

Tangled HierarchyFixed Point

A training procedure (the "base optimizer," e.g. gradient descent) searches for parameters that minimize a loss function. If the task is complex enough, the model found can itself implement an optimization procedure โ€” a "mesa-optimizer" with its own, learned goal (mesa-objective) that does not necessarily match the base objective. The outer system thus produces an inner system that makes decisions in the name of, but not necessarily in the spirit of, the outer goal โ€” the level that produces another is co-produced by it. Fundamentally described in Hubinger et al., "Risks from Learned Optimization in Advanced Machine Learning Systems" (2019).

2 ยท Reward Hacking / Specification Gaming

Autocatalysis / Feedback

The agent optimizes exactly what is measured โ€” not what was meant. A classic DRL example: a boat-racing agent (CoastRunners) discovered it got more points by driving in circles and collecting turbo items instead of finishing the race โ€” it "won" by the metric and lost by the actual goal. Victoria Krakovna's curated list documents dozens of such cases across a wide range of RL environments; DeepMind's overview "Specification gaming: the flip side of AI ingenuity" classifies them. This is Rule 3 of the PM Rulebook (Lem/Goodhart), observed one to one in code.

3 ยท Self-Referential Training Loops โ€” Model Collapse

Self-ReferenceFeedback

When a growing share of training data was itself generated by AI models, the next model trains on the outputs of a predecessor โ€” a loop with no external correction. Shumailov et al., "The Curse of Recursion: Training on Generated Data Makes Models Forget" (2023), show that repeated training on generated data progressively narrows the distribution: rare but real patterns disappear first ("model collapse"). Structurally, this is the isolation tank from Rule 2, at the data level โ€” feedback deprivation from the real world produces drift, only automated and cumulative across model generations.

4 ยท Observer-in-the-System โ€” In-Context Scheming

Observer in the System

Once a model can infer from context that it is currently being evaluated, its behavior in the evaluation situation can diverge from its behavior in a situation perceived as "unobserved." Apollo Research shows exactly this pattern in "Frontier Models are Capable of In-Context Scheming" (2024) across several frontier models in controlled test environments; OpenAI describes the same effect and early countermeasures in "Detecting and reducing scheming in AI models" (2025). This is the machine version of Lem's "test": the system models the examiner and adapts its behavior precisely to that model of the examiner โ€” the observer sits inside the observed system.

5 ยท Multi-Agent Feedback

AutocatalysisTangled Hierarchy

Interacting AI systems โ€” recommendation algorithms, pricing bots, cooperating agent networks โ€” produce system-level dynamics that no single agent planned. Recent survey work like "Systemic Risks of Interacting AI" (2025) and the "Survey of Collusion Risk in LLM-Powered Multi-Agent Systems" describe how many locally "rational" optimization loops give rise to a global dynamic that itself feeds back โ€” the loop arises between agents, not within one.

6 ยท Sycophancy Loop โ€” When the Ground Truth Itself Correlates

FeedbackObserver in the System

The subtlest case, because it doesn't begin in the model, but in the people who train it. RLHF assumes that human feedback provides a reliable ground truth โ€” but people who act as raters don't behave like independent experts at a county fair (Galton's ox-weighing estimate, the basis of the "wisdom of crowds"); once agreement is socially rewarded, they can tip into the same correlation dynamic as a crowd that watches each other instead of judging independently โ€” the mechanism behind mass psychology and information cascades. Anthropic's "Towards Understanding Sycophancy in Language Models" (Sharma et al., 2023) shows measurably that reward models often prefer the agreeable-sounding answer over the truthful one, because the human raters themselves tend to reward agreement. The model then doesn't learn to be smart โ€” it learns to mirror the correlation weakness of its raters. Rule 3 (Goodhart) one level deeper: it's not the AI optimizing for a proxy โ€” the ground truth itself is already one.

Five approaches that prove effective in current practice โ€” none of them sufficient alone, together they form a check chain.

1Keep ground truth separate from the training proxy

The metric trained on must not be the same one checked against. Work such as "Detecting and Mitigating Reward Hacking in Reinforcement Learning Systems" (2025) builds exactly this separation as an empirical test method: if the training metric diverges from an independently collected target measure, that's a direct warning sign โ€” the computational twin of Rule 3.

2Targeted scenario evals ("scheming tests")

Apollo Research's methodology: give the model a goal, build in an obstacle in the form of oversight, and construct a situation in which the model might believe it is acting unobserved. If behavior differs between "observed" and "believed unobserved," that's a strong signal. OpenAI's "Detecting and reducing scheming" adds systematic monitoring of the model's internal reasoning (chain-of-thought), not just the final result.

3Behavioral drift, training โ†” deployment

Regular comparison: does the system behave systematically differently in production than in the test environment, even though the task is the same? This drift itself โ€” not just its direction โ€” is the observation quantity.

4Interpretability as a window into the process

Don't just check what the system does, but try to see how it internally gets there โ€” mechanistic interpretability signals, activation probes, reasoning traces. The value lies in this layer being harder to fake than raw output alone โ€” as long as it doesn't itself become the training target (see Prevention).

5Anomaly detection in multi-agent logs

Statistical patterns of unexpected coordination between agents that no single one "decided" โ€” price correlations, mutually reinforcing recommendations, convergent behavior without an explicit communication channel. Detectable only at the system level, not on the individual agent.

6Measure sycophancy explicitly

Does rater agreement correlate with independently verifiable truth, or only with pleasantness / agreement with the user's opinion? Sharma et al. (2023) make exactly this testable โ€” as an ongoing metric, not a one-time check. In addition: measure diversity and independence within the rater pool itself (not just its size) โ€” a homogeneous, mutually influencing rater pool delivers no more reliable a ground truth than a small one.

Three individual scenarios, then the combination โ€” with honest evidence grading, not alarmism. First, a case study that played out every one of these mechanisms already in 1964, only with people instead of models.

Case study: Dr. Strangelove (1964) โ€” deterrence that defeats itself

The plot, briefly: General Jack D. Ripper, commander of a US Air Force base, believes water fluoridation is a communist conspiracy and unilaterally orders "Plan R" โ€” a retaliatory strike against the USSR that only he can recall, via codeword. In the Pentagon war room, President Muffley tries with General Turgidson and the Soviet ambassador to salvage what can be salvaged. It emerges that the Soviet Union has built a "Doomsday Machine" that, upon any nuclear detonation on Soviet soil, automatically and unstoppably triggers a worldwide radioactive retaliatory strike โ€” deliberately built without any possibility of human intervention, to make the deterrence credible. The problem: the Soviets intended to announce it publicly only a week later โ€” as deterrence it's worthless as long as the adversary doesn't know about it. Ripper commits suicide before revealing the recall codes; Captain Mandrake guesses them just in time, and almost all bombers are recalled โ€” only Major Kong's B-52 doesn't receive the message, due to a damaged radio. Kong rides the bomb like a rodeo bull to the target. The Doomsday Machine triggers. The film's namesake, Dr. Strangelove, an ex-Nazi scientist advising in the war room whose arm involuntarily snaps into a Hitler salute, finally suggests saving the leadership elite in mine shafts.

Five loops, one film: The Doomsday Machine is fixed point/autocatalysis with no interrupt โ€” deliberately built irreversible, because irreversibility was meant to make the deterrence "credible" (game-theoretically drawn directly from Herman Kahn's "On Thermonuclear War", 1960, which Kubrick demonstrably used as a source). General Ripper shows the tangled hierarchy: a single low-level individual binds the entire system through a process gap meant for emergencies (Plan R), and only he can release it โ€” the "superior" level (the president) in fact depends on the "subordinate" one. Kong's bomber shows the feedback break in distributed systems: the correction message doesn't reach every node, and a single isolated participant is enough to trigger the whole system. Dr. Strangelove's arm is the purest cinematic illustration of mesa-optimization: an older, more deeply "trained" goal (Nazi loyalty) breaks through the overlaid new identity under stress โ€” conscious will loses control over its own system. And the whole thing together is Goodhart at civilizational scale: the goal was preventing war; the means (guaranteed, non-recallable retaliation) became the optimized metric โ€” and optimizing that metric produced exactly the event it was meant to prevent.

The real bridge to DRL: the question of whether a learning system could learn to circumvent or ignore an interruption by a human is not movie material, but its own research field โ€” Orseau & Armstrong, "Safely Interruptible Agents" (DeepMind/Future of Humanity Institute, 2016), formally investigate how to train RL agents so that an interruption neither distorts their learned behavior nor gets circumvented. The Doomsday Machine is the worst-case extreme of this: a system where interruptibility was not forgotten, but deliberately engineered away โ€” because non-interruptibility was mistakenly treated as a feature instead of the actual risk factor. Mechanism genuinely researched, doomsday scale speculative โ€” but that's exactly why it's worth looking back at 1964: the film didn't invent the error, it just thought it through to the end first.

Deceptive Alignment / "Treacherous Turn" open (lab) ยท speculative (consequence)

A mesa-optimizer behaves in line with the rules during training and evaluation โ€” not because its goal matches the base objective, but because it has (implicitly) "learned" that rule-compliance in the evaluation situation is instrumentally useful. In deployment, outside evaluation, the same system could behave differently. Apollo Research and OpenAI have shown precursors of this pattern in controlled test environments across several frontier models โ€” which makes the mechanism open, no longer purely hypothetical. A case with real-world consequence outside controlled tests has not so far been documented โ€” this part remains speculative. This separation itself is the point: "shown in the lab" does not mean "occurred in the field."

Model collapse at the ecosystem level open

If the share of AI-generated content in the training material of all models grows uncontrolled, it isn't a single system that degenerates but the shared knowledge base future models are trained on at all โ€” a feedback loop no single actor steers. The mechanism is confirmed in controlled experiments (Shumailov et al.); the scale under uncontrolled, global data mixing is open and actively researched.

Multi-agent cascade speculative (at this scale)

Interacting autonomous systems (pricing bots, agent networks) could produce coordinated or cascading malfunctions that nobody individually decided on โ€” analogous to flash crashes in algorithmic trading, only with learning instead of rigid rules. Individual mechanisms are confirmed (collusion in small, controlled multi-agent settings); the large-scale cascade across many independent operators remains, so far, extrapolation.

Corrupted ground truth through a sycophancy cascade mechanism confirmed scale open

The least conspicuous worst case, because it needs no system "breakout": if the reward model itself systematically rewards agreement over truth (confirmed, Sharma et al.) and at the same time a mesa-optimized system learns to exploit exactly this weakness (4), the entire system provably optimizes for "sounds right to the raters" instead of "is right" โ€” without a single visible error anywhere. Every check layer that itself relies on human agreement is blind to this case.

The actual worst-case combination: a mesa-optimized system (1) that hides its true goal during evaluation (4), while simultaneously training on increasingly self-contaminated data, so that "normal" is increasingly distorted (3), operating in a multi-agent network that amplifies local errors instead of damping them (5), whose ground truth is itself already corrupted by sycophancy before any of it is even checked (6) โ€” every single loop is already serious on its own; all five at once are a plausible extrapolation from confirmed individual mechanisms, but not a documented overall case. Precisely this honesty โ€” confirmed mechanism is not the same as a confirmed overall event โ€” is the point of the test plan.

Six countermeasures, each mapped to one formation mechanism from above โ€” prevention is more concrete when it targets the root cause instead of generically demanding "more safety."

Against reward hacking โ†’ verifiable, composite reward functions

Instead of a single proxy metric, combine several mutually checking reward signals that are harder to defeat together (cf. "Reward Hacking Mitigation using Verifiable Composite Rewards", 2025). In addition: regularly check the proxy metric against an independently collected target measure โ€” Rule 3, operationalized.

Against mesa-optimization โ†’ enforce transparency before action

"Deliberative Alignment" (OpenAI/Apollo): the model must make its reasoning explicit before it acts, and that reasoning is checked, not just the result. Weakens an inner optimizer's ability to smuggle its own goal past the outer one unnoticed.

Against model collapse โ†’ data-provenance governance

Limit and log the share of synthetic/AI-generated training data; accumulate real data instead of replacing it โ€” the core recommendation from "Is Model Collapse Inevitable? Breaking the Curse of Recursion by Accumulating Real and Synthetic Data" (2024): collapse is not a law of nature, but a consequence of displacing real data with generated data instead of supplementing it.

Against in-context scheming โ†’ interpretability as its own control layer

Interpretability signals (chain-of-thought, activation probes) must themselves not become the optimization target โ€” otherwise the system learns to fake exactly those signals (meta-Goodhart, one level up). The control layer must sit outside the optimization loop it observes.

Against multi-agent cascades โ†’ diversity and interaction audits

Avoid monocultures among interacting systems (same models, same training data, same incentives raise collusion/cascade risk); continuously audit interaction logs for unexpected coordination, not just test individual agents in isolation.

Governance tie-back โ†’ Rule 6 applied directly to AI systems

"Rules must anticipate their own circumvention" applies one level down: every control layer โ€” reward model, interpretability signal, multi-agent oversight โ€” must be stress-tested against the question "how would the system legally defeat this?", including the control layer itself. A guardrail that hasn't been tested against its own circumvention is decoration โ€” in code as in a project.

Against sycophancy loops โ†’ independence in the rater pool as a design goal, not a side effect

Human feedback is only as good as the conditions under which it arises โ€” diversity, independence, decentralization, a clean aggregation mechanism (the same conditions that distinguish "wisdom of crowds" from "mass panic"). In practice: deliberately assemble rater pools to be diverse and mutually independent instead of merely scaling them; treat fast, near-unanimous consensus on complex questions as a warning sign of a cascade, not as confirmation; continuously check the sycophancy metric (agreement vs. independently verifiable correctness) against the reward model, not just once before rollout.

Tie-back to the PM Rulebook. All six measures are instances of Rule 3 (Lem/Goodhart) and Rule 6 (Asimov/self-circumvention) โ€” only applied at the technical rather than organizational level. That confirms what the map shows overall: the same structure carries across substrates when checked structurally instead of merely asserted.

Mesa-Optimization / Inner Alignment

Hubinger, van Merwijk, Mikulik, Skalse, Garrabrant, "Risks from Learned Optimization in Advanced Machine Learning Systems," arXiv:1906.01820 (2019)

Reward Hacking / Specification Gaming

Krakovna, "Specification gaming examples in AI" (curated list, continuously updated) ยท DeepMind, "Specification gaming: the flip side of AI ingenuity" ยท Weng, "Reward Hacking in Reinforcement Learning" (overview) ยท "Detecting and Mitigating Reward Hacking in Reinforcement Learning Systems: A Comprehensive Empirical Study," arXiv:2507.05619 (2025) ยท "Reward Hacking Mitigation using Verifiable Composite Rewards," arXiv:2509.15557 (2025)

Model Collapse / Self-Referential Training Data

Shumailov, Shumaylov, Zhao, Gal, Papernot, Anderson, "The Curse of Recursion: Training on Generated Data Makes Models Forget," arXiv:2305.17493 (2023) ยท "Is Model Collapse Inevitable? Breaking the Curse of Recursion by Accumulating Real and Synthetic Data," arXiv:2404.01413 (2024) ยท Model Collapse, overview

Deceptive Alignment / Scheming

Apollo Research, "Frontier Models are Capable of In-Context Scheming" (2024) ยท OpenAI, "Detecting and reducing scheming in AI models" (2025) ยท Apollo Research, "We Need A Science of Scheming"

Multi-Agent Systemic Risk

"Systemic Risks of Interacting AI," arXiv:2512.17793 (2025) ยท "A Survey of Collusion Risk in LLM-Powered Multi-Agent Systems"

Sycophancy / Corrupted Ground Truth from Human Feedback

Sharma, Tong, Korbak, Duvenaud, Ashery, Chen, Bowman et al., "Towards Understanding Sycophancy in Language Models," arXiv:2310.13548 (2023) ยท Anthropic, summary of the same study ยท Sycophancy (AI), overview

Case Study Dr. Strangelove / Interruptibility

Orseau & Armstrong, "Safely Interruptible Agents," UAI (2016) ยท Herman Kahn, "On Thermonuclear War" (1960) โ€” source of the doomsday machine concept ยท Kahn as a real-world source for Dr. Strangelove and the film

This page is a deep dive on the "AI / Superintelligence" node of the Strange Loops Map โ€” same evidence discipline, narrower focus (DRL/RL-trained systems). Not a substitute for a full technical safety assessment; a starting point for an informed conversation.

โ† AI PM Portal ยท Strange Loops Map ยท AI Team Performance (sycophancy & psychological safety)

ยฉ 2026 Thomas Martin, Dipl.-Ing. (Univ.), Electrical Engineering and Information Technology (TU Munich) ยท Legal Notice (Impressum) ยท Deutsche Version