Accelerate: Building and Scaling High Performing Technology Organizations

Authors: Nicole Forsgren, Jez Humble, Gene Kim
Published: 2018
Research basis: 4-year State of DevOps Report program (2014–2017), 23,000+ survey responses, 2,000+ organizations


Core Thesis

Software delivery performance is measurable, improvable, and directly predicts organizational performance (profitability, productivity, market share). High performers don’t trade speed for stability — they achieve both simultaneously by improving the right capabilities.


The Four Key Metrics (DORA Metrics)

MetricWhat it measures
Deployment FrequencyHow often code is deployed to production
Lead Time for ChangesTime from code commit to running in production
Mean Time to Restore (MTTR)How long to restore service after an incident
Change Failure Rate% of changes that cause degraded service

2017 Performance Benchmarks

HighMediumLow
Deploy FrequencyOn-demand (multiple/day)1/week–1/month1/week–1/month*
Lead Time< 1 hour1 week–1 month1 week–1 month*
MTTR< 1 hour< 1 day1 day–1 week
Change Fail Rate0–15%0–15%31–45%

Key finding: In 2017, high performers had 46x more frequent deploys, 440x faster lead time, 170x faster MTTR, and 5x lower change failure rate than low performers.


The 24 Capabilities (grouped)

Continuous Delivery (8)

  1. Version control for all production artifacts
  2. Deployment automation
  3. Continuous integration
  4. Trunk-based development
  5. Test automation
  6. Test data management
  7. Shift left on security
  8. Continuous delivery (CD)

Architecture (2)

  1. Loosely coupled architecture
  2. Empowered teams (tool choice)

Product & Process (4)

  1. Customer feedback
  2. Value stream visibility
  3. Small batch work
  4. Team experimentation

Lean Management & Monitoring (5)

  1. Lightweight change approval (peer review, not CAB)
  2. Monitoring to inform business decisions
  3. Proactive system health checks
  4. WIP limits
  5. Visual work displays

Cultural (5)

  1. Generative culture (Westrum)
  2. Learning culture
  3. Cross-team collaboration
  4. Meaningful work & tools
  5. Transformational leadership

Key Causal Chain

Transformational Leadership
        ↓
Technical Practices + Lean Management + Lean Product Management
        ↓
Continuous Delivery + Generative Culture
        ↓
Software Delivery Performance
        ↓
Organizational Performance + Employee Well-being

Book Structure

PartChaptersFocus
Part I: What We Found1–11Research findings on capabilities and outcomes
Part II: The Research12–15Science, psychometrics, survey methodology
Part III: Transformation16Case study of high-performance transformation

Files