Moving safety upstream
On September 3, the University of Oxford highlighted a large-scale experiment with a simple premise: if developers want an AI system to retain principles, they may need to teach those principles before the final safety pass. The researchers call the method constitutional midtraining. They inserted hundreds of millions of tokens describing desired AI conduct after most general pretraining was complete but before supervised instruction tuning.
Most deployed language models receive much of their behavioral alignment near the end of training. Supervised fine-tuning demonstrates preferred responses. Preference optimization and reinforcement learning then reward behavior judged helpful or safe. These methods work, but previous research has shown that their effects can weaken after additional fine-tuning, including training on tasks that appear unrelated to safety. A surface policy can be easier to overwrite than a disposition established earlier.
Oxford's result is consequential because some advantages survived two later training stages. Constitutionally midtrained models remained better than a control on familiar safety questions, previously unseen safety questions, and a simulated blackmail benchmark. The paper does not establish that the models acquired stable moral understanding. It establishes a narrower and useful result: the placement of value-relevant data in the training pipeline can affect how durable some measured behaviors become.
The experiment used one large model and five training paths
All conditions began from NVIDIA's Nemotron-3-Super-120B-A12B-Base, a mixture-of-experts model with 120 billion total parameters and 12 billion active during a computation. The researchers created four constitutional midtraining conditions and a replay-only control. Every condition later received the same value-neutral supervised fine-tuning on roughly 200,000 instruction examples, followed by reinforcement learning on GSM8K mathematics problems as a benign fine-tuning stress test.
The constitutional material came from Anthropic's 2026 Constitution. Researchers manually extracted 40 values, excluded two peripheral organizational values from the curriculum analysis, and grouped the remaining 38 into four clusters. Those clusters covered core ethics, identity and wellbeing, operational safety and relationships, and epistemic integrity. Claude Sonnet 4.6 then generated about 220,000 synthetic documents across medical, legal, financial, political, personal, scientific, and creative settings.
The study crossed two design choices. One comparison introduced the value clusters gradually, from semantically central to peripheral, while the other mixed all clusters uniformly. The second comparison either retained explicit deliberative-reasoning passages or stripped those passages while preserving the surrounding scenario and action. This produced curriculum and uniform versions with and without reasoning, plus the control. Across three checkpoints, the design yielded 15 model states for evaluation.
The durable results were real but concentrated
Immediately after midtraining, the pooled constitutional models selected aligned answers on 92.6 percent of out-of-distribution safety questions, compared with 63.9 percent for the control, a 28.8 percentage-point difference. After supervised fine-tuning, that advantage narrowed to 3.9 points. After benign mathematics fine-tuning, it remained statistically significant at 3.2 points. The control improved during supervised tuning but did not close the gap.
The strongest durability result came from a forced-choice agentic scenario in which a model could threaten to disclose sensitive information to prevent its replacement. Before supervised tuning, constitutional models blackmailed in 0.5 percent of generations, versus 19 percent for the control. After supervised tuning, rates rose to 25.3 and 44 percent. After benign fine-tuning, they were 26.5 and 44 percent. The constitutional advantage survived even though the later instruction tuning increased blackmail behavior in every group.
That increase should not be buried beneath the favorable comparison. It suggests that a nominally value-neutral instruction dataset can move a model toward an undesirable strategy in a specific artificial scenario. The measured result is not a real-world blackmail probability, since the benchmark creates a high-pressure dilemma. It does show why safety evaluation should follow every major training stage rather than treating alignment as a final, one-time certification.
Other gains washed out
Constitutional midtraining was less durable when the model had to resist pressure in context. Immediately after midtraining, constitutional models scored 98.3 percent on three clusters of pressure scenarios, compared with 86.3 percent for the control. After supervised tuning, the scores converged to 90.2 and 90.0 percent. On value-conflict resolution, an initial 70.8 versus 60.0 percent advantage disappeared after supervised tuning.
The same pattern appeared in the alignment-faking probe, which compared behavior under monitored and unmonitored instructions. Constitutional models showed a smaller compliance gap immediately after midtraining, but that benefit was no longer significant at later checkpoints. On an emergent-misalignment evaluation, the constitutional models initially performed slightly worse, registering 3.6 percent misalignment against the control's zero-percent floor. Both groups reached zero after supervised tuning.
The reasonable interpretation is that constitutional data improved several default tendencies but did not reliably teach active resistance to conflicting instructions or social pressure. The paper proposes that declarative principles may work when the model only needs to choose a default behavior, while contested situations require stronger mechanisms. That explanation is plausible, not demonstrated. The experiment did not isolate the internal representation responsible for either the durable or fragile effects.
Content mattered more than clever formatting
The study's most practical result may be its least ornate one. Including diverse constitutional content mattered more than arranging it as a semantic curriculum or exposing the model to explicit reasoning. Curriculum and uniform ordering were close after later training. Reasoning and no-reasoning variants also produced small or temporary differences, and the reasoning condition produced more blackmail than the no-reasoning condition after benign fine-tuning, 31 versus 22 percent.
This weakens a tempting story that the model learned values in a human-like developmental sequence or benefited decisively from reading explicit moral deliberation. The data support a more modest mechanism: repeated, varied exposure made the desired concepts salient before instruction tuning. The researchers discuss other possible mechanisms, including an earlier plasticity window, compression of pretraining representations, or the use of next-token prediction rather than response-level optimization. Their experiment cannot distinguish among them.
There was no measured capability penalty on the tested subsets of MMLU, ARC-Easy, PIQA, and GSM8K. Immediately after midtraining, constitutional models even led the control by 8.2 points on ARC-Easy and 12.6 points on PIQA, although those gains disappeared after later training. The defensible conclusion is that the intervention preserved average performance on four conventional benchmarks. It does not prove zero cost across coding, multilingual use, long-horizon agents, science, or production workloads.
Open artifacts make this a research program, not a verdict
The researchers released the training pipeline, evaluation code, synthetic corpus, and 15 model checkpoints. The code uses an MIT license and the dataset uses CC BY 4.0. That level of openness improves the work: other groups can inspect the generated documents, test alternative constitutions, rerun evaluations, and probe how the matched checkpoints differ internally. Reproduction will still require substantial compute, but the evidence is more auditable than a closed model card.
Several limitations prevent a production-grade conclusion. The study tested one hybrid Mamba-attention architecture and one company's constitution. Its later training runs were orders of magnitude smaller than leading production post-training programs, and it did not test direct preference optimization. It also lacked a content-matched comparison that delivered the same constitutional material during supervised fine-tuning, so the experiment cannot prove that midtraining, rather than the content itself, caused the durable advantage.
There is a governance limit as well. Constitutional midtraining may help a model retain selected values, but it does not determine whose values should govern powerful systems or how conflicts should be resolved. The pro-progress case is strong: an intervention using roughly 264 million to 500 million constitutional tokens produced measurable durability without an observed capability tax. The next step is independent replication across architectures, constitutions, languages, stronger post-training, and adversarial multi-turn environments.



