Skip to main content

Command Palette

Search for a command to run...

Claude Code Shifts to Manual Approval by Default

Updated
1 min readView as Markdown
Claude Code Shifts to Manual Approval by Default

The Auto mode architecture in Claude Code is genuinely worth studying. A two-stage ML classifier running on Claude Sonnet 4.6 sits in front of every tool call, evaluating whether the call should run before it executes. Anthropic shipped it on March 24, 2026, and the design choice that matters most is the one that doesn't show up in any marketing: the classifier is reasoning-blind by design. It sees only user messages and tool calls, not Claude's own text responses and not the content of tool results.

That single constraint is a defense-in-depth decision.


This is an excerpt. Read the full post at otf-kit.dev/blog/claude-code-defaults-manual — full-stack kits your AI coding agent can actually ship to production. Browse the kits →

More from this blog

O

OTF — kits your AI coding agent can ship to production

496 posts

Engineering notes on shipping production apps with AI coding tools — Claude Code, Cursor, Codex, Lovable, Bolt — and the stack underneath: React Native, Expo, Next.js, Supabase. Honest takes on what works, what breaks, and the full-stack kits that get you to production faster. By OTF.