Announcing a preview of the next edition of the Agents SDK — from lightweight primitives to a batteries-included platform for AI agents that think, act, and persist: https://t.co/jqwJXMo6tb
Cloudflare Launches Project Think to Build Durable Serverless AI Agents
Cloudflare· Updated
Cloudflare introduced Project Think, a preview of its next-generation Agents SDK that provides primitives for long-running, stateful AI agents. The platform enables agents to survive crashes, delegate tasks to sub-agents, and execute code in sandboxed environments while costing nothing when idle.
Current coding agents often run locally or on expensive virtual machines, which limits scaling. By leveraging Durable Objects (stateful storage and compute at the network edge) and Dynamic Workers, this update shifts agents to a serverless model where each task gets a unique instance that hibernates when inactive, reducing idle costs to zero.
You can now use the Think base class to handle chat lifecycles or integrate primitives like runFiber() into existing agents. The preview is available via the @cloudflare/think package on npm, providing access to the execution ladder including Dynamic Workers and Sandboxes.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →




