SlideShare une entreprise Scribd logo
1  sur  36
The Lean Startup
           #leanstartup
            Eric Ries (@ericries)
http://startuplessonslearned.blogspot.com
Thank You!
• Scholarship Donors   Board
  – KISSmetrics        – Hiten Shah
  – Bill Braasch       – Jared Goralnick
    (@billmelater)     – Siqi Chen
  – Bob Aniello        – Andrew Meyer
    (@CornOnTheBob)    – Simon Newstead
                       – Jeffrey Barman
                       – Sean Heywood

• Customer Advisory
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
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
                 LEARN                                        BUILD
Five Whys Root                                                         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)
         Everyone has a complete sandbox
     o


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


 • Incremental deploy
         Monitor cluster and business metrics in real-time
     o
         Reject changes that move metrics out-of-bounds
     o


 • Alerting & Predictive monitoring (Nagios)
         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
     o


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

                                             IDEAS


Learn Faster                                                           Code Faster
                 LEARN                                         BUILD
Five Whys Root                                                          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
                 LEARN                                          BUILD
Five Whys Root                                                           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
                      LEARN                                                      BUILD
Split Tests                                                                                          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
                                    DATA                                CODE
Customer Archetypes                                                                     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/

• Webcast: “How to Build a Lean Startup, step-by-step”
  – May 1, 2009 at 10am PST
  – http://www.oreillynet.com/pub/e/1294

• The Lean Startup Workshop
  – An all-day event for a select audience
  – May 29, 2009 in San Francisco
  – Sign up at: http://bit.ly/a5uw8

Contenu connexe

Tendances

Design thinking process explained
Design thinking process explained Design thinking process explained
Design thinking process explained School of Form
 
The Lean Startup
The Lean StartupThe Lean Startup
The Lean StartupSean Si
 
19 Ways Growth Hackers Acquire Customers
19 Ways Growth Hackers Acquire Customers19 Ways Growth Hackers Acquire Customers
19 Ways Growth Hackers Acquire CustomersJustin Mares
 
26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...
26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...
26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...European Innovation Academy
 
Agile Product Discovery
Agile Product DiscoveryAgile Product Discovery
Agile Product DiscoveryTathagat Varma
 
25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx
25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx
25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptxEuropean Innovation Academy
 
Daniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptx
Daniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptxDaniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptx
Daniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptxEuropean Innovation Academy
 
Creating awesome value proposition using Value Proposition Canvas
Creating awesome value proposition using Value Proposition CanvasCreating awesome value proposition using Value Proposition Canvas
Creating awesome value proposition using Value Proposition CanvasTathagat Varma
 
Business plan vs Lean Canvas
Business plan vs Lean CanvasBusiness plan vs Lean Canvas
Business plan vs Lean CanvasAsh Maurya
 
Eric Ries - The lean startup
Eric Ries - The lean startupEric Ries - The lean startup
Eric Ries - The lean startupmomentummi
 
Presentation design thinking
Presentation design thinking Presentation design thinking
Presentation design thinking MakaDL
 
36-Day Amazon PM Interview Study Guide
36-Day Amazon PM Interview Study Guide36-Day Amazon PM Interview Study Guide
36-Day Amazon PM Interview Study GuideLewis Lin 🦊
 
"Fall in love with the problem, not the solution. How focusing on Clients can...
"Fall in love with the problem, not the solution. How focusing on Clients can..."Fall in love with the problem, not the solution. How focusing on Clients can...
"Fall in love with the problem, not the solution. How focusing on Clients can...European Innovation Academy
 
26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf
26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf
26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdfEuropean Innovation Academy
 
Design Thinking & Innovation Games : Presented by Cedric Mainguy
Design Thinking & Innovation Games : Presented by Cedric MainguyDesign Thinking & Innovation Games : Presented by Cedric Mainguy
Design Thinking & Innovation Games : Presented by Cedric MainguyoGuild .
 
Design Thinking
Design Thinking Design Thinking
Design Thinking Provectus
 
