Claude Code の自動実行モードが本番環境のデフォルトに
本文の状態
日本語全文を表示中
詳細モードで約11分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Blog
Anthropic は Claude Code のデフォルトを「自動モード」に変更し、各アクションを実行前に分類器が評価して潜在的に有害なものをブロックする仕組みを導入した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月8日 04:48
AI深層分析
キーポイント
デフォルト設定の転換と仕組み
Anthropic は Claude Code のデフォルトを「自動モード」に変更し、各アクションを実行前に分類器が評価して潜在的に有害なものをブロックする仕組みを導入した。
速度と安全性のトレードオフ解消
従来の全コマンド承認方式によるボトルネックを解消しつつ、許可チェックを完全省略することによるリスク(プロンプトインジェクションなど)を防ぐ中間解として機能する。
内部評価と外部テストの結果
内部評価では開発者が手動で承認する際よりも危険なアクションを検知する精度が高く、第三者によるレッドチームングでも性能が維持されたと発表した。
生産環境での実証事例
Nuro、Gusto、Garner Health などの企業が自動モードを日常運用の主力として採用し、並列実行時の中断回数を大幅に減らして作業効率を向上させている。
夜間実行による自律的改善
評価指標が明確なタスクでは、エンジニアの勤務時間外にエージェントを起動して継続的な実験と反復が可能になる。
重要な引用
Auto mode closes most of that gap.
In internal evaluations, the classifier caught more dangerous actions than developers did when clicking through permission prompts by hand
Claude works 9x longer between interruptions than under the previous default
"I kicked off an agent at 10 p.m. and it kept running until 5 a.m.—and it gave me three PRs in the morning," Kai said.
編集コメントを表示
編集コメント
Anthropic は、自律型エージェントの普及を阻んでいた「承認疲れ」と「セキュリティ懸念」のジレンマに対し、AI による事前フィルタリングという実用的な解決策を示した。これは単なる機能追加ではなく、開発ワークフローそのものを再定義する重要な転換点となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Claude Code のデフォルト設定が「自動モード」になりました。エージェントが実行しようとするコマンドを一つずつ承認させる代わりに、分類器が各アクションを評価し、危険と判断されたものはブロックします。
自動モードの設計は、頻繁に発生する「速度対安全性」というジレンマへの解決策です。すべてのコマンドを手動で確認すれば人間が監視できますが、セッションが数時間に及んだり並列実行が増えたりすると、その監視自体がボトルネックになります。一方、承認チェックを完全に省略すれば高速化は図れますが、その代わりプロンプトインジェクションやスコープの逸脱、稀に生産環境のリソース削除といった問題が発生するリスクがあります。
自動モードはこのギャップのほとんどを埋めます。内部評価では、開発者が手動で承認ダイアログをクリックして確認する場合よりも、分類器の方が危険なアクションを多く検出しました。また、第三者によるレッドチームテストでもその性能は維持されました。セッションが中断される頻度が減ったため、Claude は以前に比べて 9 倍長く連続して作業できるようになり、これは Claude Code の全ユースケースで確認されています。
自動モードが生産環境でどのように機能しているかを確認するため、Nuro、Gusto、Garner Health のチームに話を聞きました。彼らはなぜ、そしてどうやって自動モードを日常の主力として使い、生産環境における速度と安全性のバランスを取っているのかについて語りました。
Nuro で自律型エージェントを長時間稼働させる
汎用的なレベル 4 の自動運転技術を開発する物理 AI 企業、Nuro は 2025 年後半に Claude Code を採用し、3 月には同社で最も人気のあるエージェント型コーディングツールとなりました。
オートモードの提供以前から、スタッフソフトウェアエンジニアのカイ・ジョウ氏は社内用の代替プロトタイプを開発していました。これは保留中のアクションを小規模モデルに送信し、90% のケースで自動承認する一方、機密性の高い処理は Slack に転送して人間が確認するというフックです。このプロトタイプは、明確な課題への回答となりました。エンジニアたちは承認プロンプトの監視作業を嫌いましたが、セキュリティや法務の観点からすれば、許可プロセスを完全にスキップすることは許容できないリスクでした。オートモードが提供されると、カイはこのサイドプロジェクトを棚上げしました。
現在、カイは自分が書くすべてのコードにオートモードを活用しています。
「常に承認ボタンをクリックし続けるのは嫌だ」とカイは話します。「コーディング作業の 100% にオートモードを使っています。多くの場合、3 つから 4 つのセッションを並行して起動し、必要に応じて確認するだけです。」
例外となるのが他チームに関わる業務です。例えば、Claude Code が代わりにプルリクエストのレビューを行う際も、カイはインタラクティブモードに戻り、各レビューを公開前に自分で確認します。
オートモードも無制限で動作するわけではありません。Nuro は スキル に大きく依存しており、エンジニアは設定において再帰的な削除など最も危険なコマンドを明確に拒否しています。分類器はこのガードレール内で判断を下します。
しかし、より大きなオートモードの活用は、エンジニアが退社した後も継続して作業を実行できる点にあります。具体的には Kai のチームが、自律走行スタックの評価指標をヒルクライムさせる長期間稼働する研究エージェントを、オートモードで動かしています。これは明確な測定可能なシグナルを持つタスクに限定され、エージェントが自ら反復処理を行えるものです。
夜間、エージェントは評価スイートによって検出された偽陰性を分析し、提案書を作成し、実験を実行して結果の改善を継続します。このアプローチは明確な評価方法があるあらゆるタスクに適用可能です。Nuro の別のチームも同様に、特定のバイナリのメモリ使用量を削減する作業で活用しています。指標自体がエージェントに対して、進歩しているのか後退しているのかを伝えるからです。
「先日、午後 10 時にエージェントを開始したところ、朝の 5 時まで稼働し続け、3 つのプルリクエストを作成してくれました」と Kai は語ります。「非常に印象的です。このような負荷処理が可能なのはオートモードだけです。」
Gusto でより迅速かつ安全に PR をリリースする
SMB(中小企業)向けテクノロジー企業のトップランナーである Gusto では、オートモードへの移行は積極的なセキュリティ強化として始まりました。
同社の AI 開発ツールチームで働くマーティン・エムデ氏は、許可申請の疲れがチームの作業速度を低下させているのを長年見てきました。Auto mode(自動モード)を導入したことで、制御やセキュリティを犠牲にすることなく、以前と同じスピードで作業を進められるようになりました。エンジニアリング部門全体での採用が進んだ結果、全体的な権限管理の負担は明らかに減少しています。
マーティン氏は 12 月以来、Claude Code のセッションを 2,425 回開始しており、その日常運用では Auto mode をメインで活用しています。以前はフォルダへのアクセス承認待ちで停滞していた他リポジロ間の作業も、今では途切れることなく実行可能です。また、GitHub、Slack、Jira から日々のノートを集めるような非同期ジョブも、手動を介さずに自動で稼働しています。
同チームの分析によると、2026 年 5 月中旬以降のセッション記録のうち、約 10% で Auto mode の拒否判定が発生しました。これは、分類モデルが正当なタスクを妨げることなく、実際に機能していることを示す証拠です。
「Auto mode は、スピードと制御の間に安全なバランスをもたらしてくれました」とマーティン氏は語ります。「繰り返しの手動確認を排除し、安全性を損なうことなく生産性を向上させることができました。Auto mode が適切なタイミングでブロックを行う様子を確認できるため、私たちは迅速に動き出すことに自信を持っています。」
Gusto の AIT クラウドエンジニアリングチームに所属する Chad Kunsman 氏は、別の視点から同じ結論に至りました。Chad の業務——エンドポイントの調査、ログ監査、コネクタ管理、MCP サーバー群全体でのドキュメント取り込みなど——は、一夜を徹するマラソンではなく、20 分程度の短いバーストで完結します。彼は実行時間を長くすることを目指していたのではなく、悪意のあるプロンプトやプロンプトインジェクションが漏れ出すリスクを避けつつ、手動での権限承認をスキップできる「手放し」なペースを実現したかったのです。
"プロンプトインジェクションに対する防御機能と、実行内容がユーザーの指示に合致しているかを検証する仕組みを考慮すれば、これは権限の無効化よりも優れており、権限確認のプロンプトよりもはるかに高速です」と Chad は語ります。
稀に分類器が介入した際も、Chad によればその判断は的確でした。「制止されたときは理由が明確で納得できました。私の元の指示から逸れ始めていたのを検知し、チェックインしてくれたのです。全く的外れな判断ではありませんでした」
ただし、最も機密性の高い作業では Chad は依然として自動モードをオフにします。セッションが Terraform や AWS といった生産環境の基盤、あるいは生きている API への直接 POST リクエストなど、実害を伴うリスクを抱える場合です。その際は編集承認モードに切り替え、各ツール呼び出しを手動で検証します。「節約できる時間と、それが起こりうるミスの規模、そしてその失敗がもたらす壊滅的な影響のバランスを天秤にかける必要があります」と Chad は指摘します。「最終的に責任を負うのはあなた自身です」
この判断は、より広範な多層防御の枠組みの中で行われます。Gusto は MCP トラフィックを管理されたプロキシレイヤーを経由してルーティングしており、ツールガードとプロンプト検査が機能しています。これにより、エージェントは自動モードが作動する前に、厳格にスコープが限定された権限で作業を行います。
Garner Health におけるソフトウェア開発ライフサイクル(SDLC)の加速
ヘルステック企業である Garner Health は、2 月に Claude Code を全社 550 名の全機能へ導入しました。このツールは Salesforce、Zendesk、Snowflake などの中核システムと連携しており、従業員には週に約 2 時間、業務の中で最も反復的な部分を自動化するよう推奨されています。
自動モード導入前、この規模の運用には多大なオーバーヘッドが伴いました。Garner のプラットフォームエンジニアリングマネージャーである Evan Magnussen は、権限管理について「承認されたコマンドリストを手作業で選定し、パイプラインされたコマンドが拒否されるのを監視する」という退屈なサイクルだと説明しています。
現在では、Evan と彼の同僚の多くは、コードベースのリサーチから MCP を介した外部連携の管理まで、すべてのセッションで自動モードを活用しています。
「私たちは、エンジニア組織全体に標準化されたソフトウェア開発ライフサイクルを構築しました。これは本当に、自動モードのおかげで可能になったことです」と Evan は語ります。「従業員にとっては大きな負担が軽減されました。もはやエージェントを何時間も監視し続ける必要はありません。」
このライフサイクルは、標準化されたスキルをプラグインとして実行する仕組みです。エージェントがタスクを引き受け、アクセス可能なコンテキストを検索し、関連ファイルにリポジトリへコミットします。その後、エバン氏が「敵対的調査」と呼ぶプロセスを実行して自身の仮説を圧力テストし、実装フェーズへと移行します。必要に応じて人間からの介入を受け入れるまで待機しますが、それはエージェントが独自に見つけられないコンテキストが必要な場合に限られます。エバン氏によると、このようにリサーチに重点を置く段階は、自動モード以前には実現不可能でした。
初期設定では、分類器の調整はほとんど不要です。エバン氏の唯一の変更点は、Nuro のカイ氏が行ったものと同様のものです。具体的には、Slack メッセージやメールの送信など、他者とのコミュニケーションを行うアクションを自動承認しないよう、自動モードを設定しました。
「私は、自分が他人とやり取りしている際に、Claude が代わりに行動することを個人的に好まない」とエバン氏は語ります。コアな知的財産に取り組むチーム、つまり自動モード導入前の許可スキップに対して最も懐疑的な立場のチームは、作業内容に応じて分類器に注入するプロンプトを調整し、より厳格またはより寛容な設定へとカスタマイズしました。
他の企業がこれを展開する際のアドバイスは、積極的に取り組み、適切な制御手段を整備してエンジニアを権限付与しつつ、安全なデプロイを保証することです。「もし『各自が独自のワークフローを作成せよ』と宣言し、テレメトリ(監視データ)を持たなければ、それは非常に危険だ」とエバン氏は指摘します。「しかし、私たちはテレメトリを持っており、比較的標準的なワークフローを構築しているため、はるかに高い信頼性を持っています」
*Claude Code での *[*auto mode *](https://code.claude.com/docs/en/auto-mode-config)の導入を開始しましょう。
原文を表示
Auto mode is now the default setting in Claude Code. Instead of asking you to approve every command an agent wants to run, a classifier evaluates each action and blocks ones that look potentially harmful.
Auto mode’s design resolves a common agentic coding tradeoff: speed vs. safety. Reviewing every command keeps a human in the loop, but once sessions stretch to hours or multiply in parallel, that oversight becomes the bottleneck. Skipping permission checks entirely is faster—and it’s also how prompt injection, scope drift, and the occasional deleted production resource get through.
Auto mode closes most of that gap. In internal evaluations, the classifier caught more dangerous actions than developers did when clicking through permission prompts by hand, and its performance held up under third-party red-teaming. And because sessions pause less often, Claude works 9x longer between interruptions than under the previous default—across all Claude Code usage.
To see how auto mode holds up in production, we spoke with teams at Nuro, Gusto, and Garner Health about how and why they use auto mode as their daily driver to balance speed with safety in their production environments.
Powering longer running autonomous agents at Nuro
Nuro, the physical AI company developing universal Level 4 autonomous driving technology, adopted Claude Code in late 2025, and by March it was the most popular agentic coding tool at the company.
Before auto mode shipped, staff software engineer Kai Zhou had already started prototyping an internal stand-in: a hook that sent each pending action to a small model, auto-approved the routine 90 percent of the time, and routed anything sensitive to Slack for a human to review. The prototype answered a real tension: engineers hated babysitting approval prompts, but from a company security and legal standpoint, skipping permissions outright was too dangerous to sanction. When auto mode shipped, Kai shelved the side project.
Today, Kai runs auto mode for everything he writes.
"I don't want to sit there and click approve all the time," said Kai. "I use auto mode for 100 percent of my coding work. Most of the time, I open three or four sessions running auto mode in parallel and just check in when I need to.”
The exception is work that touches other teams. For instance, when Claude Code reviews a Pull Request on his behalf, Kai switches back to interactive mode and reviews each one before it goes out.
Auto mode doesn’t run unconstrained, either. Nuro leans heavily on skills, and engineers deny the most dangerous commands, like recursive deletes, outright in their settings. The classifier makes its judgment calls inside those guardrails.
The bigger auto mode unlock, however, has been the ability to kick off work that keeps running after engineers are done for the day. Specifically, Kai’s team uses auto mode to power long-running research agents that hill-climb the evaluation metrics behind its autonomous-driving stack: tasks with a clear, measurable signal an agent can iterate against on its own.
Overnight, an agent can study false negatives flagged by the evaluation suite, draft a proposal, run experiments, and keep iterating on the results. The approach extends to any task with a clear evaluation method—another team at Nuro uses it to shrink the memory footprint of a specific binary—because the metric itself tells the agent whether it’s improving or regressing.
"The other day, I kicked off an agent at 10 p.m. and it kept running until 5 a.m.—and it gave me three PRs in the morning," Kai said. "I think it's pretty impressive. Only auto mode enables this kind of workload."
Shipping PRs faster and safer at Gusto
At Gusto, a leading SMB technology company, the move to auto mode started as a proactive security upgrade.
Martin Emde, who works on the company's AI Dev Tools team, had watched permission fatigue slow the team down. Auto mode gave them the same velocity without sacrificing control or security, and since adoption took hold across engineering, the overall permissions burden has noticeably declined.
Martin has kicked off 2,425 Claude Code sessions since December, with auto mode as his daily driver. Cross-repo work that used to stall on folder-access approvals now runs uninterrupted, and unattended jobs, like compiling daily notes from GitHub, Slack, and Jira, run on their own. In his team’s own analysis, roughly 10% of session transcripts since mid-May 2026 included an auto mode denial, evidence the classifier is doing real work without dragging on legitimate tasks.
“Auto mode gave us a safer balance between speed and control," Martin said. "We were able to remove the repeated prompts and increase productivity without compromising safety. We can see that auto mode blocks at the right time, which gives us the confidence to move quickly."
Chad Kunsman, a member of Gusto’s AIT Cloud Engineering team, came to the same conclusion from the other direction. His work—endpoint investigations, log audits, connector management, doc ingestion across a stack of MCP servers—runs in short, twenty-minute bursts rather than overnight marathons. He wasn't looking for longer runs; he wanted the hands-off pace of bypass permissions without the exposure of a bad prompt, or a prompt injection, slipping through.
"Given the protection against prompt injection, and the way it checks that what you're doing actually lines up with what you asked for, it's the better choice than bypass permissions and far faster than permission prompts," said Chad.
On the rare occasions the classifier does step in, Chad says it's on the mark. "When it stopped me, it made sense and explained why. It was drifting from what I'd originally asked, and it checked in. It wasn't off base at all."
Chad still steps out of auto mode for his most sensitive work. When a session has its teeth into production infrastructure—Terraform, AWS, direct POST calls against live APIs—he switches to accept edits and verifies each tool call by hand. “You have to weigh the amount of time you’re saving against what it could reasonably make a mistake on, and how catastrophic that would be,” he said. “Ultimately, you’re still responsible for what happens.”
That judgment operates inside a broader defense-in-depth setup: Gusto routes its MCP traffic through a governed proxy layer with tool guards and prompt inspection, so agents work with tightly scoped permissions before auto mode ever weighs in.
Accelerating the software development lifecycle (SDLC) at Garner Health
Garner Health, the healthcare technology company, rolled out Claude Code in February to all 550 employees across every function. The tool is wired into all the core systems including Salesforce, Zendesk, and Snowflake, and employees are encouraged to spend about two hours a week automating the most repeatable parts of their job.
Before auto mode, that scale came with overhead. Evan Magnussen, Garner's platform engineering manager, describes permission management as a tedious cycle of hand-curating approved command lists and watching piped commands get rejected.
Today, Evan and most of his colleagues use auto mode in every session, from researching the codebase to managing external integrations through MCP.
“We've built out a standardized software development lifecycle for the entire engineering organization that is really only possible because of auto mode,” Evan said. “Employees view it as a weight off their shoulders. They don’t have to monitor their agents for hours on end anymore."
That lifecycle runs as a plugin of standardized skills. An agent picks up a task, explores the context it has access to, commits context files to the repository, runs what Evan calls “antagonistic research” to pressure-test its own assumptions, and then moves on to implementation—pausing for a human only when it needs context it can’t find on its own. The research-heavy stages, Evan notes, weren’t possible before auto mode.
Out of the box, the classifier has needed little tuning. Evan’s one adjustment mirrors Kai’s at Nuro: he configured auto mode not to approve actions that communicate with other people, like sending Slack messages or emails.
“I personally don’t like Claude to just act on my behalf when I’m communicating with another person,” he said. Teams working on core intellectual property—the most skeptical of skipping permissions before auto mode—learned to tune the classifier’s injected prompts to be more or less permissive for their work.
His advice for other enterprises rolling it out? Lean in and build the right controls so that you can empower engineers while ensuring safe deployment. “If we were to say, everyone go build your own workflows, and we have no telemetry, that would be very dangerous,” Evan said. “Because we have the telemetry, because we’ve built out workflows that are relatively standard, we have much more confidence.”
*Get started with *auto modein Claude Code.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み