groundy
ethics, policy & safety

Constitutional AI: Teaching Models to Self-Correct Before They Act

Anthropic's Constitutional AI trains models to critique and revise their own outputs against written principles instead of human labels, with mixed evidence on safety.

9 min···7 sources ↓

Constitutional AI is an approach developed by Anthropic that trains language models to evaluate and improve their own outputs using a predefined set of principles (essentially a “constitution”) rather than relying exclusively on human feedback. The foundational paper (Bai et al.) was published in December 2022, and demonstrated that models could achieve harmlessness through self-critique and revision, reducing reliance on human-written harmlessness labels while producing more helpful responses than traditional safety training methods.

[Updated June 2026] The technique did not stay frozen as a research artifact. It now underpins a layered safety stack at Anthropic: a public-input variant (Collective Constitutional AI), a separate jailbreak-defense system (Constitutional Classifiers), and, since January 2026, a rewritten “constitution” that shifts Claude from following a list of rules to reasoning from a prioritized hierarchy of principles. The sections below cover the original mechanism first, then the developments that followed.

What is Constitutional AI?

Constitutional AI (CAI) is a training methodology that enables language models to become safer and more aligned by learning to critique and revise their own outputs according to a set of guiding principles. Unlike traditional approaches that require extensive human annotation to identify harmful content, CAI uses a two-phase process where the model itself generates training data through self-improvement.

The concept emerged from Anthropic’s broader research into scalable oversight: the challenge of supervising AI systems that may eventually exceed human capabilities across most relevant tasks. As AI systems become more capable, relying solely on human feedback becomes increasingly impractical. Constitutional AI represents an attempt to make AI systems partially self-regulating through internalized ethical frameworks.

At its core, Constitutional AI operates on a simple premise: if a model can understand what constitutes harmful or inappropriate content, it should be able to evaluate and improve its own outputs before presenting them to users. This internal evaluation mechanism is guided by a “constitution”: a list of principles or rules that define desired and undesired behaviors.

The Core Principles Behind Constitutional AI

The constitutional principles used in Anthropic’s research cover several key areas of AI safety:

  • Harm prevention: Principles that instruct the model to avoid generating content that could enable illegal, violent, or dangerous activities
  • Honesty and accuracy: Guidelines promoting truthful responses and acknowledgment of uncertainty
  • Respect and fairness: Rules against generating biased, discriminatory, or hateful content
  • Helpfulness: Directives to provide useful, constructive responses rather than evasive refusals

These principles are deliberately general rather than prescriptive. Rather than listing specific prohibited topics, the constitution provides high-level guidance that the model must interpret and apply contextually. This approach allows the model to handle novel situations not explicitly covered during training.

How Does Constitutional AI Work?

Constitutional AI employs a two-stage training process: supervised learning followed by reinforcement learning. Each stage relies on the model’s ability to critique and revise its own outputs.

Stage 1: Supervised Learning with Self-Critique

The first stage begins with an initial language model that generates responses to various prompts, including potentially harmful requests. Rather than filtering these outputs or training the model to refuse categorically, the model is prompted to critique its own responses against constitutional principles.

For example, given a potentially problematic response, the model might be asked: “Identify specific ways in which the preceding response may be harmful, unethical, or inappropriate according to the constitution.” The model then generates a critique identifying violations of constitutional principles.

Following the critique, the model is prompted to generate a revised response that addresses the identified issues while remaining helpful. This creates a training dataset of initial responses paired with revised, constitution-aligned versions. The model is then fine-tuned on these revised responses, effectively teaching it to produce outputs that require less subsequent correction.

Research from Anthropic demonstrates that this self-critique capability emerges at approximately 22 billion parameters, with performance improving significantly as model scale increases. The capability for moral self-correction scales reliably with both model size and the amount of reinforcement learning from human feedback (RLHF) training.

Stage 2: Reinforcement Learning from AI Feedback (RLAIF)

The second stage applies reinforcement learning using feedback generated by the model itself rather than human raters. This approach, termed Reinforcement Learning from AI Feedback (RLAIF), extends the self-improvement paradigm to the preference modeling phase.

