AI Pulse by Inblix

Cloudflare built an AI browser in 12 weeks that ditches everything users see

TechCrunch AI · Aug 7, 2026 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: Cloudflare built an AI browser in 12 weeks that ditches everything users see

Cloudflare didn’t build a new browser for you. It built one for the AI agents that are about to flood the web. Kitesurf, unveiled this week, is a cloud-hosted browser designed from scratch to let AI software navigate websites, fill out forms, and complete transactions. No tabs, no themes, no bookmarks bar. This is a browser stripped down to what machines actually need.

The project came together in just 12 weeks and runs entirely on Cloudflare’s Workers serverless platform. The company claims Kitesurf is “significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction.” That efficiency translates directly to lower token costs for developers building agentic workflows—something anyone running large-scale browser automation is acutely aware of. The browser is stitched together from a Blitz rendering engine, Firefox’s Stylo CSS parser, and Boa JS, a Rust ECMAScript engine.

Security is a different animal when your browser’s users are AI models. Cloudflare pointed to prompt injection attacks and other novel threat vectors that don’t apply to human browsing. A browser built for agents has to worry about what happens when a website tries to manipulate the AI reading it, not just the human clicking through it.

Kitesurf is free during its beta, available through something called Browser Run that lets developers programmatically control headless browser instances. Cloudflare credited the open-source Rust project Obscura for the initial spark, saying the first proof of concept was a direct port. The company says it already passes around 215,000 web platform tests and renders sites like Wikipedia, Hacker News, and the Cloudflare dashboard correctly. It’s early, but the signal is clear: the browser wars have a new front, and it’s not about winning over humans.

💡 Key Takeaways

  1. Cloudflare built Kitesurf in 12 weeks on its Workers platform specifically for AI agents, not human browsing.
  2. The browser is more CPU- and memory-efficient than Chromium for tasks like screenshots and HTML extraction, which cuts token costs for developers.
  3. An AI-native browser faces unique security threats including prompt injection attacks, requiring a fundamentally different threat model than consumer browsers.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles