SlideShare una empresa de Scribd logo
1 de 72
Agile and Lean
Software Development
      Tathagat Varma
        Sr. Director
           Yahoo!
Discussion Topics

•   SDLC
•   Waterfall
•   Agile
•   Lean
•   Kanban
•   Lean Startup
the world around us…yesterday!
Microsoft Windows timeline




https://en.wikipedia.org/wiki/Timeline_of_Microsoft_Windows
Other major OS and tools timeline




https://en.wikipedia.org/wiki/Solaris_(operating_system)   https://en.wikipedia.org/wiki/Bugzilla
A typical support timeline




http://itconvergence.blogspot.in/2012/10/oow-12-elison-extradata-oracle-r122.html
As a contrast, what are consumer
    internet companies doing?
• Continuous Integration -> Continuous Delivery ->
  Continuous Deployment
• On „good days‟, Flickr releases a new version every half an
  hour (Jun 20, 2005)
• IMVU pushes a revision of code to the website every nine
  minutes (Feb 10, 2009)
• The other day we passed product release number 25,000 for
  WordPress. That means we‟ve averaged about 16 product
  releases a day, every day for the last four and a half years!
  (May 19, 2010)
• A new version of Google Chrome now due every six weeks
  (Jul 22, 2010)
• Facebook does code push twice a day (Aug 4, 2012)
adoption @ net speed!!!




https://lh4.googleusercontent.com/-SQ1ugOgu8Ds/TimaHjH0VpI/AAAAAAAAApU/za0BhEjhoio/w402/google%2Bplus%2Bgrowth%2B20mil.png   http://thesamerowdycrowd.wordpress.com/2011/12/26/a-moment-of-our-time/
darwin at work on internet
                               2006                                                                  2009




http://www.flickr.com/photos/stabilo-boss/93136022/sizes/o/in/photostream/   http://rossdawsonblog.com/weblog/archives/2009/05/rapid_turnover.html
yet, our product development sucks!




http://blog.amplifiedanalytics.com/2011/07/musing-on-difference-between-successful-product-innovation/   http://www.nickblack.org/2009/10/how-brand-trust-affects-new-products.html
Let’s understand the ‘craft’ first…
       • Sheer joy of making things
       • Pleasure of things that are useful to other people
       • Fascination of fashioning complex puzzle-like objects of
         interlocking moving parts and watching them work in
         subtle cycles
       • Joys of always learning, which sprints from the non-
         repeating nature of the task
       • Delight of working in such a tractable medium




The Mythical Man Month – Fred Brooks, 1975
software development life cycles

•   Ad-hoc
•   Serial
•   Iterative
•   Incremental
•   Iterative/Incremental
risk management in SDLCs
notion of ‘progress’ vs. time
Waterfall Model

• Wrongly inspired by assembly-line
  manufacturing processes of the day
• Economics supported “measure twice, cut
  once” leading to up-front planning and BDUF
• Single-pass, sequential process with hand-offs
  and feedback loops between adjoining phases
• Transition to next phase only upon completion
  of current phase
Waterfall Software Development




                                            Limitations and Assumptions

       1. Wrong analogy: Software development ≠ Production
       2. Customers know EVERYTHING upfront and that requirement won’t change
       3. Legacy from the past: implicitly assumes CPU time is costly, so focuses on doing
          everything upfront to minimize ‘machine time’ for trial and error
       4. “Wicked Problem”: Designers and developers know how exactly how to build
       5. Very long feedback cycles not suitable for today’s pace of innovation
Picture from http://damonpoole.blogspot.in/2009/07/traditional-development-game-of.html
As a result, software is…



    Costly
             Buggy
     Late
and the costs…?




http://leadinganswers.typepad.com/leading_answers/estimating/
http://www.agileforall.com/dyk/
Holy Grail of Software Development

             • Better: higher
               quality, more
               reliability, higher
               performance, more
               usable…
             • Faster: speedier
               development
             • Cheaper: no budget
               overruns
But the reality?
Preamble to Agile Movement

Software Crisis, 1965-85: The major cause of the
software crisis is that the machines have become
several orders of magnitude more powerful! To put
it quite bluntly: as long as there were no
machines, programming was no problem at all;
when we had a few weak computers, programming
became a mild problem, and now we have gigantic
computers, programming has become an equally
gigantic problem. — Edsger Dijkstra, The Humble
Programmer
Software Crisis
The causes of the software crisis were linked to the
overall complexity of hardware and the software
development process. The crisis manifested itself in
several ways:
•   Projects running over-budget.
•   Projects running over-time.
•   Software was very inefficient.
•   Software was of low quality.
•   Software often did not meet requirements.
•   Projects were unmanageable and code difficult to maintain.
•   Software was never delivered.
and the response?




Frameworks, Standards and Certifications
…and the result?…good start…
…but poor finish!
Why?
The World had changed! Software increasingly
became more business-critical, and delays, cost
overruns and poor quality were significantly less
acceptable then before!

• Process: Long-lead development process ineffective in
  a dynamic and global world
• Management: Command and control model
  unsuitable for fostering collaboration required to
  solve complex problems
• Technology: Advancements in computers, compiler
  technology and debugging and testing tools greatly
  improved the economics of software development
What is the most important part in these
            two machines?




        “The Brakes!!!”
     They let you go faster…
Agility vs. Discipline?




