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 →

You’re deep in a refactor, you hand off a task to your AI coding agent, and you walk away to get coffee. When you come back, your project directory has been restructured — but so has everything else. The agent followed a chain of reasonable-looking steps that ended somewhere you never intended. This isn’t a […]

Read More →

DeepSeek, a powerful open-source LLM, can be easily run locally on your desktop/laptop using Ollama. I’m using an M1 MacBook Pro with 32GB. Ollama simplifies the process of running large language models, handling dependencies and providing a consistent interface. This guide will walk you through installing DeepSeek via Ollama, making it accessible with just a […]

Read More →

Finding something to learn is just a google(whatever search engine of ur choice)search away. However you do not want to spend time weeding out the bad ones and selecting which ones to learn from. Hackr.io is a simple website which takes out this pain of discovering good resources to learn programming languages. It is a […]

Read More →