6.4.5 · D1AI Safety & Alignment

Foundations — Scalable oversight

2,492 words11 min readBack to topic

Before you can read the parent note, you need to be fluent in the little pieces of notation it throws around: , , , , , , , , , , and a handful of words like "recursive", "amplify", "judge". This page builds each one from nothing, in an order where every symbol is earned before it is used.


1. The cast of characters: what a "model" and a "task" even are

Everything in this topic is a conversation between three kinds of things. Figure s01 (below) draws them: a blue question card on the left, a yellow model box in the middle, a pink answer card on the right — read it left-to-right as "question goes in, answer comes out."

Figure — Scalable oversight

Why the topic needs this. Scalable oversight is entirely about the gap between "producing " (easy for a strong AI) and "checking is good" (hard for a weak human). You cannot talk about that gap without names for the question and the answer.


2. The human as a function:

Here is the idea the whole field pivots on: we treat a human judgement as a machine too. Figure s02 (below) shows it: two inputs feed a yellow "H" box — the pink answer from the top, the blue question from the bottom — and out comes a score on the right.

Figure — Scalable oversight

Why the bar matters. An answer is only good relative to a question. "42" is a great answer to "6×7" and a terrible answer to "capital of France". The says: always judge the answer in the light of its question. You will meet this exact bar again in the recursive formula, where a second thing gets added after it.

Why the topic needs . Scalable oversight's whole worry is: what happens when can no longer tell good from bad by itself? Naming the human as lets us write, precisely, the moment breaks — and the fix.


3. Reward : turning a judgement into a training number

An AI cannot be trained on the word "good." It needs a number to chase. That number is the reward.

Why the topic needs . This is the bridge to RLHF (Reinforcement Learning from Human Feedback), the standard method the parent note is upgrading. In RLHF, comes straight from . Scalable oversight's central move is to change what feeds into — that is literally the whole "recursive reward" idea.


4. The word amplify, and the picture behind it

Before we can read the training formula, we need the word that appears inside it. It is really a picture, so we draw it first. Figure s04 (below) shows the whole move: one hard yellow task on the left is chopped into blue pieces, each piece is solved into a pink partial answer, and the pieces are glued back into one answer on the right.

Figure — Scalable oversight

5. The three shorthand operators: , ,

The training formula uses three more compact symbols. They look scary; each is one plain sentence.

Figure s03 (below) nails the -vs- distinction that trips everyone up: the pink dot marks the value at the bottom (that is ), while the yellow arrow points along the ground at the model that sits there (that is ).

Figure — Scalable oversight

6. The conditioning bar, extended: the recursive reward

Now we can read the topic's key formula, because we already know every piece — including the two-argument reading ("review this answer") from Section 1.

Here is a probability — a number between (never) and (always) measuring how often something happens.


7. Two last symbols for the debate and proof examples: and


Prerequisite map

Input x and output y

Model M and its versions Mi

Human as function H

Conditioning bar given

Reward R

Amplify operator

Recursive reward

Training operators argmin E L

Iterated Amplification

Recursive Reward Modeling

Debate with judge J

Scalable Oversight

This feeds directly into Scalable oversight, and connects onward to RLHF, Interpretability, and Recursive Self-Improvement.


Equipment checklist

Reveal each line only after answering it in your head.

What does stand for?
The question card and the answer card — one problem, one proposed answer.
What is the difference between and ?
= "solve this question"; = "review this already-written answer" (produces a critique, not a fresh answer).
What does the subscript in mean?
A generation label ("second model"), NOT an exponent.
How do you read the bar in ?
"the quality of answer given question " — always judge the answer in light of its question.
What does do, and why do we need it?
Turns a judgement into a number to train on; the AI climbs toward high .
What does mean?
The strong answer you get by decomposing , solving the pieces with , and gluing them back (human orchestrates).
What single change turns standard reward into recursive reward?
Adding after the given-bar — an AI assistant reviews the answer to help the human judge.
What does return?
The model that makes the following quantity smallest (the argument, not the value).
What does mean?
The average of the bracketed quantity over all questions .
What does measure?
How much and disagree — zero when identical, larger when they differ.
What is used for?
To say "the failure chance is smaller than any tiny number you pick."
In debate, what are and ?
The human judge and its two allowed verdicts (for-side wins / against-side wins).
In one sentence, what is the core idea of the whole topic?
Judge work you cannot do by splitting it into small pieces you can judge, recursively.
Recall Self-test: rebuild the recursive reward from memory

Start from , then add the previous model's help behind the bar: . If you can explain why the extra term goes after the bar (it is context the human is "given"), you are ready for the parent note.