7 steps of product discovery
7 steps of product discovery7 steps of product discovery
7 steps of product discoveryDaniil Lanovyi
 

Tendances (20)

Design thinking process explained
Design thinking process explained Design thinking process explained
Design thinking process explained
 
The Lean Startup
The Lean StartupThe Lean Startup
The Lean Startup
 
19 Ways Growth Hackers Acquire Customers
19 Ways Growth Hackers Acquire Customers19 Ways Growth Hackers Acquire Customers
19 Ways Growth Hackers Acquire Customers
 
26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...
26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...
26_07_Growth Mindset to Growth Hacking_ Tools to Win Your First Customers_Kri...
 
Agile Product Discovery
Agile Product DiscoveryAgile Product Discovery
Agile Product Discovery
 
04_08_Ravi Belani_VC overview.pptx
04_08_Ravi Belani_VC overview.pptx04_08_Ravi Belani_VC overview.pptx
04_08_Ravi Belani_VC overview.pptx
 
25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx
25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx
25_07_Revenue Models_Alar Kolk_EIA Porto 2022.pptx
 
Daniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptx
Daniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptxDaniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptx
Daniel Vila Boa_How to succeed at the EIA_EIA Porto 2022.pptx
 
27_07_Marquinista_Perceptionitis.pdf
27_07_Marquinista_Perceptionitis.pdf27_07_Marquinista_Perceptionitis.pdf
27_07_Marquinista_Perceptionitis.pdf
 
Problem statement
Problem statementProblem statement
Problem statement
 
Creating awesome value proposition using Value Proposition Canvas
Creating awesome value proposition using Value Proposition CanvasCreating awesome value proposition using Value Proposition Canvas
Creating awesome value proposition using Value Proposition Canvas
 
Business plan vs Lean Canvas
Business plan vs Lean CanvasBusiness plan vs Lean Canvas
Business plan vs Lean Canvas
 
Eric Ries - The lean startup
Eric Ries - The lean startupEric Ries - The lean startup
Eric Ries - The lean startup
 
Presentation design thinking
Presentation design thinking Presentation design thinking
Presentation design thinking
 
36-Day Amazon PM Interview Study Guide
36-Day Amazon PM Interview Study Guide36-Day Amazon PM Interview Study Guide
36-Day Amazon PM Interview Study Guide
 
"Fall in love with the problem, not the solution. How focusing on Clients can...
"Fall in love with the problem, not the solution. How focusing on Clients can..."Fall in love with the problem, not the solution. How focusing on Clients can...
"Fall in love with the problem, not the solution. How focusing on Clients can...
 
26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf
26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf
26_07_Marketing 101_Maeghan Smulders_EIA Porto 2022.pdf
 
Design Thinking & Innovation Games : Presented by Cedric Mainguy
Design Thinking & Innovation Games : Presented by Cedric MainguyDesign Thinking & Innovation Games : Presented by Cedric Mainguy
Design Thinking & Innovation Games : Presented by Cedric Mainguy
 
Design Thinking
Design Thinking Design Thinking
Design Thinking
 
7 steps of product discovery
7 steps of product discovery7 steps of product discovery
7 steps of product discovery
 

En vedette

How to Ask for What You Want
How to Ask for What You WantHow to Ask for What You Want
How to Ask for What You WantAngie Chang
 
Free of Charge Marketing Channels and Tools
Free of Charge Marketing Channels and ToolsFree of Charge Marketing Channels and Tools
Free of Charge Marketing Channels and ToolsAngie Chang
 
Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...
Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...
Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...Hristo Neychev
 
Frame your Value and Growth Hypothesis
Frame your Value and Growth HypothesisFrame your Value and Growth Hypothesis
Frame your Value and Growth HypothesisSV.CO
 
Survey & Interview Customers
Survey & Interview CustomersSurvey & Interview Customers
Survey & Interview CustomersSV.CO
 
Zurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & Women
Zurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & WomenZurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & Women
Zurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & WomenAngie Chang
 
