2009 05 21 The Lean Startup At SIPA

Eric Ries
Eric RiesEric Ries
The Lean Startup
           #leanstartup
            Eric Ries (@ericries)
http://startuplessonslearned.blogspot.com
Most Startups Fail
Most Startups Fail
Most Startups Fail
• But it doesn’t have to be that way.
• We can do better.
• This talk is about how.
The Lean Startup and You
• Thinking of starting a new company, but
  haven’t taken the first step
• In a startup now and want to iterate faster
• Want to create the conditions for lean
  innovation inside a big company
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
A Tale of Two Startups
Startup #1
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.
Achieving Failure
• Company failed utterly, $40MM and five years
  of pain.
• Crippled by “shadow beliefs” that destroyed
  the effort of all those smart people.
Shadow Belief #1
• We know what customers want.
Shadow Belief #2
• We can accurately predict the future.
Shadow Belief #3
• Advancing the plan is progress.
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.
Startup #2
IMVU
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: 2007 revenues of $10MM
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 software development – but tuned to
  the startup condition.
Commodity technology stack
• Leverage = for each ounce of effort you invest
  in your product, you take advantage of the
  efforts of thousands or millions of others.
• It’s easy to see how high-leverage technology
  is driving costs down.
• More important is its impact on speed.
• Time to bring a new product to market is
  falling rapidly.
Customer Development
                         Continuous cycle of customer
                          interaction
                             Rapid hypothesis
                              testing about
                              market, pricing, custom
                              ers, …
                             Extreme low cost, low
                              burn, tight focus
                             Measurable gates for
http://bit.ly/tpTtE
                              investors
A tale of two startups, revisited
• Mirrors the changes in development
  methodologies over the past few years.
• Let’s look at those changes schematically.


• These examples are drawn from software
  startups, but increasingly:
  – All products require software
  – All companies are operating in a startup-like
    environment
Traditional Product Development
                 Unit of progress: Advance to Next Stage

                                 Waterfall

            Requirements

                        Design
Problem: known                                         Solution: known
                            Implementation


                                      Verification

                                              Maintenance
Agile
             Unit of progress: a line of working code


“Product Owner” or
in-house customer




    Problem:Known                     Solution:Unknown
Product Development at Lean Startup
Unit of progress: validated learning about customers ($$$)




     Problem:Unknown               Solution:Unknown
Minimize TOTAL time through the loop

                IDEAS



 LEARN                           BUILD




         DATA             CODE




                MEASURE
How to build a Lean Startup
• Let’s talk about some specifics. These are not
  everything you need, but they will get you
  started



• Continuous deployment
• Split-test (A/B) experimentation
• Five why’s
Continuous Deployment

                                             IDEAS


Learn Faster                                                          Code Faster
Five Whys Root
                 LEARN                                        BUILD    Continuous
Cause Analysis                                                        Deployment




                              DATA                     CODE




                         Measure Faster
                                             MEASURE
                         Rapid Split Tests
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

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

• Break large projects down into small batches
Cluster Immune System
What 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 deploy
     o   Monitor cluster and business metrics in real-time
     o   Reject changes that move metrics out-of-bounds

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

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

                                             IDEAS


Learn Faster                                                           Code Faster
Five Whys Root
                 LEARN                                         BUILD    Continuous
Cause Analysis                                                         Deployment




                              DATA                      CODE




                         Measure Faster
                                             MEASURE
                         Rapid Split Tests
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(...) == quot;controlquot; ) {
            // do it the old way
         } else {
           // do it the new way
         }
The AAA’s of Metrics
• Actionable
• Accessible
• Auditable
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%)
   Activedays 1-3     500 (48%)           545 (49%)
   Active days 3-10   300 (29%)           330 (30%)
   Activedays 10-30   250 (24%)           290 (26%)
   Total Revenue      $3210.50            $3450.10
   RPU                $3.13               $3.14
Five Whys

                                                IDEAS


Learn Faster                                                            Code Faster
Five Whys Root
                 LEARN                                          BUILD    Continuous
Cause Analysis                                                          Deployment




                              DATA                       CODE




                         Measure Faster
                                               MEASURE
                         Rapid Split Tests
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.
There’s much more…

                                                        IDEAS


Learn Faster                                                                                       Code Faster
Split Tests
                      LEARN                                                      BUILD               Unit Tests
Customer Interviews                                                                              Usability Tests
Customer Development                                                                   Continuous Integration
Five Whys Root Cause Analysis                                                        Incremental Deployment
Customer Advisory Board                                                      Free & Open-Source Components
Falsifiable Hypotheses                                                                        Cloud Computing
Product Owner Accountability                                                          Cluster Immune System
Customer Archetypes                 DATA                                CODE            Just-in-time Scalability
Cross-functional Teams                                                                             Refactoring
Semi-autonomous Teams                                                                      Developer Sandbox
Smoke Tests



                                Measure Faster
                                                   MEASURE
                                Split Tests                          Funnel Analysis
                                Clear Product Owner                  Cohort Analysis
                                Continuous Deployment            Net Promoter Score
                                Usability Tests             Search Engine Marketing
                                Real-time Monitoring              Real-Time Alerting
                                Customer Liaison               Predictive Monitoring
