Writing › Tag
#Claude Code
-
What I don't let an AI agent decide
A tool for building Carpentries workshop websites with any AI coding agent. The interesting design choice wasn't the automation. It was where the agent's judgment stops and a hard rule takes over.
-
The single underscore that broke my task system
A CLI task manager that worked fine in my terminal silently failed inside Claude Code sessions. The cause wasn't a bug in the tool, it was a shell-snapshot mechanism that quietly drops single-underscore function names before the agent ever sees them.