http://www.ibm.com/developerworks/rational/library/edge/08/feb08/lines_barnes_holmes_ambler/
Advent of Agile and Lean Methodologies
•   1970: Royce critiques Waterfall and offers improvement ideas
•   1986: Barry Boehm proposes Spiral Model
•   1971: Harlan Mills proposes Incremental Development
•   1987: Cleanroom Software engineering
•   1991: Sashimi Overlapping Waterfall Model
•   1992: Crystal family of methodologies
•   1994: DSDM
•   1995: Scrum
•   1996: Rational Unified Process framework
•   1997: Feature Driven Development
•   1999: Extreme Programming Explained
•   2001: Agile Manifesto is born
•   2003: Lean Software Development
•   2005: PM Declaration of Interdependence
•   2007: Kanban-based software engineering
•   2008: Lean Startup
•   2009: Scrumban
•   20xx: Something new !?! (hopefully!)
What is agile really all about?

                               • Empowered individuals
                               • Collaboration
             Motivated         • Democratic decision-making
             Individuals         and transparency


   Self-
organizing                     • Shorter feedback cycle
    x-                         • Manage changing priorities
functional                     • Increased productivity
  Teams
                    Agile
                  Businesses
                               • Higher ROI
                               • Faster time to market
                               • Better User Experience
Why is it so hard?




52 39 34          %
Organizational Culture
                                         %
                         Resistance to Change
                                                              %
                                                Management Support
test-code-refactor loop
feedback loop in agile lifecycles
agile lifecycle – big picture
from daily builds to project
Scrum
What’s happening here?




http://ayagebeely.blogspot.in/2008_08_01_archive.html
Feedback Loops in Traditional Techniques
          vs. Agile Techniques
Agile Development Value Proposition




http://www.versionone.com/Agile101/Agile_Benefits.asp
Does Agile work?




http://www.bigvisible.com/2009/12/taking-agile-beyond-faster/
http://www.testingthefuture.net/page/2/
What is Lean?

• The core idea is to maximize customer
  value while minimizing waste. Simply, lean
  means creating more value for customers with
  fewer resources.
• A lean organization understands customer
  value and focuses its key processes to
  continuously increase it. The ultimate goal is
  to provide perfect value to the customer
  through a perfect value creation process that
  has zero waste.
Lean Thinking
• Lean thinking changes the focus of management from
  optimizing separate technologies, assets, and vertical
  departments to optimizing the flow of products and services
  through entire value streams that flow horizontally across
  technologies, assets, and departments to customers.
• Eliminating waste along entire value streams, instead of at
  isolated points, creates processes that need less human
  effort, less space, less capital, and less time to make products
  and services at far less costs and with much fewer
  defects, compared with traditional business systems.
  Companies are able to respond to changing customer desires
  with high variety, high quality, low cost, and with very fast
  throughput times. Also, information management becomes
  much simpler and more accurate.
http://www.shmula.com/lean-history-and-timeline-toyota-production-system/5993/
Lean Principles

                   1. Identify
                      Value


                                        2. Map
 5. Seek
                                       the Value
Perfection
                                        Stream




           4.
                                 3. Create
       Establish
                                   Flow
          Pull
Wastes in Lean




http://nantachit.exteen.com/20120131/muda-muri-mura
How they manifest?




https://leanandkanban.wordpress.com/2011/03/22/lean-is-about-eliminating-waste-right/
Lean Software Development

     •    Optimize the Whole
     •    Eliminate Waste
     •    Build Quality In
     •    Learn Constantly
     •    Deliver Fast
     •    Engage Everyone
     •    Keep Getting Better


www.poppendieck.com
Optimize the Whole
Optimizing a part of a system will always, over time,
sub-optimize the overall system.

Focus on the Entire Value Stream
From concept to cash.
From customer request to deployed software.

Deliver a Complete Product
Customers don't want software; they want their problems
solved. Complete solutions are built by complete teams.

Think Long Term
Beware of governance and incentive systems that drive short
term thinking and optimize local performance.
Eliminate Waste
Waste is anything that does not add customer value.
The three biggest wastes in software development are:

Building the Wrong Thing
"There is nothing so useless as doing efficiently that which should not
be done at all." –Peter Drucker

Failure to Learn
Many of our policies – for example: governance by variance from
plan, frequent handovers, and separating decision-making from work –
interfere with the learning that is the essence of development.

Thrashing
Practices that interfere with the smooth flow of value –task
switching, long lists of requests, big piles of partly done work – deliver
half the value for twice the effort.
Wastes in Software Development
Wastes in Manufacturing   Wastes in Software Development
Inventory                 Partially done work
Extra Processing          Extra processes
Overproduction            Extra features
Transportation            Task Switching
Waiting                   Waiting
Motion                    Motion
Defects                   Defects
Build Quality In
If you routinely find defects in your verification process, your process is
defective.

Final Verification Should Not Find Defects!
Every software development process ever invented had as its primary
purpose to find and fix defects as early in the development process as
possible.

Mistake-Proof your Process with Test-First Development
Tests – including, unit tests, end-to-end tests, and integration tests –
must be available to establish confidence in the correctness of the
system at any timeduring development, at every level of the system.

Break Dependencies
System architecture should support the addition of any feature at any
time.
Learn Constantly
Planning is useful. Learning is essential.

Predictable Performance is Driven by Feedback
A predictable organization does not guess about the future and call it a
plan; it develops the capacity to rapidly respond to the future as it
unfolds.

Maintain Options
Think of code as an experiment – make it change-tolerant.

Last Responsible Moment
Learn as much as possible before making irreversible decisions. Don't
make decisions that will be expensive to change before their time –
and don't make them after their time!
Learn Fast
Start with a deep understanding of all stakeholders and what they will
value. Create a steady, even flow of work, pulled from this deep
understanding of value.

Rapid Delivery, High Quality, and Low Cost are Fully Compatible
Companies that compete on the basis of speed have a big cost
advantage, deliver superior quality, and are more attuned to their
customers' needs.

Queuing Theory Applies to Development, not Just Servers
Focusing on utilization creates a traffic jam that actually reduces
utilization. Drive down cycle time with small batches and fewer things-
in-process. Aggressively limit the size of lists and queues

Managing Workflow is a lot easier than Managing Schedules
The best way to establish reliable, predictable deliveries is to establish
reliable, repeatable workflows with iterations or a kanban system.
Keep Getting Better
Results are not the point – the point is to develop the people and the
systems capable of delivering results.

