Auto mode is now the default in Claude Code(claude.com)
276 points by sbehere 12 days ago | 303 comments
tl;dr: Claude Code's "auto mode"—which routes tool calls through a safety classifier instead of prompting users for approval on each action—is becoming the default for Pro, Max, and Team plans on August 14, with classifier token overhead no longer billed. Anthropic claims auto mode outperforms human review in testing: in a 1,053-person study, humans caught 13.6% of dangerous commands while auto mode caught 89%, and users approve 97% of manual permission prompts, suggesting reflexive clickthrough. Enterprise and API users can opt in for now, with default rollout planned within a month.
HN Discussion:
  • Safety should come from external guardrails like sandboxes and VCS, not permission prompts
  • Users want to stay in manual control to guide architecture and catch misalignment early
  • Claude goes off the rails too often for auto mode to be trusted on serious projects
  • Auto mode's classifier works well in practice and is preferable to homegrown solutions
  • Real-world auto mode incidents show the classifier misses dangerous judgment errors