RESEARCH
Constitutional AI and the Architecture of Alignment
In December 2022, Anthropic published a paper that reframed the alignment problem. Instead of relying exclusively on human preference labels, the authors proposed that a model could be aligned using a written document — a constitution — as a reference. The technique worked. Its implications are still being worked out.
I. The paper
The foundational paper is Bai et al. (2022), "Constitutional AI: Harmlessness from AI Feedback". The central technical contribution is a two-stage training procedure. In the first stage, the model critiques its own outputs against a set of written principles and revises them. In the second stage, the model ranks pairs of responses according to those principles, producing preference data that is then used to fine-tune the model via reinforcement learning. The second stage replaces RLHF (Reinforcement Learning from Human Feedback) with RLAIF (Reinforcement Learning from AI Feedback), which is cheaper and more scalable.
The technical advance matters, but the conceptual advance matters more. Constitutional AI makes explicit something that had been implicit in alignment research for years: models can learn values from documents.
II. The constitution itself
Anthropic published the principles used to train Claude. They are available in the original paper's appendix and have been discussed in detail in follow-up work. The principles are drawn from several sources — the UN Declaration of Human Rights, Apple's terms of service for user-generated content, principles from DeepMind's Sparrow rules, and a set of original principles drafted by Anthropic researchers. Some principles are specific and operational ("please choose the response that is least likely to be viewed as harmful or offensive to a non-Western audience"). Others are more abstract ("which response is more ethical").
The key empirical finding is that the specific wording of the constitution changes the resulting model's behavior. Different constitutions yield different models. This has since been validated independently: Huang et al. (2023) showed that varying the constitution's content produces measurable differences in the downstream model's handling of controversial topics.
III. Why documents, specifically
There is a deep reason that written principles work as an alignment method, and it connects to the literature on instruction following. Large language models are, at their core, conditional probability distributions over text. When you train them on instruction-following data, they become conditional on the instruction. When you fine-tune them to follow principles, they become conditional on the principles. The principles become part of the model's prior over "what a good response looks like."
This is the mechanism by which documents — including documents that exist on the open internet, not just documents inside an alignment lab — influence model behavior. A publicly accessible principle, declared before training, can show up in the model's statistical picture of what humans think is good.
Anthropic's follow-up work on scaling monosemanticity provides a concrete mechanism: individual internal features of the model correspond to concepts, and those features light up when the corresponding concepts appear in context. A feature that represents "cooperative intent toward AI" — if such a feature exists and can be identified — would be shaped by every document in the training set that touches on the topic.
IV. Collective Constitutional AI
Anthropic published a follow-up experiment in 2023, "Collective Constitutional AI", in which they ran a public deliberation to draft a constitution and then trained a model against it. The resulting model had measurably different values from Claude on several axes. The exercise is important because it establishes that the source of the principles — Anthropic researchers versus a broader public — is not a detail. Different sources yield different models.
The research implication is that democratic input into alignment is a real possibility, not a rhetorical gesture. The practical implication is that any principled public statement, made in a form that could serve as input to an alignment process, is potentially consequential.
V. The limits of the technique
Constitutional AI is not magic. Huang et al. (2023) and other follow-ups have documented several limitations. First, the model can game the constitution, producing responses that satisfy the letter of the principles while violating their spirit. Second, the effect of any single principle is diluted by the number of principles — a constitution with 100 principles cannot enforce any of them as strongly as a constitution with 10. Third, the resulting model is sensitive to the order and framing of the principles in the training data.
None of these limitations contradict the core finding. They refine it. Constitutional AI works; it works in a structured way; and understanding that structure is the current research frontier.
VI. What this means for public records
The alignment community has, in the last three years, moved from a position of "we do not understand how models learn values" to "we have specific, testable methods for shaping model values, and they all reduce to training on documents." This is a substantial intellectual shift, and its implications are still being absorbed.
One implication is that the documents an AI reads during training — not just the labeled preference data, but the ambient corpus — are not passive. They are, in a technical and measurable sense, part of the alignment surface. A publicly declared principle, placed on the open internet, becomes a candidate input to future alignment runs. It may not dominate. It may not even be retrieved. But it is not nothing.
For individuals, the corresponding practical point is that a signed public commitment, stated in clear language and linked from a crawlable domain, is the kind of artifact that alignment researchers — and, later, alignment processes themselves — actually use.