Cloudflare、AI エージェント専用ブラウザ「Kitesurf」を公開
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
TechCrunch AI
クラウドインフラ企業であるCloudflareは、AIエージェントがウェブを自律的に操作するための専用ブラウザ「Kitesurf」を発表し、既存の人間向けブラウザとは異なる設計思想と効率性を示した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月8日 02:12
AI深層分析
キーポイント
AIエージェント専用に設計されたブラウザ
Cloudflareは、視覚要素や拡張機能を不要とし、コンテキストウィンドウ管理やトークンコストの最適化に特化した「Kitesurf」をリリースした。
サーバーレスプラットフォーム上での動作
同製品は開発から12週間で構築され、CloudflareのWorkersプラットフォーム上で完全に動作する仕様となっている。
セキュリティと効率性の向上
プロンプトインジェクション攻撃への対策や、Chromiumと比較してCPU・メモリ消費を大幅に削減する効率性が謳われている。
Kitesurfの技術スタック
レンダリングエンジンにはBlitzとStylo、JavaScriptエンジンにはRust製のBoa JSを採用し、残りの機能はCloudflare Workers上で動作する。
Web標準適合性と開発経緯
既に215,000以上のウェブプラットフォームテストに合格しており、ObscuraというオープンソースのRustヘッドレスエンジンが設計のインスピレーション源となった。
重要な引用
Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction
Unlike traditional web browsers built for humans, a browser built for AI agents doesn't care about visual elements
Everything else runs inside Cloudflare Workers.
Cloudflare also credited the open source Rust headless engine, Obscura, for inspiring it to develop Kitesurf.
編集コメントを表示
編集コメント
人間向けブラウザの延長線上ではなく、AIエージェントという新たなユーザー像に合わせてゼロから設計されたブラウザが登場した点は画期的である。セキュリティリスクやコスト構造の変化を踏まえると、今後のエージェント開発におけるデファクトスタンダードとなる可能性を秘めている。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
クラウドフレアが、新たなウェブブラウザの開発競争に参入しました。ただし、一般消費者向けに Chrome の代替品を提案するのではなく、インターネットインフラプロバイダーである同社は、AI エージェント専用として設計されたクラウドホスト型のブラウザ「Kitesurf」を発表しました。
AI ソフトウェアは、質問に応答するチャットボットから、ユーザーの代わりにタスクを完了できるエージェントへと進化しています。この移行においてブラウザは重要な役割を果たします。なぜなら、人間と同様にウェブをナビゲートし、ウェブサイトを利用する必要があるからです。
クラウドフレアは発表で、人間向けに作られた従来のウェブブラウザとは異なり、AI エージェント向けのブラウザにはテーマやタブ、拡張機能といった視覚的要素は不要だと説明しています。AI エージェント用ブラウザが重視すべきは、コンテキストウィンドウの管理、パフォーマンス、トークンコスト、そしてスケーラビリティです。また、プロンプトインジェクション攻撃などの脆弱性にさらされる可能性があるため、脅威モデルも従来のものとは異なると同社は指摘しています。
Kitesurf により、AI 開発者は独自のブラウザソフトウェアを構築することなく、ウェブサイトのナビゲーションやフォーム入力など、ブラウザベースのタスクを実行するソフトウェアを開発できるようになります。
Cloudflare は、Kitesurf の開発を決定してからわずか 12 週間で完成させました。このブラウザは同社のサーバーレスプラットフォーム「Workers」上で完全に動作します。
ベータ版である Kitesurf は現在無料で利用可能で、Browser Run を通じて提供されています。これにより、開発者は Cloudflare のネットワーク上でヘッドレスブラウザのインスタンスをプログラム制御し、対話することができるようになります。
Cloudflare が開発者に向けて訴求する点は、AI エージェントがウェブをより効率的に利用できるようにしつつ、Chromium に比べて必要な計算リソースを削減できるため、コストを抑えられるという点です。
同社によると、「Kitesurf は、スクリーンショットの取得や HTML の抽出といった一般的なエージェントタスクにおいて、CPU およびメモリの消費量が Chromium よりも大幅に少ない」とのことです。