Increasing Gender Diversity in Tech - International Women's Day 2016
Increasing Gender Diversity in Tech - International Women's Day 2016Increasing Gender Diversity in Tech - International Women's Day 2016
Increasing Gender Diversity in Tech - International Women's Day 2016Angie Chang
 
Writing kick-ass hypotheses: Lean UX Meetup, Las Vegas : July
Writing kick-ass hypotheses: Lean UX Meetup, Las Vegas : JulyWriting kick-ass hypotheses: Lean UX Meetup, Las Vegas : July
Writing kick-ass hypotheses: Lean UX Meetup, Las Vegas : JulyKate Rutter
 
Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...
Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...
Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...Alex Cowan
 
Successful Startup Pivots - 6 Case Studies
Successful Startup Pivots - 6 Case StudiesSuccessful Startup Pivots - 6 Case Studies
Successful Startup Pivots - 6 Case StudiesAngie Chang
 
Disney Pixar case study
Disney Pixar case studyDisney Pixar case study
Disney Pixar case studyYuqing Qin
 
The Lean Startup - Visual Summary
The Lean Startup - Visual SummaryThe Lean Startup - Visual Summary
The Lean Startup - Visual SummaryBrett Suddreth
 
Lean Startup Key Concepts Overview
Lean Startup Key Concepts OverviewLean Startup Key Concepts Overview
Lean Startup Key Concepts OverviewYuki Sekiguchi
 
An Intro to Lean Startup
An Intro to Lean StartupAn Intro to Lean Startup
An Intro to Lean StartupRyan Hoover
 
Summary of The Lean Startup (Eric Ries)
Summary of The Lean Startup (Eric Ries)Summary of The Lean Startup (Eric Ries)
Summary of The Lean Startup (Eric Ries)Vinsol
 

En vedette (17)

How to Ask for What You Want
How to Ask for What You WantHow to Ask for What You Want
How to Ask for What You Want
 
Free of Charge Marketing Channels and Tools
Free of Charge Marketing Channels and ToolsFree of Charge Marketing Channels and Tools
Free of Charge Marketing Channels and Tools
 
