2009 10 28 The Lean Startup In Paris

49
Eric Ries (@ericries) http://StartupLessonsLearned.co m The Lean Startup #leanstartup

description

 

Transcript of 2009 10 28 The Lean Startup In Paris

Page 1: 2009 10 28 The Lean Startup In Paris

Eric Ries (@ericries)http://StartupLessonsLearned.com

The Lean Startup#leanstartup

Page 2: 2009 10 28 The Lean Startup In Paris

Most Startups Fail

Page 3: 2009 10 28 The Lean Startup In Paris

Most Startups Fail

Page 4: 2009 10 28 The Lean Startup In Paris

Most Startups Fail

Page 5: 2009 10 28 The Lean Startup In Paris

Most Startups Fail

• But it doesn’t have to be that way. • We can do better. • This talk is about how.

Page 6: 2009 10 28 The Lean Startup In Paris

What is a startup?

• A startup is a human institution designed to deliver a new product or service under conditions of extreme uncertainty.

• Nothing to do with size of company, sector of the economy, or industry

Page 7: 2009 10 28 The Lean Startup In Paris

The Pivot

• What do successful startups have in common?– They started out as digital cash for PDAs, but

evolved into online payments for eBay. – They started building BASIC interpreters, but

evolved into the world's largest operating systems monopoly.

– They were shocked to discover their online games company was actually a photo-sharing site.

• Pivot: change directions but stay grounded in what we’ve learned.

http://startuplessonslearned.blogspot.com/2009/06/pivot-dont-jump-to-new-vision.html

Page 8: 2009 10 28 The Lean Startup In Paris

Speed Wins

if we can reduce the time between major iterations

we can increase our odds of success

Page 9: 2009 10 28 The Lean Startup In Paris

A Tale of Two Startups

Page 10: 2009 10 28 The Lean Startup In Paris

Startup #1

Page 11: 2009 10 28 The Lean Startup In Paris

Stealth Startup Circa 2001

Page 12: 2009 10 28 The Lean Startup In Paris

All about the team

Page 13: 2009 10 28 The Lean Startup In Paris

A good plan?

• Start a company with a compelling long-term vision.

• Raise plenty of capital.• Hire the absolute best and the brightest.• Hire an experienced management team with tons

of startup experience.• Focus on quality. • Build a world-class technology platform.• Build buzz in the press and blogosphere.

Page 14: 2009 10 28 The Lean Startup In Paris

Achieving Failure

• Company failed utterly, $40MM and five years of pain.

• Crippled by “shadow beliefs” that destroyed the effort of all those smart people.

Page 15: 2009 10 28 The Lean Startup In Paris

Shadow Belief #1

• We know what customers want.

Page 16: 2009 10 28 The Lean Startup In Paris

Shadow Belief #2

• We can accurately predict the future.

Page 17: 2009 10 28 The Lean Startup In Paris

Shadow Belief #3

• Advancing the plan is progress.

Page 18: 2009 10 28 The Lean Startup In Paris

A good plan?

• Start a company with a compelling long-term vision.

• Raise plenty of capital.• Hire the absolute best and the brightest.• Hire an experienced management team with tons

of startup experience.• Focus on quality. • Build a world-class technology platform.• Build buzz in the press and blogosphere.

Page 19: 2009 10 28 The Lean Startup In Paris

Startup #2

Page 20: 2009 10 28 The Lean Startup In Paris

IMVU

 

Page 21: 2009 10 28 The Lean Startup In Paris

 

IMVU

Page 22: 2009 10 28 The Lean Startup In Paris

New plan

• Shipped in six months – a horribly buggy beta product

• Charged from day one• Shipped multiple times a day (by 2008, on

average 50 times a day)• No PR, no launch• Results 2009: profitable, revenue > $20MM

Page 23: 2009 10 28 The Lean Startup In Paris

Lean Startups Go Faster

• Commodity technology stack, highly leveraged (free/open source, user-generated content, SEM).

• Customer development – find out what customers want before you build it.

• Agile (lean) product development – but tuned to the startup condition.

Page 24: 2009 10 28 The Lean Startup In Paris

Customer Development Continuous cycle of customer