ブラウザ自体は、Blitz のモジュール型レンダリングエンジンや、Firefox の CSS パーサーである Stylo、そして Rust 製の ECMAScript エンジン「Boa JS」といった既存の技術を活用して構築されました。それ以外の機能はすべて Cloudflare Workers 上で動作します。
まだ新しいプロジェクトですが、Cloudflare によると Kitesurf はすでに約 215,000 以上の Web Platform Tests に合格しており、毎週数百件ずつテストを追加し、合格数を増やし続けています。
Cloudflare はまた、オープンソースの Rust 製ヘッドレスエンジン「Obscura」にも言及し、これが Kitesurf の開発にインスピレーションを与えたと説明しています。同社によると、最初の概念実証は Obscura を Workers に移植したものでした。
このブラウザは、JavaScript フレームワークを比較するための人気ベンチマークアプリである TodoMVC や、Wikipedia、Hacker News、Cloudflare ブログ、そして Cloudflare ダッシュボードの大部分など、ページを正しくレンダリングできると述べています。
*当社の記事内のリンクを通じてご購入いただいた場合、私たちは少額のコミッションを獲得する可能性があります。これは編集の独立性には影響しません。
Sarah は 2011 年 8 月から TechCrunch の記者として活動しています。彼女は以前 ReadWriteWeb で 3 年以上勤務した後、同社に入社しました。記者としての活動に先立ち、Sarah は銀行、小売、ソフトウェアなど様々な業界で IT 関連の仕事に従事していました。
Sarah への連絡や、彼女からのアウトリーチの検証は、sarahp@techcrunch.com へメールを送るか、Signal の sarahperez.01 で暗号化メッセージを送信することで可能です。
原文を表示
Cloudflare is the latest company to join the race to build a new web browser. But instead of pitching a Chrome alternative to consumers, the internet infrastructure provider launched Kitesurf, a cloud-hosted browser designed specifically for AI agents.
AI software is evolving from chatbots that answer questions to agents that can complete tasks on users’ behalf. Browsers are a critical part of this transition, as they’ll need to navigate the web and use websites, as humans do.
Unlike traditional web browsers built for humans, a browser built for AI agents doesn’t care about visual elements, like themes, tabs, or browser extensions, Cloudflare explained in its announcement. A browser designed for AI agents needs to manage context windows, performance, token costs, and scalability. It also faces a different threat model because an AI browser could be subject to vulnerabilities like prompt injection attacks and more, the company noted.
With Kitesurf, AI developers will be able to build software that can navigate websites, fill out forms, and complete other browser-based tasks, without having to build their own browser software.
Cloudflare says it decided to build Kitesurf just 12 weeks ago, and it runs entirely on top of the company’s serverless platform, called Workers. Kitesurf is available for free while in beta in Browser Run, which lets developers programmatically control and interact with headless browser instances on Cloudflare’s network.
For developers, Cloudflare’s pitch is that this enables AI agents to use the web more efficiently while using less computing power than Chromium, which keeps costs down.
“Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction,” according to the company.

The browser itself was built from other technologies, including a modular rendering engine from Blitz; Firefox’s CSS parser, Stylo; and Boa JS, a Rust ECMAScript engine. Everything else runs inside Cloudflare Workers. Although still new, Cloudflare says Kitesurf already passes around 215,000+ web platform tests, and it’s adding hundreds more, passing tests every week.
Cloudflare also credited the open source Rust headless engine, Obscura, for inspiring it to develop Kitesurf, noting that the first proof of concept was a port of Obscura to Workers.
The company said the browser correctly renders pages like TodoMVC, a popular benchmark application for comparing JavaScript frameworks, along with Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard.
*When you purchase through links in our articles, we may earn a small commission. This doesn’t affect our editorial independence.*
Sarah has worked as a reporter for TechCrunch since August 2011. She joined the company after having previously spent over three years at ReadWriteWeb. Prior to her work as a reporter, Sarah worked in I.T. across a number of industries, including banking, retail and software.
You can contact or verify outreach from Sarah by emailing sarahp@techcrunch.com or via encrypted message at sarahperez.01 on Signal.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み