← Google News

Anthropic Tightens Opus 4.7 Acceptable Use Filters - Let's Data Science

Google News · April 23, 2026

Detailed Analysis

Anthropic's release of Claude Opus 4.7 in mid-April 2026 introduced significantly tightened Acceptable Use Policy (AUP) classifiers embedded directly into the model's inference path, targeting high-risk cybersecurity and abuse-related requests. The changes represent a deliberate architectural shift rather than a surface-level policy update — the safeguards operate within the model itself, meaning enforcement is more granular and less easily circumvented than prior prompt-layer filters. While the intent is to prevent misuse in areas such as exploit development and malicious code generation, the practical consequence has been a notable surge in false positives, with legitimate developer workflows in tools like Claude Code and Cursor being unexpectedly blocked. GitHub issue trackers and developer forums have documented a sharp rise in refusal complaints since the model's launch, including cases where pre-approved exemptions failed to propagate correctly to the API layer, compounding frustration among professional users.

The Opus 4.7 release is also notable for what it signals about Anthropic's broader model roadmap. The company has positioned Opus 4.7 explicitly as a safety testbed for its forthcoming Mythos-class models, which are being withheld from general release under Project Glasswing due to assessed cybersecurity risks. The CyberGym benchmark scores reflect this tension directly: Opus 4.7 scores 73.1%, slightly below Opus 4.6's 73.8%, and substantially below Mythos Preview's 83.1% — a gap that appears intentional, representing a deliberate reduction in raw cyber capabilities to make the model safer at scale. Anthropic has established the Cyber Verification Program to grant exemptions to vetted professionals in vulnerability research, penetration testing, and red-teaming, though reports suggest the exemption pipeline itself has been inconsistent at launch.

Beyond the safety changes, Opus 4.7 delivers meaningful technical improvements that distinguish it from its predecessor. It outperforms Opus 4.6 on three previously failed TBench tasks, leads on Qodo code review precision benchmarks, and introduces a new `xhigh` effort level that optimizes reasoning-latency tradeoffs — now set as the default in Claude Code. An updated tokenizer generating 1.0–1.35× more tokens per request, combined with increased thinking at higher effort levels, raises output token usage noticeably, a factor developers integrating the model at scale will need to account for in cost modeling. The model retains the same 1M token context window and 128k output limit as Opus 4.6, and carries the model ID `claude-opus-4-7`.

The developer backlash against Opus 4.7's over-refusal problem reflects a fundamental tension that has become increasingly visible across the AI industry: as frontier models grow more capable, the classifiers designed to limit misuse tend to widen their blast radius, catching legitimate use cases in proximity to prohibited ones. Anthropic's approach of embedding classifiers at the inference level — rather than at the API gateway or application layer — prioritizes consistency and resistance to jailbreaking, but sacrifices the flexibility that developers in security-adjacent fields depend on. The calls for better observability tools from affected users are significant; without clear, structured error signals explaining why a specific prompt was flagged, developers cannot reliably adapt their workflows or distinguish genuine policy violations from classifier errors. Until Anthropic's exemption pipeline matures and false positive rates stabilize, the practical mitigations remain blunt: downgrading to Opus 4.6 or Sonnet, restructuring prompts to minimize risk-adjacent phrasing, or building retry logic with human review gates.

The Opus 4.7 situation illustrates a maturing phase in AI deployment where safety infrastructure is being stress-tested against real-world professional use cases at scale, rather than adversarial benchmarks alone. Anthropic's explicit framing of the model as a testbed — rather than a production-optimized release — suggests the company views the current friction as acceptable data collection toward more refined classifiers for the Mythos generation. Whether the developer community shares that tolerance will depend heavily on how quickly Anthropic iterates on exemption propagation, false positive reduction, and the transparency tooling that contextualizes refusals. The broader industry is watching: how Anthropic navigates the usability-safety tradeoff in Opus 4.7 is likely to shape norms for how safety-first labs communicate capability restrictions to professional users going forward.

Read original article →