Anthropic's Claude Code Gets 'Safer' Auto Mode — AI Decides Its Own Permissions
Anthropic just made “vibe coding” a lot less nerve-wracking — and a lot more autonomous. The company launched auto mode for Claude Code, now in research preview, giving the AI itself the authority to decide which permissions it needs when executing tasks. It’s a significant philosophical shift: instead of developers choosing between micromanaging every action or recklessly enabling --dangerously-skip-permissions, the model now makes those judgment calls. What Auto Mode Actually Does Auto mode is essentially a smarter, safety-wrapped evolution of Claude Code’s existing dangerously-skip-permissions flag. Before this change, that flag handed all decision-making to the AI with no safety net — any file write, any bash command, no questions asked. That was powerful but obviously risky. ...