interaction Rapid hypothesis

testing about market, pricing, customers, …

Extreme low cost, low burn, tight focus

Measurable gates for investors

http://bit.ly/FourSteps

Page 25: 2009 10 28 The Lean Startup In Paris

Agile Product Development(A tale of two startups, revisited)

• Principles drawn from Lean Manufacturing and Toyota Production System

• These examples are drawn from software startups, but increasingly:– All products require software – All companies are operating in a startup-like

environment of extreme uncertainty

Page 26: 2009 10 28 The Lean Startup In Paris

Traditional Product DevelopmentUnit of Progress: Advance to Next Stage

Waterfall

Requirements

Specification

Design

Implementation

Verification

Maintenance

Problem: known

Solution: known

Page 27: 2009 10 28 The Lean Startup In Paris

Agile Product DevelopmentUnit of Progress: A line of Working Code

Problem: known

Solution: unknown

“Product Owner” or in-house customer

Page 28: 2009 10 28 The Lean Startup In Paris

Product Development at Lean StartupUnit of Progress: Validated Learning About Customers ($$$)

Problem: unknown

Solution: unknown

Customer Development

Hypotheses,Experiments,Insights

Data,Feedback,

Insights

Page 29: 2009 10 28 The Lean Startup In Paris

Minimize TOTAL time through the loop

LEARN BUILD

MEASURE

IDEAS

CODEDATA

Page 30: 2009 10 28 The Lean Startup In Paris

How to build a Lean Startup

• Let’s talk about some specifics.

• Continuous deployment• Minimum Viable Product• Five why’s

Page 31: 2009 10 28 The Lean Startup In Paris

Build Faster

Continuous Deployment

Small Batches

Continuous Integration

Refactoring

Continuous Deployment

LEARN BUILD

MEASURE

IDEAS

CODEDATA

Learn Faster

Customer Development

Five Whys

Measure Faster

Split Testing

Actionable Metrics

Net Promoter Score

SEM

Page 32: 2009 10 28 The Lean Startup In Paris

Continuous Deployment• Deploy new software quickly

• At IMVU time from check-in to production = 20 minutes

• Tell a good change from a bad change (quickly)

• Revert a bad change quickly• And “shut down the line”

• Work in small batches• At IMVU, a large batch = 3 days worth of work

• Break large projects down into small batches

Page 33: 2009 10 28 The Lean Startup In Paris

Cluster Immune SystemWhat it looks like to ship one piece of code to production:

• Run tests locally (SimpleTest, Selenium)o Everyone has a complete sandbox

• Continuous Integration Server (BuildBot)o All tests must pass or “shut down the line”o Automatic feedback if the team is going too fast

• Incremental deployo Monitor cluster and business metrics in real-timeo Reject changes that move metrics out-of-bounds

• Alerting & Predictive monitoring (Nagios)o Monitor all metrics that stakeholders care abouto If any metric goes out-of-bounds, wake somebody upo Use historical trends to predict acceptable bounds

When customers see a failure:o Fix the problem for customerso Improve your defenses at each level

Page 34: 2009 10 28 The Lean Startup In Paris

Minimum Viable Product

IDEAS

CODEDATA

BUILDLEARN

MEASURE

Code FasterContinuous

Deployment

Measure FasterRapid Split Tests

Learn FasterMinimum Viable Product

Page 35: 2009 10 28 The Lean Startup In Paris

Possible Approaches

• “Maximize chances of success”– Build a great product with many features that

increase the odds that customers will want it– Problem: no feedback until the end, might be too

late to adjust• “Release early, release often”

– Get as much feedback as possible, as soon as possible

– Problem: run around in circles, chasing what customers think they want

Page 36: 2009 10 28 The Lean Startup In Paris

Minimum Viable Product

• The minimum set of features needed to learn from earlyvangelists – visionary early adopters– Avoid building products that nobody wants– Maximize the learning per dollar spent– Get the facts before it’s too late

• Probably much more minimum than you think!

Page 37: 2009 10 28 The Lean Startup In Paris

Minimum Viable Product

• Visionary customers can “fill in the gaps” on missing features, if the product solves a real problem

