@steren: Today we're publicly launching Cloud Run sandboxes. Here, I start, execute, and stop 1,000 sandboxes in 5s with an aver…
Summary
Google publicly launches Cloud Run sandboxes, showcasing the ability to start, execute, and stop 1,000 sandboxes in 5 seconds with an average latency of 500ms.
View Cached Full Text
Cached at: 07/10/26, 08:07 AM
Today we’re publicly launching Cloud Run sandboxes.
Here, I start, execute, and stop 1,000 sandboxes in 5s with an average of 500ms latency: https://t.co/pHpwe5XRX5
Similar Articles
@HowToPrompt__: China has open-sourced a sandbox that: → boots in 60ms (docker takes 200ms) → uses 5MB of RAM per instance → runs thous…
China has open-sourced CubeSandbox, a hardware-isolated sandbox for AI agents that cold-starts in under 60ms with only 5MB of memory overhead per instance, replacing Docker and E2B with a simple URL swap. It can run thousands of agents on one machine at the hardware level.
@jhleath: https://x.com/jhleath/status/2065408690992148698
The author explains how they built a compute platform capable of launching millions of sandboxes per second in constant time, focusing on decoupled scheduling and capacity aggregation using Cassandra and S3.
@zongheng_yang: Sandboxes are all the rage (Modal, E2B, AWS, ..). Most AI teams pay a >4x markup to run sandboxes on someone else's mac…
SkyPilot Sandboxes allows AI teams to run sandboxes on their own clusters, offering 4-10x cost savings compared to Modal with sub-second launches and warm pools.
@motatoeshq: How we're scaling http://opencomputer.dev to 1M sandboxes
OpenComputer offers long-running, persistent cloud VMs for AI agents, enabling stateful, always-on compute with dynamic resizing, as an alternative to ephemeral sandboxes.
@rauchg: This is so powerful. ▲ Sandbox can now run 𝚍𝚘𝚌𝚔𝚎𝚛 and 𝚏𝚞𝚜𝚎, unconstrained. MicroVMs are the gift that keeps o…
Vercel's Sandbox now supports running Docker and FUSE filesystems without constraints, enabling developers to mount S3 buckets and network filesystems, and share state across sandboxes. This update is built on MicroVMs for instant boot and unconstrained runtimes.