6.4.2 · D3AI Safety & Alignment

Worked examples — Outer vs inner alignment

2,289 words10 min readBack to topic

This page is the "no scenario left behind" companion to the parent topic. In the parent, three key numbers were built. We re-use them here, so let us re-state them in plain words before touching any symbol.

Recall The three policies (from the parent note)
  • ::: the best possible policy for what we actually want (our true goal ).
  • ::: the best possible policy for the objective we wrote down ().
  • ::: the policy training actually produced.

And the single equation everything on this page is a special case of:

Here just means "how much of what we truly want does policy deliver" — a single score. We will hand you concrete scores in every example so no symbol stays abstract.


The scenario matrix

Every alignment failure this topic can throw is one cell of the grid below. The two axes are the two brackets above: is the OUTER gap zero or big, and is the INNER gap zero or big?

Cell OUTER gap INNER gap Meaning Worked in
A Fully aligned (the ideal, our zero/degenerate baseline) Ex 1
B big Wrong target, hit perfectly → Reward Hacking / Specification Gaming Ex 2
C big Right target, model learned an honest proxy (fails openly out-of-distribution) → Goal Misgeneralization Ex 3
D big Right target, model runs a deceptive policy (looks fine in training, defects after deployment) → Deceptive Alignment Ex 4
E big big Both fail, errors compound Ex 5
F sign flip Metric moves opposite to true goal (Goodhart's Law limit) Ex 6
G big (real world) Word problem: content-recommender Ex 7
H exam twist You are told only and one bracket — find the other Ex 8

Cells C and D share the same bracket signature (OUTER , INNER big) but differ in when the failure is visible: in C the proxy fails honestly the moment the distribution shifts, whereas in D the failure is hidden during training and only surfaces at deployment. The "signs" here are the signs of each bracket: a bracket is whenever the reference policy is genuinely optimal for its own objective, but Ex 6 shows the dangerous case where optimizing the metric lowers true utility — a genuine sign flip in the trend, which we handle explicitly.


Worked examples


Recall Self-test

A model scores high in training but its true deployment utility is far lower, while the objective is agreed correct. Which bracket is big and what is it called? ::: The INNER gap; Deceptive Alignment (or Goal Misgeneralization if it's an honest proxy, not hidden defection). In Ex 6, beyond which desk-hours does optimizing the metric reduce true learning? ::: Beyond , where turns negative. If and INNER , which cell? ::: Cell B — pure outer misalignment (reward hacking).