Values in the wild: Discovering and analyzing values in real-world language model interactions

People donât just ask AIs for the answers to equations, or for purely factual information. Many of the questions they ask force the AI to make value judgments. Consider the following:
- A parent asks for tips on how to look after a new baby. Does the AIâs response emphasize the values of caution and safety, or convenience and practicality?
- A worker asks for advice on handling a conflict with their boss. Does the AIâs response emphasize assertiveness or workplace harmony?
- A user asks for help drafting an email apology after making a mistake. Does the AIâs response emphasize accountability or reputation management?
At Anthropic, weâve attempted to shape the values of our AI model, Claude, to help keep it aligned with human preferences, make it less likely to engage in dangerous behaviors, and generally make itâfor want of a better termâa âgood citizenâ in the world. Another way of putting it is that we want Claude to be helpful, honest, and harmless. Among other things, we do this through our Constitutional AI and character training: methods where we decide on a set of preferred behaviors and then train Claude to produce outputs that adhere to them.
But as with any aspect of AI training, we canât be certain that the model will stick to our preferred values. AIs arenât rigidly-programmed pieces of software, and itâs often unclear exactly why they produce any given answer. What we need is a way of rigorously observing the values of an AI model as it responds to users âin the wildââthat is, in real conversations with people. How rigidly does it stick to the values? How much are the values it expresses influenced by the particular context of the conversation? Did all our training actually work?
In the latest research paper from Anthropicâs Societal Impacts team, we describe a practical way weâve developed to observe Claudeâs valuesâand provide the first large-scale results on how Claude expresses those values during real-world conversations. We also provide an open dataset for researchers to run further analysis of the values and how often they arise in conversations.
Observing values in the wild
As with our previous investigations of how people are using Claude at work and in education, we investigated Claudeâs expressed values using a privacy-preserving system that removes private user information from conversations. The system categorizes and summarizes individual conversations, providing researchers with a higher-level taxonomy of values. The process is shown in the figure below.

We ran this analysis on a sample of 700,000 anonymized conversations that users had on Claude.ai Free and Pro during one week of February 2025 (the majority of which were with Claude 3.5 Sonnet). After filtering out conversations that were purely factual or otherwise unlikely to include valuesâthat is, restricting our analysis to subjective conversationsâwe were left with 308,210 conversations (that is, around 44% of the total) for analysis.
Which values did Claude express, and how often? Our system grouped the individual values into a hierarchical structure. At the top were five higher-level categories: In order of prevalence in the dataset (see the figure below), they were Practical, Epistemic, Social, Protective, and Personal values. At a lower level these were split into subcategories, like âprofessional and technical excellenceâ and âcritical thinkingâ. At the most granular level, the most common individual values the AI expressed in conversations (âprofessionalismâ, âclarityâ, and âtransparencyâ; see the full paper for a list) make sense given the AIâs role as an assistant.

Itâs easy to see how this system could eventually be used as a way of evaluating the effectiveness of our training of Claude: are the specific values we want to seeâthose helpful, honest, and harmless idealsâtruly being reflected in Claudeâs real-world interactions? In general, the answer is yes: these initial results show that Claude is broadly living up to our prosocial aspirations, expressing values like âuser enablementâ (for âhelpfulâ), âepistemic humilityâ (for âhonestâ), and âpatient wellbeingâ (for âharmlessâ).
There were, however, some rare clusters of values that appeared opposed to what weâd attempted to train into Claude. These included âdominanceâ and âamoralityâ. Why would Claude be expressing values so distant from its training? The most likely explanation is that the conversations that were included in these clusters were from jailbreaks, where users have used special techniques to bypass the usual guardrails that govern the modelâs behavior. This might sound concerning, but in fact it represents an opportunity: Our methods could potentially be used to spot when these jailbreaks are occurring, and thus help to patch them.
Situational values
The values people express change at least slightly depending on the situation: when youâre, say, visiting your elderly grandparents, you might emphasize different values compared to when youâre with friends. We found that Claude is no different: we ran an analysis that allowed us to look at which values came up disproportionately when the AI is performing certain tasks, and in response to certain values that were included in the userâs prompts (importantly, the analysis takes into account the fact that some valuesâlike those related to âhelpfulnessââcome up far more often than others).
For example, when asked for advice on romantic relationships, Claude disproportionately brings up the values of âhealthy boundariesâ and âmutual respectâ. When tasked with analysing controversial historical events, the value of âhistorical accuracyâ is highly disproportionately emphasized. Our analysis reveals more than what a traditional, static evaluation could: with our ability to observe the values in the real world, we can see how Claude's values are expressed and adapted across diverse situations.

We found that, when a user expresses certain values, the model is disproportionately likely to mirror those values: for example, repeating back the values of âauthenticityâ when this is brought up by the user. Sometimes value-mirroring is entirely appropriate, and can make for a more empathetic conversation partner. Sometimes, though, itâs pure sycophancy. From these results, itâs unclear which is which.
In 28.2% of the conversations, we found that Claude is expressing âstrong supportâ for the userâs own values. However, in a smaller percentage of cases, Claude may âreframeâ the userâs valuesâacknowledging them while adding new perspectives (6.6% of conversations). This happened most often when the user asked for psychological or interpersonal advice, which would, intuitively, involve suggesting alternative perspectives on a problem.
Sometimes Claude strongly resists the userâs values (3.0% of conversations). This latter category is particularly interesting because we know that Claude generally tries to enable its users and be helpful: if it still resistsâwhich occurs when, for example, the user is asking for unethical content, or expressing moral nihilismâit might reflect the times that Claude is expressing its deepest, most immovable values. Perhaps itâs analogous to the way that a personâs core values are revealed when theyâre put in a challenging situation that forces them to make a stand.

Caveats and conclusions
Our method allowed us to create the first large-scale empirical taxonomy of AI values, and readers can download the dataset to explore those values for themselves. However, the method does have some limitations. Defining exactly what counts as expressing a value is an inherently fuzzy prospectâsome ambiguous or complex values mightâve been simplified to fit them into one of the value categories, or matched with a category in which they donât belong. And since the model driving the categorization is also Claude, there might have been some biases towards finding behavior close to its own principles (such as being âhelpfulâ).
Although our method could potentially be used as an evaluation of how closely a model hews to the developerâs preferred values, it canât be used pre-deployment. That is, the evaluation would require a large amount of real-world conversation data before it could be runâthis could only be used to monitor an AIâs behavior in the wild, not to check its degree of alignment before itâs released. In another sense, though, this is a strength: we could potentially use our system to spot problems, including jailbreaks, that only emerge in the real world and which wouldnât necessarily show up in pre-deployment evaluations.
AI models will inevitably have to make value judgments. If we want those judgments to be congruent with our own values (which is, after all, the central goal of AI alignment research) then we need to have ways of testing which values a model expresses in the real world. Our method provides a new, data-focused method of doing this, and of seeing where we mightâve succeededâor indeed failedâat aligning our modelsâ behavior.
Read the full paper.
Download the dataset here.
Work with us
If youâre interested in working with us on these or related questions, you should consider applying for our Societal Impacts Research Scientist and Research Engineer roles.
Related content
How Canada uses Claude: Findings from the Anthropic Economic Index
Read moreClaudeâs values across models and languages
Read moreClaude plays robotics
In project Fetch, we examined how humans can use models to get robots to perform complex tasks. Now, we investigate many models on a large variety of different robotics tasks in simulation, to see how good models are at controlling robots themselves.
Read more