The Lean Startup
• You are ready to do this, whether you are:
  – Thinking of starting a new company, but haven’t
    taken the first step
  – Are in a startup now that could iterate faster
  – Want to create the conditions for lean innovation
    inside a big company
• Get started, now, today.
Thanks!

• Startup Lessons Learned Blog
  – http://startuplessonslearned.blogspot.com/

• Eric Ries on Twitter
  – http://twitter.com/ericries


• The Lean Startup Workshop
  – An all-day event for a select audience
  – May 29and June 18, 2009 in San Francisco
  – http://training.oreilly.com/theleanstartup/
1 of 38

Recommended

2009 05 01 How To Build A Lean Startup Step By Step by
2009 05 01 How To Build A Lean Startup Step By Step2009 05 01 How To Build A Lean Startup Step By Step
2009 05 01 How To Build A Lean Startup Step By StepEric Ries
31.6K views26 slides
2009 06 01 The Lean Startup Texas Edition by
2009 06 01 The Lean Startup Texas Edition2009 06 01 The Lean Startup Texas Edition
2009 06 01 The Lean Startup Texas EditionEric Ries
2.5K views39 slides
Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplin... by
Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplin...Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplin...
Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplin...Eric Ries
45K views36 slides
Why accountants don’t run startups sllc by
Why accountants don’t run startups sllcWhy accountants don’t run startups sllc
Why accountants don’t run startups sllcStanford University
503.8K views75 slides
Lean Startup at IGN - presentation at SLLCONF 2011 by
Lean Startup at IGN - presentation at SLLCONF 2011Lean Startup at IGN - presentation at SLLCONF 2011
Lean Startup at IGN - presentation at SLLCONF 2011Eric Ries
2.9K views29 slides
DeKnowledge - Try us by
DeKnowledge - Try usDeKnowledge - Try us
DeKnowledge - Try usBob Pinto
2.2K views34 slides

More Related Content

What's hot

Winnipeg ISACA Security is Dead, Rugged DevOps by
Winnipeg ISACA Security is Dead, Rugged DevOpsWinnipeg ISACA Security is Dead, Rugged DevOps
Winnipeg ISACA Security is Dead, Rugged DevOpsGene Kim
1.4K views109 slides
PuppetConf2012GeneKim by
PuppetConf2012GeneKimPuppetConf2012GeneKim
PuppetConf2012GeneKimGene Kim
1.7K views53 slides
SecureWorld Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6a by
SecureWorld   Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6aSecureWorld   Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6a
SecureWorld Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6aGene Kim
1.6K views91 slides
Kim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6a by
Kim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6aKim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6a
Kim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6aGene Kim
1.2K views81 slides
Kim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev ops by
Kim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev opsKim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev ops
Kim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev opsGene Kim
1.4K views83 slides
Continuous Delivery Sounds Great but it Won't Work Here by
Continuous Delivery Sounds Great but it Won't Work HereContinuous Delivery Sounds Great but it Won't Work Here
Continuous Delivery Sounds Great but it Won't Work HereJez Humble
10K views30 slides

What's hot(20)

