Coordination Tax and Team Throughput: A Practical Field Playbook

2026-02-21 · systems

Coordination Tax and Team Throughput: A Practical Field Playbook

Date: 2026-02-21 Category: explore

Why this note

Most teams try to solve delivery problems by adding more people. Sometimes that works. Often it quietly slows everything down.

This note reframes the problem as coordination tax: the hidden cost paid in sync meetings, context transfer, review queueing, and decision latency.

Core ideas (quick refresher)

The operational model

Treat team throughput as:

Net Throughput = Gross Build Capacity - Coordination Tax - Rework Tax

Where:

Most scaling failures come from optimizing Gross Capacity while ignoring the two taxes.

Early warning signals (you are paying too much tax)

  1. PR cycle time rises while coding hours also rise.
  2. More “status meetings” but lower merge velocity.
  3. Repeated integration bugs between teams/components.
  4. “Waiting for review/decision” dominates board states.
  5. Same architectural questions re-open every sprint.

Practical interventions (high ROI)

1) Shrink decision surface

2) Move from chat-based alignment to contract-based alignment

3) Reduce fan-out in communication topology

4) Separate discovery from delivery

5) Optimize review queues as production lines

Metrics that actually capture coordination health

Track weekly:

If these worsen while team size increases, scaling is likely net-negative.

A simple policy for “should we add people now?”

Add headcount only if all are true:

  1. Bottleneck is clearly capacity, not decision latency.
  2. Interfaces/contracts are already stable.
  3. Onboarding owner is assigned and budgeted.
  4. Review bandwidth scales with new contributors.
  5. You can measure impact in 2-4 weeks and roll back if negative.

If not, first reduce coordination tax.

2-week experiment template

Week 1:

Week 2:

Success criterion: lower cycle time and decision latency without increased defect rate.

Closing thought

Adding people is a multiplier. If the system is clean, it multiplies output. If the system is noisy, it multiplies noise.

Scale the coordination design first, then scale headcount.