Part 1 · Decision 2 · Week 4

"Where's the bottleneck?"

An operation can only run as fast as its slowest step. Find that step, and you've found the only place where local improvement makes the whole system faster. Everywhere else, you're just polishing parts that are already idle.

Cycle Time Throughput Little's Law Process Analysis

Why this decision matters

Every operations manager eventually has the same realization: the system is exactly as fast as its slowest step. You can hire more cashiers, but if the kitchen takes ten minutes per order, the queue still grows. You can buy a faster server, but if the database is the bottleneck, response time doesn't move. Bottleneck thinking is the single most reusable mental model in operations — this topic teaches you to do it on paper, in spreadsheets, and in real time.

By the end of this topic you'll be able to

Walk a process and identify the bottleneck in under five minutes. Compute cycle time, throughput, and flow time for a multi-step process. Apply Little's Law to relate inventory, throughput, and lead time. Use a process flow diagram and a capacity analysis to make a defensible recommendation about where to invest next.

Materials

Key concepts to know
  • Cycle time — the time between completions at a step. Cycle Time = Available Time ÷ Units Required.
  • Throughput — units per time. For the whole system: 1 ÷ (bottleneck cycle time).
  • Bottleneck — the step with the longest cycle time. Determines system capacity. Everything upstream piles up; everything downstream is starved.
  • Flow time — total elapsed time from raw input to finished output for one unit.
  • Little's Law — Inventory = Throughput × Flow Time. The most useful identity in operations.
  • Takt time — the customer's pace. The rhythm production must hit to keep up with demand.
  • Utilization vs. efficiency — utilization is share of design capacity used; efficiency is share of effective capacity used.
  • Capacity strategy — lead (build before demand), lag (build after), match (incremental).
Class notes & cheat sheets
Hands-on activity — the Bakery process

The bakery walkthrough is the canonical first bottleneck problem: a five-step morning bake process where the obvious "slow" step isn't actually the constraint. Work the worksheet, then check yourself against the key.

Practice with games · Bottlenecks, capacity & flow
Using AI on this decision

Bottleneck analysis is a near-perfect AI workflow: paste process step times into an assistant and it will identify the constraint instantly. The harder, more interesting question is the one AI tends to dodge: which feasible action raises throughput the most? Force a numbered comparison ("rank these three interventions by expected throughput gain, with arithmetic").

The AI Student Guide uses BrewLine's CSAT crash as the worked example.

Stay Ahead of the Curve

Subscribe to our bi-weekly newsletter for the latest insights on AI, data, and business strategy.