Hacker News new | ask | show | jobs
by matrixgard 95 days ago
The thing most first-year CTOs don't see coming is the translation problem. You understand the system. The founder understands the market. And there's this gap where critical decisions get made based on whoever can communicate their uncertainty the most confidently.

I've seen it go wrong both ways — CTOs who gold-plate systems nobody uses yet, and founders who promise customers features that are a month away from being architecturally possible. Both happen because the two sides aren't seeing the same thing.

The best early-stage CTOs I've watched work well are the ones who treat "no we can't do that" as a last resort. What feature did you promise that you genuinely couldn't deliver, and what did you actually ship instead?

1 comments

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.

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?