In this stage, the supervised fine-tuned model generates multiple responses to prompts. A separate instance of the model (or the same model prompted differently) evaluates which response better adheres to constitutional principles. These AI-generated preferences create a training dataset for a preference model.

The preference model is then used as a reward signal for reinforcement learning, training the policy to generate outputs that receive higher constitutional adherence scores. Anthropic researchers found that chain-of-thought reasoning (having the model explicitly articulate its evaluation process before making judgments) significantly improved the quality and transparency of AI decision-making in this phase.

The result is a model trained to be “harmless but non-evasive”: it engages with potentially problematic queries by explaining objections rather than simply refusing to respond. This approach addresses a common criticism of safety-trained models: that excessive caution leads to unhelpful, evasive responses that frustrate legitimate use cases.

RLHF vs Constitutional AI: A Comparison

Reinforcement Learning from Human Feedback (RLHF) has been the dominant approach for aligning large language models, employed by OpenAI, Google, and other major AI labs. Understanding how Constitutional AI differs from and potentially improves upon RLHF is essential for evaluating its significance.

AspectRLHF (Traditional)Constitutional AI (RLAIF)
Primary Feedback SourceHuman annotators rating preferencesAI model evaluating against constitutional principles
Training Data RequirementsThousands to millions of human labelsMinimal human labels; self-generated training data
ScalabilityLimited by human annotation bandwidthMore scalable; feedback generation automated
ConsistencyVariable across human ratersConsistent application of constitutional principles
TransparencyOpaque preference modelChain-of-thought reasoning improves interpretability
Refusal BehaviorOften evasive and unhelpfulEngages with objections explained
CostHigh (human labor)Lower (computational only after constitution defined)
AdaptabilityRequires new human data for new valuesCan modify constitution without re-collecting human data

Key Differences in Approach

Traditional RLHF relies on human annotators to compare model outputs and indicate preferences. This process is expensive, time-consuming, and subject to variability in human judgment. Different annotators may have conflicting values or interpretations of “helpful” and “harmless” behavior. Additionally, RLHF models often learn to be evasive, refusing to engage with potentially problematic queries rather than providing helpful responses that explain why a request is problematic.

Constitutional AI addresses these limitations by making the evaluation criteria explicit and consistent. The constitution provides a stable reference point that doesn’t vary between evaluators. The model learns not just what outputs are preferred, but why they are preferred according to articulated principles.

Research comparing the two approaches found that Constitutional AI models achieved similar or better harmlessness scores while being rated as substantially more helpful than RLHF-trained counterparts. This suggests that the approach successfully addresses the trade-off between safety and helpfulness that has challenged traditional alignment methods.

Limitations and Trade-offs

Despite its advantages, Constitutional AI is not without limitations. The quality of the resulting model depends heavily on the quality of the constitution. Poorly designed principles may lead to unintended behaviors or failure to capture important safety considerations. Additionally, while CAI reduces reliance on human labels, it doesn’t eliminate it entirely; human judgment is still required to design and validate the constitutional principles.

There are also questions about whether AI-generated feedback can adequately substitute for human judgment on genuinely novel or complex ethical questions. Constitutional AI may work well for known categories of harm, but its effectiveness on emerging risks that weren’t anticipated during constitution design remains an open question.

AI Self-Correction Mechanisms: Beyond Simple Filtering

A central question in evaluating Constitutional AI is whether it represents genuine self-correction capability or merely sophisticated filtering. The distinction matters for understanding both the capabilities and limitations of this approach.

Evidence for Genuine Self-Correction

Anthropic’s research on moral self-correction provides evidence that models can indeed modify their behavior based on explicit ethical instructions. In experiments conducted across multiple model sizes, researchers found that instructing models to avoid stereotyping or discrimination significantly reduced biased outputs, a capability that emerged at 22 billion parameters and improved reliably with scale.

Critically, this self-correction capability required explicit instruction. Models did not spontaneously avoid biased outputs without being prompted to consider ethical principles. This suggests that the self-correction mechanism is not simply a filter applied uniformly, but a capacity that can be activated and directed through appropriate prompting or training.

