
Cloudflare ships Kitesurf, an agent-first browser running in V8 isolates on Workers
Cloudflare shipped Kitesurf, a browser written from scratch in Rust, compiled to WebAssembly and run inside V8 isolates on Workers, using 3.1 times less CPU on screenshots and 4.7 to 7.0 times less memory than Chromium on Cloudflare's own benchmarks. The cost is 1.7 to 1.8 times slower wall time — a deliberate trade for agent fleets, where per-session memory, not latency, is what makes giving every agent its own Chromium instance too expensive. It passes more than 215,000 Web Platform Tests and drives from Puppeteer, Playwright, or MCP clients over the Chrome DevTools Protocol, free during the Browser Run beta, so existing automation code can point at it today.
Source: blog.cloudflare.com ↗
They consume so much memory and compute that providing every agent with its own instance is prohibitively expensive, restricting large parts of the Web to only the most sophisticated and costly AI models with higher parametric knowledge, while locking out many other agentic appli
Why this matters
- → Chromium's overhead locks agent access behind high compute costs
- → Kitesurf cuts memory by 4.7-7× and CPU by 3.1×, enabling cheaper at-scale agentic automation
- → Built for AI priorities (token efficiency, structured content) over human UX (tabs, extensions, pixel-perfect