Cloudflare Computer Lets The Agent Loop Choose Its Runtime

Cloudflare Computer keeps one durable filesystem and exec contract while routing work between isolates and containers.

Retrieval answer

Cloudflare Computer separates an agent's computer interface from its execution backend. Lightweight steps can run in isolates, heavier Linux or native-binary work in containers, while durable files and audit policy remain shared.

New Runtime synthesiseditorial-diagram
A New Runtime whiteboard diagram of an agent loop calling a computer interface with shared files and selectable isolate or container backends.
New Runtime synthesis from Cloudflare Computer and the Harness Is in the App talk.New Runtime synthesisOriginal source ->

Field note

Cloudflare Computer gives an agent a familiar computer contract: a durable filesystem, read-write-edit-list operations, and one exec interface backed by different execution environments. State remains shared while the runtime is selected for the job.

Light file, data, and Git operations can run in an isolate through Dynamic Workers. Linux, npm, and native binaries move to a Cloudflare Container where the same filesystem is mounted through FUSE and synchronized back. The operations can be gated, observed, and audited without forcing every step into the heaviest environment.

Sunil Pai's broader argument is that the harness becomes the application. The agent loop receives tools, a workspace, and a filesystem, then produces the interface or connects to an existing product surface. That makes runtime selection part of product architecture rather than invisible infrastructure.

The economic boundary is explicit: a container per agent and per user does not scale. Cloudflare's stated target is for containers to handle less than 10% of the work, with the agent choosing the heavier backend only when an isolate is insufficient. That is a target, not a universal benchmark. Measure fallback-to-container rate, audit file mutations, and require shared state to survive backend changes.

Recommendation

Cloudflare Computer keeps one durable filesystem and exec contract while routing work between isolates and containers.

Discovery graph / next reads

Continue through New Runtime

Open the graph
  1. 01topicCloudflare - New RuntimeExplore the cloudflare topic hub.
  2. 02topicAgents - New RuntimeExplore the agents topic hub.
  3. 03topicServerless - New RuntimeExplore the serverless topic hub.
  4. 04archiveField NotesOpen the latest editorial analysis.
  5. 05source ledgerSource LedgerInspect the public source evidence graph.

These links are also published in this page's JSON twin and as typed edges in DiscoveryGraph v1.

Who read this page?Machine requests, hidden until opened

Loading the privacy-safe route aggregate...

Open the JSON contract