Code w/ Claude London 2026:構築方法の再考
Anthropic はロンドンで開催された「Code w/ Claude」イベントで、AI エージェントがコード記述のボトルネックを解消し、アイデアから実行までの距離を劇的に短縮する「計算機のような感覚」の実現に向けた新機能を披露した。
キーポイント
コーディング体験の再定義
Boris Cherny 氏(Claude Code 責任者)が、従来の複雑なツールチェーンから解放され、AI エージェントによって「アイデアを記述するだけでプログラムが実行される」新しいパラダイムへの移行を強調した。
イベントでの実践的デモ
ロンドン開催のイベントでは、Claude Code の基本を超える活用方法や、モデル間の思考予算・努力レベルの最適化に関するワークショップが実施され、開発者への具体的な指導が行われた。
コード記述の制約からの解放
記事は「コーディング自体がもはやボトルネックではない」というメッセージを伝え、AI エージェントが分散システムのような複雑な実装も可能にする未来像を示した。
影響分析・編集コメントを表示
影響分析
この記事は、AI エージェントがソフトウェア開発ワークフローの根幹を変革し、従来のプログラミングの障壁を崩壊させつつあることを示唆しています。開発者の役割が実装から設計・指示へとシフトする中で、Claude Code のようなツールが業界標準となり、ソフトウェア生産性が飛躍的に向上する可能性を示しています。
編集コメント
従来の開発フローを根本から覆す「コーディング不要」の未来が、具体的な製品機能として提示されており、業界全体のパラダイムシフトを象徴する重要な発表です。
ロンドンへの参加ができなかった方へ。基調講演と分科会は現在ライブ配信中です。
- カテゴリ
- 製品Claude CodeClaude Platform
- 日付2026年5月26日
- 読了時間5分
- シェアリンクをコピーhttps://claude.com/blog/code-w-claude-london-2026-rethinking-how-we-build
今週、ロンドンで私たちは Code w/ Claude をヨーロッパに持ち込みました。このイベントは、Claude を構築するチームとの基調講演、分科会、ワークショップに参加するビルダー、開発者、創業者たちを2日間にわたって集めました。

*Claude Code の製品責任者である Cat Wu が、セッションの合間に参加者と会話している様子。* Claude Code の責任者である Boris Cherny は、コーディングにおける「魔法」を初めて感じた瞬間について語ることで 基調講演 を開始しました。彼は中学校時代、数学の宿題やテストを解く TI-83 プログラムを作成し、ポケモンカードの eBay 出品がより良く売れるように HTML を独学で学びました。彼は試行錯誤を通じて学び、何かが動作したときには興奮を覚えたのです。
どこかの時点で、彼はプログラミングが複雑化してしまったと示唆しました。コンパイラ、型チェッカー、ビルドシステムなど、各レイヤーが「アイデアがある」という状態から「それが実行される」までの距離を少しずつ遠ざけていました。しかし、エージェントを使うことで、その距離は再び縮まっています:問題を記述するだけで、プログラムが現れるのです。これは電卓の感覚に似ていますが、電卓が分散システムを書けるようなものです。
Claude Code を使って基礎を超えた活用方法を紹介するワークショップや、モデル全体で「思考予算と努力レベル」を最適化する取り組みを通じて、Anthropic と Spotify、Base44、Legora といった顧客が、すでにこの体験を再び取り戻していることを実演しました。
発表された内容

*Claude Developer Platform のエンジニアリング責任者である Katelyn Lesse 氏と、同プラットフォームのプロダクト責任者である Angela Jiang 氏が、Code w/ Claude London で、当社の新しい Claude Managed Agents(管理型エージェント)機能の一部をデモンストレーションしました。* 本カンファレンスで発表された Claude Managed Agents は、現在、ユーザーが制御するサンドボックス内で動作し、プライベートな Model Context Protocol (MCP) サーバーに接続することが可能になりました。これにより、エージェントがツールを実行する環境と、そのエージェントがアクセスするサービスの両方が、企業の確立された境界線内でのみ実行されるようになります。これらの 2 つの 新機能 は、Claude Platform で利用可能です。
- セルフホスト型サンドボックス(パブリックベータ)。ツール実行は、あなたが設定した環境(自社インフラまたは Cloudflare、Daytona、Modal、Vercel などのマネージドプロバイダ)へ移行し、オーケストレーション、コンテキスト管理、エラー回復を処理するエージェントループは Anthropic のインフラ上に残ります。あなたのネットワークポリシー、監査ログ、セキュリティツールが適用され、ファイルやリポジトリは境界域外に出ず、計算集約型ワークロードの計算サイズとランタイムイメージをあなたが制御できます。
- MCP トンネル(研究プレビュー)。エージェントは、プライベートネットワーク内の MCP サーバーにアクセスしますが、パブリックインターネットに公開されることはありません。デプロイする軽量ゲートウェイが単一のアウトバウンド接続を作成します:インバウンドファイアウォールルール不要、パブリックエンドポイント不要、トラフィックはエンドツーエンドで暗号化されます。MCP トンネルは Managed Agents と Messages API でサポートされており、組織管理者が Claude Console から管理できます。
Amplitude、Clay、Rogo などのチームはすでに、セルフホスト型サンドボックスを備えた Managed Agents で構築を進めています。始めるには、ドキュメント を探索するか、クックブック に従うか、MCP トンネルへのアクセスを リクエスト してください。
見落としがあった場合