Failure is a Learning Opportunity
The most reliable performance comes when even small failures are
deeply investigated and corrected; when noise is not tolerated.

Standards Exist to be Challenged and Improved
Embody the current best known practice in standards that everyone
follows, while actively encouraging everyone to challenge and change
the standards.

Use the Scientific Method
Teach teams to: establish hypotheses, conduct many rapid
experiments, create concise documentation, and implement the best
alternative.
Engage Everyone
The time and energy of bright, creative people are the scarce resources in
today's economy, and the basis of competitive advantage.
People who are paid fairly and adequately are motivated by
autonomy, mastery, and purpose.

Autonomy
The most effective work groups are semi-autonomous teams with an internal
leader with end-to-end responsibility for complete, meaningful tasks.

Mastery
Respect for people means providing the challenge, feedback, and
environment that enables everyone to become excellent.

Purpose
Tie work to value. Only by believing in the purpose of their work will people
become engaged in achieving that purpose.
Kanban System




http://www.toyota-global.com/company/vision_philosophy/toyota_production_system/just-in-time.html
How Kanban helps achieve “Just-
                      in-Time”
        • For example, to efficiently produce a large
          number of automobiles, which can consist of
          around 30,000 parts, it is necessary to create a
          detailed production plan that includes parts
          procurement. Supplying "what is
          needed, when it is needed, and in the
          amount needed" according to this production
          plan can eliminate waste, inconsistencies, and
          unreasonable requirements, resulting in
          improved productivity.
http://www.toyota-global.com/company/vision_philosophy/toyota_production_system/just-in-time.html
Kanban for Software
      • Visualize the Workflow: Represent the work items
        and the workflow on a card wall or electronic board
      • Limit Work-in-Progress (WIP): Set agreed upon
        limits on how many work items are in progress at a
        time
      • Measure and Manage Flow: Track work items to
        see if they are proceeding at a steady, even pace
      • Make Process Policies Explicit: Agree upon and
        post policies about how work will be handled
      • Use Models to Evaluate Improvement
        Opportunities: Adapt the process using ideas from
        Systems Thinking, Deming, etc.
Kanban: Successful Evolutionary Change for your Technology Business – David Anderson
Why Kanban in Software
                                  Engineering?



           Don’t build
                                                Don’t write                           Don’t write     Don’t test
          features that
                                                more specs                            more code      more code
             nobody
                                               than you can                          than you can   than you can
           needs right
                                                   code                                  test          deploy
              now




https://leanandkanban.files.wordpress.com/2009/04/kanban-for-software-engineering-apr-242.pdf
Lean Startup Principles
The Lean Startup method teaches you how to
drive a startup-how to steer, when to turn, and
when to persevere-and grow a business with
maximum acceleration.


•   Entrepreneurs are everywhere
•   Entrepreneurship is management
•   Validated Learning
•   Innovation Accounting
•   Build-Measure-Learn
Build-
 Measure-
Learn Loop
does iterating help?




http://viniciusvacanti.com/2011/12/12/when-do-you-throw-in-the-towel-on-your-struggling-project/
are small teams more productive?




http://drewcrawfordapps.com/2.0/the-agility-of-small-teams/
does colocation impact team performance?




http://sloanreview.mit.edu/the-magazine/2009-summer/50412/how-to-manage-virtual-teams/
is small batch size faster?




http://www.andrejkoelewijn.com/wp/2011/06/30/is-team-productivity-a-responsibility-of-the-product-owner/
Recap
•   Agile ≠ Faster, but Sooner
•   Agile ≠ No planning, but Adaptive Planning
•   Agile ≠ More work, but ‘Done’
•   Agile ≠ No documentation, but Just Enough
•   Lean ≠ Cut the corners, but Reduce Waste
•   Agile or Lean don’t just change the development
    process, but enable a radical change in
    organizational culture, leadership and
    management practices that is more in line with
    business needs and social values and norms of
    today
References
•   http://butunclebob.com/ArticleS.TimOttinger.MoreWork
•   http://butunclebob.com/ArticleS.TimOttinger.SoonerNotFaster
•   http://www.toyota-
    global.com/company/vision_philosophy/toyota_production_system/jidoka.html
•   http://www.toyota-
    global.com/company/vision_philosophy/toyota_production_system/just-in-
    time.html
•   http://www.danube.com/docs/Intro_to_Agile.pdf
•   http://codebetter.com/darrellnorton/2005/02/02/lean-software-development-
    overview/
It’s not about the method!
• A photographer went to a
  socialite party in New York.
  As he entered the front
  door, the host said „I love
  your pictures – they’re
  wonderful; you must have a
  fantastic camera.‟
• He said nothing until dinner
  was finished, then: „That was
  a wonderful dinner; you must
  have a terrific stove.‟
                   – Sam Haskins
                              http://www.haskins.com/ImageShop/Image_Shop_60s/60s_Books_A.Image_01.html
Connect




          Blog: http://managewell.net
       Email: Tathagat.Varma@gmail.com
   Slides: http://slideshare.net/managewell
 Twitter: http://twitter.com/TathagatVarma
My Articles: http://managewell.net/?page_id=2

Más contenido relacionado

La actualidad más candente

Definition of Done and Product Backlog refinement
Definition of Done and Product Backlog refinementDefinition of Done and Product Backlog refinement
Definition of Done and Product Backlog refinementChristian Vos
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrumPrudentialSolutions
 
Agile software development methodology
Agile software development methodologyAgile software development methodology
Agile software development methodologyjustinleague0819
 
Lean Software Development
Lean Software DevelopmentLean Software Development
Lean Software DevelopmentSaqib Raza
 
Agile methodology
Agile methodologyAgile methodology
Agile methodologyTyler Rose
 
