Category: lean-coder
-

The CLI Contract: building command-line tools an AI agent can actually drive
I hand a lot of my infrastructure chores to LLM agents now. Not because it’s trendy, but because a well-scoped agent with shell access is genuinely good at the boring 80%: “upgrade these machines,” “what’s the status of X,” “back this up before you touch it.” But the first time I pointed an agent at…
-

The Terminal Coding Agent I Use to Run My Own Servers
Most AI coding tools live in your editor. This one lives in the terminal and actually runs my servers, from backups to deploys.
