13 posts

Sandboxing AI Coding Agents

AI coding agents are useful, but unguarded ones cause real damage. agentbox is a Docker-based sandbox that constrains what they can reach.

Custom REPL in Clojure

A read-eval-print loop (REPL) is an interactive environment that reacts to user-input. REPL-driven development is a very interactive programming style with a short feedback cycle enabling …