Cloudflare launches Kitesurf, a browser built for AI agents instead of humans

1 hour ago 17

Browsers have spent three decades optimizing for one user: you. Cloudflare just built one that doesn’t care about you at all.

The web infrastructure giant introduced Kitesurf, a stateless, cloud-hosted browser designed exclusively for AI agents. It strips away everything a human needs from a browser, things like tabs, extensions, and pixel-perfect rendering, and replaces it with a lean engine purpose-built for automation. The result is a browser that consumes 3 to 7 times less CPU and memory than Chromium when performing common agent tasks.

What Kitesurf actually does

Kitesurf runs entirely on Cloudflare Workers using V8 isolates, the same JavaScript engine that powers Chrome but deployed in a way that prioritizes machine-to-machine interaction over anything resembling a human browsing session.

The browser is built with Rust and WebAssembly. It has already passed over 215,000 Web Platform Tests, which means it can render and interact with the vast majority of the modern web despite being roughly 12 weeks old.

Kitesurf supports Chrome DevTools Protocol, the same interface that automation tools like Puppeteer already use. For developers, that means switching to Kitesurf doesn’t require rewriting their existing agent infrastructure.

Kitesurf was designed with built-in protections against threats like prompt injection. Each session runs in isolation, which limits the blast radius if something goes sideways.

Cloudflare is offering Kitesurf for free during its beta phase as part of its Browser Run service. The company hasn’t announced pricing for general availability.

Why this matters beyond Cloudflare

Every time an AI agent needs to browse a website, fill out a form, or scrape data, it typically spins up a full Chromium instance. Chromium was engineered to handle video playback, complex CSS animations, and seventeen open Gmail tabs. An AI agent checking a price on a retailer’s website needs approximately none of that.

This inefficiency has created real cost problems at scale. Kitesurf’s claim of 3 to 7x efficiency gains attacks both problems simultaneously: less compute per session, and lower token consumption because the browser generates cleaner, leaner output for the AI to parse.

Cloudflare reportedly built Kitesurf in roughly 12 weeks, leveraging its existing technologies like Dynamic Workers and Durable Objects.

Disclosure: This article was edited by Editorial Team. For more information on how we create and review content, see our Editorial Policy.

Read Entire Article