Posts

Showing posts from May, 2026

Good Intentions Are Not Mechanisms

Image
For a long time, I thought decisions were progress. We would agree that unit tests should improve, ownership should become clearer, documentation should become stronger, or engineering efficiency should go up. Everyone aligned. The intent was correct. But after the last few quarters, especially with AI making it easier than ever to generate plans, proposals, and improvements, something became obvious in hindsight: deciding something is not the same as operationalizing it. A team can decide that strong unit tests matter, but unless there is a mechanism in code reviews, commit pipelines, dashboards, and targets that continuously reinforces it, the decision slowly fades under delivery pressure. The interesting part is that this applies everywhere. Coding standards, roadmap priorities, operational excellence, ownership boundaries, release quality. Most organizational drift does not happen because people disagree with the goal. It happens because the goal exists only as intent and not as a...

Think 10×, Build 1× at a Time

Image
Never build at the scale of your ambition. Always build at the scale of your current certainty. It is tempting to design the full 10× solution upfront—cover all cases, anticipate all edge conditions, think two steps ahead. But that quickly turns into assumptions stacked on assumptions. Progress slows, confidence drops, and execution becomes heavy. The better approach is simpler. Define the 10× clearly so direction is not lost. Then ask: what is the smallest version of this that delivers real value today? I think of it as a napkin on the table. The full napkin is the ambition. Now fold it. What is one simplification that cuts the scope in half? It is still a napkin, still useful, just smaller. Fold again. Keep folding until what remains is something you can build with confidence, not speculation. That is the 1×. Build it. Learn from it. The interesting part is when you start unfolding. It rarely goes back to the original shape. It expands differently, guided by real usage, not imagined...