Cloudflare Agents Week 2026: Dynamic Workers, Sandboxes GA, and Project Think

Cloudflare Agents Week 2026 shipped five major platform capabilities in a single week: Project Think, Dynamic Workers GA, Browser Rendering API updates, an Agent Leaderboard, and significant Workers AI expansion — transforming Cloudflare from a CDN and edge network into a batteries-included platform for building, deploying, and operating production AI agents at global scale. The numbers behind the event are significant: 20 million requests routed through AI Gateway during the week, 241 billion tokens processed via Workers AI, and more than 3,683 internal users validating the platform at enterprise scale before external developers push their first agents to production. ...

May 8, 2026 · 17 min · baeseokjae
Cloudflare Project Think Guide 2026: Build Long-Running AI Agents with Durable Execution

Cloudflare Project Think Guide 2026: Build Long-Running AI Agents with Durable Execution

During Cloudflare Agents Week 2026, the internal AI engineering stack processed 20 million requests through AI Gateway and 241 billion tokens through Workers AI — the largest proof-of-concept for Cloudflare’s own infrastructure as an AI agent runtime. Project Think is Cloudflare’s answer to the question of how you build AI agents that run for minutes or hours, maintain state across tool calls, and spawn specialized sub-agents, all on serverless infrastructure. The framework provides a base class (@cloudflare/think) built on top of Durable Objects, giving agents persistent state, hibernation (zero billing during idle), and colocated sub-agent execution via RPC. As of April 2026, Project Think is in developer preview — APIs may change as feedback is incorporated. Here is a complete guide to the architecture and how to build with it. ...

May 7, 2026 · 10 min · baeseokjae