Introduction to Kanban (June 2015)
Introduction to Kanban (June 2015)Introduction to Kanban (June 2015)
Introduction to Kanban (June 2015)Scrum & Kanban
 
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019Yuval Yeret
 
Introduction To Scrum
Introduction To ScrumIntroduction To Scrum
Introduction To ScrumDave Neuman
 
Introduction agile scrum methodology
Introduction agile scrum methodologyIntroduction agile scrum methodology
Introduction agile scrum methodologyAmit Verma
 
Scrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumScrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumArrielle Mali
 
Feature Driven Development
Feature Driven DevelopmentFeature Driven Development
Feature Driven Developmentdcsunu
 
Scrum and the agile development process
Scrum and the agile development processScrum and the agile development process
Scrum and the agile development processjhericks
 
Introduction to Scrum.ppt
Introduction to Scrum.pptIntroduction to Scrum.ppt
Introduction to Scrum.pptMohan Late
 

La actualidad más candente (20)

Definition of Done and Product Backlog refinement
Definition of Done and Product Backlog refinementDefinition of Done and Product Backlog refinement
Definition of Done and Product Backlog refinement
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
 
Agile software development methodology
Agile software development methodologyAgile software development methodology
Agile software development methodology
 
Lean Software Development
Lean Software DevelopmentLean Software Development
Lean Software Development
 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
 
Introduction to Kanban (June 2015)
Introduction to Kanban (June 2015)Introduction to Kanban (June 2015)
Introduction to Kanban (June 2015)
 
Scrum In 15 Minutes
Scrum In 15 MinutesScrum In 15 Minutes
Scrum In 15 Minutes
 
Scrum
ScrumScrum
Scrum
 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
 
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
 
Agile Introduction - Scrum Framework
Agile Introduction - Scrum FrameworkAgile Introduction - Scrum Framework
Agile Introduction - Scrum Framework
 
Introduction To Scrum
Introduction To ScrumIntroduction To Scrum
Introduction To Scrum
 
Agile Methodology ppt
Agile Methodology pptAgile Methodology ppt
Agile Methodology ppt
 
Introduction agile scrum methodology
Introduction agile scrum methodologyIntroduction agile scrum methodology
Introduction agile scrum methodology
 
Scrum Process
Scrum ProcessScrum Process
Scrum Process
 
Scrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumScrum 101: Introduction to Scrum
Scrum 101: Introduction to Scrum
 
Product Owner
Product OwnerProduct Owner
Product Owner
 
Feature Driven Development
Feature Driven DevelopmentFeature Driven Development
Feature Driven Development
 
Scrum and the agile development process
Scrum and the agile development processScrum and the agile development process
Scrum and the agile development process
 
Introduction to Scrum.ppt
Introduction to Scrum.pptIntroduction to Scrum.ppt
Introduction to Scrum.ppt
 

Similar a Agile and Lean Software Development

How Fast Can You Deliver An Idea?
How Fast Can You Deliver An Idea?How Fast Can You Deliver An Idea?
How Fast Can You Deliver An Idea?Tathagat Varma
 
Business Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI CheckBusiness Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI CheckTathagat Varma
 
Technical Excellence Doesn't Just Happen - AgileIndy 2016
Technical Excellence Doesn't Just Happen - AgileIndy 2016Technical Excellence Doesn't Just Happen - AgileIndy 2016
Technical Excellence Doesn't Just Happen - AgileIndy 2016Allison Pollard
 
50500113 spiral-model
50500113 spiral-model50500113 spiral-model
50500113 spiral-modelasidharath
 
Synerzip’s Top 10 Take Aways, From Agile 2013
Synerzip’s Top 10 Take Aways, From Agile 2013Synerzip’s Top 10 Take Aways, From Agile 2013
Synerzip’s Top 10 Take Aways, From Agile 2013Synerzip
 
Dashlane Mission Teams
Dashlane Mission TeamsDashlane Mission Teams
Dashlane Mission TeamsDashlane
 
Critical Capabilities to Shifting Left the Right Way
Critical Capabilities to Shifting Left the Right WayCritical Capabilities to Shifting Left the Right Way
Critical Capabilities to Shifting Left the Right WaySmartBear
 
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPMAMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPMMatt Wright
 
Final spiralmodel97
Final spiralmodel97Final spiralmodel97
Final spiralmodel97akshay8835
 
Professional Project Manager Should Be Proficient in Agile
Professional Project Manager Should Be Proficient in AgileProfessional Project Manager Should Be Proficient in Agile
Professional Project Manager Should Be Proficient in AgileNitor
 
Continuous Delivery at Wix, Yaniv Even Haim
Continuous Delivery at Wix, Yaniv Even HaimContinuous Delivery at Wix, Yaniv Even Haim
Continuous Delivery at Wix, Yaniv Even HaimDevOpsDays Tel Aviv
 
Standardization and strategy in agile
Standardization and strategy in agileStandardization and strategy in agile
Standardization and strategy in agileNaveen Gupta
 
How to Master UX Testing in an Agile Design Process
How to Master UX Testing in an Agile Design ProcessHow to Master UX Testing in an Agile Design Process
How to Master UX Testing in an Agile Design ProcessUserZoom
 
Adapting Scrum in an Organization with Tailored Processes
Adapting Scrum in an Organization with Tailored ProcessesAdapting Scrum in an Organization with Tailored Processes
Adapting Scrum in an Organization with Tailored ProcessesPrabhat Sinha
 
How to build an E-procurement Machine - Concept to-control
How to build an E-procurement Machine - Concept to-controlHow to build an E-procurement Machine - Concept to-control
How to build an E-procurement Machine - Concept to-controlCoupa Software
 
The Unicorn Project and the Five Ideals.pdf
The Unicorn Project and the Five Ideals.pdfThe Unicorn Project and the Five Ideals.pdf
The Unicorn Project and the Five Ideals.pdfVMware Tanzu
 

