MVP vs Prototype: Which Should a Startup Build First?
Teams often confuse prototypes and MVPs. A prototype tests understanding; an MVP tests value delivery. Choosing the wrong one creates unnecessary build cost.
Prototype-first when clarity is low
Use prototypes when you need feedback on workflow, language, and interaction. They are fast to change and ideal for reducing solution risk before implementation.
MVP-first when demand and workflow are clear
If interviews and manual delivery already confirm the workflow, a small MVP can validate retention and willingness to pay. Keep scope tightly connected to one job-to-be-done.
Decision matrix
- Unknown user flow: prototype first.
- Known flow, unknown retention: MVP first.
- Technical risk is high: proof-of-concept plus prototype.
- Revenue urgency is high: MVP with manual support.
Common mistake: shipping a full V1 as MVP
Many teams build too much in the name of being credible. A true MVP should feel focused and incomplete, yet still solve one meaningful problem end-to-end.
Execution rhythm
Use weekly learning loops: build, observe behavior, update assumptions. Keep an explicit hypothesis for every sprint so engineering effort maps to validated learning.