*Lisa Crofoot 氏、リサーチプロダクトマネージャーが Code w/ Claude ロンドン基調講演中に登壇しています。* ライブストリームを見逃した方は、基調講演と分科会の録画をご覧ください。
Code w/ Claude は次回の 東京(6 月 5 日〜6 日)へ開催地を移します。1 日目全体分の基調講演と分科会はすべてライブ配信されます。
*当社の講演に触発された技術チュートリアル、ガイド、顧客事例についても、引き続きご注目ください。
見つかったアイテムはありません。
0/5
eBook
image
image
見つかったアイテムはありません。
クロードで組織の運用方法を変革する
開発者向けニュースレターを購読する
プロダクトのアップデート、ハウツー記事、コミュニティ紹介など。毎月あなたのメールボックスにお届けします。
月次の開発者向けニュースレターを受け取りたい場合は、メールアドレスをご入力ください。いつでも登録解除が可能です。
ありがとうございます!登録が完了しました。
申し訳ありませんが、送信に問題が発生しました。後ほどもう一度お試しください。
原文を表示
Couldn't make it to London? Keynotes and breakout sessions are now live.
- Category
- ProductClaude CodeClaude Platform
- DateMay 26, 2026
- Reading time5min
- ShareCopy linkhttps://claude.com/blog/code-w-claude-london-2026-rethinking-how-we-build
This week in London, we brought Code w/ Claude to Europe. The event brought together builders, developers, and founders for two days of keynotes, breakout sessions, and workshops with the teams building Claude.

Boris Cherny, Head of Claude Code, kicked off the keynote by describing the first time he felt the “magic” of coding. In secondary school, he wrote TI-83 programs that solved his math homework and tests, and taught himself HTML to make his eBay listings for Pokémon cards sell better. He learned by tinkering, and when something ran, it was exciting.
Somewhere along the way, he suggested, programming got complicated. Compilers, typecheckers, build systems, and each layer pushed the distance between "I have an idea" and "it runs" a little further out. With agents, that distance is collapsing again: you describe a problem, and the program shows up. It's the calculator feeling, except the calculator can write a distributed system.
From workshops highlighting how to go beyond the basics with Claude Code to optimizing thinking budgets and effort levels across our models, we demonstrated how Anthropic and customers like Spotify, Base44, and Legora are already recapturing this experience.
What was announced

Announced at the conference, Claude Managed Agents can now operate in a sandbox you control and connect to your private Model Context Protocol (MCP) servers. Now both the environment where an agent executes tools and the services it reaches run within the established boundaries of your enterprise. These two new capabilities are available on the Claude Platform:
- Self-hosted sandboxes (public beta). Tool execution moves to an environment you configure—your own infrastructure or a managed provider like Cloudflare, Daytona, Modal, or Vercel—while the agent loop that handles orchestration, context management, and error recovery stays on Anthropic's infrastructure. Your network policies, audit logging, and security tooling apply, files and repositories don't leave your perimeter, and you control compute sizing and the runtime image for compute-heavy work.
- MCP tunnels (research preview). Your agents reach MCP servers inside your private network without exposing them to the public internet. A lightweight gateway you deploy makes a single outbound connection: no inbound firewall rules, no public endpoints, and traffic encrypted end to end. MCP tunnels are supported in Managed Agents and the Messages API, and are managed from the Claude Console by organization admins.
Teams including Amplitude, Clay, and Rogo are already building on Managed Agents with self-hosted sandboxes. To get started, explore the docs, follow our cookbooks, or request access to MCP tunnels.
In case you missed it

If you missed the livestream, check our keynote and breakout session recordings.
Code w/ Claude heads to Tokyo next (June 5–6). All Day 1 keynotes and breakout sessions will be streamed live.
*Stay tuned for technical tutorials, guides, and customer stories inspired by our talks.*
No items found.
0/5
eBook
No items found.
Transform how your organization operates with Claude
Get the developer newsletter
Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.
Thank you! You’re subscribed.
Sorry, there was a problem with your submission, please try again later.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み