Similar a Agile and Lean Software Development (20)

why agile?
why agile?why agile?
why agile?
 
How Fast Can You Deliver An Idea?
How Fast Can You Deliver An Idea?How Fast Can You Deliver An Idea?
How Fast Can You Deliver An Idea?
 
Business Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI CheckBusiness Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI Check
 
Technical Excellence Doesn't Just Happen - AgileIndy 2016
Technical Excellence Doesn't Just Happen - AgileIndy 2016Technical Excellence Doesn't Just Happen - AgileIndy 2016
Technical Excellence Doesn't Just Happen - AgileIndy 2016
 
50500113 spiral-model
50500113 spiral-model50500113 spiral-model
50500113 spiral-model
 
Journey of Agile
Journey of AgileJourney of Agile
Journey of Agile
 
Synerzip’s Top 10 Take Aways, From Agile 2013
Synerzip’s Top 10 Take Aways, From Agile 2013Synerzip’s Top 10 Take Aways, From Agile 2013
Synerzip’s Top 10 Take Aways, From Agile 2013
 
Dashlane Mission Teams
Dashlane Mission TeamsDashlane Mission Teams
Dashlane Mission Teams
 
Critical Capabilities to Shifting Left the Right Way
Critical Capabilities to Shifting Left the Right WayCritical Capabilities to Shifting Left the Right Way
Critical Capabilities to Shifting Left the Right Way
 
5 Whys of Scrum
5 Whys of Scrum5 Whys of Scrum
5 Whys of Scrum
 
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPMAMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
 
Final spiralmodel97
Final spiralmodel97Final spiralmodel97
Final spiralmodel97
 
Professional Project Manager Should Be Proficient in Agile
Professional Project Manager Should Be Proficient in AgileProfessional Project Manager Should Be Proficient in Agile
Professional Project Manager Should Be Proficient in Agile
 
Continuous Delivery at Wix, Yaniv Even Haim
Continuous Delivery at Wix, Yaniv Even HaimContinuous Delivery at Wix, Yaniv Even Haim
Continuous Delivery at Wix, Yaniv Even Haim
 
Standardization and strategy in agile
Standardization and strategy in agileStandardization and strategy in agile
Standardization and strategy in agile
 
How to Master UX Testing in an Agile Design Process
How to Master UX Testing in an Agile Design ProcessHow to Master UX Testing in an Agile Design Process
How to Master UX Testing in an Agile Design Process
 
Agile marries itil
Agile marries itilAgile marries itil
Agile marries itil
 
Adapting Scrum in an Organization with Tailored Processes
Adapting Scrum in an Organization with Tailored ProcessesAdapting Scrum in an Organization with Tailored Processes
Adapting Scrum in an Organization with Tailored Processes
 
How to build an E-procurement Machine - Concept to-control
How to build an E-procurement Machine - Concept to-controlHow to build an E-procurement Machine - Concept to-control
How to build an E-procurement Machine - Concept to-control
 
The Unicorn Project and the Five Ideals.pdf
The Unicorn Project and the Five Ideals.pdfThe Unicorn Project and the Five Ideals.pdf
The Unicorn Project and the Five Ideals.pdf
 

Más de Tathagat Varma

Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?Tathagat Varma
 
AI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesTathagat Varma
 
Preparing for the next ________?
Preparing for the next ________?Preparing for the next ________?
Preparing for the next ________?Tathagat Varma
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesTathagat Varma
 
Leadership Agility Mindsets
Leadership Agility MindsetsLeadership Agility Mindsets
Leadership Agility MindsetsTathagat Varma
 
Building an AI Startup
Building an AI StartupBuilding an AI Startup
Building an AI StartupTathagat Varma
 
Agility in an AI / DS / ML Project
Agility in an AI / DS / ML ProjectAgility in an AI / DS / ML Project
Agility in an AI / DS / ML ProjectTathagat Varma
 
AI Technology Delivering Business Value
AI Technology Delivering Business Value AI Technology Delivering Business Value
AI Technology Delivering Business Value Tathagat Varma
 
Nurturing Innovation Mindset
Nurturing Innovation MindsetNurturing Innovation Mindset
Nurturing Innovation MindsetTathagat Varma
 
PMOs and Complexity Management
PMOs and Complexity ManagementPMOs and Complexity Management
PMOs and Complexity ManagementTathagat Varma
 
An Introduction to the Systematic Inventive Thinking (SIT) Method
An Introduction to the Systematic Inventive Thinking (SIT) MethodAn Introduction to the Systematic Inventive Thinking (SIT) Method
An Introduction to the Systematic Inventive Thinking (SIT) MethodTathagat Varma
 
I blog...therefore I am!
I blog...therefore I am!I blog...therefore I am!
I blog...therefore I am!Tathagat Varma
 
Bridging the gap between Education and Learning
Bridging the gap between Education and LearningBridging the gap between Education and Learning
Bridging the gap between Education and LearningTathagat Varma
 
Is my iceberg melting?
Is my iceberg melting?Is my iceberg melting?
Is my iceberg melting?Tathagat Varma
 
Digital Business Model Innovation
Digital Business Model InnovationDigital Business Model Innovation
Digital Business Model InnovationTathagat Varma
 
25 Years of Evolution of Software Product Management: A practitioner's perspe...
25 Years of Evolution of Software Product Management: A practitioner's perspe...25 Years of Evolution of Software Product Management: A practitioner's perspe...
25 Years of Evolution of Software Product Management: A practitioner's perspe...Tathagat Varma
 
Agility from First Principles
Agility from First PrinciplesAgility from First Principles
Agility from First PrinciplesTathagat Varma
 

Más de Tathagat Varma (20)

Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?
 
AI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & Challenges
 
Preparing for the next ________?
Preparing for the next ________?Preparing for the next ________?
Preparing for the next ________?
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & Challenges
 
