Fetching from the wire…
Top 5 · 2026-09-25 · source-backed
Anthropic announced through its ClaudeDevs account on September 24 that it will again charge for requests its classifiers block before Claude answers, in three categories: biology, distillation, and frontier LLM development. The stated reason is "coordinated attacks on our systems in recent weeks." Anthropic says the classifiers run below a 0.1% false-positive rate, and that 99.7% of Claude Code, Claude.ai and Cowork accounts hit none of the billable blocks in testing. (AlphaSignal coverage)
Same day, an r/ClaudeAI thread listed prompts that tripped "This model's safeguards flagged this message" on Opus 5.5: comparing USD against Hilton points, Amex transfer partners, a yen conversion, a pan mee recipe. The moderator summary after 30 comments says the thread's consensus is that the classifier is too aggressive right now. Scientists reported Opus 5.5 refusing ordinary research work earlier this week too.
I want to be careful here because two claims are getting conflated. Anthropic's sub-0.1% figure is about the three billable categories, and the noodle recipe is a different classifier producing a different refusal. Those are not the same measurement, and the Reddit list is anecdote, not a rate. Anthropic has not said how it handles refunds for a wrong block, which is the gap I'd want closed before I felt fine about this.
What I'd do with it, concretely: instrument stop_reason and count refusal as its own bucket in whatever telemetry you keep on model calls. Not as an error, as a category. If that count is non-zero and growing on a workload you believe is benign, you now have a billing exposure and a reliability problem in the same number. Claude Code 2.1.282, released to npm September 24 at 15:56 UTC, added the other half: when the summarization request during compaction gets refused, compaction retries on a fallback model instead of failing the turn. (changelog) Wire that fallback before it shows up on an invoice.
The same release has a permission bug that's more interesting than it looks. Bash allow rules with a mid-pattern :*, the shape Bash(git:* push), were silently skipped when they came from settings files, though --allowedTools honored them. They apply from every source now, with a startup warning explaining how matching works. So a rule you wrote months ago in settings.json may have never matched anything, and after upgrading, it matches. Go read your allow list before you run the next unattended session. That release also stops repository, user and --add-dir skills from pre-approving their own tools through allowed-tools when allowManagedPermissionRulesOnly is set, which closes a path where a cloned repo's skill grants itself permissions.
Each link below shares sources, entities, or timing with this story.
Go update. Then go read your sandbox.excludedCommands configuration, because it probably means something different than you thought it did. The bug: a single glob in sandbox.excludedCommands exempted an entire compound Bash command from the sandbox if any one segment matched....
Anthropic released Claude Fable 5.1 on September 1. Claude Code v2.1.257 made it the default Fable model at 17:53 UTC that day, with a 1M-token context window, $10 per million input tokens, $50 per million output, and $0.25 per million on cache reads (claude-code CHANGELOG). B...
For a month, Claude Code users were convinced the model had been "nerfed." Forums lit up. Conspiracy theories multiplied. People switched tools. Then on April 23, Anthropic did something unusual: they published a detailed post-mortem that named three specific bugs with exact d...
Anthropic made Claude Code cloud sessions generally available on September 23 (AlphaSignal). Sessions run on Anthropic-hosted VMs, so a task continues after you close the laptop, and each session works on its own git branch. Start one from claude.ai/code, the mobile Code tab,...
43.3% on Frontier-Bench v0.1. Opus 4.8 scored 18.7%. That's not an incremental bump, that's the same benchmark with a different shape of answer. Anthropic released Claude Opus 5 on July 24 at $5/$25 per million input/output tokens, exactly half of Fable 5's $10/$50, while matc...
Go rotate a key. I'll wait. Claude Code 2.1.246, released August 25, lists this in its changelog: a fix for "telemetry and metrics requests to Anthropic carrying the API key configured for a third-party gateway (ANTHROPIC_BASE_URL); a credential is now only sent to its own hos...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.