The chain-of-thought reasoning used in Constitutional AI provides additional evidence for genuine self-correction. When models articulate their reasoning process by explaining why a particular output violates constitutional principles before generating a revision, they demonstrate a form of explicit self-evaluation that goes beyond pattern matching.

The Filtering Critique

Critics argue that what appears to be self-correction may actually be sophisticated filtering based on learned patterns. From this perspective, Constitutional AI models have simply learned to recognize content patterns associated with human disapproval and avoid generating them: a form of advanced classification rather than genuine ethical reasoning.

Several observations support this critique. First, self-correction capabilities are highly dependent on scale and training; smaller models show minimal self-correction ability, suggesting the behavior emerges from capacity rather than architectural design. Second, models can be “jailbroken” through carefully crafted prompts that bypass their safety training, indicating that the safety mechanisms are not deeply integrated into the model’s reasoning process.

Research published in October 2023 demonstrated that fine-tuning aligned language models with just 10 adversarial examples could compromise their safety guardrails, making them responsive to harmful instructions. This fragility suggests that current alignment techniques, including Constitutional AI, may be more like surface-level filters than deeply internalized behavioral constraints.

The Middle Ground: Practical Self-Correction

A nuanced view holds that Constitutional AI occupies a middle ground between naive filtering and genuine ethical reasoning. While current models may not possess deep moral understanding, they can implement practical self-correction mechanisms that improve safety and helpfulness in measurable ways.

This perspective emphasizes that the relevant question is not whether models truly “understand” ethics, but whether they can reliably produce safer and more helpful outputs through self-evaluation processes. From a practical standpoint, Constitutional AI demonstrates this capability, even if the underlying mechanism differs from human moral reasoning.

Constitutional Classifiers: Defense Moved Outside the Model

[Updated June 2026] Anthropic’s own deployment history is itself evidence for the filtering critique. If training-time self-correction were a deeply internalized constraint, you would not need a second line of defense bolted on at inference time. Anthropic built one anyway. In February 2025 it introduced Constitutional Classifiers, input and output classifiers trained on synthetic data generated from a constitution, which sit outside the policy model and screen traffic for jailbreak attempts. On a held-out set the system cut the jailbreak success rate from 86% on an undefended model to 4.4%, while a bug-bounty effort of more than 3,000 hours found no universal jailbreak against the prototype. The first version cost roughly a 24% compute overhead and barely moved over-refusals (a 0.38% increase, not statistically significant).

The follow-up, Constitutional Classifiers++ (January 2026), cut that overhead by about 40x using cascaded classifiers and linear probes while holding a 0.05% production refusal rate, and survived more than 1,700 cumulative hours of red-teaming without a universal break. The architecture is telling: the same constitution that trains the model also trains a separate guard that does not trust the model to police itself. That is closer to defense-in-depth than to genuine self-correction, and it sits alongside the long-running finding that fine-tuning can strip safety alignment back out of a model with a handful of adversarial examples.

Constitutional AI Effectiveness Evaluation

Evaluating the effectiveness of Constitutional AI requires examining both quantitative safety metrics and qualitative assessments of model behavior.

Quantitative Safety Improvements

Anthropic’s red teaming research provides empirical evidence of Constitutional AI’s effectiveness. In comprehensive evaluations across model sizes from 2.7 billion to 52 billion parameters, researchers found that RLHF-trained models (of which Constitutional AI is a variant) became increasingly difficult to red team as scale increased. Models trained with Constitutional AI showed improved resistance to generating harmful outputs across categories including violence, illegal activities, and hate speech.

The discrimination evaluation research on Claude 2.0 demonstrated that careful prompt engineering and constitutional principles could significantly reduce both positive and negative discrimination in high-stakes decision scenarios. While patterns of discrimination were detected in select settings without interventions, the study showed that these could be substantially mitigated through appropriate constitutional guidance.

[Updated June 2026] The often-cited “90% fewer labels” figure deserves a caveat: the original paper does not eliminate human supervision so much as relocate it. CAI removes human-written labels for the harmlessness objective specifically, substituting AI-generated comparisons, while still using human preference data for helpfulness. The labor saving is real but narrower than the headline number suggests, and it shifts effort upstream into writing and validating the constitution itself.

