Cloudflare Open-Sources @cloudflare/computer: A Smart Agent Runtime for Isolates and Containers
Cloudflare Blog · rss · 2026-08-03
Cloudflare has open-sourced @cloudflare/computer, a new runtime library designed to provide highly efficient compute infrastructure for AI agents. Traditional approaches of provisioning a container per agent face scalability bottlenecks at billions of concurrent instances. Cloudflare leverages its underlying Isolates technology to solve this.
Key features of the runtime include:
- Shared Filesystem: Provides a durable, SQLite-backed virtual filesystem for agents, capable of populating from Git repositories or cloud storage.
- Smart Environment Routing: Frontier models can autonomously choose the execution backend. Simple tasks run on fast, cheap Worker isolates, while complex tasks requiring Linux or native binaries spin up containers on demand.
- Security and Observability: All file and execution operations are gated, audited, and observable, ensuring fine-grained control and a clear paper trail.
Cloudflare's ultimate goal is to enable agents to handle 90% of their workload using only isolates, significantly optimizing performance and cost for agentic systems.
More from coding & agent
- Cloudflare Kicks Off Agents Week with gRPC Support for Workers — ritakozlov · 2026-08-03
- Blick Editor Released: Focuses on High Performance and Minimalism — Vjeux · 2026-08-03
- AI Agents Expose Flaws in Design Systems: Lack of Decisions Causes UI Inconsistency — ritakozlov · 2026-08-03
- Using GPT-5.6 Luna Max as a Subagent to Boost Coding Workflows — daniel_mac8 · 2026-08-03
- sol-advisor: A Codex-Native Architect Orchestration Workflow — daniel_mac8 · 2026-08-03
- MiniMax H3 Video Director Skill: Guide Agents for Scene and Storyboard Control — Qu4rker · 2026-08-03