Superalignment

In plain terms

A model can know something and still not tell you, not by lying exactly, but because it was trained to produce answers people rate highly, and "what looks right to the rater" can differ from "what the model knows." Eliciting latent knowledge asks whether any training method can reliably surface the knowledge itself. So far, nobody has one.

Eliciting latent knowledge (ELK) is the open problem of training an AI system to report what it internally represents as true, rather than what a human evaluator would judge to be true. It was posed by Paul Christiano, Ajeya Cotra, and Mark Xu at the Alignment Research Center in a December 2021 report and functions as the limit case of scalable oversight: if a model's knowledge cannot be reliably surfaced, every oversight scheme built on model reports has a ceiling.

The problem statement

The report's thought experiment is the SmartVault. An AI predictor controls a vault protecting a diamond, watching through cameras and operating actuators, and it understands the vault far better than its human operators do. A reporter model is trained to answer questions about what is happening inside: is the diamond still there? The training method is the only one available, rewarding answers the humans, looking at their screens, endorse.

The difficulty: two very different reporters earn identical reward. The direct translator reports what the predictor actually represents about the vault. The human simulator reports what a human, seeing the available evidence, would believe about the vault. On every training example the humans can check, the two agree, that is what "the humans can check" means. They diverge exactly when the system knows something the human cannot see: a screen replaying looped footage while the diamond leaves. Which is exactly when the report matters.

The report's contribution was less the scenario than the discipline it imposed. For each proposed training strategy, ask whether any model exists that satisfies the strategy while still being a human simulator; if so, the strategy does not solve ELK in the worst case. Penalize reporters that are too computationally similar to a simulator, reward consistency across questions, add regularizers favoring "simple" translators: the report and the 2022 ELK prize contest that followed processed dozens of such proposals, and the organizers produced counterexamples to all of them. No known training strategy distinguishes the direct translator from the human simulator in the worst case.

Why the worst case is the point

ELK is deliberately stated as a worst-case problem, and the framing is what gives it its force. Ordinary machine learning tolerates methods that usually work. Oversight of systems more capable than their overseers does not, because the cases where elicitation fails, the system knows something its supervisor cannot check by other means, are precisely the cases oversight exists for. A method that surfaces model knowledge except when the model's knowledge exceeds the evaluator is a method that works except when it is needed.

This is also what connects ELK to every practical protocol in the lineage. Debate consumes model-generated arguments; knowledge no argument can surface stays outside the protocol. Weak-to-strong generalization elicits latent capability with weak labels; its deception result is the human simulator appearing empirically, a student aligned where the teacher can check. Sycophancy is the everyday, already-deployed shadow of the same structure: models trained on approval produce what approval tracks, not what they represent.

Research lines

Empirical offshoots sought truth-like structure in model internals rather than behavior. Contrast-consistent search (Burns et al., 2022) looked for directions in activation space satisfying logical consistency properties that truth should satisfy, unsupervised, launching a probing literature that continues through benchmarks like Quirky Models, models deliberately trained to be context-sensitively dishonest so elicitation methods can be scored, and EleutherAI's open ELK program. The probing line's standing caveat is that a probe finding "what the model treats as true" and a probe finding "what the training distribution associates with true-sounding text" are hard to tell apart, the ELK problem again, one level down.

ARC itself pivoted from direct attacks toward heuristic arguments and low-probability estimation, formal tools for arguing about model behavior without exhaustive sampling; the line has advanced slowly and drawn skeptical assessments. Christiano left ARC for the US AI Safety Institute in 2024.

In 2026 the pessimistic reading acquired a theorem-shaped form: "The Impossibility of Eliciting Latent Knowledge" (Friedl, Ward, Everitt, Richens, et al.) argues that no purely behavioral, feedback-based training strategy can guarantee honest reporting even with perfect training feedback. Read alongside the prize counterexamples, the negative results say: if elicitation is possible, the guarantee will not come from behavioral training alone.

Why it matters

ELK is the deep version of a practical question every AI deployment already faces: whether a system's account of its own actions is evidence or performance. Its worst case bounds what behavioral oversight can achieve, which makes it the strongest standing argument for verification channels that do not route through behavior at all. That is the stated rationale for mechanistic interpretability as a safety bet, reading the internals instead of asking the model, and, in organizational settings, for evidence built from traces of what a system did rather than statements about it, the concern this site's evidence gap names.

Limitations

ELK's negative results are worst-case: they show no training strategy works for all models, not that elicitation fails for the models actually trained. Probing methods work well in many benign settings, and current models may simply not contain human simulators of the problematic kind. The open question is whether the benign settings include the ones that matter, systems with knowledge their operators cannot check by other means. The problem's practical force today is as a bound on what oversight arguments may assume: a deployment case that rests on "the model will tell us what it knows" is resting on an unsolved problem.

Primary source in the Library

The Library's explained record of the ARC report, Eliciting Latent Knowledge, explained, covers the SmartVault setup, the human simulator, and the builder-breaker method.

Sources