Fetching from the wire…
Public story · 2026-08-04 · high
The new @cloudflare/computer tool sends 90% of agent commands into V8 isolates instead of full containers.
Why now: Cloudflare shipped @cloudflare/computer on August 3 as day two of Agents Week, alongside serving-cost data for Kimi K2.6 and GLM 5.2.
Cloudflare shipped @cloudflare/computer on August 3, saying no hyperscaler has enough compute to give every agent its own container.
That capacity problem is why about 90% of agent commands route into V8 isolates instead of full Linux containers, per the company's engineering post. Each agent gets a virtual computer, and commands only escalate to a container when a job needs npm or a native binary.
A SQLite-backed virtual filesystem stays synced across both runtimes, with container access running through FUSE mounts. It can seed from object storage or a source repo. The tool is MIT-licensed, live on npm as an early preview, and sitting at 786 stars.
That's a direct challenge to eighteen months of agent-infra pitches built on the assumption that a container or micro-VM is the right unit of isolation. Cloudflare operates the fleet, and it's saying that model doesn't scale.
Two other posts from the same week back the same bet. Workers picked up a connect(socket) handler for inbound TCP, routing to gRPC servers in Durable Object Containers across 330+ edge locations. The named use cases are real-time voice and AI dictation, still in private beta with no public date.
Separately, dropping the KV cache from BF16 to FP8 pushed Kimi K2.6's in-memory context from about 686,000 tokens to 1.37 million. Concurrency rose from 32 requests to 64, hitting 2,192 tokens per second at roughly 30% less cost per token. INT4 weights shrank GLM 5.2's checkpoint from 705GB to 421GB with accuracy within 0.8 points.
Mastra made a similar bet the same day, launching managed sandboxes and filesystems for its platform. Billing folds into existing CPU time and egress rather than arriving as a separate infrastructure charge, per the announcement.
Each link below shares sources, entities, or timing with this story.
Ryan Dahl announced celld on August 5. It's a daemon built from V8, S3, SQLite, LTX and Tokio that runs the exact Cloudflare Workers and Durable Objects JavaScript APIs and configuration on hardware you own. The architecture is the interesting part, not the API compatibility....
4,334 stars, +891 today, #3 on Trending. Authoritative state in SQLite, projected into three interchangeable execution backends registered under stable IDs: a container backend projecting SQLite state as a real FUSE mount with full Linux userland and network, a just-bash isola...
This is the most immediately useful pattern I've seen this month. Cloudflare shipped Code Mode MCP, and the numbers are hard to argue with. Their API has 2,500+ endpoints. Exposing each one as a separate MCP tool would consume 1.17 million tokens of context just for tool defin...
In roughly eight weeks: omnigent-ai/omnigent (8,418 stars), vercel/eve (4,492), clawkwork/clawk (951, "give coding agents a disposable Linux VM, not your laptop"), tastyeffectco/sandboxd (885), BitMiracle-AI/Dormice (557, pitching "the SQLite of agent sandboxes," self-hosted,...
Kitesurf is a stateless browser running entirely on Workers: an Engine handling CDP WebSocket/REST and session state, a PageScript spinning an isolated Dynamic Worker per page, and a Rust-based PageRenderer (Blitz, Stylo) returning pixels over RPC, with all egress funneled thr...
Cloudflare added Moonshot AI's Kimi K2.5 to Workers AI on March 19, making it the first frontier-scale open-source model available on edge compute with a full 256K context window, multi-turn tool calling, vision inputs, and structured outputs (Cloudflare Blog). Cloudflare repo...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.