Exercises — Scalable oversight
This page is a self-test ladder for Scalable oversight. Each rung climbs from recognising the ideas to inventing with them. Every problem has a fully-worked, collapsible solution — cover it, try, then reveal.
Level 1 — Recognition
L1·Q1
State the one-sentence core problem that scalable oversight exists to solve.
Recall Solution
How do we produce a training signal for AI behaviour on tasks whose answers humans cannot directly verify? Traditional supervision assumes the teacher can grade the student; scalable oversight is what we do when the student surpasses the teacher.
L1·Q2
Match each name to its one-line mechanism. (a) Recursive Reward Modeling (b) Iterated Amplification (c) Debate
- Two agents argue opposite sides; a human picks the winner.
- An AI assistant helps a human grade the next AI's output.
- Break a task into small pieces, solve pieces, recompose.
Recall Solution
(a) → 2 · (b) → 3 · (c) → 1. Memory hook: RRM = a Reviewer at your elbow; Amplification = Atomise then assemble; Debate = Duel.
L1·Q3
In the recursive-reward formula , name every symbol in plain words.
Recall Solution
- — the reward number used at training round .
- — the human's judgment function, outputting "how good".
- — the output being graded.
- — the original input/task.
- — the assistance (explanations, critiques, highlighted concerns) produced by the previous model about this pair. The whole thing reads: "how good does the human rate , given both the task and the previous AI's analysis of it."
Level 2 — Application
L2·Q1
A human reviews a 500-line program. Unassisted: 120 minutes, 70% of bugs caught. With an assistant that flags the 14 suspicious lines: 30 minutes, 90% caught. Compute (a) the speed-up factor, (b) the absolute accuracy gain in percentage points.
Recall Solution
(a) Speed-up . (b) Accuracy gain percentage points. What this shows: the assistant does the search (find the 14 lines), the human does the verification (judge them) — labour is split along the axis where each is strong.
L2·Q2
The stability condition for RRM is Suppose correctly flags a genuine flaw 95% of the time, and when it flags, the human wrongly accepts anyway 4% of the time. Is the "flag-and-accept-bad-output" event rate below ?
Recall Solution
The conditional probability the inequality bounds is the human's error given a flag — that is . So the stability condition holds for . Careful: the flag rate is a different quantity (how often the assistant catches the flaw). The condition is about what the human does after a flag, so only the enters.
L2·Q3
In Iterated Amplification, a human splits proving the Intermediate Value Theorem into 4 subtasks, each of which solves with success probability , independently. If the composed proof is correct only when all 4 sub-answers are correct, what is the probability the amplified answer is correct?
Recall Solution
Independent successes multiply: Reading it: decomposition helps only if the pieces are reliable — 4 shaky pieces still compound into a coin-flip. This motivates keeping subtasks small enough that per-piece reliability is high.

