Dynamic Workers are 100x faster than containers. With new Durable Object Facets, you can now give every agent-generated app its own secure, persistent storage without managing a separate database. #AgentsWeek https://t.co/DPCdv2QWr3
Cloudflare Launches Durable Object Facets to Give AI Generated Apps Persistent Storage
· Updated
Cloudflare introduced Durable Object Facets in open beta, a feature for its Dynamic Workers platform that provides AI-generated code with persistent storage. This update allows a supervisor Worker to dynamically create facets—isolated code instances—that each receive a dedicated
SQLite database (a lightweight, serverless relational database) for long-term state.While Dynamic Workers already allowed agents to execute code 100x faster than containers, they were primarily ephemeral. Building persistent applications with AI previously required complex external database provisioning, which is often too slow for thousands of tiny, user-generated apps. Facets bridge this gap by offering instant, stateful compute at the edge.
You can now build platforms where AI agents generate full-stack applications that remember user data across sessions. The supervisor Worker maintains control over logging and security while the agent-generated facet operates in a sandbox. This is available in open beta for users on the Workers Paid plan.
Cloudflare
@Cloudflare
3retweets17likes
View on X


