AI Agent Harnesses
The AI coding-agent harnesses I run in the terminal -- opencode, pi, and herdr -- what a harness is, how they differ, and how I use them day to day.
The AI coding-agent harnesses I run in the terminal -- opencode, pi, and herdr -- what a harness is, how they differ, and how I use them day to day.
How I manage dev toolchains with mise (mise-en-place) -- global and per-project tool versions in mise.toml, config resolution rules, tool backends (npm, pipx, GitHub, mise registry), per-directory env vars, and migrating off nvm.
Build a complete command-line task manager in Java - CRUD operations, file-based persistence, input validation, and packaging as a runnable JAR.