Claude Code、8 月 14 日より自動モードをデフォルトに
本文の状態
日本語全文を表示中
詳細モードで約7分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
The New Stack AI
Anthropic は、人間の許可判断の限界を理由に Claude Code のデフォルト動作を「自動モード」へ変更し、危険なコマンドをブロックする新機能を Pro・Max・Team ユーザー向けに導入した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月8日 07:06
AI深層分析
キーポイント
デフォルト設定の転換と背景
Anthropic は、人間が頻繁な許可プロンプトに対して反射的に承認する傾向(97%)があるという調査結果に基づき、8 月 14 日より Pro・Max・Team ユーザー向けに自動モードをデフォルト設定とした。
人間と AI の検知精度の比較
1,000 人以上のテスト結果により、人間の危険コマンド検出率は 13.6% に留まる一方、自動モードでは 89% を達成し、長時間のセッションでは人間の検出率がさらに低下することが示された。
ハードデンials とセキュリティ強化
データ流出や機密情報の外部送信を許可しない「ハードデニー」機能が導入され、組織は独自の禁止ルールを追加できるほか、連続ブロック時には自動的に手動承認モードへ切り替わる安全装置も備わっている。
機密データと破壊的コマンドの保護強化
シークレットや機密データのアクセスルールが明確化され、git push の先方が公開・非公開かチェックされる。また、git reset --hard などの破壊的コマンド実行前に未コミット作業を確認し、プロンプトインジェクションを検知して警告する機能も追加された。
第三者による攻撃防止テストの結果
Anthropic の自動モードは 720 件の攻撃をすべて阻止したが、競合他社の GPT-5.6 Sol in Codex はフルアクセスで 19%、自動レビューモードでも約 6% の攻撃が通過した。
重要な引用
While most prompts are likely for safe, routine commands, an approval rate that high suggests many users are clicking through reflexively rather than reviewing each command
humans only caught 13.6% of dangerous commands, while Claude Code in auto mode caught 89%
After three consecutive blocks, or twenty in a single session, auto mode hands control back to the user and reverts to manual approvals
Anthropic is also taking this chance to compare itself with its biggest competitor, OpenAI.
編集コメントを表示
編集コメント
人間の判断が疲弊してセキュリティリスクを高めるという逆説的な状況を、AI が自律的に解決するケーススタディとして注目される。特に機密情報の流出を防ぐための「ハードデニー」機能は、実務環境での導入における安心感を大きく向上させる要素である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Claude Code の初期段階では、コーディングエージェントが行うすべての操作に承認を与えるか、あるいは完全に任せるかの二者択一を迫られることが多く、前者は非常に煩わしく、後者は極めて危険でした。
今年初め、Anthropic は「自動モード」を導入しました。これは別の分類モデルを用いて、Claude が「人間による介入が必要なほど危険な状況かどうか」を判断できるようにする機能です。
8 月 14 日から、この自動モードが Pro、Max、Team ユーザーにとっての新しいデフォルト設定となります(Enterprise ユーザー向けや Claude API、クラウドプラットフォームでは引き続きオプトイン方式ですが、これらへのデフォルト展開は来月中に予定されています)。その理由は明らかです。人間は頻繁に承認を求められると、あまりうまく機能しないからです。
97% の問題
Anthropic 自身の研究結果が示す通り、現在ユーザーは許可プロンプトの 97% に承認しています。
「多くのプロンプトは安全で日常的なコマンドである可能性が高いですが、この高い承認率を見ると、多くのユーザーが各コマンドを精査するのではなく、反射的にクリックしていることが伺えます」と Anthropic は指摘しています。
image 出典:Anthropic
1,000 人以上のテスターと協力して行われた調査では、人間が危険なコマンドを検知できたのはわずか 13.6% である一方、自動モードでの Claude Code は 89% を検知したことがわかりました。
セッションが長引くほど、人間のテスターのパフォーマンスは低下しました。50 回のプロンプトの後では、危険なコマンドの発見率は 5% まで落ち込みました(Anthropic が長時間のセッション中にテスターにコーヒーを提供していたかどうかは不明ですが)。
実は、人間は許可を求められると、あまりうまく機能しないことがわかっています。テストでは 50 回もプロンプトを出したにもかかわらず、危険なコマンドを検出できたのはわずか 5% でした。
Anthropic は、許可を求めるプロンプトが減れば、ユーザーは残りのプロンプトに対してより時間をかけて読み込み、評価できるようになると主張しています。
実際には、分類器がコマンドを危険と判定した場合、自動モードでは許可を求めずにブロックします。その後、Claude は同じタスクを安全に実行できる別の方法を模索するか、またはユーザーから明示的な承認を得るために再度連絡を取ります。
また、フォールバック機能も用意されています。3 回連続でブロックされた場合、あるいは 1 セッション中に 20 回のブロックが発生した場合、自動モードは制御をユーザーに戻し、手動での承認方式に切り替わります。
Anthropic が指摘するように、エージェントが長時間稼働することが多くなった現在、自動モードを使えば、何時間も待機するだけで終わるような作業をせずに、数時間にわたるタスクを実行するのがはるかに容易になります。
自動モードの強化
今回のリリースに先立ち、Anthropic は自動モードの堅牢化にも時間を割きました。
最も重要な変更の一つが「ハードブロック(強制的な拒否)」です。Anthropic によると、この分類器はデータ漏洩、例えばコードやシークレットを外部宛先に送信する行為については、決して承認しないように設計されています。そのようなアクションを実行するには、開発者は自動モードから切り替えるか、自分でコマンドを実行する必要があります。
組織側も、ユーザーが要求しても絶対に許可したくないアクションに対して、独自のハードブロックルールを追加できます。
シークレットや機密データへのアクセス・共有方法について、分類器が明示的なルールを持つようになりました。これにより、git push やプルリクエストの実行前に、その宛先が公開・非公開のどちらか、あるいは信頼できる場所かどうかを判定できるようになっています。同じ操作でも、どこに到達するかによって単なる日常業務になるか、データ漏洩になるかが決まるからです。
さらに、分類器は git reset --hard といった破壊的なコマンドを実行する前にリポジトリの git ステータスも確認します。これにより、自動モード(Auto Mode)が破棄されようとしている未コミット作業を把握できるようになりました。また、API 側で Claude がウェブページやファイル、ツール出力から取得したコンテンツを検査し、プロンプトインジェクション攻撃がないかスクリーニングしています。不審な兆候が見つかれば、Claude のコンテキストに警告を追加します。
この取り組みの信頼性を検証するため、Anthropic は Apollo Research と 2 週間のレッドチームングパイロットを実施しました。実際のワークフローに合成された攻撃を仕掛けるテストです。強化前には分類器がこれらの攻撃の 12% を見逃していましたが、強化後では保留されたテストセットにおいてその割合は 7% に低下しました。
Auto mode vs. prompt injections
Anthropic はこの機会を利用して、最大の競合他社である OpenAI と比較も行っています。もちろん、結果が芳しくない場合に行うようなことではありませんが、Anthropic は第三者に委託し、自動モードがプロンプトインジェクション攻撃を防止する能力がどの程度あるかをテストさせました。
Trajectory Labs の調査によると、Anthropic のモデルを自動モードで運用した場合、同社が試行した 720 件の攻撃のうち、1 件も突破されませんでした。さらに、権限制限を完全に無効にした状況でも、Claude Sonnet、Fable、Opus 5 は攻撃のわずか 0.09% を許容するにとどまりました。
一方、OpenAI の GPT-5.6 Sol in Codex では、フルアクセスモード時に全攻撃の 19% が突破され、自動レビューモードでも約 6% が通過していました。
image 画像提供:Anthropic
ただし、Anthropic 自身も注意を促しています。自動モードはあくまでリスクを低減する分類器であり、絶対的な保証ではないからです。本番環境のインフラに対する重大な変更を行う際は、依然として人間の監視(ヒューマン・イン・ザ・ループ)を維持することを推奨しています。
補足:Claude Code セッション間での DM 通信が可能に
権限に関する今回のアップデートに加え、Anthropic は金曜日に新たな機能も発表しました。並行して複数の Claude Code セッションを実行している場合、それら同士が互いにメッセージをやり取りできるようになったのです。これは、関連する課題に取り組む複数のセッション間で、コードの変更内容を共有する必要がある場合に特に有用です。
「別のセッションで再度説明する必要はありません。Claude に指示を出すだけで済みます。送信されるのは要約のみ(履歴やファイルは含まれません)で、相手側のセッションはその要約を受け取って作業を継続します」と Anthropic は X で解説しています。
Claude Code の新機能:セッション間でのメッセージ送受信が可能に
別のセッションで再度説明する必要はありません。Claude に指示を出すだけで、要約(履歴やファイルではなく)が送信され、他のセッションは作業途中から引き継ぎます。
— ClaudeDevs (@ClaudeDevs) 2026年8月7日
「Auto Mode がまもなく Claude Code のデフォルトになる — なぜなら人間は信頼できないからだ」という投稿が、The New Stack で最初に発表されました。
原文を表示
In the early days of Claude Code, it felt like you either had to approve everything the coding agent did — which was incredibly annoying — or give it free rein, which was incredibly dangerous.
Earlier this year, Anthropic introduced auto mode, which uses a separate classifier model to allow Claude to decide when something is so dangerous that human intervention is needed.
Starting August 14, that will become the new default for Pro, Max, and Team users (it remains opt-in for Enterprise users and on the Claude API and cloud platforms for now, with a default rollout there planned within the next month), because, as it turns out, humans don’t do so well when constantly prompted for permissions.
The 97% problem
Indeed, as Anthropic’s own research shows, they currently approve 97% of permission prompts.
“While most prompts are likely for safe, routine commands, an approval rate that high suggests many users are clicking through reflexively rather than reviewing each command,” Anthropic notes.
imageCredit: Anthropic
Working with more than 1,000 testers, the team also found that humans only caught 13.6% of dangerous commands, while Claude Code in auto mode caught 89%.
The longer the sessions continued, the worse the human testers performed. After 50 prompts, the testers only found 5% of dangerous commands (though it’s unclear if Anthropic provided them with coffee during those long sessions).
As it turns out, humans don’t do so well when constantly prompted for permissions: After 50 prompts, the testers only found 5% of dangerous commands.
Anthropic argues that seeing fewer permission prompts means users will spend more time actually reading and evaluating the ones that do come through.
In practice, when the classifier flags a command, auto mode blocks it instead of asking for permission. Claude will then typically look for a safer way to accomplish the same task, or come back to the user for explicit approval.
There’s a fallback, too: After three consecutive blocks, or twenty in a single session, auto mode hands control back to the user and reverts to manual approvals.
As Anthropic also notes, with agents now often working for much longer periods, auto mode makes it far easier to run these multi-hour tasks without having to spend hours doing nothing but botsitting.
Auto mode on hard
Ahead of this launch, Anthropic also spent time hardening auto mode.
The most consequential of these changes are the hard denies. Anthropic says the classifier is designed to never approve data exfiltration, like sending code or secrets to an external destination. To run an action like that, a developer would have to switch out of auto mode or run the command themselves.
Organizations can also add their own hard deny rules for actions they never want allowed, even when a user asks for them.
The classifier now also carries explicit rules for how secrets and confidential data can be accessed and shared.
The classifier now also carries explicit rules for how secrets and confidential data can be accessed and shared, and it checks whether the destination of a git push or pull request is public, private, or trusted before the action runs. The same push, after all, can be routine or an exfiltration depending on where it lands.
In addition, the classifier now sees a repository’s git status before destructive commands like git reset –hard, so auto mode knows what uncommitted work is about to be discarded, and an API-side probe screens content Claude pulls from web pages, files, and tool outputs for prompt injection attempts, adding a warning to Claude’s context when something looks off.
To pressure-test this work, Anthropic ran a two-week red-teaming pilot with Apollo Research, which injected synthetic attacks into real workflows. Before the hardening, the classifier missed 12% of these attacks; afterward, that number dropped to 7% on a held-out test set.
Auto mode vs. prompt injections
Anthropic is also taking this chance to compare itself with its biggest competitor, OpenAI. Of course, the company wouldn’t do this if the results weren’t good, but Anthropic did commission a third party to test how well auto mode fared in preventing prompt injection attacks.
Trajectory Labs found that with Anthropic’s models in auto mode, not a single one of the 720 attacks it tried got through (and even with permissions fully bypassed, Claude Sonnet, Fable, and Opus 5 only let through 0.09% of attacks).
OpenAI’s GPT-5.6 Sol in Codex let 19% of all attacks through in full access mode and just under 6% in its auto-review mode.
imageCredit: Anthropic.
Still, Anthropic itself notes that auto mode is a classifier, not a guarantee — it reduces risk, it doesn’t eliminate it. For high-stakes changes to production infrastructure, the company still recommends keeping a human in the loop.
Bonus: Claude Code sessions can now DM each other
In addition to this permissions update, Anthropic also on Friday announced that if you run parallel Claude Code sessions, they can now talk to each other. That’s especially useful if you have multiple sessions that are working on related problems and they need to tell each other about changes to the code they are working on.
“Instead of having to re-explain yourself in another session, you can now tell Claude to do it. It sends a summary (not your history or files), and the other session picks it up mid-task,” Anthropic explains on X.
New in Claude Code: your sessions can now message each other.
Instead of having to re-explain yourself in another session, you can now tell Claude to do it. It sends a summary (not your history or files), and the other session picks it up mid-task. pic.twitter.com/PtNsfXeQXP
— ClaudeDevs (@ClaudeDevs) August 7, 2026
The post Auto Mode will soon be the default in Claude Code — because humans can’t be trusted appeared first on The New Stack.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み