Hacker News new | ask | show | jobs
by Cannonball2134 96 days ago
Agreed. Sometimes you take the risk because the upside is existential.

The key is doing it deliberately. Know what you are trading off, isolate the risk, and avoid baking shortcuts into the core system.

Win the customer if you must, but do it in a way that lets you recover fast rather than paying for it for the next year.

1 comments

Deliberately is doing a lot of work in that sentence and it's exactly right. The shortcuts that kill you aren't the ones you knew were shortcuts it's the ones that felt like reasonable decisions under pressure and only look like shortcuts in hindsight.

The "isolate the risk" part is where most early CTOs underestimate the blast radius. A shortcut in the auth layer feels isolated until six months later when three other systems are built on top of assumptions it makes. By then it's not a shortcut anymore, it's load-bearing technical debt.

What's the recovery actually looked like in practice when you've caught it early enough — do you get clean rewrites or is it mostly containment?