• Allows us to achieve a big vision in small increments without going in circles

• Requires a commitment to iteration

Page 38: 2009 10 28 The Lean Startup In Paris

Fears

• False negative: “customers would have liked the full product, but the MVP sucks, so we abandoned the vision”

• Visionary complex: “but customers don’t know what they want!”

• Too busy to learn: “it would be faster to just build it right, all this measuring distracts from delighting customers”

Page 39: 2009 10 28 The Lean Startup In Paris

Five Whys

IDEAS

CODEDATA

BUILDLEARN

MEASURE

Code FasterContinuous

Deployment

Measure FasterRapid Split Tests

Learn FasterFive Whys RootCause Analysis

Page 40: 2009 10 28 The Lean Startup In Paris

Five Whys Root Cause Analysis

• A technique for continuous improvement of company process.

• Ask “why” five times when something unexpected happens.

• Make proportional investments in prevention at all five levels of the hierarchy.

• Behind every supposed technical problem is usually a human problem. Fix the cause, not just the symptom.

Page 41: 2009 10 28 The Lean Startup In Paris

There’s much more…

IDEAS

CODEDATA

BUILDLEARN

MEASURE

Code FasterUnit Tests

Usability TestsContinuous Integration

Incremental DeploymentFree & Open-Source Components

Cloud ComputingCluster Immune System

Just-in-time ScalabilityRefactoring

Developer SandboxMinimum Viable Product

Measure FasterSplit TestsClear Product OwnerContinuous DeploymentUsability TestsReal-time MonitoringCustomer Liaison

Learn FasterSplit TestsCustomer InterviewsCustomer DevelopmentFive Whys Root Cause AnalysisCustomer Advisory BoardFalsifiable HypothesesProduct Owner AccountabilityCustomer ArchetypesCross-functional TeamsSemi-autonomous TeamsSmoke Tests

Funnel AnalysisCohort Analysis

Net Promoter ScoreSearch Engine Marketing

Real-Time AlertingPredictive Monitoring

Page 42: 2009 10 28 The Lean Startup In Paris

There’s much more…

• Startup Lessons Learned – (season one 2008-2009)– Every essay from the

blog’s first year

• Beta version available for the first time today

http://bit.ly/SLLbookbeta

Page 43: 2009 10 28 The Lean Startup In Paris

Get Started Today

• You are ready to do this, no matter – who you are– what job you have– what stage of company you’re in

• Get started now, today.

Page 44: 2009 10 28 The Lean Startup In Paris

Thanks!

• Startup Lessons Learned Blog– http://StartupLessonsLearned.com/

• Getting in touch (#leanstartup)– http://twitter.com/ericries– [email protected]

• Startup Lessons Learned – in print• Beta version available today• http://bit.ly/SLLbookbeta

Page 45: 2009 10 28 The Lean Startup In Paris

Backup

Page 46: 2009 10 28 The Lean Startup In Paris

Rapid Split Tests

IDEAS

CODEDATA

BUILDLEARN

MEASURE

Code FasterContinuous

Deployment

Measure FasterRapid Split Tests

Learn FasterFive Whys RootCause Analysis

Page 47: 2009 10 28 The Lean Startup In Paris

Split-testing all the time

• A/B testing is key to validating your hypotheses

• Has to be simple enough for everyone to use and understand it

• Make creating a split-test no more than one line of code:

if( setup_experiment(...) == "control" ) { // do it the old way} else { // do it the new way}

Page 48: 2009 10 28 The Lean Startup In Paris

The AAA’s of Metrics

• Actionable• Accessible• Auditable

Page 49: 2009 10 28 The Lean Startup In Paris

Measure the Macro

• Always look at cohort-based metrics over time• Split-test the small, measure the large

Control Group (A) Experiment (B)

# Registered 1025 1099

Downloads 755 (73%) 733 (67%)

Active days 0-1 600 (58%) 650 (59%)

Active days 1-3 500 (48%) 545 (49%)

Active days 3-10 300 (29%) 330 (30%)

Active days 10-30 250 (24%) 290 (26%)

Total Revenue $3210.50 $3450.10

RPU $3.13 $3.14