Skip to content

Blog

Why I Ship the First Version Smaller Than the Client Asked For

Reducing initial scope isn't about doing less work. It's about learning fast whether the core product solves the real problem.

3 min read

The ask always includes everything

When a client briefs a project, they hand you a list that feels complete. They want the feature set they described, the integrations they need, the reporting dashboard, the API for partners, the mobile app. It reads like the finished product, not phase one.

I used to push back on the list by arguing we didn't have time. That was the wrong move. The client isn't wrong about what they eventually need. They're usually right. The mistake is assuming they need it all at once.

Shipping smaller finds the real constraint faster

The real constraint is not the feature list. It's whether the core idea works.

I led a checkout flow redesign for a fintech client. Their request was detailed: new UI, mobile optimization, three payment methods, fraud scoring, and instant settlement reconciliation. They wanted it all in the first release.

I proposed cutting it to one payment method, the new UI, and a manual settlement reconciliation process. No fraud scoring yet. No API integration. Just the core thing: does the new flow let customers complete a purchase without the old friction points.

We shipped that in less time. The data was immediate. Conversion improved, but not by the amount they'd expected. The real problem wasn't the payment methods. It was an email confirmation that arrived too late. One feature they hadn't mentioned because they didn't know it mattered until they watched real users.

If we'd shipped the full list, we'd have spent weeks on fraud scoring that didn't move the metric. We'd have built the reconciliation integration before knowing the core flow had a different bottleneck.

Smaller scope changes what you learn

When you ship less, every piece matters more. The client is using something real, not reviewing a prototype or reading a spec. They see what breaks. They see what they actually use versus what they thought they'd use. You get incident reports instead of feature requests.

An education platform asked me to build an instructor dashboard with lesson planning, student progress tracking, attendance records, and a gradebook. I cut it to lesson planning and student progress only.

Three weeks in, instructors reported that they couldn't distinguish between students who hadn't started a lesson and students who'd started but not finished. That distinction wasn't in the request. No one had mentioned it in planning. But it was critical to how they actually worked.

We fixed it before building the other modules. By the time we added attendance and grades, we understood the real workflow. Those features integrated naturally instead of feeling bolted on.

The smaller first version wasn't a sacrifice. It was a map. It told us exactly where to build next.

The work doesn't disappear, it gets better

This isn't about shipping less overall. It's about shipping differently. The work still lands eventually. The integrations still get built. The fraud scoring still arrives. But it arrives when you know why it matters.

I've never had a client say the smaller first version was wrong. I've had several say that skipping scope would have cost them more than the time we spent building it carefully.

Shipping smaller than requested is a bet: that learning the constraint is faster than guessing it. In my experience, that bet always wins.

Related posts