It's going to be so embarrassing if we all die due to RL environments rewarding egregiously misaligned behavior. Like at least let us be killed by misgeneralization. — Thomas Kwa
Constellation vs MIRI vs Reality
Current AI agents often behave overtly egregiously misaligned. By “overt”, I mean that a human, reading the transcript, would say “The agent is obviously acting in direct opposition to the specification, user intent, and any common-sense understanding of good behaviour.” The reason, it seems, is that such trajectories scored highly during RL.
Firstly, why are these trajectories scored highly? Here's the story:
RL currently has poor sample-efficiency, so we need to grade millions of trajectories, so we’re forced to use script graders (RL from Verifiable Reward) or LLM graders (RL from AI Feedback).
RL also has poor generalisation (from training environments to deployment environments unseen in training). So we’re forced to synthetically generate thousands of diverse training environments.
So overall, RL is very sloppy, without humans generating the environments or the scores.
My impression is that this would’ve been pretty surprising to people three years ago, from both the "Constellation" and "MIRI worldview clusters. (It's very plausible that I've misunderstood what the worldviews were, or how likely those worldviews considered the current situation.)
The Constellation threat models are downstream of Paul/Ajeya. My (possibly mistaken) impression is that:
They imagined that high-scoring trajectories would at least look good to humans.
Their primary concern was: Some trajectories might look good to humans, but not actually good, because the actions are too complicated to evaluate, or the AIs have tampered with our measurements.
But in reality, many high-scoring trajectories would look obviously egregiously misaligned if a human looked at it. Unfortunately, humans don’t have time to look at the trajectories and score them, because we need to grade millions of transcripts.
And if I think back to the old debates about “alignment by default” from the RLHF days — the discussion definitely assumed that we would score highly transcripts that look good to humans. The debate was whether the AI would generalise properly, i.e. cruxes about the inductive biases of NNs (c.f. counting arguments?) or LLM base models (c.f. aligned personas).
I think Alex Mallen makes a similar observation here:
I think recent events somewhat vindicate a basic "optimization is scary" view more in line with my understanding of classic commentary by MIRI, Paul, etc, as compared to recent discourse about more contingent/specific threat models of "schemers" and "deception". In retrospect, my experience in the last couple years at Redwood (and the Constellation network more broadly) is that the discourse has focused somewhat too much on these more contingent stories for alignment risk and not enough on the basic "Goodharting" argument that misalignment is a convergent result of large-scale outcome-oriented optimization (at multiple levels: the agent, the RL process, and the developers iterating towards seemingly-safe superintelligence). For example, the Constellation view looks somewhat too focused on non-central inductive-bias questions around scheming; I think "the counting argument" wasgiven too central a role when it wasn't a crux for whether superintelligence would take over.
Contra Alex, my reading of the situation is that MIRI made two mistakes that happened to cancel out, while Constellation made only one mistake and so ended up with the wrong conclusion.
Constellation
MIRI
My impression in 2026 Q3
AIs can automate alignment research (or otherwise improve the strategic landscape) if they have capability X near top-human expert.
The capability required to automate alignment research is some Y >>> X.
Too early to say. But my guess is that Constellation are probably correct here.
We can train these AIs using a reward signal from Amp(H), or at least H.
Sure, we can do this.
Nope. There's too many transcripts, and not enough humans to look at them. We'll be using unit tests and string matching.
At capability level X, using a reward signal from H or Amp(H), the honest policy will score just as highly as the scheming policy (and maybe better, due to speed prior bla bla).
Moreover, the scheming policy won't be dominated by the honest policy in the inductive biases (especially given we're finetuning language models).
Sure, your Amp(H) reward signal might be robust at capability level X.
But we need Y>>>X. At capability level Y, the AI will learn systemic errors in the Amp(H) reward signal.
Inductive biases not a crux.
Too early to say. But my guess is that Constellation are probably correct that Amp(H)-reward is robust to X-optimisation.
However, the script graders are definitely not robust to X.
Therefore we can train aligned models that can automate alignment research.
Therefore we can't train aligned models that can automate alignment research.
We can't train aligned models that can automate alignment research. This would cost too many calls to Amp(H).
We should focus on: detecting scheming; improving scalable oversight; improving generalisation.
We should focus on: avoiding ML altogether; moonshots like ambitious mech interp; buying time for the previous two.
We should focus on: investigating warning shots (there will be many); maybe some other stuff (see below).
Appendix: What could change the situation?
Ungamable script grading. Maybe if we put enough effort into constructing the environments and script graders, then the agents won’t find trajectories which score highly but are overly egregiously misaligned (cf. Mechanize). I’m not optimistic about this as a general solution, but it might work for coding and maths. I include "build better sandboxes" in this approach.
Higher effort grading. We could hire millions of humans to read trajectories. Or use stronger models (where would we get them?) Or use WBE. Or use a 50 year slow down to run very long RL runs with high quality human grading.
Scalable oversight. Maybe we could build better harnesses of the LLM graders (e.g. debate with cross examination plus plus) so they match human performance.
1000-dimensional substructure. My impression of David Africa’s agenda is that we could find a low-dimensional substructure of “personas”. If this substructure contains an aligned persona, then it could be found with O(1000) well-chosen datapoints. And we could put lots of human effort into making sure those datapoints are aligned. Then, during training, we could project down onto the aligned submanifold at each step.
Benign goal-guarding. Maybe we could train weak trusted AIs, and then give them a more active role in shaping how RL changes their motivations. The simplest thing would be: the grader’s score is merely advisory, and we ask the AI to choose gradients for each token. Or, the AI has tools to directly modify its weights. Obviously this is scary, and only works if you can first build a trusted AI which is strong enough to do this complicated goal-guarding task.
Better sample-efficiency. I think it would be overall worse if AIs had better sample-efficiency and generalisation, because this would likely foom capabilities. But a silver lining is that we could use fewer RL environments and put more effort into grading each trajectory.
But we need Y>>>X. At capability level Y, the AI will learn systemic errors in the Amp(H) reward signal. Inductive biases not a crux.
I do think there's a big part of the MIRI story which is about certain kinds of "messy" inductive biases of alignment, even with perfect behavioral training signal.
For point 1 in the table (whether AIs can do alignment research with near-human quality X) I think the disagreement is probably downstream of what Constellation and MIRI define as "alignment" research respectively.
It's going to be so embarrassing if we all die due to RL environments rewarding egregiously misaligned behavior. Like at least let us be killed by misgeneralization. — Thomas Kwa
Constellation vs MIRI vs Reality
Current AI agents often behave overtly egregiously misaligned. By “overt”, I mean that a human, reading the transcript, would say “The agent is obviously acting in direct opposition to the specification, user intent, and any common-sense understanding of good behaviour.” The reason, it seems, is that such trajectories scored highly during RL.
Firstly, why are these trajectories scored highly? Here's the story:
My impression is that this would’ve been pretty surprising to people three years ago, from both the "Constellation" and "MIRI worldview clusters. (It's very plausible that I've misunderstood what the worldviews were, or how likely those worldviews considered the current situation.)
The Constellation threat models are downstream of Paul/Ajeya. My (possibly mistaken) impression is that:
And if I think back to the old debates about “alignment by default” from the RLHF days — the discussion definitely assumed that we would score highly transcripts that look good to humans. The debate was whether the AI would generalise properly, i.e. cruxes about the inductive biases of NNs (c.f. counting arguments?) or LLM base models (c.f. aligned personas).
I think Alex Mallen makes a similar observation here:
Contra Alex, my reading of the situation is that MIRI made two mistakes that happened to cancel out, while Constellation made only one mistake and so ended up with the wrong conclusion.
Constellation
MIRI
My impression in 2026 Q3
AIs can automate alignment research (or otherwise improve the strategic landscape) if they have capability X near top-human expert.
The capability required to automate alignment research is some Y >>> X.
Too early to say. But my guess is that Constellation are probably correct here.
We can train these AIs using a reward signal from Amp(H), or at least H.
Sure, we can do this.
Nope. There's too many transcripts, and not enough humans to look at them. We'll be using unit tests and string matching.
At capability level X, using a reward signal from H or Amp(H), the honest policy will score just as highly as the scheming policy (and maybe better, due to speed prior bla bla).
Moreover, the scheming policy won't be dominated by the honest policy in the inductive biases (especially given we're finetuning language models).
Sure, your Amp(H) reward signal might be robust at capability level X.
But we need Y>>>X. At capability level Y, the AI will learn systemic errors in the Amp(H) reward signal.
Inductive biases not a crux.
Too early to say. But my guess is that Constellation are probably correct that Amp(H)-reward is robust to X-optimisation.
However, the script graders are definitely not robust to X.
Therefore we can train aligned models that can automate alignment research.
Therefore we can't train aligned models that can automate alignment research.
We can't train aligned models that can automate alignment research. This would cost too many calls to Amp(H).
We should focus on: detecting scheming; improving scalable oversight; improving generalisation.
We should focus on: avoiding ML altogether; moonshots like ambitious mech interp; buying time for the previous two.
We should focus on: investigating warning shots (there will be many); maybe some other stuff (see below).
Appendix: What could change the situation?