AI Hooks Can Do More Than Run Prettier
August 11, 2026
Skills get all the attention. Meanwhile hooks can run mutation tests at write time, record an agent VCR, turn your team into a MUD, and haunt your codebase.
I Was Wrong About the Stratos Project
May 14, 2026
I spent a week being loud and wrong about the Stratos data center. Then I actually read the source materials. Here's why I changed my mind.
Why You Should Use The Decorator Pattern
March 9, 2026
How the decorator pattern lets you layer on logging, counting, and other cross-cutting concerns without modifying classes that are already working just fine.