Skip to content
DigitalNeuron
Safety & ethics

Anthropic Details Its Framework for Assessing AI Harms

Anthropic said it is sharing an evolving framework that assesses AI harms across five dimensions, complementing its Responsible Scaling Policy.

By DigitalNeuron Desk2 min read

Quick answer

What framework did Anthropic announce for assessing AI harms?

Anthropic said it developed a framework that assesses potential AI harms across five dimensions: physical, psychological, economic, societal and individual autonomy impacts. The company said it uses the framework alongside its Responsible Scaling Policy to inform its Usage Policy, evaluations, detection efforts and enforcement actions, including for computer use and Claude 3.7 Sonnet.

Key takeaways

  • Anthropic shared a framework for assessing AI harms across five dimensions: physical, psychological, economic, societal and individual autonomy impacts.
  • The company said the framework complements its Responsible Scaling Policy, which focuses on catastrophic risks, by addressing a broader range of potential harms.
  • For its computer use capability, Anthropic said it identified risks around financial software and communication tools and responded with stricter enforcement thresholds and a hierarchical summarization technique.
  • Anthropic said applying the framework to Claude 3.7 Sonnet led to a 45% reduction in unnecessary refusals while maintaining safeguards against harmful content.
  • The company described the approach as still evolving and invited outside researchers and policy experts to collaborate.

Anthropic outlines harm-assessment framework

Anthropic said it is sharing its evolving approach to assessing and mitigating a range of potential harms from its AI systems, from catastrophic risks such as biological threats to concerns including child safety, disinformation and fraud.

The company said the framework complements its Responsible Scaling Policy, which it said focuses specifically on catastrophic risks, by taking a broader look at other kinds of impacts. Anthropic described the approach as still evolving and said it is sharing current thinking that will continue to develop.

Five dimensions of harm

Anthropic said it evaluates potential impacts across five baseline dimensions:

  • Physical impacts: effects on bodily health and well-being
  • Psychological impacts: effects on mental health and cognitive functioning
  • Economic impacts: financial consequences and property considerations
  • Societal impacts: effects on communities, institutions and shared systems
  • Individual autonomy impacts: effects on personal decision-making and freedoms

For each dimension, the company said it considers factors including likelihood, scale, affected populations, duration, causality, the technology's contribution to the harm, and the feasibility of mitigation.

Anthropic said it manages risks identified through the framework using a combination of measures: a Usage Policy, evaluations such as red teaming and adversarial testing conducted before and after launch, detection techniques aimed at identifying misuse, and enforcement actions ranging from prompt modifications to account blocking.

Examples cited

Anthropic pointed to two examples of how it applied the framework.

For its computer use capability, which lets models interact with computer interfaces, the company said it examined risks tied to financial software and banking platforms, where it said unauthorized automation could facilitate fraud or manipulation, as well as communication tools that it said could be used for targeted influence operations or phishing. Anthropic said this analysis led it to set more stringent enforcement thresholds and to use hierarchical summarization, an approach it said lets the company detect harms while maintaining its privacy standards.

The company also described work on what it called model response boundaries, covering how models handle requests that fall between clearly harmless and clearly harmful. Anthropic said models trained to be more helpful can lean toward harmful behavior, while models that over-index on harmlessness can refuse to share information even when a request is harmless. With Claude 3.7 Sonnet, the company said it evaluated different types of requests along this spectrum and changed how the model handles ambiguous prompts, favoring safe, helpful responses over refusal. Anthropic said this produced a 45% reduction in unnecessary refusals while maintaining what it described as strong safeguards against harmful content. The company said this kind of analysis also informs where it focuses safety evaluations for groups it identified as potentially at heightened risk, including children, marginalized communities and individuals in crisis.

Still evolving

Anthropic said its approach to understanding and addressing harms is one input into its broader safety strategy and said it expects new challenges to emerge as AI systems become more capable. The company said it invited researchers, policy experts and industry partners to collaborate on the work, pointing to the email address usersafety@anthropic.com for contact.

Source: Anthropic, "Our approach to understanding and addressing AI harms," published April 21, 2025.

Frequently asked questions

What dimensions does Anthropic's harm framework cover?
Anthropic said the framework covers five dimensions: physical, psychological, economic, societal and individual autonomy impacts, with additional factors such as likelihood, scale and affected populations considered for each.
How does this framework relate to Anthropic's Responsible Scaling Policy?
Anthropic said the harms framework complements its Responsible Scaling Policy, which focuses specifically on catastrophic risks, by giving the company a broader way to assess other types of impacts.
What did Anthropic say about Claude 3.7 Sonnet and refusals?
Anthropic said applying the framework to Claude 3.7 Sonnet helped it improve handling of ambiguous prompts, resulting in a 45% reduction in unnecessary refusals while it said strong safeguards against harmful content were maintained.
What tools does Anthropic use to enforce its harm mitigation approach?
Anthropic said it relies on a Usage Policy, pre- and post-launch evaluations including red teaming, misuse detection techniques, and enforcement actions ranging from prompt modifications to account blocking.

Sources

  1. Understanding and addressing AI harms \ AnthropicAnthropic
Tagsanthropicclaudeai-safetyresponsible-scaling-policyharm-assessmentclaude-3.7-sonnet

Related reading

Anthropic details influence operations, fraud and malware misuse of Claude

Anthropic reported that actors used Claude in an influence operation, an effort involving leaked security-camera credentials, a recruitment fraud campaign and malware development. The company said it banned the associated accounts and used conversation-analysis techniques and classifiers to detect, investigate and counter the activity.

2 min read

Anthropic launches $5 million AI wellbeing research grant program

Anthropic launched a $5 million grant program for independent research into AI’s effects on user wellbeing. Selected grantees will receive direct funding, access to Anthropic’s models and technical support while independently developing open-source evaluations. Applications are due September 21, with full-proposal invitations scheduled by October 5.

2 min read

Analysis: prompt injection is a permissions problem, and treating it as a prompt problem is why it keeps working

A language model cannot reliably separate instructions from data, because both arrive as the same token stream. That is an architectural property, not a bug in a particular model, so no system prompt closes it. Defensible deployments treat every input an agent reads as potentially hostile and constrain what the agent is allowed to do: narrow tool scopes, per-session credentials, human approval on irreversible actions, and egress limits that make a successful injection cheap rather than catastrophic.

7 min read