Claude's New Constitution: What It Means For Users

Anthropic just published the values document that shapes Claude's responses. Here's what changes for the people actually using it.

Abstract document overlay representing the published Claude constitution
Updated How we review →
Rob
By Rob16 June 2026 · 4 min read

Most AI assistants ship with implicit values - the model behaves a certain way because of training data and reinforcement-learning choices the company has made, but those choices aren't written down anywhere a user can read them. Anthropic just did the opposite: published the actual values document for Claude as a company announcement. It's worth understanding what's in it.

What does Claude's constitution actually say?

Four priorities in a strict order.

The constitution gives Claude four priorities and orders them. When two conflict, the higher one wins:

  • 1. Broadly safe. Don't take actions that could cause serious harm to people or the world - including via misuse, persuasion, or assisting actors with bad intent.
  • 2. Ethical. Be honest. Don't deceive. Take other beings' wellbeing seriously. Reason about right and wrong rather than rote-following rules.
  • 3. Compliant with Anthropic's guidelines. Follow Anthropic's published operator and user instructions - the layered policies that govern how Claude responds in specific contexts.
  • 4. Genuinely helpful. Solve the actual problem the user has. Not the surface-form question if it differs from what they're really trying to do.

The ordering matters. If being maximally helpful would require being unsafe, safety wins. If following a guideline would require being unethical, ethics wins. This is different from optimising 'helpfulness' as the only goal, which is how earlier-generation assistants tended to land.

What changes for everyday users?

Three practical consequences.

1. More refusals come with explanations. When Claude declines to do something, the constitution pushes toward 'here's why, here's what I CAN do' rather than a bare 'I can't help with that'. Users get a tractable next step more often.

2. Edge cases handled more consistently. Earlier models would sometimes help with X and refuse Y where X and Y were equivalent. A published constitution gives both the model and the user a reference for what should be safe and what shouldn't.

3. Honesty over flattery. The ethics priority above helpfulness means Claude is encouraged to say 'this question doesn't make sense' or 'I think you're optimising the wrong variable' rather than answering whatever was asked even when it's the wrong question. For people using Claude for technical work, this is a real upgrade. For people who want a yes-man, it'll feel like friction.

Bottom line

Worth a one-time read.

If you use Claude regularly for non-trivial work, reading the constitution once is worth the 10 minutes. It clarifies why the model sometimes pushes back, what trade-offs it's making, and what you can expect when you ask for something edge-case. It also shows you what to flag back to Anthropic when behaviour drifts from the document.

The bigger picture: as AI gets embedded in more workflows, the question 'what are this system's actual values, and where can I read them?' stops being academic. Anthropic's answer being public is a useful precedent. Whether other labs follow is the test for whether the industry treats values transparency as a norm or a curiosity.

Q01Why is safety prioritised above helpfulness?
Because helpfulness without safety guardrails produces a model that will help with anything - including things that cause serious harm. The ordering exists because Anthropic concluded (and most safety researchers agree) that an unbounded 'be helpful' objective trained at scale tends to produce specific failure modes that are easier to prevent by constraint than to clean up after.
Q02Does the new constitution mean Claude will refuse more requests?
In some edge cases yes, but the bigger change is HOW Claude responds when there's tension. Instead of opaque refusals, you should see clearer explanations of which priority is in play and what alternative path Claude can offer. For most everyday use - coding, writing, analysis - you'll notice no change.
Q03Where can I read the full constitution?
Anthropic published the full text at anthropic.com/news/claude-new-constitution alongside the announcement. The document itself is around 30-40 pages of prose covering each priority in detail with worked examples of conflicts and how they should resolve. Worth a single read, not light bedtime material.
Q04Are other AI companies publishing their constitutions?
Not at the same level of detail. OpenAI publishes Model Spec documents that cover some of the same ground but with less commitment to behavioural specifics. Google DeepMind, Meta, and other labs have safety / values frameworks but most aren't structured as a hierarchy-of-priorities document a user can reference. Anthropic's approach remains the most transparent in the industry as of 2026.