Cloudflare launches Computer, a runtime that mixes isolates and Linux containers for agents

ritakozlov · x · 2026-08-04

Cloudflare says its new Computer runtime gives each agent a “computer of its own” by orchestrating between fast isolates and full Linux containers.

The technical twist is a private container attached to a Durable Object, sharing the same DO storage through a custom FUSE filesystem. That lets the agent harness stay durable while the container handles heavier work, avoiding the brittle state-sync problems that show up when a harness and sandbox are split apart.

The diagrams show two execution paths: containers use a small computed binary to mount the DO filesystem and sync files, while isolates can use a lighter shim. Cloudflare frames it as a way to keep the same durable workspace while choosing the most efficient backend per task.

Related event: Cloudflare Releases Computer Runtime for AI Agents(11 posts)→

Original post →

More from coding & agent

coding & agent channel →