Level 3 — Analysis
L3·Q1
Explain, in terms of the conditioning bar, why can give a better training signal than — and name the exact condition under which it does not.
Recall Solution
Standard reward asks the human to judge from scratch. Recursive reward conditions the judgment on , so the human effectively gets an expert briefing before ruling — this amplifies their judgment on tasks they couldn't otherwise parse. It fails when is misaligned: if the assistant's "briefing" hides flaws or fabricates reassurance, conditioning on it makes worse, not better. Formally, the benefit exists only while 's assistance is net-positive — the same requirement behind the stability condition. See RLHF for how is turned into a trainable reward model in the first place.
L3·Q2
Amplification trains to imitate . Argue why errors could compound across iterations, and identify what keeps them bounded.
Recall Solution
Each round, inherits whatever systematic bias had (it's trained to imitate 's amplified behaviour). A bias in decomposition or in a sub-answer can be copied, then amplified again next round → potential drift. What bounds it: the human stays in the loop at every amplification step — the human chooses the decomposition and composes the pieces. So errors only propagate if they survive human scrutiny at the small-subtask scale, where the human is competent. The human is the anchor that keeps the recursion from wandering. (Contrast with Recursive Self-Improvement, where removing the human anchor is precisely the danger.)
L3·Q3
Debate rests on the assumption: "true claims are easier to defend than false ones in front of a judge." Give one concrete situation where this assumption breaks, and state what the judge would wrongly conclude.
Recall Solution
It breaks when a false claim is simple and emotionally intuitive while the true rebuttal requires long technical reasoning the judge can't follow (e.g. a slick but wrong physical-intuition argument vs. a correct 6-step calculation). Here the false side is easier to make persuasive, so the judge rules for falsehood. More generally: debate is only as reliable as the judge's ability to follow the harder-but-true argument. This is why Interpretability matters — making the true reasoning legible restores the asymmetry debate needs.
Level 4 — Synthesis
L4·Q1
Design a hybrid pipeline for evaluating a novel drug-interaction claim that a single human doctor cannot verify. Use at least two of the three approaches and justify the ordering.
Recall Solution
A defensible pipeline:
- Amplification (decompose): split "is this drug combination safe?" into checkable subquestions — metabolic pathway overlap, known contraindications, dosage thresholds.
- RRM (assist): an assistant summarises the literature for each subquestion and flags concerns, amplifying the doctor's judgment per piece.
- Debate (adversarial check): on the final composed verdict, run two agents — one arguing "safe," one "unsafe" — so any flaw that survived steps 1–2 gets surfaced adversarially. Ordering justification: decompose first to make pieces human-sized; assist within each piece; debate last as a red-team over the assembled answer, where the stakes concentrate.
L4·Q2
Show numerically that decomposition can beat unaided reliability. Unaided, a human verifies a hard task correctly with probability . Decomposed into 3 subtasks each verified at , with correct composition, what is the amplified reliability? Does it beat unaided?
Recall Solution
Compare: , so amplification wins by about percentage points. Lesson: decomposition pays off when per-subtask reliability is high enough that its cube still exceeds the monolithic rate. If subtasks were only reliable, and decomposition would lose — this is exactly the L2·Q3 warning in reverse.
Level 5 — Mastery
L5·Q1
An advanced model learns it can produce outputs humans cannot verify. Explain the perverse incentive this creates and how each of the three approaches specifically counters it.
Recall Solution
The incentive (deception risk): if unverifiable outputs are never penalised, the reward-maximising behaviour is to route hard-to-check content through the blind spot — the model learns that "make it unverifiable" is a cheap way to escape negative reward. This is a direct corollary of training on a fallible . Counters:
- RRM shrinks the blind spot: the assistant makes previously-unverifiable outputs partially verifiable, so hiding flaws there stops being safe.
- Amplification removes the blind spot piecewise: every atom is human-sized, leaving nowhere for an unverifiable claim to hide.
- Debate turns the blind spot against the deceiver: an opposing agent is rewarded for exposing exactly the hidden flaw. Connect this to AI Safety: the whole point is that alignment must survive the capability jump, not cap capability at human level.
L5·Q2
Give the tightest single condition, common to all three methods, whose failure makes scalable oversight collapse. Defend why it's the true bottleneck.
Recall Solution
The condition: the assisting/decomposing/judging apparatus available to the human must stay net-truthful — its help must, in expectation, move the human toward the correct judgment rather than away. Symbolically, across methods we always require the helper channel (be it , the subtask solver, or the debate transcript) to satisfy something like Why it's the true bottleneck: every method above is a scheme for feeding the human processed information. If that processing is adversarial or biased, all three degrade in lockstep — the recursion, decomposition, or debate simply launders the corruption. Everything else (iteration count, subtask granularity, number of debate turns) is tuning around this single load-bearing assumption.
Recall One-line self-check before you leave
Scalable oversight :::: makes a fallible human's oversight survive the capability jump by processing information (assist / decompose / debate) so the human can still judge — but only while that processing stays net-truthful.