
Cloudflare has released Kitesurf, a stateless web browser built specifically for AI agents. It runs entirely in V8 isolates on Cloudflare Workers, with no Chromium underneath. Browser engines like Chromium were built for humans, and their memory and compute overhead makes one-browser-per-agent prohibitively expensive. Agents do not need tabs, extensions, or pixel-perfect 60-fps rendering. They need machine-readable content, low token overhead, scalability, and isolation against threats like pro
Cloudflare has released Kitesurf, a web browser built specifically for AI agents that runs entirely in V8 isolates on Cloudflare Workers instead of using traditional browser engines like Chromium. Traditional browsers were designed for humans and require significant memory and computing resources, but AI agents need different capabilities: machine-readable content, low token overhead, scalability, and security against threats like prompt injection. Kitesurf uses 3 to 7 times less CPU and memory than Chromium for common agent tasks, though it is 1.7 to 1.8 times slower on wall time, making it cost-effective for bursty workloads where billing is based on resource consumption. The tool is available free in beta and works with existing Puppeteer, Playwright, and other client tools by adding a single parameter, though it does not yet support video, WebGL, or long authenticated sessions.

Long-running agents accumulate state that no transcript captures. A coding agent at step 10 holds edited files, a running dev server, installed packages, and a warm prompt cache. When it misreads a traceback and rewrites a file that was already correct, neither available recovery path is cheap: patching forward grows the context and the token bill, and restarting from step one re-pays every model and tool call while reproducing nothing exactly, because runs are non-deterministic. Jumping back t

New AI toolbars and prompts are showing up in Google Docs and Gmail. If you don’t want Gemini’s help in writing documents and emails, here’s how to turn that stuff off.

In October 2025, a storm brewed over the Caribbean Sea. Weather models differed on its trajectory. Would it remain weak and end up in Haiti, or would it intensify and head to Jamaica? Artificial intelligence model WeatherNext, developed by Google’s DeepMind and Google Research, went with the latter. Five days before landfall, it predicted with 80 percent confidence that the storm system would hit Jamaica as a Category 5 hurricane. Hurricane Melissa was catastrophic, causing flooding and landslid
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven