Cloudflare Is Trying to Make AI-Built Apps Less Disposable
AI-generated apps have had an awkward little secret: they are pretty good at producing disposable interfaces, but the moment you want one to remember anything, the infrastructure starts looking like a junk drawer. Cloudflare's new Durable Object Facets are interesting because they attack exactly that problem. Dynamic Workers already let developers run generated code inside lightweight isolates instead of heavier container-style setups, which is why Cloudflare keeps stressing the speed and memory advantage. The new piece is persistence. A platform can now let AI-written code run as a facet inside a supervised Durable Object, with its own SQLite-backed storage attached locally to that object. In plain English, each tiny generated app can get a small brain and a memory without the platform owner handing over the keys to a giant database buffet. That detail matters more than the demo-friendly phrase "give each app its own database" suggests. The clever part is not just storag...