The fastest-growing repo on GitHub is a one person team!
OpenClaw went from 9K to 185K GitHub stars in 60 days — the fastest-growing repo in history.
Their docs? One person, plus Claude. They scaled to the top 1% of all Mintlify sites, shipping 24 documentation updates a day.
Hey {{first name | there}},
If you clicked on this, you’re likely as curious as I am, or you feel I am about to sell you something; only the first part is true.
If you have been around (Twitter, Reddit… the internet at large), you might have heard about sandboxes. At first glance, my reaction was, “Great, another thing in the advent of AI.” However, I have had some time to think about it.
In this issue, I’d like to talk about what they are and why I think it might be worth a shot to know and possibly use it.
Quick Housekeeping:
If you are enjoying this, here are a few things you can do to make sure future issues land in your Primary inbox.
Step 1: Move this email to Primary
Sometimes, my emails may land in your Spam or Promotions folder. Drag it into your Primary tab, so you see future issues more easily.
Step 2: Add this email address to your contacts
This helps your email provider recognize future messages as something you want to receive.
Step 3: Reply to this email
Even a short reply helps your inbox understand that you want to keep getting these updates. I read every reply that comes in.
Sandboxes, you say?
Sandboxes have emerged as AI agents started gaining more access to system resources and tools. If you are like me, then when you use something like Claude code, you simply approve each command after another until completion.
This I find to be a good middle ground, as I do not want an agent screwing things up or creating new code paths I can not account for, however not everyone leverages agents this way. What if you could give agents access to an isolated environment but still let them run freely within it? That is essentially what a sandbox is — a controlled execution environment where an agent can operate without the ability to affect anything outside of its boundary. Think of it like a walled garden: the agent gets to do its thing, write files, run commands, explore the codebase, but if it makes a mistake, it cannot escape into your real system and do damage that matters.
This is also where the cloud native world comes in. The Kubernetes SIG Apps community has stood up a dedicated project, Agent Sandbox, to address exactly this problem at scale. Agent Sandbox provides a secure, isolated execution layer to safely deploy autonomous AI agents on Kubernetes that generate and run untrusted code at scale. k8s What makes it interesting from an architecture standpoint is the interoperability angle:
"is specifically designed for interoperability by defining a standardized Kubernetes API that decouples the execution layer from the underlying technology. This abstraction allows the sandbox to support various backends, such as gVisor, and Kata Containers, enabling users to choose the isolation technology that best fits their security, performance, or workload requirements."
At EverythingDevOps, we are huge advocates for the cloud-native community, so a SIG being formed to tackle this problem on K8s is a sign of bigger things to come.
Another interesting piece I found while researching for this issue is the Cursor team's write-up on agent sandboxing. They do a good job of going over the basics and some specifics for macOS — worth a read if you want to get into the weeds on how this plays out at the OS level.
What 200K+ Engineers Read to Stay Ahead
Your GitHub stars won't save you if you're behind on tech trends.
That's why over 200K engineers read The Code to spot what's coming next.
Get curated tech news, tools, and insights twice a week
Learn about emerging trends you can leverage at work in just 5 mins a day
Become the engineer who always knows what's next
Beyond the sandbox
Feels like I heard about sandboxes only yesterday, and folks are already looking to stretch beyond sandboxes and give agents full computers.
Computers for agents is interesting; it seeks to provide agents with full access to an operating system with the premise being that the boundary between "task" and "environment" should not exist for an agent — it should have a persistent workspace, the way a human developer has a laptop they come back to. The machine remembers state, retains context, and agents should always be running or at least ready to run.
This started to click when I saw OpenComputer from the folks at Digger. The idea is persistent VMs that hibernate when idle and wake in seconds. Where a sandbox constrains what an agent can touch, computers for agents says give the agent a full machine that is its own, let it persist state between runs, and design the infrastructure around that assumption rather than around restriction.
“Isn’t this just a VM?” I hear you whisper. Well, honestly, you’re not wrong. It is still early days, and I am still in the early stages of forming a full opinion, so if you have one, feel free to send me an email, and we can chat.
Until next time,
Jubril Oyentunji
Chief Technology Officer, EverythingDevOps




