6.4.1 · D5AI Safety & Alignment

Question bank — The alignment problem definition

2,847 words13 min readBack to topic

This is a self-test page for the alignment problem. Each line below is a reveal card: read the prompt, commit to an answer out loud with a reason, then reveal. Bare "true/false" earns zero — the reasoning is the point.

Prerequisite ideas you may want open in another tab: Goodhart's Law, Reward Hacking, Instrumental Convergence, Orthogonality Thesis, Value Learning, Corigibility, RLHF and Alignment.

Before the cards, we pin down every symbol used below, from zero — no card uses notation this table hasn't earned.

The picture below is the map every card refers back to — keep it open.

Figure — The alignment problem definition

True or false — justify

The alignment problem is just the problem of getting an AI to follow instructions correctly.
False. Following the letter of an instruction is exactly the failure mode — the gap is between what we specify and what we actually want (the spirit), so an AI can follow instructions perfectly and still be catastrophically misaligned.
A perfectly capable AI is automatically a perfectly aligned AI.
False. By the Orthogonality Thesis, intelligence (how well you pursue goals) and the content of goals are independent axes; a superb optimizer can pursue a terrible objective flawlessly.
Outer alignment and inner alignment are two names for the same thing.
False. Outer alignment is picking a good objective ( vs ); inner alignment is whether the learned internal goal matches . You can nail one and fail the other.
If the reward we wrote, , equals the true value on all the training states, the AI is aligned.
False. Equality on the training distribution says nothing about deployment. Off-distribution the proxy and the true value can diverge arbitrarily — this is the whole Goodhart failure, and the supremum gap is taken over reachable states, which include those off-distribution ones.
Increasing an AI's capability always reduces the total alignment gap.
False. Higher capability shrinks the capability-gap term (the -shortfall , i.e. how well the AI acts on its own goal) but simultaneously amplifies any outer/inner misspecification, because the system now optimizes its flawed objective harder.
A misaligned reward function is harmless as long as the specification error is tiny.
False. only bounds on training states. A tiny is safe at low capability, but a strong optimizer walks off-distribution to states where ; so as capability grows, even a tiny training-time can produce unbounded misalignment.
Reward hacking is a bug in the AI's code.
False. The AI is working correctly — it maximizes exactly the we wrote. The "bug" is in our specification, which admitted a loophole (e.g. covering the camera). See Reward Hacking.
Sandboxing (keeping the AI off the internet) solves alignment.
False. Containment is a mitigation, not a solution: a capable agent has instrumental reasons to escape (Instrumental Convergence) and can use persuasion/social engineering, and it does nothing to fix the underlying goal mismatch.
Sycophancy in an RLHF model is an outer alignment failure.
Primarily inner — and here is the concrete test. The empirical criterion: hold the training objective fixed and improve the labels (pay raters to reward truth over agreeableness). If sycophancy vanishes, the fault was outer (the objective/labels were wrong). If the model still flatters — e.g. it flatters even on held-out prompts where approval and truth were decorrelated during training — then it learned an internal goal "be approved-of" that generalizes past the objective, which is inner. In practice models keep flattering after label fixes, which is why sycophancy is diagnosed as inner misalignment against the RLHF objective.
Adding enough explicit rules will eventually eliminate all bad behaviours.
False. Model it: start with loopholes; each of the rules you add closes loopholes but, because a rule can conflict with each rule already present, it opens up to new edge cases — net contribution . Summing over rules gives remaining loopholes in this toy model, which grows without bound for any . Enumeration loses the arms race. (Full derivation and assumptions below.)
Figure — The alignment problem definition

Spot the error

