Sculpting Code

Code is something we used to write. If you’ve ever considered yourself a developer or programmer, you know. Systems is something we design and architect. That hasn’t changed. We just have assistance to do it better and faster now. There’s a lot of talk of how code reviews are more important than ever in a world of slop and vibe-coding. This is true. Simon Willison wrote about this in Your job is to deliver code you have proven to work, and Don’t Break Prod captures the spirit of it as well. ...

March 25, 2026 · 2 min · 217 words

Poor Man's Merge Conflict Resolver

One habit I am building is converting repetitive tasks into Claude Slash Commands. Even though I do not write code by hand anymore, I still direct and architect how the critical parts of the codebase are written. When it comes to frontend, it’s mostly vibe-coded without looking inside. Part of this involves resolving merge conflicts. I am sharing that slash command below in the hope that it will be useful to others. ...

November 26, 2025 · 3 min · 429 words