Docker Sandboxes (sbx) is Docker’s dedicated security tool for running autonomous AI coding agents — Claude Code, Gemini CLI, GitHub Copilot, and others — inside fully isolated MicroVM environments. This post covers the core security architecture, essential CLI commands, and customization options, so you can evaluate whether sbx belongs in your AI-assisted development workflow. Table of Contents […]

Read More →

Your agentic app just ran a search. The tool returned 500 results as JSON. Your agent appended all of it and fired off an API call — 45,000 tokens to answer a question that needed maybe 4,500. Tejas Manohar, a senior engineer at Netflix, hit this problem every day. He was running out of tokens […]

Read More →

You give your AI coding agent a task. It gets to work. Thirty tool calls later you have code — and it’s not what you needed. The agent understood the words but missed the intent. It made a dozen small decisions that individually seemed reasonable, and collectively built the wrong thing. This isn’t a capability […]

Read More →