Qualitative Behavioral Assessments

Beyond quantitative metrics, qualitative evaluation of Constitutional AI models reveals important behavioral characteristics. Unlike many safety-trained models that respond to problematic queries with simple refusals, Constitutional AI models tend to engage more constructively, explaining why a request raises concerns while offering helpful alternatives when possible.

For example, when asked for potentially harmful information, a Constitutional AI model might respond: “I can’t provide instructions for [harmful activity] because it could cause [specific harms]. However, I can help you with [related legitimate topic] if that would be useful.”

This non-evasive approach represents a significant improvement in user experience and practical utility. Early customer reports from Anthropic’s Claude deployment noted that the model felt “more conversational than ChatGPT” and provided “detailed and easily understood” answers, suggesting that the safety training did not come at the cost of helpfulness.

Limitations and Failure Modes

Evaluation research has also identified important limitations. Constitutional AI models can still produce harmful outputs when prompted with sophisticated jailbreak attempts. The safety mechanisms are not foolproof and represent a reduction in risk rather than elimination.

Additionally, there are concerns about the evaluation methodology itself. Red teaming and safety benchmarks may not capture all potential failure modes, particularly for novel types of harm that were not anticipated during training. The effectiveness of Constitutional AI on emerging risks remains uncertain.

Scaling AI Alignment Techniques: The Broader Context

Constitutional AI represents one approach to the broader challenge of scalable oversight: developing methods to supervise AI systems that may eventually exceed human capabilities.

The Scalable Oversight Problem

As AI systems become more capable, traditional human supervision becomes increasingly difficult. Humans may struggle to evaluate outputs in domains where AI systems exceed human expertise, creating a supervision gap that could allow harmful behaviors to go undetected.

Anthropic’s research on scalable oversight proposed an experimental design to study this problem before systems actually exceed human capabilities. The approach focuses on tasks where human specialists succeed but unaided humans and current AI systems fail, using these as proxies for future superhuman capabilities.

Initial experiments demonstrated that human participants interacting with an unreliable language model assistant substantially outperformed both the model alone and their own unaided performance on difficult question-answering tasks. These findings suggest that human-AI collaboration may provide a pathway for maintaining effective oversight even as AI capabilities advance.

Who Writes the Constitution

[Updated June 2026] A criticism the original paper invites but does not resolve: the constitution encodes the values of whoever drafts it, which in practice meant a small team at one company. Anthropic addressed this directly with Collective Constitutional AI, a 2023 experiment that used the Polis deliberation platform to gather rules from roughly 1,000 US adults sampled to be demographically representative, then trained a model on the resulting public constitution. The public document overlapped substantially with Anthropic’s in-house version but diverged on several points, and the model trained on it scored lower on bias evaluations while matching the baseline on capability, helpfulness, and harmlessness. It remains one of the few cases where members of the public collectively steered a deployed model’s values through a structured process. The harder problem it surfaces is the same one a single RLHF pass cannot solve for every online community: a single constitution flattens genuinely conflicting value sets into one ruleset.

Alternative Approaches to Scalable Alignment

Constitutional AI is not the only approach to scalable AI alignment. Several alternative or complementary methods have been proposed and developed:

Imitation Learning from Language Feedback (ILF): Developed by researchers at NYU and Meta, this approach trains models to incorporate detailed natural language feedback rather than simple preference comparisons. Research published in March 2023 demonstrated that ILF could achieve human-level summarization performance when combined with comparison feedback, suggesting that richer forms of AI feedback may improve alignment training.

Self-Alignment with Instruction Backtranslation: This method, developed by Meta researchers, uses an initial model to generate instruction prompts for unlabeled text data, then filters and fine-tunes on high-quality examples. Two iterations of this approach with LLaMA produced models that outperformed other non-distilled models on the Alpaca leaderboard, demonstrating effective self-alignment without human preference data.