Leadership Agility Mindsets
Leadership Agility MindsetsLeadership Agility Mindsets
Leadership Agility Mindsets
 
Building an AI Startup
Building an AI StartupBuilding an AI Startup
Building an AI Startup
 
Agility in an AI / DS / ML Project
Agility in an AI / DS / ML ProjectAgility in an AI / DS / ML Project
Agility in an AI / DS / ML Project
 
Cognitive Chasms
Cognitive ChasmsCognitive Chasms
Cognitive Chasms
 
AI Technology Delivering Business Value
AI Technology Delivering Business Value AI Technology Delivering Business Value
AI Technology Delivering Business Value
 
Nurturing Innovation Mindset
Nurturing Innovation MindsetNurturing Innovation Mindset
Nurturing Innovation Mindset
 
Thought Leadership
Thought LeadershipThought Leadership
Thought Leadership
 
PMOs and Complexity Management
PMOs and Complexity ManagementPMOs and Complexity Management
PMOs and Complexity Management
 
An Introduction to the Systematic Inventive Thinking (SIT) Method
An Introduction to the Systematic Inventive Thinking (SIT) MethodAn Introduction to the Systematic Inventive Thinking (SIT) Method
An Introduction to the Systematic Inventive Thinking (SIT) Method
 
Agile at Scale
Agile at ScaleAgile at Scale
Agile at Scale
 
I blog...therefore I am!
I blog...therefore I am!I blog...therefore I am!
I blog...therefore I am!
 
Bridging the gap between Education and Learning
Bridging the gap between Education and LearningBridging the gap between Education and Learning
Bridging the gap between Education and Learning
 
Is my iceberg melting?
Is my iceberg melting?Is my iceberg melting?
Is my iceberg melting?
 
Digital Business Model Innovation
Digital Business Model InnovationDigital Business Model Innovation
Digital Business Model Innovation
 
25 Years of Evolution of Software Product Management: A practitioner's perspe...
25 Years of Evolution of Software Product Management: A practitioner's perspe...25 Years of Evolution of Software Product Management: A practitioner's perspe...
25 Years of Evolution of Software Product Management: A practitioner's perspe...
 
Agility from First Principles
Agility from First PrinciplesAgility from First Principles
Agility from First Principles
 

Último

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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
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
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 

