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
Cloudflare· Updated
Cloudflare introduced Durable Object Facets in open beta, allowing Dynamic Workers to instantiate isolated SQLite databases for AI-generated code. This enables developers to build platforms where agents can create persistent, stateful applications without manual database management or high latency.
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.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →


