

Recent
Agile is Bending, Not Breaking, in the Age of AI
AI makes writing code so cheap that iterative enhancement stops making sense. Instead of refining small slices, teams are regenerating entire features and iterating on the whole thing. Agile isn’t dead, but its assumptions are bending hard.
The Real Cost of Rolling Your Own Auth
·5 mins
After maintaining an authentication library with 125 million downloads for over a decade, here’s what I learned about the real cost of auth: it’s not the build, it’s the maintenance nobody plans for. And no, an AI agent monitoring your dependencies isn’t the answer.

AI Exposed the Process Debt You've Been Ignoring
·6 mins
AI made code cheap. The bottleneck was never the code. It was scoping, estimation, and communication, the skills teams treated as optional for years. That bet no longer pays off.
Ruby Constants vs Class Methods: Why Methods are the Better Default
·7 mins
Constants feel clean until six files break when you rename a hash key. Class methods give you the same performance with an API boundary that survives refactoring.
Serving iOS Universal Links and Android App Links from Phoenix
Deep linking looks simple until it breaks in production because three teams own different pieces of it. Here’s the Phoenix server-side setup, including the content-type gotcha that will cost you an afternoon.