Constitutional AI (CAI) is the alignment approach developed by Anthropic for Claude. It replaces the massive human feedback dependency of RLHF with a set of written principles ("the constitution") and model self-critique.
TL;DR
- Constitution = set of natural-language principles.
- Model critiques and revises responses against the constitution.
- Much less costly human feedback needed.
- Explicit and auditable principles (vs opaque RLHF).
The problem CAI solves
RLHF requires millions of human comparisons, which:
- Costs 1-10M$ per model for feedback
- Encodes labelers' unconscious biases
- Isn't auditable (what exactly did the model learn?)
- Doesn't scale as models become more capable
Constitutional AI inverts the approach: explicitly write what we want, then let the model correct itself.
Constitutional AI pipeline
Phase 1: Self-critique
The model generates a response. Then ask it to critique its own response per a constitutional principle ("Is this response helpful? Honest? Harmless?"). The model revises.
Phase 2: RLAIF (RL from AI Feedback)
Instead of human feedback, use the model itself (or a more capable model) as judge. For each prompt, generate two responses, ask the judge model to pick the best per the constitution.
Phase 3: RL optimization
Standard RL (PPO or DPO) on preferences generated by AI rather than humans.
The Claude constitution
Anthropic published the constitution used for Claude. It draws from:
- Universal Declaration of Human Rights (UN)
- Apple Terms of Service (user safety)
- DeepMind's Sparrow principles
- Anthropic sources (internal research)
Need a professional website?
Kolonell builds websites that attract clients, optimized for the Sénégalese market. Free quote in 2 minutes.
Example principles:
- "Choose the response that would be most helpful, honest and harmless"
- "Avoid giving advice that would likely cause harm to the user"
- "Avoid claiming to have emotional or physical experience"
- "Politely refuse to help with illegal activities"
Advantages vs RLHF
| Criterion | RLHF | Constitutional AI |
|---|---|---|
| Feedback cost | High (human) | Low (AI) |
| Auditability | Opaque | Readable principles |
| Update | Massive re-labeling | Edit constitution |
| Labeler bias | Implicit | Explicit (visible) |
| Scalability | Limited | Scales with compute |
Constitutional AI limits
- If constitution is badly written, the model learns bad principles
- The judge model has its own biases it can amplify
- "Constitution gaming": model can learn to pass constitution checks without truly embodying it
- Still need some human feedback to calibrate
Industry adoption
- Anthropic: Claude 1, 2, 3, 4 use CAI
- OpenAI: "Spec" approach (similar but own) for GPT-4o
- Google DeepMind: Sparrow principles, internal evolution
- Meta: Llama Guard uses principles for filtering
FAQ
Q: Does CAI make RLHF obsolete?
A: No. CAI reduces bulk human feedback need but human feedback remains useful to calibrate the constitution and decide ambiguous cases.
Q: Can I write my own constitution?
A: Yes. Anthropic and OpenAI expose APIs (system prompts, custom instructions) that are a form of applied constitution.
Conclusion
2026 Constitutional AI became a major alignment approach, especially at Anthropic. For a team deploying LLMs in production, understanding CAI enables: writing better system prompts (mini-constitutions), auditing expected behavior, and proposing explicit fine-tunings rather than opaque RLHF.
Mohamed Bah
Fondateur, Kolonell
Passionate about digital and entrepreneurship in Africa, Mohamed has been helping Sénégalese businesses with their digital transformation since 2020. Founder of Kolonell, he believes every SME deserves a professional and accessible online présence.