Último (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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
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
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 

Agile and Lean Software Development

  • 1. Agile and Lean Software Development Tathagat Varma Sr. Director Yahoo!
  • 2. Discussion Topics • SDLC • Waterfall • Agile • Lean • Kanban • Lean Startup
  • 3. the world around us…yesterday!
  • 5. Other major OS and tools timeline https://en.wikipedia.org/wiki/Solaris_(operating_system) https://en.wikipedia.org/wiki/Bugzilla
  • 6. A typical support timeline http://itconvergence.blogspot.in/2012/10/oow-12-elison-extradata-oracle-r122.html
  • 7. As a contrast, what are consumer internet companies doing? • Continuous Integration -> Continuous Delivery -> Continuous Deployment • On „good days‟, Flickr releases a new version every half an hour (Jun 20, 2005) • IMVU pushes a revision of code to the website every nine minutes (Feb 10, 2009) • The other day we passed product release number 25,000 for WordPress. That means we‟ve averaged about 16 product releases a day, every day for the last four and a half years! (May 19, 2010) • A new version of Google Chrome now due every six weeks (Jul 22, 2010) • Facebook does code push twice a day (Aug 4, 2012)
  • 8. adoption @ net speed!!! https://lh4.googleusercontent.com/-SQ1ugOgu8Ds/TimaHjH0VpI/AAAAAAAAApU/za0BhEjhoio/w402/google%2Bplus%2Bgrowth%2B20mil.png http://thesamerowdycrowd.wordpress.com/2011/12/26/a-moment-of-our-time/
  • 9. darwin at work on internet 2006 2009 http://www.flickr.com/photos/stabilo-boss/93136022/sizes/o/in/photostream/ http://rossdawsonblog.com/weblog/archives/2009/05/rapid_turnover.html
  • 10. yet, our product development sucks! http://blog.amplifiedanalytics.com/2011/07/musing-on-difference-between-successful-product-innovation/ http://www.nickblack.org/2009/10/how-brand-trust-affects-new-products.html
  • 11. Let’s understand the ‘craft’ first… • Sheer joy of making things • Pleasure of things that are useful to other people • Fascination of fashioning complex puzzle-like objects of interlocking moving parts and watching them work in subtle cycles • Joys of always learning, which sprints from the non- repeating nature of the task • Delight of working in such a tractable medium The Mythical Man Month – Fred Brooks, 1975
  • 12. software development life cycles • Ad-hoc • Serial • Iterative • Incremental • Iterative/Incremental
  • 15. Waterfall Model • Wrongly inspired by assembly-line manufacturing processes of the day • Economics supported “measure twice, cut once” leading to up-front planning and BDUF • Single-pass, sequential process with hand-offs and feedback loops between adjoining phases • Transition to next phase only upon completion of current phase
  • 16. Waterfall Software Development Limitations and Assumptions 1. Wrong analogy: Software development ≠ Production 2. Customers know EVERYTHING upfront and that requirement won’t change 3. Legacy from the past: implicitly assumes CPU time is costly, so focuses on doing everything upfront to minimize ‘machine time’ for trial and error 4. “Wicked Problem”: Designers and developers know how exactly how to build 5. Very long feedback cycles not suitable for today’s pace of innovation Picture from http://damonpoole.blogspot.in/2009/07/traditional-development-game-of.html
  • 17. As a result, software is… Costly Buggy Late
  • 19. Holy Grail of Software Development • Better: higher quality, more reliability, higher performance, more usable… • Faster: speedier development • Cheaper: no budget overruns
  • 21. Preamble to Agile Movement Software Crisis, 1965-85: The major cause of the software crisis is that the machines have become several orders of magnitude more powerful! To put it quite bluntly: as long as there were no machines, programming was no problem at all; when we had a few weak computers, programming became a mild problem, and now we have gigantic computers, programming has become an equally gigantic problem. — Edsger Dijkstra, The Humble Programmer
  • 22. Software Crisis The causes of the software crisis were linked to the overall complexity of hardware and the software development process. The crisis manifested itself in several ways: • Projects running over-budget. • Projects running over-time. • Software was very inefficient. • Software was of low quality. • Software often did not meet requirements. • Projects were unmanageable and code difficult to maintain. • Software was never delivered.
  • 23. and the response? Frameworks, Standards and Certifications
  • 26. Why? The World had changed! Software increasingly became more business-critical, and delays, cost overruns and poor quality were significantly less acceptable then before! • Process: Long-lead development process ineffective in a dynamic and global world • Management: Command and control model unsuitable for fostering collaboration required to solve complex problems • Technology: Advancements in computers, compiler technology and debugging and testing tools greatly improved the economics of software development
  • 27. What is the most important part in these two machines? “The Brakes!!!” They let you go faster…
  • 29. Advent of Agile and Lean Methodologies • 1970: Royce critiques Waterfall and offers improvement ideas • 1986: Barry Boehm proposes Spiral Model • 1971: Harlan Mills proposes Incremental Development • 1987: Cleanroom Software engineering • 1991: Sashimi Overlapping Waterfall Model • 1992: Crystal family of methodologies • 1994: DSDM • 1995: Scrum • 1996: Rational Unified Process framework • 1997: Feature Driven Development • 1999: Extreme Programming Explained • 2001: Agile Manifesto is born • 2003: Lean Software Development • 2005: PM Declaration of Interdependence • 2007: Kanban-based software engineering • 2008: Lean Startup • 2009: Scrumban • 20xx: Something new !?! (hopefully!)
  • 30.
  • 31. What is agile really all about? • Empowered individuals • Collaboration Motivated • Democratic decision-making Individuals and transparency Self- organizing • Shorter feedback cycle x- • Manage changing priorities functional • Increased productivity Teams Agile Businesses • Higher ROI • Faster time to market • Better User Experience
  • 32. Why is it so hard? 52 39 34 % Organizational Culture % Resistance to Change % Management Support
  • 34. feedback loop in agile lifecycles
  • 35. agile lifecycle – big picture
  • 36. from daily builds to project
  • 37. Scrum
  • 39. Feedback Loops in Traditional Techniques vs. Agile Techniques
  • 40. Agile Development Value Proposition http://www.versionone.com/Agile101/Agile_Benefits.asp
  • 42. What is Lean? • The core idea is to maximize customer value while minimizing waste. Simply, lean means creating more value for customers with fewer resources. • A lean organization understands customer value and focuses its key processes to continuously increase it. The ultimate goal is to provide perfect value to the customer through a perfect value creation process that has zero waste.
  • 43. Lean Thinking • Lean thinking changes the focus of management from optimizing separate technologies, assets, and vertical departments to optimizing the flow of products and services through entire value streams that flow horizontally across technologies, assets, and departments to customers. • Eliminating waste along entire value streams, instead of at isolated points, creates processes that need less human effort, less space, less capital, and less time to make products and services at far less costs and with much fewer defects, compared with traditional business systems. Companies are able to respond to changing customer desires with high variety, high quality, low cost, and with very fast throughput times. Also, information management becomes much simpler and more accurate.
  • 45. Lean Principles 1. Identify Value 2. Map 5. Seek the Value Perfection Stream 4. 3. Create Establish Flow Pull
  • 48.
  • 49.
  • 50. Lean Software Development • Optimize the Whole • Eliminate Waste • Build Quality In • Learn Constantly • Deliver Fast • Engage Everyone • Keep Getting Better www.poppendieck.com
  • 51. Optimize the Whole Optimizing a part of a system will always, over time, sub-optimize the overall system. Focus on the Entire Value Stream From concept to cash. From customer request to deployed software. Deliver a Complete Product Customers don't want software; they want their problems solved. Complete solutions are built by complete teams. Think Long Term Beware of governance and incentive systems that drive short term thinking and optimize local performance.
  • 52. Eliminate Waste Waste is anything that does not add customer value. The three biggest wastes in software development are: Building the Wrong Thing "There is nothing so useless as doing efficiently that which should not be done at all." –Peter Drucker Failure to Learn Many of our policies – for example: governance by variance from plan, frequent handovers, and separating decision-making from work – interfere with the learning that is the essence of development. Thrashing Practices that interfere with the smooth flow of value –task switching, long lists of requests, big piles of partly done work – deliver half the value for twice the effort.
  • 53. Wastes in Software Development Wastes in Manufacturing Wastes in Software Development Inventory Partially done work Extra Processing Extra processes Overproduction Extra features Transportation Task Switching Waiting Waiting Motion Motion Defects Defects
  • 54. Build Quality In If you routinely find defects in your verification process, your process is defective. Final Verification Should Not Find Defects! Every software development process ever invented had as its primary purpose to find and fix defects as early in the development process as possible. Mistake-Proof your Process with Test-First Development Tests – including, unit tests, end-to-end tests, and integration tests – must be available to establish confidence in the correctness of the system at any timeduring development, at every level of the system. Break Dependencies System architecture should support the addition of any feature at any time.
  • 55. Learn Constantly Planning is useful. Learning is essential. Predictable Performance is Driven by Feedback A predictable organization does not guess about the future and call it a plan; it develops the capacity to rapidly respond to the future as it unfolds. Maintain Options Think of code as an experiment – make it change-tolerant. Last Responsible Moment Learn as much as possible before making irreversible decisions. Don't make decisions that will be expensive to change before their time – and don't make them after their time!
  • 56. Learn Fast Start with a deep understanding of all stakeholders and what they will value. Create a steady, even flow of work, pulled from this deep understanding of value. Rapid Delivery, High Quality, and Low Cost are Fully Compatible Companies that compete on the basis of speed have a big cost advantage, deliver superior quality, and are more attuned to their customers' needs. Queuing Theory Applies to Development, not Just Servers Focusing on utilization creates a traffic jam that actually reduces utilization. Drive down cycle time with small batches and fewer things- in-process. Aggressively limit the size of lists and queues Managing Workflow is a lot easier than Managing Schedules The best way to establish reliable, predictable deliveries is to establish reliable, repeatable workflows with iterations or a kanban system.
  • 57. Keep Getting Better Results are not the point – the point is to develop the people and the systems capable of delivering results. Failure is a Learning Opportunity The most reliable performance comes when even small failures are deeply investigated and corrected; when noise is not tolerated. Standards Exist to be Challenged and Improved Embody the current best known practice in standards that everyone follows, while actively encouraging everyone to challenge and change the standards. Use the Scientific Method Teach teams to: establish hypotheses, conduct many rapid experiments, create concise documentation, and implement the best alternative.
  • 58. Engage Everyone The time and energy of bright, creative people are the scarce resources in today's economy, and the basis of competitive advantage. People who are paid fairly and adequately are motivated by autonomy, mastery, and purpose. Autonomy The most effective work groups are semi-autonomous teams with an internal leader with end-to-end responsibility for complete, meaningful tasks. Mastery Respect for people means providing the challenge, feedback, and environment that enables everyone to become excellent. Purpose Tie work to value. Only by believing in the purpose of their work will people become engaged in achieving that purpose.
  • 60. How Kanban helps achieve “Just- in-Time” • For example, to efficiently produce a large number of automobiles, which can consist of around 30,000 parts, it is necessary to create a detailed production plan that includes parts procurement. Supplying "what is needed, when it is needed, and in the amount needed" according to this production plan can eliminate waste, inconsistencies, and unreasonable requirements, resulting in improved productivity. http://www.toyota-global.com/company/vision_philosophy/toyota_production_system/just-in-time.html
  • 61. Kanban for Software • Visualize the Workflow: Represent the work items and the workflow on a card wall or electronic board • Limit Work-in-Progress (WIP): Set agreed upon limits on how many work items are in progress at a time • Measure and Manage Flow: Track work items to see if they are proceeding at a steady, even pace • Make Process Policies Explicit: Agree upon and post policies about how work will be handled • Use Models to Evaluate Improvement Opportunities: Adapt the process using ideas from Systems Thinking, Deming, etc. Kanban: Successful Evolutionary Change for your Technology Business – David Anderson
  • 62. Why Kanban in Software Engineering? Don’t build Don’t write Don’t write Don’t test features that more specs more code more code nobody than you can than you can than you can needs right code test deploy now https://leanandkanban.files.wordpress.com/2009/04/kanban-for-software-engineering-apr-242.pdf
  • 63. Lean Startup Principles The Lean Startup method teaches you how to drive a startup-how to steer, when to turn, and when to persevere-and grow a business with maximum acceleration. • Entrepreneurs are everywhere • Entrepreneurship is management • Validated Learning • Innovation Accounting • Build-Measure-Learn
  • 66. are small teams more productive? http://drewcrawfordapps.com/2.0/the-agility-of-small-teams/
  • 67. does colocation impact team performance? http://sloanreview.mit.edu/the-magazine/2009-summer/50412/how-to-manage-virtual-teams/
  • 68. is small batch size faster? http://www.andrejkoelewijn.com/wp/2011/06/30/is-team-productivity-a-responsibility-of-the-product-owner/
  • 69. Recap • Agile ≠ Faster, but Sooner • Agile ≠ No planning, but Adaptive Planning • Agile ≠ More work, but ‘Done’ • Agile ≠ No documentation, but Just Enough • Lean ≠ Cut the corners, but Reduce Waste • Agile or Lean don’t just change the development process, but enable a radical change in organizational culture, leadership and management practices that is more in line with business needs and social values and norms of today
  • 70. References • http://butunclebob.com/ArticleS.TimOttinger.MoreWork • http://butunclebob.com/ArticleS.TimOttinger.SoonerNotFaster • http://www.toyota- global.com/company/vision_philosophy/toyota_production_system/jidoka.html • http://www.toyota- global.com/company/vision_philosophy/toyota_production_system/just-in- time.html • http://www.danube.com/docs/Intro_to_Agile.pdf • http://codebetter.com/darrellnorton/2005/02/02/lean-software-development- overview/
  • 71. It’s not about the method! • A photographer went to a socialite party in New York. As he entered the front door, the host said „I love your pictures – they’re wonderful; you must have a fantastic camera.‟ • He said nothing until dinner was finished, then: „That was a wonderful dinner; you must have a terrific stove.‟ – Sam Haskins http://www.haskins.com/ImageShop/Image_Shop_60s/60s_Books_A.Image_01.html
  • 72. Connect Blog: http://managewell.net Email: Tathagat.Varma@gmail.com Slides: http://slideshare.net/managewell Twitter: http://twitter.com/TathagatVarma My Articles: http://managewell.net/?page_id=2

Notas del editor

  1. The five-step thought process for guiding the implementation of lean techniques is easy to remember, but not always easy to achieve:Specify value from the standpoint of the end customer by product family.Identify all the steps in the value stream for each product family, eliminating whenever possible those steps that do not create value.Make the value-creating steps occur in tight sequence so the product will flow smoothly toward the customer.As flow is introduced, let customers pull value from the next upstream activity.As value is specified, value streams are identified, wasted steps are removed, and flow and pull are introduced, begin the process again and continue it until a state of perfection is reached in which perfect value is created with no waste.