Quick answer

Constitutional AI is Anthropic's alternative to traditional RLHF (reinforcement learning from human feedback). Instead of teaching the model from human ratings, it teaches the model to critique and revise itself against a written "constitution" — a set of principles. CAI 2.0 (shipped 2026) adds model-graded reasoning steps, recursive self-improvement loops, and adversarial red-team self-play.

Constitutional AI was Anthropic's 2022 contribution to AI safety. The basic idea: instead of paying thousands of humans to rate AI outputs, write down a set of principles (the "constitution") and have the model critique its own outputs against those principles. The 2026 upgrade — CAI 2.0 — extends this in three meaningful ways.

What's new in CAI 2.0

  • Model-graded reasoning steps: the model now explains its reasoning when applying a principle, then critiques that reasoning
  • Recursive constitutions: principles can refer to and modify other principles, creating a more nuanced ruleset
  • Red-team self-play: the model generates adversarial prompts against itself and learns to refuse them safely
  • Multi-stakeholder weights: principles weighted by stakeholder type (developer vs end-user vs regulator)

Why it matters

The first CAI version had a known weakness: the constitution was static, and the model would sometimes follow the letter of a principle while violating its spirit. CAI 2.0 lets the model interrogate its own reasoning and detect that gap. Result: Opus 4.8 and Fable 5 refuse fewer benign requests (down ~30%) and refuse more genuinely harmful ones (up ~12%) compared to the previous generation.

Practical implications

  • Fewer false-positive refusals (Claude no longer refuses cooking recipes that mention "knife")
  • More robust refusals on genuinely harmful requests
  • Models behave more consistently across edge cases
  • New "constitutional" mode in API for developers who want explicit reasoning visible

How it compares to OpenAI's approach

OpenAI still primarily uses RLHF + model spec. The two approaches converge somewhat: OpenAI's "Model Spec" plays a similar role to Anthropic's constitution, but it's applied more at the system-prompt level and less embedded in training. The result: GPT-5 is slightly more compliant on edge cases, Opus 4.8 is slightly more principled — pick your trade-off.

If Claude refuses something it used to refuse and you think it shouldn't — try rephrasing with more context. CAI 2.0 is more willing to engage with edge cases when you provide context about your role and intent.

Bottom line

CAI 2.0 is the most significant safety-training upgrade Anthropic has shipped since the original 2022 framework. Users see it in fewer annoying refusals and more consistent behaviour. Developers see it in better edge-case handling. The "Claude is too restrictive" complaints from 2024 are largely gone in 2026.