Auto mode is now the default in Claude Code
- AI
- Developer Tools
- Security
- Open Source
Anthropic’s post says Claude Code’s default will switch to auto mode because humans mostly rubber-stamp prompts anyway, and its internal safety classifier blocked dangerous commands more often than paid testers did. That framing did not persuade many people on its own. The sharper read was that prompt-by-prompt approval is already broken by design. The commands are too long, too variable, and too frequent for sustained human review. People either develop approval fatigue and click through reflexively, or they turn on `--dangerously-skip-permissions`, or they move to auto mode because it is at least honest about what is happening.
If you use coding agents seriously, the operative decision is no longer “manual approvals or auto mode.” It is “what sandbox, file access, network access, credentials, and git boundaries do I enforce before the agent starts.”
-
claude.com
- Discuss on HN