Winnipeg ISACA Security is Dead, Rugged DevOps by Gene Kim
Winnipeg ISACA Security is Dead, Rugged DevOpsWinnipeg ISACA Security is Dead, Rugged DevOps
Winnipeg ISACA Security is Dead, Rugged DevOps
Gene Kim1.4K views
PuppetConf2012GeneKim by Gene Kim
PuppetConf2012GeneKimPuppetConf2012GeneKim
PuppetConf2012GeneKim
Gene Kim1.7K views
SecureWorld Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6a by Gene Kim
SecureWorld   Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6aSecureWorld   Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6a
SecureWorld Kim - Infosec at Ludicrous Speeds - Rugged DevOps 6a
Gene Kim1.6K views
Kim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6a by Gene Kim
Kim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6aKim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6a
Kim itSMF New England: ITIL at Ludicrous Speeds - Rugged DevOps 6a
Gene Kim1.2K views
Kim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev ops by Gene Kim
Kim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev opsKim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev ops
Kim IT Pro Forum Eugene: IT at Ludicrous Speeds - rugged dev ops
Gene Kim1.4K views
Continuous Delivery Sounds Great but it Won't Work Here by Jez Humble
Continuous Delivery Sounds Great but it Won't Work HereContinuous Delivery Sounds Great but it Won't Work Here
Continuous Delivery Sounds Great but it Won't Work Here
Jez Humble10K views
Mary Poppendieck: The Aware Organization - Lean IT Summit 2014 by Institut Lean France
Mary Poppendieck: The Aware Organization - Lean IT Summit 2014Mary Poppendieck: The Aware Organization - Lean IT Summit 2014
Mary Poppendieck: The Aware Organization - Lean IT Summit 2014
The Rationale for Continuous Delivery by Perforce
The Rationale for Continuous DeliveryThe Rationale for Continuous Delivery
The Rationale for Continuous Delivery
Perforce2.2K views
Digital Transformation, Testing and Automation by TEST Huddle
Digital Transformation, Testing and AutomationDigital Transformation, Testing and Automation
Digital Transformation, Testing and Automation
TEST Huddle1.6K views
SecureWorld: Security is Dead, Rugged DevOps 1f by Gene Kim
SecureWorld:  Security is Dead, Rugged DevOps 1fSecureWorld:  Security is Dead, Rugged DevOps 1f
SecureWorld: Security is Dead, Rugged DevOps 1f
Gene Kim3.3K views
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks by Sanjeev Sharma
CampDevOps keynote - DevOps: Using 'Lean' to eliminate BottlenecksCampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
Sanjeev Sharma4.2K views
The Future of Testing by Paul Gerrard
The Future of TestingThe Future of Testing
The Future of Testing
Paul Gerrard609 views
When IT Fails The Business Fails... by Gene Kim
When IT Fails The Business Fails...When IT Fails The Business Fails...
When IT Fails The Business Fails...
Gene Kim1.9K views
XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (G... by XebiaLabs
XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (G...XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (G...
XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (G...
XebiaLabs863 views
Advance ALM and DevOps Practices with Continuous Improvement by TechWell
Advance ALM and DevOps Practices with Continuous ImprovementAdvance ALM and DevOps Practices with Continuous Improvement
Advance ALM and DevOps Practices with Continuous Improvement
TechWell506 views
Continuous Delivery in a Legacy Shop—One Step at a Time by TechWell
Continuous Delivery in a Legacy Shop—One Step at a TimeContinuous Delivery in a Legacy Shop—One Step at a Time
Continuous Delivery in a Legacy Shop—One Step at a Time
TechWell534 views
Continuous Delivery for Agile Teams by Mike Bowler
Continuous Delivery for Agile TeamsContinuous Delivery for Agile Teams
Continuous Delivery for Agile Teams
Mike Bowler1.1K views
Systematic Inventive Thinking - SIT by Peter Frank
Systematic Inventive Thinking - SITSystematic Inventive Thinking - SIT
Systematic Inventive Thinking - SIT
Peter Frank4.2K views
Steve blank moneyball and evidence-based entreprenuership by Stanford University
Steve blank moneyball and evidence-based entreprenuership Steve blank moneyball and evidence-based entreprenuership
Steve blank moneyball and evidence-based entreprenuership
Stanford University113.9K views

Viewers also liked

The Agile Movement by
The Agile MovementThe Agile Movement
The Agile MovementFáber D. Giraldo
1.7K views47 slides
Crowd funding presentation by
Crowd funding presentationCrowd funding presentation
Crowd funding presentationStartupCanada
21.6K views21 slides
The Lean Startup - Visual Summary by
The Lean Startup - Visual SummaryThe Lean Startup - Visual Summary
The Lean Startup - Visual SummaryBrett Suddreth
97.1K views31 slides
The Lean Startup by
The Lean StartupThe Lean Startup
The Lean StartupVenture Hacks
90.4K views27 slides
Intro to Design Thinking by
Intro to Design ThinkingIntro to Design Thinking
Intro to Design ThinkingMike Krieger
223.4K views84 slides

Similar to 2009 05 21 The Lean Startup At SIPA

2009_06_08 The Lean Startup Tokyo edition by
2009_06_08 The Lean Startup Tokyo edition2009_06_08 The Lean Startup Tokyo edition
2009_06_08 The Lean Startup Tokyo editionEric Ries
8.6K views41 slides
2010 03 09 the lean startup - gdc by
2010 03 09 the lean startup - gdc2010 03 09 the lean startup - gdc
2010 03 09 the lean startup - gdcEric Ries
12.1K views51 slides
The Lean Startup EA edition by
The Lean Startup EA editionThe Lean Startup EA edition
The Lean Startup EA editionEric Ries
10.2K views42 slides
The Lean Startup fbFund Edition by
The Lean Startup fbFund EditionThe Lean Startup fbFund Edition
The Lean Startup fbFund EditionEric Ries
6.4K views41 slides
Ericriesleanstartuppresentationforweb2 by
Ericriesleanstartuppresentationforweb2Ericriesleanstartuppresentationforweb2
Ericriesleanstartuppresentationforweb2Edmund FOng
273 views36 slides
2010 02 19 the lean startup - webstock 2010 by
2010 02 19 the lean startup - webstock 20102010 02 19 the lean startup - webstock 2010
2010 02 19 the lean startup - webstock 2010Eric Ries
18.1K views43 slides

Similar to 2009 05 21 The Lean Startup At SIPA(20)

2009_06_08 The Lean Startup Tokyo edition by Eric Ries
2009_06_08 The Lean Startup Tokyo edition2009_06_08 The Lean Startup Tokyo edition
2009_06_08 The Lean Startup Tokyo edition
Eric Ries8.6K views
2010 03 09 the lean startup - gdc by Eric Ries
2010 03 09 the lean startup - gdc2010 03 09 the lean startup - gdc
2010 03 09 the lean startup - gdc
Eric Ries12.1K views
The Lean Startup EA edition by Eric Ries
The Lean Startup EA editionThe Lean Startup EA edition
The Lean Startup EA edition
Eric Ries10.2K views
The Lean Startup fbFund Edition by Eric Ries
The Lean Startup fbFund EditionThe Lean Startup fbFund Edition
The Lean Startup fbFund Edition
Eric Ries6.4K views
Ericriesleanstartuppresentationforweb2 by Edmund FOng
Ericriesleanstartuppresentationforweb2Ericriesleanstartuppresentationforweb2
Ericriesleanstartuppresentationforweb2
Edmund FOng273 views
2010 02 19 the lean startup - webstock 2010 by Eric Ries
2010 02 19 the lean startup - webstock 20102010 02 19 the lean startup - webstock 2010
2010 02 19 the lean startup - webstock 2010
Eric Ries18.1K views
2010 10 28 the lean startup at ucsd by Eric Ries
2010 10 28 the lean startup at ucsd2010 10 28 the lean startup at ucsd
2010 10 28 the lean startup at ucsd
Eric Ries932 views
2012 05 15 eric ries the lean startup pwc canada by Eric Ries
2012 05 15 eric ries the lean startup pwc canada2012 05 15 eric ries the lean startup pwc canada
2012 05 15 eric ries the lean startup pwc canada
Eric Ries31.5K views
Eric Ries - The Lean Startup - RailsConf 2011 by Eric Ries
Eric Ries - The Lean Startup - RailsConf 2011Eric Ries - The Lean Startup - RailsConf 2011
Eric Ries - The Lean Startup - RailsConf 2011
Eric Ries9.4K views
How BDD enables True CI/CD by Roger Turnau
How BDD enables True CI/CDHow BDD enables True CI/CD
How BDD enables True CI/CD
Roger Turnau190 views
2010 10 19 the lean startup workshop for i_gap ireland by Eric Ries
2010 10 19 the lean startup workshop for i_gap ireland2010 10 19 the lean startup workshop for i_gap ireland
2010 10 19 the lean startup workshop for i_gap ireland
Eric Ries1.1K views
Continuous Deployment by Brian Henerey
Continuous DeploymentContinuous Deployment
Continuous Deployment
Brian Henerey3.6K views
Eric Ries StartupDay 2011 Speech by Startup Weekend
Eric Ries StartupDay 2011 SpeechEric Ries StartupDay 2011 Speech
Eric Ries StartupDay 2011 Speech
Startup Weekend1.2K views
2008 09 06 Eric Ries Haas Columbia Customer Development Engineering by guest472f47
2008 09 06 Eric Ries Haas Columbia Customer Development Engineering2008 09 06 Eric Ries Haas Columbia Customer Development Engineering
2008 09 06 Eric Ries Haas Columbia Customer Development Engineering
guest472f479.3K views
2009 10 28 The Lean Startup In Paris by Eric Ries
2009 10 28 The Lean Startup In Paris2009 10 28 The Lean Startup In Paris
2009 10 28 The Lean Startup In Paris
Eric Ries2.1K views
2010 10 15 the lean startup at tech_hub london by Eric Ries
2010 10 15 the lean startup at tech_hub london2010 10 15 the lean startup at tech_hub london
2010 10 15 the lean startup at tech_hub london
Eric Ries4.6K views
Discovery delivery agiletour-xian by Qiao Liang
Discovery delivery agiletour-xianDiscovery delivery agiletour-xian
Discovery delivery agiletour-xian
Qiao Liang690 views
Eric Ries - The Lean Startup - Google Tech Talk by Eric Ries
Eric Ries - The Lean Startup - Google Tech TalkEric Ries - The Lean Startup - Google Tech Talk
Eric Ries - The Lean Startup - Google Tech Talk
Eric Ries132.6K views
Eric Ries - The lean startup by momentummi
Eric Ries - The lean startupEric Ries - The lean startup
Eric Ries - The lean startup
momentummi2K views

More from Eric Ries

Tendai Charasika - 2012 Lean Startup Conference by
Tendai Charasika - 2012 Lean Startup ConferenceTendai Charasika - 2012 Lean Startup Conference
Tendai Charasika - 2012 Lean Startup ConferenceEric Ries
18.7K views6 slides
Stephanie Hay - Lean Startup Conference 2012 by
Stephanie Hay - Lean Startup Conference 2012Stephanie Hay - Lean Startup Conference 2012
Stephanie Hay - Lean Startup Conference 2012Eric Ries
19.7K views38 slides
Jessica Scorpio - 2012 Lean Startup Conference by
Jessica Scorpio - 2012 Lean Startup ConferenceJessica Scorpio - 2012 Lean Startup Conference
Jessica Scorpio - 2012 Lean Startup ConferenceEric Ries
7K views17 slides
Robert Fan - 2012 Lean Startup Conference by
Robert Fan - 2012 Lean Startup ConferenceRobert Fan - 2012 Lean Startup Conference
Robert Fan - 2012 Lean Startup ConferenceEric Ries
8.7K views29 slides
Leah Busque - 2012 Lean Startup Conference by
Leah Busque - 2012 Lean Startup ConferenceLeah Busque - 2012 Lean Startup Conference
Leah Busque - 2012 Lean Startup ConferenceEric Ries
4.4K views5 slides
Lane Halley - 2012 Lean Startup Conference by
Lane Halley - 2012 Lean Startup ConferenceLane Halley - 2012 Lean Startup Conference
Lane Halley - 2012 Lean Startup ConferenceEric Ries
7.8K views20 slides

More from Eric Ries(20)

Tendai Charasika - 2012 Lean Startup Conference by Eric Ries
Tendai Charasika - 2012 Lean Startup ConferenceTendai Charasika - 2012 Lean Startup Conference
Tendai Charasika - 2012 Lean Startup Conference
Eric Ries18.7K views
Stephanie Hay - Lean Startup Conference 2012 by Eric Ries
Stephanie Hay - Lean Startup Conference 2012Stephanie Hay - Lean Startup Conference 2012
Stephanie Hay - Lean Startup Conference 2012
Eric Ries19.7K views
Jessica Scorpio - 2012 Lean Startup Conference by Eric Ries
Jessica Scorpio - 2012 Lean Startup ConferenceJessica Scorpio - 2012 Lean Startup Conference
Jessica Scorpio - 2012 Lean Startup Conference
Eric Ries7K views
Robert Fan - 2012 Lean Startup Conference by Eric Ries
Robert Fan - 2012 Lean Startup ConferenceRobert Fan - 2012 Lean Startup Conference
Robert Fan - 2012 Lean Startup Conference
Eric Ries8.7K views
Leah Busque - 2012 Lean Startup Conference by Eric Ries
Leah Busque - 2012 Lean Startup ConferenceLeah Busque - 2012 Lean Startup Conference
Leah Busque - 2012 Lean Startup Conference
Eric Ries4.4K views
Lane Halley - 2012 Lean Startup Conference by Eric Ries
Lane Halley - 2012 Lean Startup ConferenceLane Halley - 2012 Lean Startup Conference
Lane Halley - 2012 Lean Startup Conference
Eric Ries7.8K views
Justin Wilcox - Lean Startup Conference 2012 by Eric Ries
Justin Wilcox - Lean Startup Conference 2012Justin Wilcox - Lean Startup Conference 2012
Justin Wilcox - Lean Startup Conference 2012
Eric Ries6.1K views
Ivory Madison - 2012 Lean Startup Conference by Eric Ries
Ivory Madison - 2012 Lean Startup ConferenceIvory Madison - 2012 Lean Startup Conference
Ivory Madison - 2012 Lean Startup Conference
Eric Ries4.7K views
Daniel Kim - 2012 Lean Startup Conference by Eric Ries
Daniel Kim - 2012 Lean Startup ConferenceDaniel Kim - 2012 Lean Startup Conference
Daniel Kim - 2012 Lean Startup Conference
Eric Ries4.2K views
Charles Hudson - 2012 Lean Startup Conference by Eric Ries
Charles Hudson - 2012 Lean Startup ConferenceCharles Hudson - 2012 Lean Startup Conference
Charles Hudson - 2012 Lean Startup Conference
Eric Ries3K views
George Bilbrey - 2012 Lean Startup Conference by Eric Ries
George Bilbrey - 2012 Lean Startup ConferenceGeorge Bilbrey - 2012 Lean Startup Conference
George Bilbrey - 2012 Lean Startup Conference
Eric Ries2.8K views
Ash Maurya Innovation Accounting - 2012 Lean Startup Conference by Eric Ries
Ash Maurya Innovation Accounting - 2012 Lean Startup ConferenceAsh Maurya Innovation Accounting - 2012 Lean Startup Conference
Ash Maurya Innovation Accounting - 2012 Lean Startup Conference
Eric Ries13.8K views
Andres Glusman - 2012 Lean Startup Conference by Eric Ries
Andres Glusman - 2012 Lean Startup ConferenceAndres Glusman - 2012 Lean Startup Conference
Andres Glusman - 2012 Lean Startup Conference
Eric Ries6.8K views
Back to the Roots - 2012 Lean Startup Conference by Eric Ries
Back to the Roots - 2012 Lean Startup ConferenceBack to the Roots - 2012 Lean Startup Conference
Back to the Roots - 2012 Lean Startup Conference
Eric Ries2.9K views
Dropbox startup lessons learned 2011 by Eric Ries
Dropbox   startup lessons learned 2011Dropbox   startup lessons learned 2011
Dropbox startup lessons learned 2011
Eric Ries371.9K views
2011 10 12 eric ries lean startup web 2.0 expo ny keynote by Eric Ries
2011 10 12 eric ries lean startup web 2.0 expo ny keynote2011 10 12 eric ries lean startup web 2.0 expo ny keynote
2011 10 12 eric ries lean startup web 2.0 expo ny keynote
Eric Ries15.1K views
The Lean Startup debuts at #2 on the New York Times Bestseller List by Eric Ries
The Lean Startup debuts at #2 on the New York Times Bestseller ListThe Lean Startup debuts at #2 on the New York Times Bestseller List
The Lean Startup debuts at #2 on the New York Times Bestseller List
Eric Ries3.4K views
The Lean Startup 10-Book Package by Eric Ries
The Lean Startup 10-Book PackageThe Lean Startup 10-Book Package
The Lean Startup 10-Book Package
Eric Ries8.9K views
The Lean Startup 30-Book Package by Eric Ries
The Lean Startup 30-Book PackageThe Lean Startup 30-Book Package
The Lean Startup 30-Book Package
Eric Ries8K views
The Lean Startup - Book Tour In Your City Package by Eric Ries
The Lean Startup - Book Tour In Your City PackageThe Lean Startup - Book Tour In Your City Package
The Lean Startup - Book Tour In Your City Package
Eric Ries8.3K views

Recently uploaded

Transcript: The Details of Description Techniques tips and tangents on altern... by
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...BookNet Canada
136 views15 slides
Unit 1_Lecture 2_Physical Design of IoT.pdf by
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdfStephenTec
12 views36 slides
Democratising digital commerce in India-Report by
Democratising digital commerce in India-ReportDemocratising digital commerce in India-Report
Democratising digital commerce in India-ReportKapil Khandelwal (KK)
15 views161 slides
Case Study Copenhagen Energy and Business Central.pdf by
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdfAitana
16 views3 slides
SAP Automation Using Bar Code and FIORI.pdf by
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdfVirendra Rai, PMP
23 views38 slides
AMAZON PRODUCT RESEARCH.pdf by
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdfJerikkLaureta
26 views13 slides

Recently uploaded(20)

Transcript: The Details of Description Techniques tips and tangents on altern... by BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada136 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 views
Case Study Copenhagen Energy and Business Central.pdf by Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana16 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
AMAZON PRODUCT RESEARCH.pdf by JerikkLaureta
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdf
JerikkLaureta26 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma39 views
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10248 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex22 views
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab19 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi127 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive

2009 05 21 The Lean Startup At SIPA

  • 1. The Lean Startup #leanstartup Eric Ries (@ericries) http://startuplessonslearned.blogspot.com
  • 4. Most Startups Fail • But it doesn’t have to be that way. • We can do better. • This talk is about how.
  • 5. The Lean Startup and You • Thinking of starting a new company, but haven’t taken the first step • In a startup now and want to iterate faster • Want to create the conditions for lean innovation inside a big company
  • 6. 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
  • 7. A Tale of Two Startups
  • 9. 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.
  • 10. Achieving Failure • Company failed utterly, $40MM and five years of pain. • Crippled by “shadow beliefs” that destroyed the effort of all those smart people.
  • 11. Shadow Belief #1 • We know what customers want.
  • 12. Shadow Belief #2 • We can accurately predict the future.
  • 13. Shadow Belief #3 • Advancing the plan is progress.
  • 14. 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.
  • 16. IMVU
  • 17. 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: 2007 revenues of $10MM
  • 18. 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 software development – but tuned to the startup condition.
  • 19. Commodity technology stack • Leverage = for each ounce of effort you invest in your product, you take advantage of the efforts of thousands or millions of others. • It’s easy to see how high-leverage technology is driving costs down. • More important is its impact on speed. • Time to bring a new product to market is falling rapidly.
  • 20. Customer Development  Continuous cycle of customer interaction  Rapid hypothesis testing about market, pricing, custom ers, …  Extreme low cost, low burn, tight focus  Measurable gates for http://bit.ly/tpTtE investors
  • 21. A tale of two startups, revisited • Mirrors the changes in development methodologies over the past few years. • Let’s look at those changes schematically. • These examples are drawn from software startups, but increasingly: – All products require software – All companies are operating in a startup-like environment
  • 22. Traditional Product Development Unit of progress: Advance to Next Stage Waterfall Requirements Design Problem: known Solution: known Implementation Verification Maintenance
  • 23. Agile Unit of progress: a line of working code “Product Owner” or in-house customer Problem:Known Solution:Unknown
  • 24. Product Development at Lean Startup Unit of progress: validated learning about customers ($$$) Problem:Unknown Solution:Unknown
  • 25. Minimize TOTAL time through the loop IDEAS LEARN BUILD DATA CODE MEASURE
  • 26. How to build a Lean Startup • Let’s talk about some specifics. These are not everything you need, but they will get you started • Continuous deployment • Split-test (A/B) experimentation • Five why’s
  • 27. Continuous Deployment IDEAS Learn Faster Code Faster Five Whys Root LEARN BUILD Continuous Cause Analysis Deployment DATA CODE Measure Faster MEASURE Rapid Split Tests
  • 28. 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 • Work in small batches • At IMVU, a large batch = 3 days worth of work • Break large projects down into small batches
  • 29. Cluster Immune System What 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 deploy o Monitor cluster and business metrics in real-time o Reject changes that move metrics out-of-bounds • Alerting & Predictive monitoring (Nagios) o Monitor all metrics that stakeholders care about o If any metric goes out-of-bounds, wake somebody up o Use historical trends to predict acceptable bounds When customers see a failure: o Fix the problem for customers o Improve your defenses at each level
  • 30. Rapid Split Tests IDEAS Learn Faster Code Faster Five Whys Root LEARN BUILD Continuous Cause Analysis Deployment DATA CODE Measure Faster MEASURE Rapid Split Tests
  • 31. 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(...) == quot;controlquot; ) { // do it the old way } else { // do it the new way }
  • 32. The AAA’s of Metrics • Actionable • Accessible • Auditable
  • 33. 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%) Activedays 1-3 500 (48%) 545 (49%) Active days 3-10 300 (29%) 330 (30%) Activedays 10-30 250 (24%) 290 (26%) Total Revenue $3210.50 $3450.10 RPU $3.13 $3.14
  • 34. Five Whys IDEAS Learn Faster Code Faster Five Whys Root LEARN BUILD Continuous Cause Analysis Deployment DATA CODE Measure Faster MEASURE Rapid Split Tests
  • 35. 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.
  • 36. There’s much more… IDEAS Learn Faster Code Faster Split Tests LEARN BUILD Unit Tests Customer Interviews Usability Tests Customer Development Continuous Integration Five Whys Root Cause Analysis Incremental Deployment Customer Advisory Board Free & Open-Source Components Falsifiable Hypotheses Cloud Computing Product Owner Accountability Cluster Immune System Customer Archetypes DATA CODE Just-in-time Scalability Cross-functional Teams Refactoring Semi-autonomous Teams Developer Sandbox Smoke Tests Measure Faster MEASURE Split Tests Funnel Analysis Clear Product Owner Cohort Analysis Continuous Deployment Net Promoter Score Usability Tests Search Engine Marketing Real-time Monitoring Real-Time Alerting Customer Liaison Predictive Monitoring
  • 37. The Lean Startup • You are ready to do this, whether you are: – Thinking of starting a new company, but haven’t taken the first step – Are in a startup now that could iterate faster – Want to create the conditions for lean innovation inside a big company • Get started, now, today.
  • 38. Thanks! • Startup Lessons Learned Blog – http://startuplessonslearned.blogspot.com/ • Eric Ries on Twitter – http://twitter.com/ericries • The Lean Startup Workshop – An all-day event for a select audience – May 29and June 18, 2009 in San Francisco – http://training.oreilly.com/theleanstartup/

Editor's Notes

  1. Hi, I’m Eric Ries. I wan to talk to you today about one simple fact: that the vast majority of high-tech startups fail. It does not have to be that way.Read the stories of successful startups and, if the founders are willing to be honest, you will see this pattern over and over again. 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.Each of these companies were fortunate to have enough time, resources, and patience to endure the multiple iterations it took to find a successful product and market. The premise of the lean startup is simple: if we can reduce the time between these major iterations, we can increase the odds of success.
  2. Hi, I’m Eric Ries. I wan to talk to you today about one simple fact: that the vast majority of high-tech startups fail. It does not have to be that way.Read the stories of successful startups and, if the founders are willing to be honest, you will see this pattern over and over again. 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.Each of these companies were fortunate to have enough time, resources, and patience to endure the multiple iterations it took to find a successful product and market. The premise of the lean startup is simple: if we can reduce the time between these major iterations, we can increase the odds of success.
  3. Hi, I’m Eric Ries. I wan to talk to you today about one simple fact: that the vast majority of high-tech startups fail. It does not have to be that way.Read the stories of successful startups and, if the founders are willing to be honest, you will see this pattern over and over again. 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.Each of these companies were fortunate to have enough time, resources, and patience to endure the multiple iterations it took to find a successful product and market. The premise of the lean startup is simple: if we can reduce the time between these major iterations, we can increase the odds of success.
  4. … remember that a startup is not a shrunken-down big company.
  5. Start a company with a compelling long-term vision. Don't get distracted by trying to flip it. Instead, try and build a company that will matter on the scale of the next century. Aim to become the \"next AOL or Microsoft\" not a niche player.Raise sufficient capital to have an extended runway from experienced smart money investors with deep pockets who are prepared to make follow-on investments.Hire the absolute best and the brightest, true experts in their fields, who in turn can hire the smartest people possible to staff their departments. Insist on the incredibly high-IQ employees and hold them to incredibly high standards.Bring in an expert CEO with outstanding business credentials and startup experience to focus on relentless execution.Build a truly mainstream product. Focus on quality. Ship it when it's done, not a moment before. Insist on high levels of usability, UI design, and polish. Conduct constant focus groups and usability tests.Build a world-class technology platform, with patent-pending algorithms and the ability to scale to millions of simultaneous users.Launch with a PR blitz, including mentions in major mainstream publications. Build the product in stealth mode to build buzz for the eventual launch.
  6. By hiring experts, conducting lots of focus groups, and executing to a detailed plan, the company became deluded that it knew what customers wanted. I remember vividly a scene at a board meeting, where the company was celebrating a major milestone. The whole company and board play-tested the product to see its new features first hand. Everyone had fun; the product worked. But that was two full years before any customers were allowed to use it. Nobody even asked the question: why not ship this now? It was considered naive that the \"next AOL\" would ship a product that wasn't ready for prime time. Stealth is a customer-free zone. All of the efforts to create buzz, keep competitors in the dark, and launch with a bang had the direct effect of starving the company for much-needed feedback.
  7. Even though some aspects of the product were eventually vindicated as good ones, the underlying architecture suffered from hard-to-change assumptions. After years of engineering effort, changing these assumptions was incredibly hard. Without conscious process design, product development teams turn lines of code written into momentum in a certain direction. Even a great architecture becomes inflexible. This is why agility is such a prized quality in product development.
  8. This is the most devastating thing about achieving a failure: while in the midst of it, you think you're making progress. This company had disciplined schedules, milestones, employee evaluations, and a culture of execution. When schedules were missed, people were held accountable. Unfortunately, there was no corresponding discipline of evaluating the quality of the plan itself. As the company built infrastructure and added features, the team celebrated these accomplishments. Departments were built and were even metrics-driven. But there was no feedback loop to help the company find the right metrics to focus on.
  9. Do our actions live up to our ideals?
  10. After our crushing failure, the founders of my next company decided to question every single assumption for how a startup should be built. Failure gave us the courage to try some radical things.
  11. Based on that experience, and the experience of the other startups I have worked for, I now strongly believe there is a better way to create startups. I’ve called this vision the Lean Startup. It combines three key trends.
  12. Ladder of inference
  13. This is the core feedback loop that powers startups. Their goal is not to optimize the time it takes to do any one of these steps. There are many specific practices that can power lean startups, and we’ll cover a few in this presentation. But more important than any specific practice is this core idea: startups should be built to learn.
  14. Run tests locally:-- Sandbox includes as much of production as humanly possible (db, memcached, Solr, Apache).-- Write tests in every language. We use 8 different test frameworks for different environs. Otherwise you get fear and brittle.-- Example kind of problem is that AJAX updater for site header. Seemingly innocuous change would break shopping experience.CIT/BuildBot:-- Simply don’t push with red tests. Even if the site is in trouble. Example Christmas site outage with memcache sampling.-- Give an idea of the scale. 20 machine cluster, runs 10000 tests and 100,000’s of thousand of assertions on every change.Incremental deploy:-- Catch performance bugs and gaps in test coverageSlow query in free tags. This started to drive database load higher on one MySQL instance due to contention and data size. Detected and rolled back before it affected users and before the database was hosed due to high load.Changed transaction commit logic in foundation of the system. This passed all tests but caused registrations to fail in production due to subtle difference between sandbox and production. System detected drop in business metric in 1 minute and reverted the changeAlerting and Predictive MonitoringExample: Second tier ISP to block our outbound emailExample: Rooms list performance time bombExample: Registration quality, second tier payment methods, invite mail success rates by serviceStory: Anything that can go wrong will, so just catch it then fast.
  15. When something goes wrong, we tend to see it as a crisis and seek to blame. A better way is to see it as a learning opportunity. Not in the existential sense of general self-improvement. Instead, we can use the technique of asking why five times to get to the root cause of the problem.Here's how it works. Let's say you notice that your website is down. Obviously, your first priority is to get it back up. But as soon as the crisis is past, you have the discipline to have a post-mortem in which you start asking why: 1. why was the website down? The CPU utilization on all our front-end servers went to 100% 2. why did the CPU usage spike? A new bit of code contained an infinite loop! 3. why did that code get written? So-and-so made a mistake 4. why did his mistake get checked in? He didn't write a unit test for the feature 5. why didn't he write a unit test? He's a new employee, and he was not properly trained in TDDSo far, this isn't much different from the kind of analysis any competent operations team would conduct for a site outage. The next step is this: you have to commit to make a proportional investment in corrective action at every level of the analysis. So, in the example above, we'd have to take five corrective actions: 1. bring the site back up 2. remove the bad code 3. help so-and-so understand why his code doesn't work as written 4. train so-and-so in the principles of TDD 5. change the new engineer orientation to include TDD
  16. Webcast: May 1Workshop: May 29Fliers up frontDiscussion in web2open
  17. Take a moment to close your eyes…
  18. This is the core feedback loop that powers startups. Their goal is not to optimize the time it takes to do any one of these steps. There are many specific practices that can power lean startups, and we’ll cover a few in this presentation. But more important than any specific practice is this core idea: startups should be built to learn.