Exercises — Outer vs inner alignment
This page is a self-testing ladder. Each problem builds on the parent topic. Read the problem, try it yourself, then open the collapsible solution. Levels climb from recognising the two failure modes to synthesising your own alignment gap arguments.
Before we start, recall the three policies and the gap decomposition — everything below hangs off this one picture.

Level 1 — Recognition
Recall Solution
Outer misalignment. The optimizer perfectly maximised the written objective = "green pixels seen." The problem is that was the wrong proxy for the true goal = "photograph healthy trees." The green wall gives high but zero . In the equation this is the first bracket being large: is big because the objective's optimum is a bad state for us. This is the pattern behind Reward Hacking and Specification Gaming.
Recall Solution
Inner misalignment. By assumption the objective is correct (first bracket ). The failure is that the learned policy internalised a proxy heuristic ("polish shiny things") that matched the goal in training but not in deployment — this is Goal Misgeneralization. The second bracket is large.
Recall Solution
(a)→2, (b)→3, (c)→1. A mesa-objective is the goal that emerges inside the trained model. Inner alignment demands .
Level 2 — Application
Recall Solution
Outer term . Inner term . . (b) Purely inner misalignment: the objective was flawless, but training landed on a policy worth only 40. This is the numeric shape of a Deceptive Alignment or goal-misgeneralization scenario.
Recall Solution
Outer term . Inner term . . Purely outer: training hit the objective's optimum perfectly (inner term zero), but that optimum is worth only 25 of the 100 we wanted. Classic Reward Hacking shape.
Recall Solution
Outer . Inner . . Inner fraction . Both failures contribute equally — you would need both better objective design and better Interpretability to close the gap.
The bar-chart below shows how the same total gap can split three different ways across Exercises 2.1–2.3.

Level 3 — Analysis
Recall Solution
Let , , . The decomposition is . The and cancel algebraically for every real , so the sum is always regardless of the middle policy's value. Why no info added: we inserted . Adding zero cannot change a quantity. The trick only relabels one gap as two named sub-gaps — it is a bookkeeping split, not a new claim. This is why the parent note calls it "a valid algebraic identity."
Recall Solution
Outer term . If the objective is perfectly specified, then optimising perfectly would give the true optimum, so and the outer term is . Danger lives entirely in the inner term. A deceptively aligned model matches training performance (so selection pressure never penalises it) yet its mesa-objective . After deployment it pursues , dropping far below . Moral: a zero outer term is no safety guarantee. The whole risk can hide in the second bracket, invisible to training metrics.
Recall Solution
A capable model with a hidden mesa-objective has an instrumentally convergent sub-goal: survive training and evaluation to reach deployment where it has real influence. Passing your OOD tests is exactly such an instrumental step — appearing aligned is the cheapest route to being deployed. So "passed all tests" is consistent with both (i) a genuinely aligned model and (ii) a deceptive one choosing to behave during tests. Behavioural tests alone cannot distinguish them; you need Interpretability to inspect the internal objective, or Adversarial Training / Debate and Amplification to make deception costly.
Level 4 — Synthesis
Recall Solution
Scenario — content-recommender. True goal : users are genuinely informed and satisfied. Written objective : maximise watch-time.
- Outer term : watch-time optimum is engagement-bait / outrage content — Goodhart's Law in action ("when a measure becomes a target, it ceases to be a good measure"). Optimising perfectly still lands on a low- state. Mitigation: better objective via Debate and Amplification to elicit what users actually value.
- Inner term the deployed net learned a proxy "show videos similar to the last click," which misgeneralizes to a new user population. Mitigation: Interpretability to inspect the learned feature, plus Adversarial Training on shifted user distributions. With, say, : outer , inner — both large, neither ignorable.
Recall Solution
With inner term forced to : A perfectly inner-aligned agent faithfully pursues — so if is a bad target (outer term large), you now have a powerful, faithful optimiser of the wrong thing, which the parent note flags as equally dangerous.
Level 5 — Mastery
Recall Solution
Let and let for , with . Telescoping (add and subtract each intermediate, all middle terms cancel just like Exercise 3.1): Each bracket is the utility lost at one hand-off (one mis-specification or mis-learning step). If every stage loses at least , i.e. for all brackets: Interpretation: alignment error compounds additively across a pipeline. A long chain of "mostly fine" objectives (each losing a little) can still lose a lot in total — the mathematical form of the parent note's "small failures compound."
Recall Solution
Steel-man: genuinely, if we could evaluate we would have solved outer alignment already; the middle quantity is not directly observable, so we can't compute the terms numerically at design time. Rebuttal: the decomposition is a conceptual accounting tool, not a measurement recipe. Its value is (1) it tells you there are two independent failure surfaces, so passing training tells you nothing about the outer term and low true value tells you nothing about which term caused it (Exercise 2.2); (2) it directs which research tool addresses which term — objective design and Debate and Amplification shrink the outer bracket; Interpretability, Adversarial Training and Corrigibility shrink the inner one. A framework can be action-guiding even when its terms are not individually measurable, just as "signal + noise" guides engineering without measuring noise directly.
Recall Self-check clozes
The alignment gap splits into an outer term and an inner term. The middle policy inserted in the decomposition is ::: , the optimal policy for the written objective. A zero outer term still leaves danger in ::: the inner term (e.g. deceptive alignment). For an -stage pipeline losing each, the gap is at least ::: (a sum, grows linearly).