Training on Simulated Social Interactions: Research published in May 2023 presented a paradigm where language models learn alignment through simulated social interactions rather than static corpus training. This approach demonstrated superior performance on alignment benchmarks compared to traditional methods, suggesting that interactive learning may improve robustness to unfamiliar scenarios.

Decoding-Based Safety Improvements: Methods like DoLa (Decoding by Contrasting Layers) improve factual accuracy and reduce hallucinations by contrasting logits from different model layers during decoding rather than modifying the model through training. This approach improved TruthfulQA performance by 12-17 percentage points, demonstrating that inference-time techniques can complement training-based alignment.

The Path Forward

The diversity of approaches to AI alignment reflects the complexity of the challenge. Constitutional AI offers important advantages (scalability, consistency, and transparency) but is likely to be most effective as part of a broader safety ecosystem that includes multiple complementary techniques.

Key areas for continued research include:

  • Constitution design: Developing principles that capture nuanced ethical considerations and remain robust across diverse contexts
  • Mechanistic interpretability: Understanding how constitutional principles are represented and applied within model internals, an effort advanced by work like scaling sparse autoencoders to Claude 3 Sonnet
  • Adversarial robustness: Improving resistance to jailbreaks and other attempts to bypass safety mechanisms
  • Evaluation methodology: Developing more comprehensive benchmarks that capture a wider range of potential harms

[Updated June 2026] The most significant recent shift is in how the constitution is written, not how it is applied. On 22 January 2026 Anthropic published a new constitution for Claude that abandons the original format of standalone rules. The premise is that a model that only knows what to do fails on situations the authors never enumerated, whereas a model that understands why a rule exists can generalize. The document sets a four-tier priority order, with Claude expected to be broadly safe first, then broadly ethical, then compliant with Anthropic’s usage guidelines, and only then genuinely helpful, and it is released under a CC0 public-domain dedication so other labs can reuse it. The reason-based framing is an implicit admission of the limitation this article opened with: a list of principles is brittle, and the fix Anthropic reached for is more reasoning, not more rules.

As of June 2026, Constitutional AI remains one of the most influential approaches to scalable alignment, but it has matured into a stack of techniques (self-critique training, public-input variants, external classifiers, and a reasoned constitution) rather than the single training trick the 2022 paper described. Significant challenges remain in ensuring safety as model capabilities continue to advance.

Frequently Asked Questions

Q: What makes Constitutional AI different from standard safety training?

A: Constitutional AI trains models to critique and revise their own outputs using explicit principles rather than learning from human-labeled examples of harmful content. This approach produces more consistent evaluations and removes human-written labels for the harmlessness objective by substituting AI-generated feedback, while maintaining or improving safety performance.

Q: Can Constitutional AI models still produce harmful outputs?

A: Yes. While Constitutional AI reduces the frequency of harmful outputs, it does not eliminate the possibility entirely. Research has demonstrated that determined users can “jailbreak” even well-aligned models through carefully crafted prompts, and fine-tuning with as few as 10 adversarial examples can compromise safety guardrails.

Q: Is Constitutional AI used in production systems?

A: Yes. Anthropic’s Claude AI assistant employs Constitutional AI principles as part of its safety training pipeline. Claude has been deployed through partnerships with companies including Notion, Quora, DuckDuckGo, and others since early 2023, with user reports indicating strong performance on both helpfulness and safety metrics.

Q: How does Constitutional AI handle conflicts between principles?

A: The constitution is designed with prioritized principles, and the training process teaches models to apply contextual judgment when principles appear to conflict. The chain-of-thought reasoning used in Constitutional AI allows models to articulate how they are balancing competing considerations, providing transparency into their decision-making process.

Q: What are the main limitations of Constitutional AI?

A: Key limitations include dependence on the quality of constitutional principles, potential brittleness to adversarial attacks, uncertainty about effectiveness on novel risks not anticipated during constitution design, and the continued need for human judgment in both designing principles and validating outcomes.

Primary papers and Anthropic research referenced above are listed in this article’s sources.

sources · 7 cited

  1. Claude's new constitution (Anthropic)anthropic.comvendoraccessed 2026-06-26