Essays and notes
Working With Coding Agents
Jun 2, 2026A coding agent is not a chatbot, an autocomplete, or a replacement for craft. It is a tool that can act inside your project, if you know how to direct and supervise it.
Gen AI breaks the language barrier
May 27, 2026Babele is a real-time interpreter that runs on your phone. Walk into a country whose language you do not speak, put in any Bluetooth earpiece, and actually talk to people.
A Machine to Confess To
May 19, 2026An AI confessional booth next to a Cybertruck, and a reality check on the urge to automate everything, including the work of looking inward, before going forward.
Review the diff before it becomes history
Apr 26, 2026gitwell is a small Rust desktop app for making agent-written changes explain themselves before they become commit history.
Turn code bloat into a refactor queue
Apr 23, 2026A local VS Code plugin that finds the files your AI coding agent keeps bloating, then ranks them into a practical refactor queue. No LLM, no upload, no telemetry.
You Can't Unit Test an LLM Pipeline. Try Chaos Engineering Instead.
Apr 20, 2026Multi-turn AI orchestration fails in ways that no assertion will ever catch. The fix is not better metrics, but chaos engineering for LLM pipelines.