Cloudflare Computer: A Durable Filesystem and Execution Layer for AI Agents
craigsdennis · x · 2026-08-11
Cloudflare introduced @cloudflare/computer, designed to provide AI agents with a durable filesystem and versatile code execution environments.
Core Architecture
Instead of a traditional virtual machine, the project centers on a durable filesystem built within a Durable Object, connected to multiple runtimes:
- Fast Isolate: For small tasks.
- Dynamic Worker: Runs fresh JavaScript modules.
- Linux Container: Invoked when a task requires a full Linux OS.
All three runtimes share the same files. The core philosophy is to make the container optional for most of an agent’s work, improving efficiency. File synchronization is handled via a computerd FUSE mount and sync protocol.
Project Status
The project is currently in early preview, with APIs and implementation details subject to change. It is recommended for experiments and prototypes rather than production.
More from coding & agent
- How Do You Test AI Agents Before Production? Devs Discuss Hallucinations & Edge Cases — Saurabh4266 · 2026-08-11
- Developer Shares Workflow of Building an App Without Reading a Single Line of AI-Generated Code — tawnniee · 2026-08-11
- Browser Use CLI 3.0 Integrated into Hermes, Slashing Token Spend by 60% — Teknium · 2026-08-11
- Hermes Agent Launches Browser Automation Toolset with Multi-Backend Support — NousResearch · 2026-08-11
- Open Claw Agent Runs Overnight to Secure Fully Booked Health Club Spot — gregmushen · 2026-08-11
- Weights & Biases launches agent tracing that follows sessions, turns, and tool calls — wandb · 2026-08-11