Cloudflare Launches Project Think: New Framework for Building Persistent, Scalable AI Agents
Key Takeaways
- ▸Project Think introduces durable execution, sub-agents, persistent sessions, and sandboxed code execution—primitives designed to enable long-running, collaborative AI agents
- ▸Built on Cloudflare's Durable Objects, the framework eliminates expensive idle costs and enables agents to persist across device changes and interruptions
- ▸The framework addresses a fundamental scaling challenge: agents operate on a one-to-one user basis unlike traditional applications, requiring new infrastructure approaches to support millions of concurrent agent sessions
Summary
Cloudflare has introduced Project Think, the next generation of its Agents SDK, designed to address fundamental limitations in how AI agents are currently built and deployed. The framework introduces key primitives including durable execution with fibers, sub-agents, persistent sessions, and sandboxed code execution—enabling agents to persist beyond single sessions, scale efficiently, and operate without expensive always-on infrastructure costs.
Project Think is built on Cloudflare's Durable Objects infrastructure, allowing each agent to have a persistent identity and state while consuming zero compute when hibernated. This addresses a critical scaling challenge: as AI agents become essential tools for knowledge workers managing calendars, analyzing datasets, automating workflows, and more, the one-to-one nature of agent-to-user interactions creates vastly different scaling requirements than traditional multi-user applications. With hundreds of millions of potential agent users, current per-container costs are unsustainable.
The framework ships with an opinionated Think base class for rapid development, while also allowing developers to use individual primitives to build custom solutions. Key features include crash recovery and checkpointing through durable execution, tree-structured message persistence with forking and compaction, and the ability for agents to write their own tools at runtime through self-authored extensions.
- Project Think enables agents to perform complex tasks like workflow automation, dataset analysis, and business process management while maintaining persistent state and enabling collaboration
Editorial Opinion
Project Think represents a significant architectural shift in how enterprise AI agents can be deployed at scale. By leveraging Cloudflare's edge infrastructure and durable object model, the framework tackles the core economic and technical barriers that have kept agent development confined to local machines and expensive dedicated servers. This could meaningfully accelerate agent adoption across enterprise workflows, though success will depend on developer adoption and whether the pricing model truly delivers on the promise of efficient idle-state economics.


