エージェントウィークへようこそ
Cloudflareは、従来の一対多モデルを破壊するAIエージェントの台頭に対応するため、インターネットとクラウドの再構築を目指す「Agents Week」を開始した。
キーポイント
AI時代に対応していない既存インフラ
現在のインターネットとクラウドはスマートフォン時代の一対多モデルを前提として構築されており、AIエージェントの一対一モデルには適していない。
エージェントの根本的な違い
エージェントは従来のアプリケーションと異なり、ユーザーごとに専用インスタンスが必要で、LLMが動的にコードパスを決定し、タスク完了まで実行環境を維持する。
レストランと個人シェフの比喩
従来アプリは固定メニューのレストラン、エージェントはユーザーの要望に応じて食材や調理法を変える個人シェフに例えられ、インフラ設計が根本的に異なる。
コーディングエージェントの先行事例
開発者向けコーディングエージェントは、ファイルシステムやgit、bashを備えたコンテナを起動することでLLMに必要な環境を提供している。
エージェント普及による計算リソースの大規模需要
エージェントが一般ユーザーに普及すると、米国だけで最大100万CPUが必要となり、世界的には計算リソースが桁違いに不足する見込み。
Workersの効率性とエージェント時代への適合性
V8 isolateベースのWorkersはコンテナより100倍高速・効率的で、数十億の一時的な実行環境をサポートするエージェント時代に最適な基盤。
エージェント普及の経済的障壁
エージェントが早期採用者を超えて普及するためには、コスト効率が重要であり、Isolates技術によって従来のコンテナ方式より桁違いに効率的な実行が可能になる。
影響分析・編集コメントを表示
影響分析
この記事は、AIエージェントの台頭がクラウドインフラのパラダイムシフトを引き起こすことを示唆している。従来のスケーリングモデルが通用しなくなるため、主要クラウドプロバイダーは根本的なアーキテクチャ変更を迫られる可能性が高い。
編集コメント
Cloudflareが自社ブログで発表した戦略表明であり、PR色が強いが、AIエージェントが既存インフラに与える根本的な影響についての洞察は業界全体にとって重要。
Cloudflareの使命は常に、より良いインターネットの構築を支援することです。時には、現存するインターネットのために構築することを意味します。時には、まさに到来しようとしているインターネットのために構築することを意味します。
本日、私たちは「エージェントウィーク」を開始します。これは、次に来るもののためのインターネットを構築することに捧げる週です。
インターネットはAIの時代のために構築されたものではありません。クラウドも同様です。
私たちが知るクラウドは、前回の主要な技術的パラダイムシフトであるスマートフォンの産物でした。
スマートフォンがインターネットを誰もがポケットに入れられるようにしたとき、彼らは単にユーザーを増やしただけではありませんでした。それは、オンラインであることの意味の本質を変えたのです。常時接続、常に即時の応答を期待する。アプリケーションは桁違いに多くのユーザーを処理しなければならず、それらを支えるインフラストラクチャも進化する必要がありました。
業界が収束したアプローチは単純明快でした:ユーザーが増えれば、アプリケーションのコピーも増やす。アプリケーションが複雑になるにつれ、チームはそれらをより小さな断片、マイクロサービスに分割しました。そうすることで、各チームが自らの運命をコントロールできるようにするためです。しかし、中核となる原則は変わりませんでした:有限数のアプリケーション、それぞれが多くのユーザーにサービスを提供する。スケールとは、より多くのコピーを意味しました。
Kubernetesとコンテナがデフォルトとなりました。これらはインスタンスの立ち上げ、ロードバランシング、不要なものの破棄を容易にしました。この一対多モデルの下では、単一のインスタンスが多くのユーザーにサービスを提供でき、ユーザー数が数十億に増えても、管理しなければならないものの数は有限のままでした。
エージェントはこれを破壊します。
1人のユーザー、1つのエージェント、1つのタスク
それ以前のあらゆるアプリケーションとは異なり、エージェントは一対一です。各エージェントはユニークなインスタンスです。1人のユーザーにサービスを提供し、1つのタスクを実行します。従来のアプリケーションが誰が使っているかに関わらず同じ実行パスをたどるのに対し、エージェントは独自の実行環境を必要とします:LLM(大規模言語モデル)がコードパスを決定し、ツールを動的に呼び出し、アプローチを調整し、タスクが完了するまで持続する環境です。
レストランと個人シェフの違いと考えてください。レストランにはメニュー、つまり固定された選択肢のセットがあり、それを大量に生産するために最適化されたキッチンがあります。それが今日のほとんどのアプリケーションです。エージェントは、何を食べたいですか?と尋ねる個人シェフのようなものです。彼らは毎回、全く異なる食材、調理器具、技術を必要とするかもしれません。レストラン用に使うのと同じキッチン設備で個人シェフサービスを運営することはできません。
過去1年間、私たちはエージェントが急速に普及するのを見てきました。先頭に立っているのはコーディングエージェントです。開発者がアーリーアダプターになりがちなので、これは驚くことではありません。今日、ほとんどのコーディングエージェントが機能する方法は、LLMが必要とするもの、つまりファイルシステム、git、bash、任意のバイナリを実行する能力を提供するためにコンテナを立ち上げることです。
しかし、コーディングエージェントは始まりに過ぎません。Claude Coworkのようなツールは、すでに技術的でないユーザーにもエージェントをアクセス可能にしています。エージェントが開発者を超えて、すべての人々、つまり管理アシスタント、リサーチアナリスト、カスタマーサービス担当者、個人プランナーの手に渡るようになれば、スケールの計算はすぐに厳しいものになります。
大衆にエージェントをスケールさせるための計算
米国の1億人以上の知識労働者がそれぞれ約15%の同時実行率でエージェント型アシスタントを使用した場合、約2400万の同時セッションのキャパシティが必要になります。CPUあたり25〜50ユーザーとすると、それは50万から100万のサーバーCPUに相当します。これは米国だけで、1人あたり1エージェントの場合です。
次に、各人が複数のエージェントを並行して実行することを想像してください。さらに、世界の他の地域に10億人以上の知識労働者がいることを想像してください。私たちは計算資源が少し足りないのではありません。桁違いに不足しているのです。
では、そのギャップをどう埋めるのでしょうか?
エージェントのために構築されたインフラストラクチャ
8年前、私たちはWorkersを立ち上げました。これは私たちの開発者プラットフォームの始まりであり、コンテナレス、サーバーレスコンピューティングへの賭けでした。当時の動機は実用的なものでした:速度のためにCloudflareに依存する顧客のために、コールドスタートのない軽量なコンピューティングが必要でした。コンテナではなくV8アイソレート(隔離環境)上に構築されたWorkersは、結果として桁違いに効率的であることが判明しました。起動が速く、実行コストが安く、本質的に「立ち上げ、実行、破棄」パターンに適していました。
私たちが予想していなかったのは、このモデルがエージェントの時代にどれだけうまくマッピングされるかでした。
コンテナが各エージェントに完全な商業用キッチン、つまり固定された設備、大型冷蔵庫、一式を、エージェントが必要かどうかに関わらず与えるのに対し、アイソレートは、個人シェフに、この特定の食事のために必要なまさにそのカウンタースペース、バーナー、ナイフを与えます。ミリ秒単位でプロビジョニングされ、料理が提供された瞬間に片付けられます。
数千の長期間実行されるアプリケーションではなく、数十億の一時的で単一目的の実行環境をサポートする必要がある世界において、アイソレートは適切なプリミティブ(基本要素)です。
それぞれがミリ秒で起動します。それぞれが安全にサンドボックス化されています。そして、同じハードウェア上で、コンテナと比較して桁違いに多くを実行できます。
ほんの数週間前、私たちはこれをさらに進め、Dynamic Workersのオープンベータを開始しました:実行時に、オンデマンドで立ち上げられる実行環境です。アイソレートは起動に数ミリ秒かかり、数メガバイトのメモリを使用します。これはコンテナと比べて約100倍速く、最大100倍メモリ効率が良いです。
単一のリクエストごとに新しいものを開始し、コードスニペットを実行し、捨てることができます。毎秒数百万のスケールで。
エージェントがアーリーアダプターを超えて、すべての人の手に渡るためには、それらが手頃な価格でなければなりません。各エージェントを独自のコンテナで実行することは、今日のエージェント型ツールが主にコストを正当化できるエンジニア向けのコーディングアシスタントに限定されるほど十分に高価です。アイソレートは、桁違いに効率的に実行することで、エージェントが必要とするスケールで単位あたりの経済性を実現可能にするものです。
馬なし馬車の段階
未来のための正しい基盤を構築することは極めて重要ですが、私たちはまだそこに到達していません。そして、あらゆるパラダイムシフトには、新しいものを古いモデルの中で機能させようとする期間があります。最初の自動車は「馬なし馬車」と呼ばれました。最初のウェブサイトはデジタルパンフレットでした。最初のモバイルアプリは縮小されたデスクトップUIでした。私たちは今、エージェントに関してその段階にいます。
それは至る所で見ることができます。
私たちはエージェントに、人間の目用に設計されたウェブサイトをナビゲートするためのヘッドレスブラウザを与えていますが、彼らが必要としているのはMCPのような構造化プロトコルで、サービスを直接発見し呼び出すことです。
多くの初期のMCPサーバーは、既存のREST APIの薄いラッパーです。同じCRUD操作、新しいプロトコルです。LLMは実際には、連続したツール呼び出しを行うよりも、コードを書く方がはるかに得意なのにです。
私たちは、リクエストの向こう側にあるものが何かを確認するためにCAPTCHAや行動フィンガープリントを使用していますが、ますますそのものは誰かの代わりに行動するエージェントであり、正しい質問は「あなたは人間ですか?」ではなく、「あなたはどのエージェントですか?誰があなたを承認しましたか?あなたは何をすることが許可されていますか?」です。
私たちは、わずか数回のAPI呼び出しを行って結果を返すだけのエージェントのために、完全なコンテナを立ち上げています。
これらはほんの数例ですが、どれも驚くべきことではありません。それが移行の様相です。
両方のために構築する
インターネットは常に二つの時代の間にあります。IPv6は客観的にIPv4より優れていますが、IPv4サポートを廃止すればインターネットの半分が壊れてしまいます。HTTP/2とHTTP/3は共存しています。TLS 1.2はまだ完全に1.3に道を譲っていません。より良い技術が存在し、古い技術が存続し、インフラストラクチャの仕事は両者を橋渡しすることです。
Cloudflareは常に、これらの移行を橋渡しする事業を行ってきました。エージェントへの移行も例外ではありません。
コーディングエージェントは本当にコンテナを必要とします。ファイルシステム、git、bash、任意のバイナリ実行です。それはなくなりません。今週、私たちのコンテナベースのサンドボックス環境はGA(一般提供)になります。なぜなら、私たちはそれらを可能な限り最高のものにすることを約束しているからです。私たちはエージェントのためのブラウザレンダリングにさらに深く取り組んでいます。なぜなら、まだMCPを話さないサービスの長いテールがあり、エージェントはそれらとまだ対話する必要があるからです。これらは一時しのぎではありません。完全なプラットフォームの一部です。
しかし、私たちは次に来るもの、つまりエージェントが実際に必要とするアイソレート、プロトコル、アイデンティティモデルも構築しています。私たちの仕事は、今日機能するものと明日にとって正しいものの間で選択しなければならないことがないようにすることです。
モデルの周りではなく、モデルの中のセキュリティ
エージェントが私たちの職業的および個人的なタスク、つまりメールの読み取り、コードの操作、金融サービスとのやり取りを処理するのであれば、セキュリティは事後的に層状に追加されるのではなく、実行モデルに組み込まれていなければなりません。
CISO(最高情報セキュリティ責任者)が最初にこれに直面しました。エージェントをすべての人の手に渡すことによる生産性向上は現実的ですが、今日、ほとんどのエージェント導入はリスクに満ちています:プロンプトインジェクション、データ流出、不正なAPIアクセス、不透明なツール使用。
開発者の「雰囲気でコーディングする」エージェントは、リポジトリとデプロイメントパイプラインへのアクセスを必要とします。企業のカスタマーサービスエージェントは、内部APIとユーザーデータへのアクセスを必要とします。どちらの場合も、今日の環境を保護することは、自律型ソフトウェアのために設計されなかった資格情報、ネットワークポリシー、アクセス制御を継ぎ合わせることを意味します。
Cloudflareは並行して二つのプラットフォームを構築してきました:アプリケーションを構築する人々のための開発者プラットフォームと、アクセスを保護する必要がある組織のためのゼロトラストプラットフォームです。しばらくの間、これらは異なる対象者にサービスを提供していました。
しかし、「どうやってこのエージェントを構築するか?」と「どうやって安全を確保するか?」は、ますます同じ質問になっています。私たちはこれらのプラットフォームを統合し、これらすべてがエージェントの実行方法にネイティブに組み込まれるようにしています。別途追加するレイヤーではありません。
ルールに従うエージェント
エージェント時代には、コンピュート(計算)とセキュリティを超えたもう一つの側面があります:経済とガバナンスです。
エージェントが私たちに代わってインターネットと対話するとき — 記事を読み、APIを消費し、サービスにアクセスするとき — そのコンテンツを作成し、それらのサービスを運営する人々や組織が条件を設定し、対価を得る方法が必要です。今日、ウェブの経済モデルは人間の注意を中心に構築されています:広告、ペイウォール、サブスクリプション。
エージェントには注意がありません(まあ、あの種の注意はありません)。彼らは広告を見ません。クッキーバナーをクリックしません。
エージェントが自由に動作でき、出版社、コンテンツ制作者、サービスプロバイダーが公正に報酬を得られるインターネットを望むなら、そのための新しいインフラストラクチャが必要です。私たちは、出版社やコンテンツ所有者がエージェントとのコンテンツのやり取りに関するポリシーを簡単に設定し、実施できるツールを構築しています。
より良いインターネットを構築することは、常に、それがすべての人々のために機能することを確実にすることでした — 技術を構築する人々だけでなく、インターネットを利用する価値のあるものにする仕事と創造性を持つ人々のためです。それはエージェントの時代になっても変わりません。それはより重要になります。
開発者とエージェントのためのプラットフォーム
私たちの開発者プラットフォームに対するビジョンは、常に、実験からMVP(最小実行可能製品)へ、そして数百万ユーザーへのスケーリングまで、単純に機能する包括的なプラットフォームを提供することでした。しかし、プリミティブ(基本要素)を提供することは方程式の一部に過ぎません。優れたプラットフォームは、すべてがどのように連携し、開発フローにどのように統合されるかについても考えなければなりません。
その仕事は進化しています。以前は純粋に開発者体験(デベロッパーエクスペリエンス)に関するものであり、人間が構築、テスト、リリースすることを容易にすることでした。ますます、それはエージェントが人間を助けるのを支援し、プラットフォームがエージェントを構築する人々だけでなく、エージェント自体のために機能するようにすることでもあります。エージェントは最新の最も最新のベストプラクティスを見つけられるか?必要なツールやCLI(コマンドラインインターフェース)をどのくらい簡単に発見し、呼び出せるか?コードを書くことからデプロイ(展開)へ、どのくらいシームレスに移行できるか?
今週、私たちは両方の側面にわたる改善をリリースします — Cloudflareを、その上で構築する人間と、その上で実行されるエージェントの両方にとってより良いものにします。
未来のための構築はチームスポーツ
未来のための構築は、私たちだけではできないことです。HTTP/1.1からHTTP/2およびHTTP/3への、TLS 1.2から1.3への、すべての主要なインターネット移行は、業界が共有された標準に収束することを必要としてきました。エージェントへの移行も例外ではありません。
Cloudflareは、インターネットを機能させる標準への貢献と推進を長い間行ってきました。私たちは10年以上にわたりIETF(インターネット技術タスクフォース)に深く関与し、QUIC、TLS 1.3、Encrypted Client Helloなどのプロトコルの開発と展開を支援してきました。私たちは、JavaScriptランタイムの相互運用性のためのECMA技術委員会であるWinterTCの創設メンバーでした。私たちはWorkersランタイム自体をオープンソース化しました。なぜなら、基盤はオープンであるべきだと信じているからです。
私たちは同じアプローチをエージェント時代にももたらします。Linux FoundationとAAIF(AI Alliance for Infrastructure)の一員となり、MCP(Model Context Protocol)のような、エージェント的未来の基礎となる標準を支援し、推進することを楽しみにしています。AnthropicがMCPを導入して以来、私たちは彼らと緊密に協力してリモートMCPサーバーのインフラストラクチャを構築し、自らの実装をオープンソース化し、プロトコルを大規模に実用的にするために投資してきました。
昨年、Coinbaseとともに、私たちはx402 Foundationを共同設立しました。これはオープンで中立な標準であり、長い間休眠状態だったHTTP 402ステータスコードを復活させ、エージェントが消費するサービスやコンテンツに対して支払うネイティブな方法を提供します。
エージェントのアイデンティティ、認可、支払い、安全性:これらはすべて、単一の企業だけでは定義できないオープンな標準を必要とします。
お楽しみに
今週、私たちはエージェントスタックのすべての側面 — コンピュート、接続性、セキュリティ、アイデンティティ、経済、開発者体験 — にわたって発表を行います。
インターネットはAIのために構築されていませんでした。クラウドはエージェントのために構築されていませんでした。しかし、Cloudflareは常により良いインターネットの構築を支援することについてでした — そして「より良い」の意味は各時代とともに変化します。これはエージェントの時代です。今週、私たちに従って、私たちがそのために何を構築しているかをお見せします。
原文を表示
Cloudflare's mission has always been to help build a better Internet. Sometimes that means building for the Internet as it exists. Sometimes it means building for the Internet as it's about to become.
Today, we're kicking off Agents Week, dedicated to building the Internet for what comes next.
The Internet wasn't built for the age of AI. Neither was the cloud.
The cloud, as we know it, was a product of the last major technological paradigm shift: smartphones.
When smartphones put the Internet in everyone's pocket, they didn't just add users — they changed the nature of what it meant to be online. Always connected, always expecting an instant response. Applications had to handle an order of magnitude more users, and the infrastructure powering them had to evolve.
The approach the industry converged on was straightforward: more users, more copies of your application. As applications grew in complexity, teams broke them into smaller pieces — microservices — so each team could control its own destiny. But the core principle stayed the same: a finite number of applications, each serving many users. Scale meant more copies.
Kubernetes and containers became the default. They made it easy to spin up instances, load balance, and tear down what you didn't need. Under this one-to-many model, a single instance could serve many users, and even as user counts grew into the billions, the number of things you had to manage stayed finite.
Agents break this.
One user, one agent, one task
Unlike every application that came before them, agents are one-to-one. Each agent is a unique instance. Serving one user, running one task. Where a traditional application follows the same execution path regardless of who's using it, an agent requires its own execution environment: one where the LLM dictates the code path, calls tools dynamically, adjusts its approach, and persists until the task is done.
Think of it as the difference between a restaurant and a personal chef. A restaurant has a menu — a fixed set of options — and a kitchen optimized to churn them out at volume. That's most applications today. An agent is more like a personal chef who asks: what do you want to eat? They might need entirely different ingredients, utensils, or techniques each time. You can't run a personal-chef service out of the same kitchen setup you'd use for a restaurant.
Over the past year, we've seen agents take off, with coding agents leading the way — not surprisingly, since developers tend to be early adopters. The way most coding agents work today is by spinning up a container to give the LLM what it needs: a filesystem, git, bash, and the ability to run arbitrary binaries.
But coding agents are just the beginning. Tools like Claude Cowork are already making agents accessible to less technical users. Once agents move beyond developers and into the hands of everyone — administrative assistants, research analysts, customer service reps, personal planners — the scale math gets sobering fast.
The math on scaling agents to the masses
If the more than 100 million knowledge workers in the US each used an agentic assistant at ~15% concurrency, you'd need capacity for approximately 24 million simultaneous sessions. At 25–50 users per CPU, that's somewhere between 500K and 1M server CPUs — just for the US, with one agent per person.
Now picture each person running several agents in parallel. Now picture the rest of the world with more than 1 billion knowledge workers. We're not a little short on compute. We're orders of magnitude away.
So how do we close that gap?
Infrastructure built for agents
Eight years ago, we launched Workers — the beginning of our developer platform, and a bet on containerless, serverless compute. The motivation at the time was practical: we needed lightweight compute without cold-starts for customers who depended on Cloudflare for speed. Built on V8 isolates rather than containers, Workers turned out to be an order of magnitude more efficient — faster to start, cheaper to run, and natively suited to the "spin up, execute, tear down" pattern.
What we didn't anticipate was how well this model would map to the age of agents.
Where containers give every agent a full commercial kitchen: bolted-down appliances, walk-in fridges, the works, whether the agent needs them or not, isolates, on the other hand, give the personal chef exactly the counter space, the burner, and the knife they need for this particular meal. Provisioned in milliseconds. Cleaned up the moment the dish is served.
image
In a world where we need to support not thousands of long-running applications, but billions of ephemeral, single-purpose execution environments — isolates are the right primitive.
Each one starts in milliseconds. Each one is securely sandboxed. And you can run orders of magnitude more of them on the same hardware compared to containers.
Just a few weeks ago, we took this further with the Dynamic Workers open beta: execution environments spun up at runtime, on demand. An isolate takes a few milliseconds to start and uses a few megabytes of memory. That's roughly 100x faster and up to 100x more memory-efficient than a container.
You can start a new one for every single request, run a snippet of code, and throw it away — at a scale of millions per second.
For agents to move beyond early adopters and into everyone's hands, they also have to be affordable. Running each agent in its own container is expensive enough that agentic tools today are mostly limited to coding assistants for engineers who can justify the cost. Isolates, by running orders of magnitude more efficiently, are what make per-unit economics viable at the scale agents require.
image
The horseless carriage phase
While it’s critical to build the right foundation for the future, we’re not there yet. And every paradigm shift has a period where we try to make the new thing work within the old model. The first cars were called "horseless carriages." The first websites were digital brochures. The first mobile apps were shrunken desktop UIs. We're in that phase now with agents.
You can see it everywhere.
We're giving agents headless browsers to navigate websites designed for human eyes, when what they need are structured protocols like MCP to discover and invoke services directly.
Many early MCP servers are thin wrappers around existing REST APIs — same CRUD operations, new protocol — when LLMs are actually far better at writing code than making sequential tool calls.
We're using CAPTCHAs and behavioral fingerprinting to verify the thing on the other end of a request, when increasingly that thing is an agent acting on someone's behalf — and the right question isn't "are you human?" but "which agent are you, who authorized you, and what are you allowed to do?"
We're spinning up full containers for agents that just need to make a few API calls and return a result.
These are just a few examples, but none of this is surprising. It's what transitions look like.
Building for both
The Internet is always somewhere between two eras. IPv6 is objectively better than IPv4, but dropping IPv4 support would break half the Internet. HTTP/2 and HTTP/3 coexist. TLS 1.2 still hasn't fully given way to 1.3. The better technology exists, the old technology persists, and the job of infrastructure is to bridge both.
Cloudflare has always been in the business of bridging these transitions. The shift to agents is no different.
Coding agents genuinely need containers — a filesystem, git, bash, arbitrary binary execution. That's not going away. This week, our container-based sandbox environments are going GA, because we're committed to making them the best they can be. We're going deeper on browser rendering for agents, because there will be a long tail of services that don't yet speak MCP, and agents will still need to interact with them. These aren't stopgaps — they're part of a complete platform.
But we're also building what comes next: the isolates, the protocols, and the identity models that agents actually need. Our job is to make sure you don't have to choose between what works today and what's right for tomorrow.
Security in the model, not around it
If agents are going to handle our professional and personal tasks — reading our email, operating on our code, interacting with our financial services — then security has to be built into the execution model, not layered on after the fact.
CISOs have been the first to confront this. The productivity gains from putting agents in everyone's hands are real, but today, most agent deployments are fraught with risk: prompt injection, data exfiltration, unauthorized API access, opaque tool usage.
A developer's vibe-coding agent needs access to repositories and deployment pipelines. An enterprise's customer service agent needs access to internal APIs and user data. In both cases, securing the environment today means stitching together credentials, network policies, and access controls that were never designed for autonomous software.
Cloudflare has been building two platforms in parallel: our developer platform, for people who build applications, and our zero trust platform, for organizations that need to secure access. For a while, these served distinct audiences.
But "how do I build this agent?" and "how do I make sure it's safe?" are increasingly the same question. We're bringing these platforms together so that all of this is native to how agents run, not a separate layer you bolt on.
Agents that follow the rules
There's another dimension to the agent era that goes beyond compute and security: economics and governance.
When agents interact with the Internet on our behalf — reading articles, consuming APIs, accessing services — there needs to be a way for the people and organizations who create that content and run those services to set terms and get paid. Today, the web's economic model is built around human attention: ads, paywalls, subscriptions.
Agents don't have attention (well, not that kind of attention). They don't see ads. They don't click through cookie banners.
If we want an Internet where agents can operate freely and where publishers, content creators, and service providers are fairly compensated, we need new infrastructure for it. We’re building tools that make it easy for publishers and content owners to set and enforce policies for how agents interact with their content.
Building a better Internet has always meant making sure it works for everyone — not just the people building the technology, but the people whose work and creativity make the Internet worth using. That doesn't change in the age of agents. It becomes more important.
The platform for developers and agents
Our vision for the developer platform has always been to provide a comprehensive platform that just works: from experiment, to MVP, to scaling to millions of users. But providing the primitives is only part of the equation. A great platform also has to think about how everything works together, and how it integrates into your development flow.
That job is evolving. It used to be purely about developer experience, making it easy for humans to build, test, and ship. Increasingly, it's also about helping agents help humans, and making the platform work not just for the people building agents, but for the agents themselves. Can an agent find the latest most up-to- date best practices? How easily can it discover and invoke the tools and CLIs it needs? How seamlessly can it move from writing code to deploying it?
This week, we're shipping improvements across both dimensions — making Cloudflare better for the humans building on it and for the agents running on it.
Building for the future is a team sport
Building for the future is not something we can do alone. Every major Internet transition from HTTP/1.1 to HTTP/2 and HTTP/3, from TLS 1.2 to 1.3 — has required the industry to converge on shared standards. The shift to agents will be no different.
Cloudflare has a long history of contributing to and helping push forward the standards that make the Internet work. We've been deeply involved in the IETF for over a decade, helping develop and deploy protocols like QUIC, TLS 1.3, and Encrypted Client Hello. We were a founding member of WinterTC, the ECMA technical committee for JavaScript runtime interoperability. We open-sourced the Workers runtime itself, because we believe the foundation should be open.
We're bringing the same approach to the agentic era. We're excited to be part of the Linux Foundation and AAIF, and to help support and push forward standards like MCP that will be foundational for the agentic future. Since Anthropic introduced MCP, we've worked closely with them to build the infrastructure for remote MCP servers, open-sourced our own implementations, and invested in making the protocol practical at scale.
Last year, alongside Coinbase, we co-founded the x402 Foundation, an open, neutral standard that revives the long-dormant HTTP 402 status code to give agents a native way to pay for the services and content they consume.
Agent identity, authorization, payment, safety: these all need open standards that no single company can define alone.
Stay tuned
This week, we're making announcements across every dimension of the agent stack: compute, connectivity, security, identity, economics, and developer experience.
The Internet wasn't built for AI. The cloud wasn't built for agents. But Cloudflare has always been about helping build a better Internet — and what "better" means changes with each era. This is the era of agents. This week, follow along and we'll show you what we're building for it.
関連記事
LLM 研究論文:2026 年 1 月から 5 月のリスト
Sebastian Raschka が、2026 年上半期(1 月〜5 月)に注目すべき大規模言語モデル関連の研究論文を選定し、一覧として公開した。
[AINews] 今日特に大きな出来事はありませんでした
Latent Space が運営するニュースレター「AINews」が、6月4日から5日にかけてのAI業界動向を12件のRedditスレッドや544件のTwitter投稿から選別して紹介しました。記事ではRL環境ガイドの推奨や、DeepSeek v4 Pro向けの最適化に関するリモートポッドの更新について言及しています。
[AINews] 今日は何も大きな出来事はありませんでした
Anthropic が RSI の兆候を示し、OpenAI の ChatGPT が月間アクティブユーザー数で 10 億人を突破。SpaceX AI は IPO について説明しているが、最も重要なのは AIE WF のチケット確保とイベント参加である。