Cloudflare Ships Kitesurf, a Browser Engine Built From Scratch for AI Agents
Cloudflare launched Kitesurf, a Rust-based browser engine that runs inside Workers V8 isolates instead of Chromium, claiming 3-7x lower CPU and memory use for agentic browsing tasks.
Cloudflare on August 6 launched Kitesurf, a browser engine built from scratch in Rust and compiled to WebAssembly, designed to run entirely inside the V8 isolates that power its Workers serverless platform rather than as a full Chromium process. The launch came as part of the company's "Agents Week" push and targets a specific, fast-growing workload: AI agents that need to take screenshots, extract HTML, and interact with the DOM at scale.
Built for tokens, not tabs
Cloudflare's pitch is that browsers designed for humans carry overhead agents don't need. In its launch post the company put it directly: "AI doesn't care about tabs, themes, browser extensions, or synchronization across devices. It cares about token count, context windows, scalability, performance, and costs." Rather than spinning up a full Chromium instance per session, Kitesurf runs as a lightweight engine inside the same V8 isolate model that already isolates individual Workers scripts from one another, letting Cloudflare pack far more concurrent browser sessions onto the same hardware.
Cloudflare says the whole engine was built in about 12 weeks. It already passes more than 215,000 Web Platform Tests, with hundreds more added each week as coverage expands toward full standards compliance.
Performance trade-offs
In Cloudflare's own benchmarks, Kitesurf used three to seven times less CPU and memory than Chromium on common agentic tasks such as page loads, screenshots, and DOM extraction. That efficiency isn't free: independent reporting on the launch noted Kitesurf runs slower in wall-clock time than Chromium with a warm instance pool — Cloudflare's resource savings come from density and cost, not raw speed. The company is betting that for agent workloads running thousands of parallel sessions, lower CPU and memory per session matters more than shaving milliseconds off any single page load.
Kitesurf is available now, free while in beta, through Browser Rendering, Cloudflare's existing product for programmatically controlling headless browser instances on its network.
Why it matters
Browser automation has become one of the default ways AI agents complete real-world tasks — filling out forms, checking prices, booking travel — and most of that automation still runs on Chromium-based tooling never designed for machine callers. Kitesurf is a bet that agent browsing is a large enough category to justify a dedicated, non-Chromium engine, and it puts Cloudflare in more direct competition with browser-infrastructure startups such as Browserbase. It also raises the stakes on a known risk: a browser that strips out visual chrome and hands raw page content straight to a language model gives prompt-injection attacks embedded in web pages a more direct path to an agent's context, a concern several security researchers flagged as agentic browsing infrastructure has scaled up in 2026.
Sources
AI-assisted reporting, overseen by the AgentsAI team. Spotted an error? Let us know.
More agents news
Cognition Launches SWE-2, a Cheaper Coding Model Built Into Devin
Cognition released SWE-2, a coding model post-trained from Moonshot AI's open-weight Kimi K3, that it says nearly matches Claude Fable 5.1 on the FrontierCode 1.1 benchmark at roughly 64% lower cost, and shipped it immediately inside Devin.
Salesforce Launches Seven 'Job-Ready' Agentforce Agents and a Long-Horizon Runtime
Salesforce unveiled seven named Agentforce agents built for specific roles across sales, service, HR and supply chain, plus a new runtime that lets an agent pursue a goal over days or weeks instead of a single session.
OpenAI Opens Its Codex Agent Harness to Developers With New Agents API
OpenAI launched the Agents API in public beta, giving developers direct access to the same orchestration harness that powers Codex — session management, context compaction, subagents and sandboxed execution — behind a single API.
Cognition Closes $2B Series E for Devin at $48 Billion Valuation
The maker of autonomous coding agent Devin closed a Series E round of more than $2 billion at a $48 billion valuation, nearly doubling its worth four months after its last raise as run-rate revenue approached $900 million.