Unbiased headlines. Facts, not spin.
Every story is an unbiased news briefing written from 110+ sources across the spectrum — sources linked so you can verify it yourself.
Anthropic Makes Claude Code's Auto Mode the Default Starting August 14

Starting Friday, August 14, Claude Code will stop asking permission for most things it does. Anthropic announced it's making Auto Mode the default permission setting for Pro, Max, and Team subscribers, according to the company's own blog post covered by TechCrunch and 9to5Mac. Enterprise customers are exempt and have to opt in manually.
Here's what changes. Right now, Claude Code stops and asks a human to approve nearly every action it wants to take. Under Auto Mode, it just proceeds, unless a built-in classifier flags the action as "irreversible, destructive, or aimed outside your environment," per Anthropic's announcement. If the classifier blocks something, Claude tries a safer alternative or asks for permission. Get blocked enough times in a row and the whole session reverts to manual approval.
Anthropic's case for the switch rests on one internal study. The company tested Auto Mode against 1,053 paid users and found the classifier caught 89% of harmful actions, while human manual review caught just 13.6%, according to both TechCrunch and 9to5Mac. Worse for the case that humans are the safer option: Anthropic says human catch rates fell to roughly 5% after a person had approved 50 prompts. Approval fatigue is real. Claude Code Head Boris Cherny put it bluntly on X: "The team and I use Auto mode exclusively, and have been for many months. I couldnt imagine going back to permission prompts!"
Anthropic also points to a third-party audit by Trajectory Labs, cited by EGamers.io, which ran Claude Code's Auto Mode through 72 attack scenarios ten times each, 720 attempts total, against Anthropic's current models. Zero succeeded. The same battery against OpenAI's GPT-5.6 Sol running in Codex Auto-Review mode succeeded 5.83% of the time, according to that audit. Anthropic is leaning hard on that comparison. OpenAI reportedly opted out of enabling auto mode by default for its most powerful GPT-5.6 model, a contrast 9to5Mac flagged directly.
The Throughput Number Deserves Scrutiny
Anthropic says teams running Auto Mode at Team and Enterprise tiers ship about 25% more pull requests. That sounds like a productivity win. But EGamers.io raises the obvious catch: that figure measures throughput, not code quality. More pull requests means more code sitting in a review queue, and review is precisely the workload Auto Mode was supposed to reduce for the AI, not shift onto human reviewers downstream.
That's a fair concern, and it's not being addressed head-on in Anthropic's own framing. A company selling a coding agent has an obvious incentive to tout volume metrics. Nobody outside Anthropic has published the classifier's false-positive rate, or a precise definition of what counts as a "dangerous" action, as AI Weekly points out in its own analysis of the rollout. Anthropic is the only entity that's run this study, on its own testers, using its own definitions. Independent replication doesn't exist yet.
Anthropic isn't hiding the limits of the system. "Classifiers cannot eliminate risk," the company states, and it still recommends human review for changes to production infrastructure. That's a real caveat, not boilerplate. Anthropic also shared specific incidents where Auto Mode intervened: it blocked Claude from posting confidential data to a public page internally, and in one long session it killed roughly 2,000 processes that would have interfered with GPU training jobs already running. Concrete examples like that carry more weight than a percentage.
Anthropic Also Has a Financial Stake in the Outcome
Anthropic says it won't charge for the small number of extra tokens the classifier itself burns per tool call. Generous, until you follow the logic through. Auto Mode lets sessions run longer and complete more work without stopping for human sign-off, and longer sessions mean more total tokens consumed, which means more revenue for Anthropic regardless of whether the free classifier tokens are billed. Anthropic says that's not the motivation behind the change. The financial incentive points the same direction either way, a tension EGamers.io raised and one Anthropic hasn't directly rebutted.
The honest tradeoff here is straightforward: fewer interruptions for routine work, but each remaining human intervention now carries more weight, and developers relying on an agent that authors most of the code will find it harder to stay fluent in their own codebase over time. Anthropic is asking millions of developers to accept this tradeoff starting August 14, whether they've read the fine print or not.
Anyone who wants the old manual-approval workflow back needs to pin that setting themselves, as both Anthropic and 9to5Mac note, before the default flips next week. After that, silence from the terminal means the work is already done, not waiting for a yes.
Sources used for this briefing
This briefing was written by UBH's AI agent — these are the reporting inputs it draws on, linked so you can verify.