K
KnowMBAAdvisory
OperationsIntermediate6 min read

Lean Operations

Lean operations systematically eliminates waste — any activity that consumes resources without creating customer value. Toyota identified 7 types of waste: overproduction, waiting, transport, over-processing, inventory, motion, and defects. Lean companies can operate at 50-70% lower cost than non-lean competitors while delivering higher quality.

Also known asLean ManufacturingLean MethodologyToyota Production SystemTPSLean Startup Operations

The Trap

Teams apply 'lean' as an excuse to under-invest. Real lean isn't about cutting corners — it's about cutting WASTE. Eliminating your QA team isn't lean, it's reckless. Automating repetitive QA tests so your team focuses on complex edge cases? That's lean.

What to Do

Start with a value stream map: list every step from customer request to delivery. For each step, ask 'Would the customer pay for this?' If no, it's a candidate for elimination. Target: eliminate 20% of non-value-adding activities each quarter until your process is 80%+ value-adding.

Formula

Process Efficiency = Value-Adding Time ÷ Total Lead Time × 100%

In Practice

Spotify adopted Lean principles by organizing into autonomous 'Squads'. Instead of having a centralized QA department (which creates massive Queuing Waste), they integrated QA engineers directly into the Squads. This eliminated the waiting time between writing code and testing it, allowing Spotify to release updates daily instead of monthly.

Pro Tips

  • 01

    The biggest waste in software companies is 'work in progress' (WIP). Limit WIP to 2-3 items per person. Starting 10 things and finishing none is the opposite of lean.

  • 02

    Batch size matters enormously. Deploying code once a week is waste — continuous deployment eliminates the wait, inventory, and defect accumulation of large batches.

Myth vs Reality

Myth

Lean means cutting headcount

Reality

The original Toyota Way explicitly forbids layoffs as a lean initiative. Lean frees up capacity to do MORE valuable work, not to fire people.

Myth

Lean only works in manufacturing

Reality

Toyota invented it for factories, but it applies everywhere: software (reduce deploy frequency), marketing (reduce campaign approval steps), hiring (reduce time-to-offer).

Try it

Run the numbers.

Pressure-test the concept against your own knowledge — answer the challenge or try the live scenario.

🧪

Knowledge Check

Your engineering team takes 4 weeks to ship a feature: 3 days coding, 5 days in code review queue, 4 days in QA queue, 2 days integration testing, 2 weeks waiting for the next release train. Using lean principles, what should you fix FIRST?

Industry benchmarks

Is your number good?

Calibrate against real-world tiers. Use these ranges as targets — not absolutes.

Process Efficiency

Post-Implementation

Elite

> 90%

Average

50-90%

Lagging

< 50%

Real-world cases

Companies that lived this.

Verified narratives with the numbers that prove (or break) the concept.

🚗

Toyota

1950s-Present

success

Toyota developed the Toyota Production System when they had a fraction of GM's resources. Instead of mass-producing inventory, Toyota built only what was ordered (just-in-time) and empowered any worker to stop the entire assembly line if they spotted a defect (andon cord). The result: Toyota overtook GM as the world's largest automaker while maintaining industry-leading quality.

Defect Rate vs Industry

60% fewer

Inventory Costs

80% lower

Time to Market

50% faster

Market Position

World #1 by 2008

Eliminating waste doesn't mean cutting quality — it means eliminating everything that ISN'T quality. Toyota proved you can be cheaper, faster, AND better simultaneously.

Decision scenario

The Deployment Bottleneck

Your software team releases code every two weeks to minimize the risk of taking down the site.

Deployment Frequency

Bi-weekly

Bugs per release

15

Lead Time for Changes

14 days

01

Decision 1

Engineers are complaining about merge conflicts. The bi-weekly releases are stressful 'all-hands-on-deck' events because so much code is changing at once.

Add a 3-day 'code freeze' before every release to allow for more manual QA testing.Reveal
You increase batch size and wait time. Engineers stop coding for 3 days, reducing throughput. When bugs are found, it's impossible to know WHICH of the 50 merged features caused it. Incident recovery time spikes.
Lead Time for Changes: 14 days → 17 days
Invest in CI/CD automation to release multiple times a day.Reveal
You reduce batch size to a single commit. If a bug occurs, you know exactly which 10 lines of code caused it, and can revert it in 60 seconds. Releases become non-events. Quality increases because feedback is instant.
Lead Time for Changes: 14 days → 2 hours

Related concepts

Keep connecting.

The concepts that orbit this one — each one sharpens the others.

Beyond the concept

Turn Lean Operations into a live operating decision.

Use this concept as the framing layer, then move into a diagnostic if it maps directly to a current bottleneck.

Typical response time: 24h · No retainer required

Turn Lean Operations into a live operating decision.

Use Lean Operations as the framing layer, then move into diagnostics or advisory if this maps directly to a current business bottleneck.