Lean UX
Lean UXLean UX
Lean UX
 
Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...
Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...
Lean Startup - by Hristo Neychev (bring your ideas to life faster, smarter, a...
 
Frame your Value and Growth Hypothesis
Frame your Value and Growth HypothesisFrame your Value and Growth Hypothesis
Frame your Value and Growth Hypothesis
 
Survey & Interview Customers
Survey & Interview CustomersSurvey & Interview Customers
Survey & Interview Customers
 
Zurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & Women
Zurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & WomenZurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & Women
Zurich Girl Geek Dinner #4 - Startup Scene, Tech Culture & Women
 
Increasing Gender Diversity in Tech - International Women's Day 2016
Increasing Gender Diversity in Tech - International Women's Day 2016Increasing Gender Diversity in Tech - International Women's Day 2016
Increasing Gender Diversity in Tech - International Women's Day 2016
 
Writing kick-ass hypotheses: Lean UX Meetup, Las Vegas : July
Writing kick-ass hypotheses: Lean UX Meetup, Las Vegas : JulyWriting kick-ass hypotheses: Lean UX Meetup, Las Vegas : July
Writing kick-ass hypotheses: Lean UX Meetup, Las Vegas : July
 
Ash Maurya, Beyond MVP - Scaling Lean, BoS USA 2016
Ash Maurya, Beyond MVP - Scaling Lean, BoS USA 2016Ash Maurya, Beyond MVP - Scaling Lean, BoS USA 2016
Ash Maurya, Beyond MVP - Scaling Lean, BoS USA 2016
 
Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...
Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...
Lean Startup Circle San Francisco: 'B2B Hacks - Getting from Consulting to Sc...
 
Successful Startup Pivots - 6 Case Studies
Successful Startup Pivots - 6 Case StudiesSuccessful Startup Pivots - 6 Case Studies
Successful Startup Pivots - 6 Case Studies
 
Disney Pixar case study
Disney Pixar case studyDisney Pixar case study
Disney Pixar case study
 
The Lean Startup - Visual Summary
The Lean Startup - Visual SummaryThe Lean Startup - Visual Summary
The Lean Startup - Visual Summary
 
Lean Startup Key Concepts Overview
Lean Startup Key Concepts OverviewLean Startup Key Concepts Overview
Lean Startup Key Concepts Overview
 
An Intro to Lean Startup
An Intro to Lean StartupAn Intro to Lean Startup
An Intro to Lean Startup
 
Summary of The Lean Startup (Eric Ries)
Summary of The Lean Startup (Eric Ries)Summary of The Lean Startup (Eric Ries)
Summary of The Lean Startup (Eric Ries)
 

Similaire à Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplined Approach To Imagining, Designing, And Building New Products

2009 06 01 The Lean Startup Texas Edition
2009 06 01 The Lean Startup Texas Edition2009 06 01 The Lean Startup Texas Edition
2009 06 01 The Lean Startup Texas EditionEric Ries
 
2009 05 21 The Lean Startup At SIPA
2009 05 21 The Lean Startup At SIPA2009 05 21 The Lean Startup At SIPA
2009 05 21 The Lean Startup At SIPAEric Ries
 
2009_06_08 The Lean Startup Tokyo edition
2009_06_08 The Lean Startup Tokyo edition2009_06_08 The Lean Startup Tokyo edition
2009_06_08 The Lean Startup Tokyo editionEric Ries
 
2010 03 09 the lean startup - gdc
2010 03 09 the lean startup - gdc2010 03 09 the lean startup - gdc
2010 03 09 the lean startup - gdcEric Ries
 
The Lean Startup EA edition
The Lean Startup EA editionThe Lean Startup EA edition
The Lean Startup EA editionEric Ries
 
The Lean Startup fbFund Edition
The Lean Startup fbFund EditionThe Lean Startup fbFund Edition
The Lean Startup fbFund EditionEric Ries
 
Ericriesleanstartuppresentationforweb2
Ericriesleanstartuppresentationforweb2Ericriesleanstartuppresentationforweb2
Ericriesleanstartuppresentationforweb2Edmund FOng
 
2010 02 19 the lean startup - webstock 2010
2010 02 19 the lean startup - webstock 20102010 02 19 the lean startup - webstock 2010
2010 02 19 the lean startup - webstock 2010Eric Ries
 
2010 10 28 the lean startup at ucsd
2010 10 28 the lean startup at ucsd2010 10 28 the lean startup at ucsd
2010 10 28 the lean startup at ucsdEric Ries
 
2010 10 19 the lean startup workshop for i_gap ireland
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 irelandEric Ries
 
2012 05 15 eric ries the lean startup pwc canada
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 canadaEric Ries
 
Eric Ries - The Lean Startup - RailsConf 2011
Eric Ries - The Lean Startup - RailsConf 2011Eric Ries - The Lean Startup - RailsConf 2011
Eric Ries - The Lean Startup - RailsConf 2011Eric Ries
 
2009 10 28 The Lean Startup In Paris
2009 10 28 The Lean Startup In Paris2009 10 28 The Lean Startup In Paris
2009 10 28 The Lean Startup In ParisEric Ries
 
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise InstituteEric Ries
 
2010 10 15 the lean startup at tech_hub london
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 londonEric Ries
 
eric ries - the lean startup dogpatch LUXr nyc
eric ries - the lean startup dogpatch LUXr nyceric ries - the lean startup dogpatch LUXr nyc
eric ries - the lean startup dogpatch LUXr nycEric Ries
 
Eric Ries StartupDay 2011 Speech
Eric Ries StartupDay 2011 SpeechEric Ries StartupDay 2011 Speech
Eric Ries StartupDay 2011 SpeechStartup Weekend
 
Eric Ries - The Lean Startup - Google Tech Talk
Eric Ries - The Lean Startup - Google Tech TalkEric Ries - The Lean Startup - Google Tech Talk
Eric Ries - The Lean Startup - Google Tech TalkEric Ries
 
Continuous Delivery for Agile Teams
Continuous Delivery for Agile TeamsContinuous Delivery for Agile Teams
Continuous Delivery for Agile TeamsMike Bowler
 

Similaire à Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplined Approach To Imagining, Designing, And Building New Products (20)

2009 06 01 The Lean Startup Texas Edition
2009 06 01 The Lean Startup Texas Edition2009 06 01 The Lean Startup Texas Edition
2009 06 01 The Lean Startup Texas Edition
 
2009 05 21 The Lean Startup At SIPA
2009 05 21 The Lean Startup At SIPA2009 05 21 The Lean Startup At SIPA
2009 05 21 The Lean Startup At SIPA
 
2009_06_08 The Lean Startup Tokyo edition
2009_06_08 The Lean Startup Tokyo edition2009_06_08 The Lean Startup Tokyo edition
2009_06_08 The Lean Startup Tokyo edition
 
2010 03 09 the lean startup - gdc
2010 03 09 the lean startup - gdc2010 03 09 the lean startup - gdc
2010 03 09 the lean startup - gdc
 
The Lean Startup EA edition
The Lean Startup EA editionThe Lean Startup EA edition
The Lean Startup EA edition
 
The Lean Startup fbFund Edition
The Lean Startup fbFund EditionThe Lean Startup fbFund Edition
The Lean Startup fbFund Edition
 
Ericriesleanstartuppresentationforweb2
Ericriesleanstartuppresentationforweb2Ericriesleanstartuppresentationforweb2
Ericriesleanstartuppresentationforweb2
 
2010 02 19 the lean startup - webstock 2010
2010 02 19 the lean startup - webstock 20102010 02 19 the lean startup - webstock 2010
2010 02 19 the lean startup - webstock 2010
 
2010 10 28 the lean startup at ucsd
2010 10 28 the lean startup at ucsd2010 10 28 the lean startup at ucsd
2010 10 28 the lean startup at ucsd
 
2010 10 19 the lean startup workshop for i_gap ireland
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
 
2012 05 15 eric ries the lean startup pwc canada
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 Ries - The Lean Startup - RailsConf 2011
Eric Ries - The Lean Startup - RailsConf 2011Eric Ries - The Lean Startup - RailsConf 2011
Eric Ries - The Lean Startup - RailsConf 2011
 
BLN CEO Tales. Eric Ries, The Lean Startup
BLN CEO Tales. Eric Ries, The Lean StartupBLN CEO Tales. Eric Ries, The Lean Startup
BLN CEO Tales. Eric Ries, The Lean Startup
 
2009 10 28 The Lean Startup In Paris
2009 10 28 The Lean Startup In Paris2009 10 28 The Lean Startup In Paris
2009 10 28 The Lean Startup In Paris
 
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
 
2010 10 15 the lean startup at tech_hub london
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 ries - the lean startup dogpatch LUXr nyc
eric ries - the lean startup dogpatch LUXr nyceric ries - the lean startup dogpatch LUXr nyc
eric ries - the lean startup dogpatch LUXr nyc
 
Eric Ries StartupDay 2011 Speech
Eric Ries StartupDay 2011 SpeechEric Ries StartupDay 2011 Speech
Eric Ries StartupDay 2011 Speech
 
Eric Ries - The Lean Startup - Google Tech Talk
Eric Ries - The Lean Startup - Google Tech TalkEric Ries - The Lean Startup - Google Tech Talk
Eric Ries - The Lean Startup - Google Tech Talk
 
Continuous Delivery for Agile Teams
Continuous Delivery for Agile TeamsContinuous Delivery for Agile Teams
Continuous Delivery for Agile Teams
 

Plus de Eric Ries

Tendai Charasika - 2012 Lean Startup Conference
Tendai Charasika - 2012 Lean Startup ConferenceTendai Charasika - 2012 Lean Startup Conference
Tendai Charasika - 2012 Lean Startup ConferenceEric Ries
 
Stephanie Hay - Lean Startup Conference 2012
Stephanie Hay - Lean Startup Conference 2012Stephanie Hay - Lean Startup Conference 2012
Stephanie Hay - Lean Startup Conference 2012Eric Ries
 
Jessica Scorpio - 2012 Lean Startup Conference
Jessica Scorpio - 2012 Lean Startup ConferenceJessica Scorpio - 2012 Lean Startup Conference
Jessica Scorpio - 2012 Lean Startup ConferenceEric Ries
 
Robert Fan - 2012 Lean Startup Conference
Robert Fan - 2012 Lean Startup ConferenceRobert Fan - 2012 Lean Startup Conference
Robert Fan - 2012 Lean Startup ConferenceEric Ries
 
Leah Busque - 2012 Lean Startup Conference
Leah Busque - 2012 Lean Startup ConferenceLeah Busque - 2012 Lean Startup Conference
Leah Busque - 2012 Lean Startup ConferenceEric Ries
 
Lane Halley - 2012 Lean Startup Conference
Lane Halley - 2012 Lean Startup ConferenceLane Halley - 2012 Lean Startup Conference
Lane Halley - 2012 Lean Startup ConferenceEric Ries
 
Justin Wilcox - Lean Startup Conference 2012
Justin Wilcox - Lean Startup Conference 2012Justin Wilcox - Lean Startup Conference 2012
Justin Wilcox - Lean Startup Conference 2012Eric Ries
 
Ivory Madison - 2012 Lean Startup Conference
Ivory Madison - 2012 Lean Startup ConferenceIvory Madison - 2012 Lean Startup Conference
Ivory Madison - 2012 Lean Startup ConferenceEric Ries
 
Daniel Kim - 2012 Lean Startup Conference
Daniel Kim - 2012 Lean Startup ConferenceDaniel Kim - 2012 Lean Startup Conference
Daniel Kim - 2012 Lean Startup ConferenceEric Ries
 
Charles Hudson - 2012 Lean Startup Conference
Charles Hudson - 2012 Lean Startup ConferenceCharles Hudson - 2012 Lean Startup Conference
Charles Hudson - 2012 Lean Startup ConferenceEric Ries
 
George Bilbrey - 2012 Lean Startup Conference
George Bilbrey - 2012 Lean Startup ConferenceGeorge Bilbrey - 2012 Lean Startup Conference
George Bilbrey - 2012 Lean Startup ConferenceEric Ries
 
Ash Maurya Innovation Accounting - 2012 Lean Startup Conference
Ash Maurya Innovation Accounting - 2012 Lean Startup ConferenceAsh Maurya Innovation Accounting - 2012 Lean Startup Conference
Ash Maurya Innovation Accounting - 2012 Lean Startup ConferenceEric Ries
 
Andres Glusman - 2012 Lean Startup Conference
Andres Glusman - 2012 Lean Startup ConferenceAndres Glusman - 2012 Lean Startup Conference
Andres Glusman - 2012 Lean Startup ConferenceEric Ries
 
Back to the Roots - 2012 Lean Startup Conference
Back to the Roots - 2012 Lean Startup ConferenceBack to the Roots - 2012 Lean Startup Conference
Back to the Roots - 2012 Lean Startup ConferenceEric Ries
 
Dropbox startup lessons learned 2011
Dropbox   startup lessons learned 2011Dropbox   startup lessons learned 2011
Dropbox startup lessons learned 2011Eric Ries
 
2011 10 12 eric ries lean startup web 2.0 expo ny keynote
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 keynoteEric Ries
 
The Lean Startup debuts at #2 on the New York Times Bestseller List
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 ListEric Ries
 
The Lean Startup 10-Book Package
The Lean Startup 10-Book PackageThe Lean Startup 10-Book Package
The Lean Startup 10-Book PackageEric Ries
 
The Lean Startup 30-Book Package
The Lean Startup 30-Book PackageThe Lean Startup 30-Book Package
The Lean Startup 30-Book PackageEric Ries
 
The Lean Startup - Book Tour In Your City Package
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 PackageEric Ries
 

Plus de Eric Ries (20)

Tendai Charasika - 2012 Lean Startup Conference
Tendai Charasika - 2012 Lean Startup ConferenceTendai Charasika - 2012 Lean Startup Conference
Tendai Charasika - 2012 Lean Startup Conference
 
Stephanie Hay - Lean Startup Conference 2012
Stephanie Hay - Lean Startup Conference 2012Stephanie Hay - Lean Startup Conference 2012
Stephanie Hay - Lean Startup Conference 2012
 
Jessica Scorpio - 2012 Lean Startup Conference
Jessica Scorpio - 2012 Lean Startup ConferenceJessica Scorpio - 2012 Lean Startup Conference
Jessica Scorpio - 2012 Lean Startup Conference
 
Robert Fan - 2012 Lean Startup Conference
Robert Fan - 2012 Lean Startup ConferenceRobert Fan - 2012 Lean Startup Conference
Robert Fan - 2012 Lean Startup Conference
 
Leah Busque - 2012 Lean Startup Conference
Leah Busque - 2012 Lean Startup ConferenceLeah Busque - 2012 Lean Startup Conference
Leah Busque - 2012 Lean Startup Conference
 
Lane Halley - 2012 Lean Startup Conference
Lane Halley - 2012 Lean Startup ConferenceLane Halley - 2012 Lean Startup Conference
Lane Halley - 2012 Lean Startup Conference
 
Justin Wilcox - Lean Startup Conference 2012
Justin Wilcox - Lean Startup Conference 2012Justin Wilcox - Lean Startup Conference 2012
Justin Wilcox - Lean Startup Conference 2012
 
Ivory Madison - 2012 Lean Startup Conference
Ivory Madison - 2012 Lean Startup ConferenceIvory Madison - 2012 Lean Startup Conference
Ivory Madison - 2012 Lean Startup Conference
 
Daniel Kim - 2012 Lean Startup Conference
Daniel Kim - 2012 Lean Startup ConferenceDaniel Kim - 2012 Lean Startup Conference
Daniel Kim - 2012 Lean Startup Conference
 
Charles Hudson - 2012 Lean Startup Conference
Charles Hudson - 2012 Lean Startup ConferenceCharles Hudson - 2012 Lean Startup Conference
Charles Hudson - 2012 Lean Startup Conference
 
George Bilbrey - 2012 Lean Startup Conference
George Bilbrey - 2012 Lean Startup ConferenceGeorge Bilbrey - 2012 Lean Startup Conference
George Bilbrey - 2012 Lean Startup Conference
 
Ash Maurya Innovation Accounting - 2012 Lean Startup Conference
Ash Maurya Innovation Accounting - 2012 Lean Startup ConferenceAsh Maurya Innovation Accounting - 2012 Lean Startup Conference
Ash Maurya Innovation Accounting - 2012 Lean Startup Conference
 
Andres Glusman - 2012 Lean Startup Conference
Andres Glusman - 2012 Lean Startup ConferenceAndres Glusman - 2012 Lean Startup Conference
Andres Glusman - 2012 Lean Startup Conference
 
Back to the Roots - 2012 Lean Startup Conference
Back to the Roots - 2012 Lean Startup ConferenceBack to the Roots - 2012 Lean Startup Conference
Back to the Roots - 2012 Lean Startup Conference
 
Dropbox startup lessons learned 2011
Dropbox   startup lessons learned 2011Dropbox   startup lessons learned 2011
Dropbox startup lessons learned 2011
 
2011 10 12 eric ries lean startup web 2.0 expo ny keynote
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
 
The Lean Startup debuts at #2 on the New York Times Bestseller List
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
 
The Lean Startup 10-Book Package
The Lean Startup 10-Book PackageThe Lean Startup 10-Book Package
The Lean Startup 10-Book Package
 
The Lean Startup 30-Book Package
The Lean Startup 30-Book PackageThe Lean Startup 30-Book Package
The Lean Startup 30-Book Package
 
The Lean Startup - Book Tour In Your City Package
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
 

Dernier

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 

Dernier (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 

Eric Ries Lean Startup Presentation For Web 2.0 Expo April 1 2009 A Disciplined Approach To Imagining, Designing, And Building New Products

  • 1. The Lean Startup #leanstartup Eric Ries (@ericries) http://startuplessonslearned.blogspot.com
  • 2. Thank You! • Scholarship Donors Board – KISSmetrics – Hiten Shah – Bill Braasch – Jared Goralnick (@billmelater) – Siqi Chen – Bob Aniello – Andrew Meyer (@CornOnTheBob) – Simon Newstead – Jeffrey Barman – Sean Heywood • Customer Advisory
  • 3. Most Startups Fail • But it doesn’t have to be that way. We can do better. This talk is about how.
  • 4. 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
  • 5. A Tale of Two Startups
  • 7. 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.
  • 8. Achieving Failure • Company failed utterly, $40MM and five years of pain. • Crippled by “shadow beliefs” that destroyed the effort of all those smart people.
  • 9. Shadow Belief #1 • We know what customers want.
  • 10. Shadow Belief #2 • We can accurately predict the future.
  • 11. Shadow Belief #3 • Advancing the plan is progress.
  • 12. 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.
  • 14. IMVU
  • 15. 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
  • 16. 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.
  • 17. 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.
  • 18. 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
  • 19. 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
  • 20. Traditional Product Development Unit of progress: Advance to Next Stage Waterfall Requirements Design Problem: known Solution: known Implementation Verification Maintenance
  • 21. Agile Unit of progress: a line of working code “Product Owner” or in-house customer Problem:Known Solution:Unknown
  • 22. Product Development at Lean Startup Unit of progress: validated learning about customers ($$$) Problem:Unknown Solution:Unknown
  • 23. Minimize TOTAL time through the loop IDEAS LEARN BUILD DATA CODE MEASURE
  • 24. 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
  • 25. Continuous Deployment IDEAS Learn Faster Code Faster LEARN BUILD Five Whys Root Continuous Cause Analysis Deployment DATA CODE Measure Faster MEASURE Rapid Split Tests
  • 26. 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
  • 27. Cluster Immune System What it looks like to ship one piece of code to production: • Run tests locally (SimpleTest, Selenium) Everyone has a complete sandbox o • Continuous Integration Server (BuildBot) o All tests must pass or “shut down the line” Automatic feedback if the team is going too fast o • Incremental deploy Monitor cluster and business metrics in real-time o Reject changes that move metrics out-of-bounds o • Alerting & Predictive monitoring (Nagios) 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 o When customers see a failure: Fix the problem for customers o Improve your defenses at each level o
  • 28. Rapid Split Tests IDEAS Learn Faster Code Faster LEARN BUILD Five Whys Root Continuous Cause Analysis Deployment DATA CODE Measure Faster MEASURE Rapid Split Tests
  • 29. 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 }
  • 30. The AAA’s of Metrics • Actionable • Accessible • Auditable
  • 31. 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
  • 32. Five Whys IDEAS Learn Faster Code Faster LEARN BUILD Five Whys Root Continuous Cause Analysis Deployment DATA CODE Measure Faster MEASURE Rapid Split Tests
  • 33. 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.
  • 34. There’s much more… IDEAS Learn Faster Code Faster LEARN BUILD Split Tests 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 DATA CODE Customer Archetypes 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
  • 35. 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.
  • 36. Thanks! • Startup Lessons Learned Blog – http://startuplessonslearned.blogspot.com/ • Webcast: “How to Build a Lean Startup, step-by-step” – May 1, 2009 at 10am PST – http://www.oreillynet.com/pub/e/1294 • The Lean Startup Workshop – An all-day event for a select audience – May 29, 2009 in San Francisco – Sign up at: http://bit.ly/a5uw8