Fetching from the wire…
Top 5 · 2026-03-24 · source-backed
If you've used Claude Code for any serious session, you know the drill. Approve. Approve. Approve. Approve. You stop reading the prompts after the fifteenth one. That's the worst possible security outcome, way worse than a well-designed automated check.
Anthropic launched auto mode today, and it's the first permission model for coding agents that actually makes sense. A Sonnet 4.6 classifier reviews every single tool call before execution, blocking destructive actions (mass file deletion, data exfiltration, malicious code execution) while letting safe operations proceed without interruption. It sits between the conservative default permissions and the terrifying --dangerously-skip-permissions flag that I've seen way too many people casually recommend on Reddit.
Simon Willison's analysis breaks down the architecture in detail. The classifier-as-guardrail pattern is the key insight here. You've got a fast, cheap model (Sonnet 4.6) gating every action by a more capable, expensive model (Opus 4.6). The fast model isn't doing the work. It's reviewing the work for safety. This is the same dual-model pattern that's been emerging in production agent systems for months, but Anthropic is the first to ship it as a first-party feature in a coding tool.
The r/ClaudeAI community response was telling. 308 upvotes, 129 comments, and the comment ratio (0.42) was the highest of any Claude Code post today. People are genuinely debating whether classifier reliability is sufficient, whether adversarial prompt injection through tool outputs could bypass it, and whether normalizing reduced human oversight creates a ratchet effect. These are the right questions.
Enable it if you're on Teams plan: claude --enable-auto-mode or Settings > Claude Code > permission mode in VS Code. It adds slight latency and token overhead from the classifier pass. My recommendation: use it in isolated environments (containers, worktrees) for long-running tasks where permission fatigue is a real risk. This pattern will spread. Cursor, Codex, and Windsurf all face the same UX friction. Expect copycat implementations within weeks.
Each link below shares sources, entities, or timing with this story.
Cursor uses Opus / Shared entities / Same source domain / Shared topic / What happened next / Tension
Linked by a graph relationship (Cursor uses Opus); both cover Anthropic, Claude Code, Opus, People; reported by the same outlet (reddit.com, simonwillison.net).
OpenCode competes with Cursor / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (OpenCode competes with Cursor); both cover Anthropic, Claude Code, ClaudeAI, Codex; reported by the same outlet (reddit.com, simonwillison.net).
Uber uses Cursor / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Uber uses Cursor); both cover Claude Code, ClaudeAI, Cursor, Opus; reported by the same outlet (reddit.com).
Cursor uses Opus / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Cursor uses Opus); both cover Claude Code, Cursor, Expect, Opus; overlapping topics (action, agent, approve, classifier, claude).
Cursor uses MCP / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Cursor uses MCP); both cover Anthropic, Claude Code, ClaudeAI, People; reported by the same outlet (reddit.com).
Cursor uses Fable / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Cursor uses Fable); both cover Anthropic, Claude Code, ClaudeAI, Opus; reported by the same outlet (claude.com, reddit.com).
Cursor benchmarked against Codex / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Cursor benchmarked against Codex); both cover Anthropic, Claude Code, Codex, Cursor; overlapping topics (agent, claude, code, coding, tool).
Cursor benchmarked against Windsurf / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Cursor benchmarked against Windsurf); both cover Anthropic, Claude Code, Codex, Cursor; overlapping topics (code, coding, model).