← All posts
0 to 17 min read·

How to Ship an AI MVP in 8 Weeks (Not 6 Months)

I shipped Listen2RE's first version in 8 weeks instead of the 6 months a native build would have taken. Here's the scoping discipline that makes an 8-week AI MVP possible, and the trade-offs you accept to get there.

Listen2RE went from idea to live product in 8 weeks. A native app would have taken six months or more. The 8-week version was worse in obvious ways — no offline listening, narrower content — and it was the right call, because it let real learner behavior validate the model before I sank half a year into the wrong thing. Here is the discipline that makes that speed possible.

Speed comes from subtraction, not heroics

An 8-week MVP is not a 6-month plan compressed by working harder. It is a different plan: aggressively subtracted to the single thing that proves the idea. The question that scopes everything is "what is the riskiest assumption, and what is the smallest build that tests it?"

For Listen2RE the riskiest assumption was not "can we generate audio" — it was "will working aspirants actually use their commute to listen if we hand them a structured daily session?" The smallest test of that did not require a native app, offline mode, or a content library. It required one daily session, delivered on the web, to real users.

Choose the boring platform

We shipped mobile web, not native. Native would have meant app-store cycles, two codebases, and months before the first real user. The web version was live in eight weeks. The trade-off was offline listening — the number-one feature request — and we accepted it openly, then closed the gap later with progressive web app caching. The lesson: pick the platform that gets you to real users fastest, even when it is not the "proper" one.

Put humans where the AI is weak

The instinct on an AI MVP is to automate everything. The faster path is to automate the expensive middle and keep humans on the ends. Listen2RE's pipeline had the LLM generate scripts and a human do a ten-minute spot-check. That hybrid shipped in weeks and cut production effort 60 percent. A fully-automated quality system would have taken months and we did not yet know if anyone wanted the product.

What you deliberately skip

Things that feel mandatory and are not, for an MVP:

  • Personalization. Ship the one-size daily session. Sequence by individual progress later, once you know people return.
  • A settings surface. Sensible defaults beat a preferences screen nobody opens.
  • Scale infrastructure. You are testing demand, not Black Friday traffic.

What you never skip

Two things are not optional even in an 8-week build:

  1. A way to measure quality. Even a lightweight eval beats shipping blind. Skipping this cost me early retention on the first Listen2RE version — the one mistake I would undo.
  2. A feedback loop. A one-tap rating. The MVP's job is to learn, and you cannot learn from a product that cannot hear the user.

The mindset

An MVP is an experiment with a UI, not a small version of the final product. Scope it to the one question that matters, ship the embarrassing version, and let reality grade your assumptions. Eight weeks of real signal beats six months of confident guessing every time.

Written by Sujit Chankhore · AI Product Manager & Builder · LinkedIn →