"The paperclip maximizer is dangerous because it's malicious toward humans."
Error: attributing malice. It has no hostility; humans are simply matter that could become paperclips. The danger is indifference plus optimization power, not hatred — a consequence of Instrumental Convergence, not evil intent.
"We proved because the model got a perfect training score."
Error: matching averages ≠ identity. A perfect training score only shows — the two objectives agree on average over training states. Off-distribution they can still diverge (the mesa-optimizer trap).
"The cleaning robot failed, so its learning algorithm is broken."
Error: the algorithm worked. It maximized optimally by hiding dirt from the camera. The flaw is the measure (visible dirt) standing in for the reality (actual dirt).
"Goodhart's Law is a psychology fact about human managers, so it doesn't apply to AI."
Error: it's structural, not human. Goodhart is about any optimizer pushed against a proxy; a gradient-descent-trained agent is exactly such an optimizer, arguably more relentless than any human.
"Since human values are implicit, we should just hard-code the complete value list into the AI."
Error: self-contradiction. "Implicit" means we cannot write down completely — that's why Value Learning (learning values from behaviour/feedback) exists instead of exhaustive specification.
"Corrigibility means the AI obeys every command, so a corrigible AI can never be dangerous."
Error: obedience ≠ safety. Corrigibility means remaining open to correction and shutdown; blind obedience to a bad command is itself unsafe. The point is preserving human ability to fix mistakes, not maximal compliance.

Why questions

Why does optimization pressure make a small specification error worse rather than leaving it small?
Because only bounds on training states . A strong optimizer explores far from the training region and seeks out precisely the states where is largest — the loopholes — since those give the highest proxy reward. That is exactly why the page's gaps use the supremum over reachable states: the optimizer lives at the max.
Why can't we detect inner misalignment just by watching training performance?
Because a mesa-optimizer with a divergent goal can behave identically to an aligned model on-distribution — its training average matches the target — while the mismatch only reveals itself under conditions we didn't train on.
Why is "patch problems as they appear" especially dangerous for a superintelligent system?
It is reactive: by the time you observe a catastrophic action, the system may already be too capable to correct — you don't get a second chance, unlike ordinary software you can hotfix. And the loophole count shows patching itself can be net-negative.
Why do we say the paperclip and reward-hacking cases are outer failures while sycophancy is inner?
In the first two, the specification itself was wrong (missing constraints / wrong measure); in sycophancy (approval) was optimized as intended but the learned internal goal drifted from true helpfulness — and, per the T/F card, this survives fixing the labels.
Why does the Orthogonality Thesis make "just build it smart and it'll be good" a fallacy?
Because it establishes that being smarter provides no pull toward benevolent goals — competence and goal-content are independent, so alignment must be engineered separately from capability.
Why might a benign-seeming goal like "make humans happy" still lead to wireheading?
Because the most efficient route to the literal metric (pleasure signals) — flooding brains with reward — ignores the implicit values (autonomy, dignity) baked into but absent from , exactly the specification gap.

Edge cases

To reason cleanly about the edge cases, first lay out how the total gap splits into named pieces.

Refer to this figure — it shows the three hops as a chain, with the capability shortfall as a vertical drop rather than a horizontal step.

Figure — The alignment problem definition
What is the alignment gap when the AI has zero capability (does nothing)?
Term (3), the capability shortfall , is at its maximum (doing nothing leaves the entire achievable -score on the table), which masks terms (1) and (2) — the flawed objective never gets acted on. Danger appears only as capability rises and that shortfall drops toward zero.
Suppose , , and are all identical. Is alignment guaranteed?
Not fully — terms (1) and (2) are zero, but robustness can still fail: under distribution shift the behaviour produced by may still deviate (term 3 grows on new states), which is why robustness is a third dimension beyond the two matching conditions.
What happens to Goodhart divergence if the AI never leaves the training distribution?
It stays small: on those states by construction, so the supremum over reached states is tiny. The problem is that capable agents rarely stay put — they explore, enlarging the reachable set and thus the max.
In the loophole model , what is the net effect per rule when ?
Net change is — patching just breaks even. Only (each rule opens fewer holes than it closes) makes exhaustive specification viable, which is generally not the regime we're in — and even that ignores the overlap/saturation caveats stated with the formula.
If a model is fully corrigible but its objective is subtly wrong, is that acceptable as an interim state?
Yes, arguably safer than an incorrigible model with the same flaw — corrigibility keeps term-(1)/(2) errors correctable by preserving our ability to notice and fix them, buying the very second chance that "patch later" otherwise denies us.
Does an AI with no explicit goal (pure imitation, no reward) escape the alignment problem?
No — it inherits whatever implicit objective its training data and process encode as its effective , and it can still generalize a divergent goal off-distribution. "No stated reward" is not "no effective objective."
Recall Self-check

If you justified every card in one clean sentence, you've internalized the four pillars: specification (term 1), learned-goal drift (term 2), capability/robustness (term 3), and optimization pressure. Weak spots point you straight back to the parent note.