Skip to main content

One post tagged with "docker"

View All Tags

Sandboxing AI Codegen CLIs: Part 1 - CLI Tooling

· 3 min read
Ionuț Barangă
Software Engineer

Containers

Photo by Tom Fisk on Pexels

AI-powered code generation CLIs like Claude Code, Gemini CLI, OpenAI Codex, and GitHub Copilot are incredibly productive tools. They can scaffold projects, refactor code, and even run bash commands on your behalf.

But here's the catch: they can also hallucinate. And a hallucinated rm -rf or a runaway npm install that fills your disk is not something you want happening on your main OS.