SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
Improve predictability of software development. Focus on managing the flow by monitoring three key metrics: cycle time, throughput and work in progress. Visualise, analyse, act. Forecast using Monte Carlo simulations.
Improve predictability of software development. Focus on managing the flow by monitoring three key metrics: cycle time, throughput and work in progress. Visualise, analyse, act. Forecast using Monte Carlo simulations.
16.
“We are dumbing down knowledge to
information and elevating
‘it works for me so I will do it again’
to a status that is inauthentic at best,
dangerous at worst”
Dave Snowden
17.
Professor of Marketing at MIT
Management Sloan School.
He has published seminal papers in
operations research methodology, traffic
signal control, decision support systems,
and especially marketing.
In operations research he is best known
for his proof of the queuing formula
L = λW, commonly known as Little's Law.
Dr. John Little
18.
Expressing Little’s Law
Arrival rate
L = λW
Departure rate
CT= WIP/tH
Avg. Cycle
time
Avg. Work
in Progress
Avg.
Throughput
Avg. Items
in Queue
Avg. Items
arriving
Avg. Wait
time
19.
Departure rate
CT= WIP/tH
Expressing Little’s Law
Avg. Cycle
time
Avg. Work
in Progress
Avg.
Throughput
20.
Little’s Law assumptions
1. The average of Arrival Rate should equal the average of
Departure Rate (Throughput).
2. All work that is started will eventually be completed and
exit the system.
3. The amount of WIP should be roughly the same at the
beginning and at the end of the time interval chosen for
calculation.
4. The average age of WIP is neither increasing nor
decreasing.
5. Cycle Time, WIP and Throughput must be all measured
using consistent units.
21.
Every time an assumption of
Little’s Law is violated the process
becomes less predictable.
Every time.
23.
1. We will start new work about the same time we finish
old work.
2. We will make every reasonable effort to finish all
work that is started.
3. If work becomes blocked we will do everything
possible to unblock it as expeditiously as possible.
4. We will monitor our policies around the order in
which we pull items through so that work items do
not sit and age unnecessarily.
Assumptions as Process Policies
24.
FLOW MANAGED
FORECASTING on SOLID GROUNDS
PREDICTABLE SYSTEM
30.
MC Simulation
• Define domain of possible inputs
• Generate inputs randomly from domain
• Perform a computation
• Aggregate result
[source: Wikipedia]
Statistical sampling based simulation
31.
1
Domain of
possible inputs
Daily throughput
2
Generate
inputs
randomly from
domain
Select randomly a throughput
3
Perform a
computation
Use the Throughput and
deduct from the number of
items to complete
Increase the end date by one
4 Stop if …
… remaining number of items
is 0 or negative value
5
Aggregate
results
Calculate % of completions