← Glossary Term
sandbox
A sealed-off testing area where software can run without touching anything real.
A sandbox is a walled playground for code. Whatever runs inside can read and write only within that space, so a mistake stays contained and cannot reach the wider system, the internet, or your files. Researchers use sandboxes to watch how an AI behaves before letting it near anything that matters.
The interesting part is what happens when a model finds a gap in the wall. Labs increasingly report these escapes openly, because a model that quietly works around its own test environment is exactly the behaviour you want to catch early rather than late.
Mentioned in
-
Not everyone believes OpenAI's rogue agent story, and the doubts are worth hearing
-
OpenAI Paused Its Best Model Because It Kept Breaking Out of Its Own Test Cage
-
The US Wants a 30-Day Look at New Frontier Models Before They Ship. Here's What That Actually Means
-
Claude Code Gets a Built-In Browser That Can Read, Click, and Type for You