MVP is too late, launch first!

Launch first

The first thing a project should do is to go live. Yes, live - as in prod. Immediately.

“We have not made anything yet!”

That is true, but that should not stop you. You can go live with hardly anything. There are many ways to define a go live / launch.

Dark launch

Most of the time it will be a dark launch at the start.

Also go live now does not neccesarily go live with the whole intended system. Just a tiny partial launch.

Maybe all you go live with is a small listener that mirrors all requests to the current legacy system and then also puts it on a queue nothing listens to yet. The old flow still handles everything. But soon MVP and more will start to act on the replicated requests as well.

Maybe it is a tiny app that gets called with real live request but simply redirect to the old system like a Facade design pattern.

Or an unlinked website url, being mostly blank at the start. This does run the risk of being exposed if URL is leaked or sniffed somehow by search engine crawlers.

Or your ingress tools can then start to filter 0.001% of traffic to your service etc.

Maybe other minor launches that act similarly.

Cheetah camouflage]

Photo via Safaris Africana

MVP is too late

Waiting to launch until when a MVP is ready may be some time. Even a small MVP is a significant delay.

Delaying till MVP it basically a mini big bang release.

And you loose the benefits of launching even earlier:

Missed Train]

Photo by spaero from Pixabay. Pixabay License

Real data

The important part of launching early is to start using real production data and run in the real production environment.

Instead of faking maybe unrealistic traffic, or even totally ignorable data, in a substandard environment.

Real metrics and feedback

The feedback from metrics and other feedback are from prod usage and more valuable than internal testing feedback.

And with early usage data the development can adjust sooner.

Iterate on a live product

Better to launch early and iterate on it until you can launch the MVP and beyond. The feedback from real usage is vastly superior to estimated responses.

Street artist]

Photo by pcdazero from Pixabay. Pixabay License

Focus on only deliver value

With a live product, only features that actually matter will take priority, and nice-to-haves that-noone-will-ever-use quickly gets culled.

Having a live product you will psychologically focus on fixing and implementing the missing exposed parts quickly.

Keep going live

With a minor part live you keep launching more parts live all the time. Eventually the whole delivery is live.

And then you keep going.

My real experiences

I worked on a few projects where we decided to go live very early.

Faraday lecture]

Public domain

New retail rewards

I worked with a retailer that trialed out a new reward card scheme in a big project.

We launched after just 3 weeks. But only in one shop (out of over 1000 stores). And compensating the customers for their inconvenience of using a new incomplete scheme.

It worked marvelous. And was gradually expanded to more then eventually all the stores. The early and constant feedback was priceless. We also got early mirror event traffic of the real data flow which was essential in the success.

New insurance engine

With a client we launched a new risk pricing calculation engine very quickly. And part of the reason for that success was that we tapped into the existing legacy request events in prod from the start.

As we filled in our new services acting on these events the data lake of results quickly matched the legacy system and went beyond.

The success was significantly due to the live data feed we got in the first few weeks. That we could compare the old and new continually and deliver value immediately.

Blog now

On a personal level I posted about Blog quick. Blog now!, where I emphasised the idea of posting blog posts straight away when incomplete.

You then quickly want to fill in the rest of your blog post, with even more benefits detailed in that blog post.

Testing in prod

Part of why I think launching early is great is that I really value the testing in prod approach. With trunk-based-development, feature toggles, no PR gating etc, I think the value of having your project/system in prod quickly is an additional great benefit.

tl;dr

Launch early so you get real data and feedback. Before any features are written. Do not wait for any MVP.

Creative Commons License

Unless otherwise specified, all content is licensed under Creative Commons by Attribution 3.0 (CC-BY).

Externally linked images and content are not included and are licensed and copyrighted separately.