Kitesurf: Agent-first browser that runs in V8 isolates(blog.cloudflare.com)
217 points by m3h 14 days ago | 62 comments
tl;dr: Cloudflare built Kitesurf, a lightweight browser designed for AI agents that runs entirely on Workers using V8 isolates, WebAssembly, and Rust-based components like Blitz and Stylo instead of Chromium. It trades pixel-perfect rendering and features like video/WebGL for 3-7x lower CPU and memory usage, though it's currently ~1.7x slower in wall time. Available in beta via Browser Run with CDP compatibility (Puppeteer, Playwright, MCP), it passes 215,000+ Web Platform Tests and will be open-sourced eventually.
HN Discussion:
  • Kitesurf builds on Blitz, an open-source browser engine, with plans to upstream patches
  • Cloudflare has a conflict of interest running both anti-bot CDN services and agent browsers
  • ~Questioning whether Kitesurf gets special treatment to bypass Cloudflare's own anti-bot protections
  • Skepticism about real-world use cases for browser agents
  • Curiosity about technical comparisons with other sandboxing/agentic browser approaches