conv.

All stories
TechQuiet 39h · day 2

Anthropic reports elevated errors across multiple Claude models

A status-page incident coincides with commenter reports of overly sensitive safety flags and rumors of an imminent Opus 5.5 launch.

What to know

  • Anthropic's status page logged elevated errors for multiple Claude models overnight into September 22, 2026.
  • Commenters report the errors coincide with, and may be caused by, an imminent Opus 5.5 launch that has been rumored for days.
  • A separate complaint surfaced in the same thread: unusually aggressive 'flagged by safeguards' triggers forcing automatic downgrades from Opus to Sonnet during normal use.
  • Some developers describe routing around the outage by handing off in-progress Claude sessions to other coding agents like Codex.

The dispute Whether the outage stems from load/rollout issues around an imminent Opus 5.5 launch or from an unrelated tightening of safety-filter sensitivity. · positions read across 19 posts and comments

many voices

The outage is likely tied to an imminent Opus 5.5 release, following a pattern of incidents preceding launches.

  • “There are rumors of Opus 5.5 launching on Tuesday so maybe it due to that? Previously as well there have been incidents just before launch.”

    makeavish · Hacker News ↗
some voices

Safety safeguards have become overly sensitive recently, disrupting legitimate work.

  • “I have been getting a lot of stuff "flagged by safeguards" in the last two days... If anyone here works at Anthropic, did you make the safeguards super sensitive recently?”

    tombert · Hacker News ↗
some voices

When Claude is unavailable, workflows can continue by switching to other agents/harnesses without much friction.

  • “I was in the middle of work with Claude could you read the plan and the session "x" in ~/.claude and continue the work" it just completed everything :D”

    mariocesar · Hacker News ↗
some voices

There is irony in an AI touted as replacing developers struggling to maintain basic reliability.

  • “Claude is both on the verge of replacing all software devs and keeping a two 9 SLA”

    theophilus76 · Hacker News ↗

Anthropic Operator of Claude and its status page

How it unfolded 4 developments, newest first · click a bar or a number to jump articlespostscomments

Peak 6 pieces in one hour at Sep 21, 8 PM; 22 pieces over 2 days (1 article · 2 posts · 19 comments) Sep 21, 8 PM — 6 pieces · 1 article · 2 posts · 3 comments — Hacker News 4, Mastodon 1, Newswires 1Sep 21, 9 PM — 5 pieces · 5 comments — Hacker News 5Sep 21, 10 PM — 1 piece · 1 comment — Hacker News 1Sep 21, 11 PM — quietSep 22, 12 AM — 2 pieces · 2 comments — Hacker News 2Sep 22, 1 AM — quietSep 22, 2 AM — quietSep 22, 3 AM — quietSep 22, 4 AM — quietSep 22, 5 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 6 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 7 AM — 3 pieces · 3 comments — Hacker News 3Sep 22, 8 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 9 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 10 AM — quietSep 22, 11 AM — quietSep 22, 12 PM — 1 piece · 1 comment — Hacker News 1Sep 22, 1 PM — quietSep 22, 2 PM — quietSep 22, 3 PM — quietSep 22, 4 PM — quietSep 22, 5 PM — quietSep 22, 6 PM — quietSep 22, 7 PM — quietSep 22, 8 PM — quietSep 22, 9 PM — quietSep 22, 10 PM — quietSep 22, 11 PM — quietYesterday, 12 AM — quietYesterday, 1 AM — quietYesterday, 2 AM — quietYesterday, 3 AM — quietYesterday, 4 AM — quietYesterday, 5 AM — quietYesterday, 6 AM — quietYesterday, 7 AM — quietYesterday, 8 AM — quietYesterday, 9 AM — quietYesterday, 10 AM — quietYesterday, 11 AM — quietYesterday, 12 PM — quietYesterday, 1 PM — quietYesterday, 2 PM — quietYesterday, 3 PM — quietYesterday, 4 PM — quietYesterday, 5 PM — quietYesterday, 6 PM — quietYesterday, 7 PM — quietYesterday, 8 PM — quietYesterday, 9 PM — quietYesterday, 10 PM — quietYesterday, 11 PM — quietToday, 12 AM — quietToday, 1 AM — quietToday, 2 AM — quietToday, 3 AM — quiet 1–4
Sep 22yesterdaynow · 4:47 AM ET
  1. 4

    User reports unusually aggressive safety-filter triggers

    A commenter reported a sharp rise over the prior two days in requests being 'flagged by safeguards,' forcing automatic downgrades from Opus to Sonnet during ordinary reverse-engineering work.

    “I am quite confident that what I'm doing is well within the law... but I can't even use Fable anymore because every time I enable it, it works for about twenty seconds and makes me drop down to Opus 4.8, and often even down to Sonnet.”
    — tombert
    • I don't know if something changed recently, but I have been getting a lot of stuff "flagged by safeguards" in the last two days.I am quite confident that what I'm doing is well within the law, and I'm not even doing any kind of pen-testing stuff, just some basic reverse engineering, but I can't even use Fable anymore because every time I enable…

      tombertHacker News2d agoview on Hacker News ↗
    2 more of the top 3 · 16 posts in this stretch
    • I’m working on a project that makes switching between coding harnesses essentially unnoticeable. It’s particularly useful when I run out of credits on any given dayThe entire platform is skill driven, and based on the premise that state is your local file system. That makes switching harnesses so easyIt’s all open source and has plenty of other…

      jerpintHacker News2d agoview on Hacker News ↗
    • Apologies for the rant, but why do these things constantly hit the front page? It is not interesting, it's not a discussion, and if you are using the models you probably already know.HN is already a waterfall of AI meta conversations and bike-shedding, now we have to discuss service outages about the AI too?Can we talk about stuff people are…

      ehntoHacker News2d agoview on Hacker News ↗
    all of them →
  2. 3

    Users describe workarounds by switching to other coding agents

    Some commenters described routing around the Claude disruption by handing off in-progress work to alternative tools like Codex or custom harness-switching setups.

    “I was in the middle of work with Claude could you read the plan and the session "x" in ~/.claude and continue the work" it just completed everything :D…”
    — mariocesar
    • I'm was closing a day of work and it stopped in the middle of a long plan, I started codex and tell it: "I was in the middle of work with Claude could you read the plan and the session "x" in ~/.claude and continue the work" it just completed everything :D

      mariocesarHacker News2d agoview on Hacker News ↗
    2 posts in this stretch →
  3. 2

    Commenters link outage to rumored Opus 5.5 launch

    Several Hacker News commenters speculated the errors are tied to a rumored imminent release of Opus 5.5, noting that past incidents have preceded major launches.

    “There are rumors of Opus 5.5 launching on Tuesday so maybe it due to that? Previously as well there have been incidents just before launch.”
    — makeavish
    • There are rumors of Opus 5.5 launching on Tuesday so maybe it due to that? Previously as well there have been incidents just before launch.

      makeavishHacker News2d agoview on Hacker News ↗
  4. 1

    Anthropic posts incident for elevated Claude model errors

    Claude's status page reported an incident of elevated errors affecting multiple models, which was picked up and shared on Hacker News and Mastodon.

    1. first by HN Frontpage, 2d ago

What people are saying 12 voices from 1 site · best of 19 · verbatim

Still unanswered
  • Did Anthropic actually increase safeguard sensitivity in the past two days, and if so why?
  • Is the elevated-error incident directly caused by preparations for an Opus 5.5 launch?
  • Does hitting cached-pricing errors during the incident cause users to lose expected cached-price discounts?