← Back to Home

Claude Latest News

Curated updates on Claude products, API changes, regional policy, and community-reported security trends.

Items are manually curated from official Anthropic announcements and community reports. Links open external sources.

Claude Latest News

Curated updates on Claude products, API changes, regional policy, and community-reported security trends.

  1. API

    Python SDK v1.0 ships with httpx2 migration and legacy API removal

    Anthropic released Python SDK v1.0: the HTTP layer moves from httpx to the maintained httpx2 fork (requires Python 3.10+). Long-deprecated surface is removed, including the legacy Text Completions API, `temperature`/`top_p`/`top_k` on Messages, and the tool runner's client-side `compaction_control`. Async `.with_raw_response` now needs `await response.parse()`. See the v1 migration guide for full breaking changes.

    Source: Anthropic Docs
  2. API

    Computer use, browser use, Files API, and Agent Skills exit beta

    Anthropic graduated four major platform features: computer use (`computer_toolset_20260801`) and a new browser use toolset no longer need beta headers; Files API and Agent Skills (/v1/skills) are GA too. All four work on Fable 5, Mythos 5, Opus 5, and Sonnet 5.

    Source: Anthropic Docs
  3. Policy

    Claude text watermarking rolls out globally for EU AI Act compliance

    New Claude models embed an invisible SynthID-Text watermark in generated text, applied globally (not EU-only). The mark carries no user or org identifiers and adds no extra tokens; older models will receive watermarking over the coming months.

    Source: Anthropic
  4. Product

    Claude Code auto mode becomes default on Pro, Max, and Team plans

    Since Aug 14, new Claude Code sessions on Pro, Max, and Team run in auto mode — a classifier approves routine tool calls instead of prompting. Classifier token overhead is no longer charged on these plans; Enterprise and API access remain opt-in for now.

    Source: Anthropic
  5. API

    Claude Sonnet 5 introductory pricing ($2/$10) made permanent

    Anthropic cancelled the planned Sep 1 increase to $3/$15 per million tokens. Sonnet 5 stays at $2 input / $10 output per MTok as the standard API price.

    Source: Anthropic
  6. Security

    Fable 5 biology safeguards tuned; fallback false positives down ~85%

    Anthropic retuned Fable 5's biology safety classifiers so benign health and education queries trigger fewer fallbacks to Opus 5 — about 85% fewer biology-related fallbacks in testing. Dual-use requests (virology, toxicology, molecular design) still route to the less capable model; trusted-access pathways for frontier biology remain in development.

    Source: Anthropic
  7. API

    Claude Opus 4.1 retired; migrate to Opus 4.8 or Opus 5

    Anthropic ended support for claude-opus-4-1-20250805 after a 60-day deprecation window. API calls to the old model ID now return errors; Opus 4.8 and Opus 5 are the recommended replacements.

    Source: Anthropic Docs
  8. Product

    Anthropic releases Claude Opus 5 as new default on Pro and Max

    Opus 5 targets coding and knowledge work with thinking enabled by default. Available on Claude.ai, Claude Code, and the API at $5/$25 per million tokens — same pricing as Opus 4.8.

    Source: Anthropic