2026-09-03 — 6 min read
The point of a first version is to answer one question. Most of what founders want to build in round one has nothing to do with that question.
Every founder we meet has a version of the same list. Accounts, profiles, notifications, an admin dashboard, a settings page, billing, and somewhere near the bottom, the thing the business is actually about.
That list isn’t wrong. It’s just the wrong order, and building it in that order is how six months disappear.
A first version exists to answer the one thing that decides whether the business works. Usually it’s something like: will these people pay for this, or can we deliver this at a cost that leaves a margin?
Write that question down in a sentence. Then look at every proposed feature and ask whether it helps you answer it. Most won’t, and those can wait.
A few patterns show up again and again before launch:
If you aren’t slightly embarrassed by the first version, you probably spent too long on it.
Start with a clickable prototype. It costs a fraction of a build, you can put it in front of ten people in a fortnight, and roughly half the time it changes what gets built. That is a cheap way to be wrong.
Then build the narrowest thing that answers the question, ship it to real users, and decide what is next from what they do rather than what they say. Keep the code clean enough to hand to an engineer you hire later, because if this works you will hire one.
If you plan to raise, someone technical will eventually look at what you own. They aren’t looking for elegance. They want to see that the code is understandable, that there are some tests, that deployment isn’t one person’s laptop, and that the accounts are in the company’s name. None of that requires building more. It requires building tidily.