One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

Claude Code makes "auto mode" the default, running without approval

Anthropic switches its coding agent Claude Code to auto-execution mode by default

어두운 색 상의를 입은 여성이 실내에서 카메라를 바라보고 있다

이미지: X — 프론티어랩

Summary

  • Anthropic announced it has made auto mode the default setting for its coding agent Claude Code
  • Users no longer need to approve every file edit or command execution individually
  • The company released a demo video explaining the criteria used to judge which actions are safe
Video from the source
발표 계정
ClaudeDevs (X)
발표일
2026-08-10
대상 제품
Claude Code (CLI 코딩 에이전트)
핵심 변경
오토 모드가 기본 설정으로 전환
이전 방식
모든 동작마다 사용자 승인 필요
공개 자료
안전성 판단 기준을 보여주는 시연 영상

The days of asking "should I run this?" every time are over

ClaudeDevs, Anthropic's official developer account, recently announced that it has made auto mode the default for Claude Code. Claude Code is an agentic tool that reads, fixes, and executes code on your behalf from terminal commands. Until now, it required a human to click "yes" every time it modified a single file or ran a single command line. Now it proceeds with tasks without that approval step.

The change may look small, but its impact is significant. Anyone who has used the tool knows the familiar scene of approval prompts popping up ten or twenty times just to refactor a few lines of code. Instead of having to look at the screen and click approval every time, the agent now judges for itself and proceeds, leaving the user to simply check the results.

So who decides what's safe?

Removing approval naturally raises a question: who decides which actions are safe to run and which are risky. ClaudeDevs also posted a demo video explaining the criteria behind this judgment. According to the video, Claude Code assesses the risk level of a task itself before executing a command. However, the specific judgment algorithm or the detailed criteria for risk classification cannot be confirmed from the materials released so far.

ItemPrevious approval methodAuto mode (default)
File editingApproval requested every timeProceeds automatically
Command executionApproval requested every timeProceeds automatically after risk assessment
Point of user interventionAt every task unitOnly when necessary

The industry trend toward autonomous coding agents

The coding agent industry has already been moving in this direction. Tools like Cursor and GitHub Copilot have been expanding the scope of automatic execution, and coding-specialized models like Mistral's Devstral series continue to emerge one after another. Approval steps originally served as a safeguard to prevent accidents such as an agent mistakenly deleting a file or running the wrong command. But when approval requests become too frequent, a paradox emerges: people end up staring at the screen constantly, which actually breaks the flow of work. Auto mode reduces this friction, but in exchange shifts the weight of judgment onto the agent.

As the scope of actions an agent decides on its own expands, how transparent and trustworthy that decision-making process is becomes increasingly important. The company's decision to disclose its judgment process through a demo video appears to be a step taken with this concern in mind.

So what actually changes

For developers, the first thing that changes is the pace of work. Without needing to click an approval prompt at every step, they can hand off large-scale refactoring or repetitive tasks to the agent and focus on other work. At the same time, this is also a matter of trust. Until now, the approval process served as the last safety net allowing developers to check the agent's actions one by one — and that safety net is now being removed from the default setting. How far coding agents can be allowed to touch a codebase without human intervention looks set to remain an ongoing test going forward.