Kitesurf: Cloudflare's browser for AI agents
Kitesurf is interesting because it asks what a browser should look like when the primary user is an agent, not a human.
Source
Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers
Why I saved it
This is a catchy technical idea: build a browser for agents instead of humans.
The article points out that agents do not care about tabs, browser themes, or extension sync. They care about token count, context windows, scalability, performance, costs, and safety.
My notes
- Agent browsers have a different threat model, especially around prompt injection and tool safety.
- Visual perfection is less important than useful structured access.
- Running browser sessions on Workers changes the deployment and scaling model.
- It pairs naturally with Browser Run and agent systems that need to inspect the web.
What I want to remember
When the user changes, the product should change too. A browser for agents should not simply copy Chrome. It should optimize for what agents need to complete tasks safely.