Coordination Cost Accounting¶
Accounting method — instantiates Specialization Boundary and Reintegration Design
Puts a running price on the meetings, handoffs, waiting, and rework that dividing work creates, so the coordination tax can be weighed against the specialization gains.
Every boundary you draw between specialists buys focus and charges a tax: the meetings to sync, the latency while work waits in a queue, the rework when a handoff is misread, the effort to stitch the pieces back together. Coordination Cost Accounting puts a running price on that tax — measuring the cost of the seams in comparable units (hours, dollars, cycle-time) and attributing it to specific boundaries — so the ongoing overhead of the division of labour can be set against the efficiency it was supposed to deliver. Its distinctive move is to make the coordination tax chargeable: not the risk of concentration and not the excess of narrowing, but the day-to-day cost of keeping divided work aligned, booked to the boundary that generates it.
Example¶
A streaming series runs its post-production through hyper-specialized crafts: separate teams for editorial, visual effects, colour, and sound, each excellent. But a single shot ricochets between them — editorial locks, VFX composites, a note reopens editorial, colour grades, then sound must re-sync. Coordination cost accounting instruments the seams: days a shot waits in each queue, the number of "final" re-opens, and cross-team review hours per episode. It finds the colour-to-VFX seam alone eats roughly a third of the post schedule in back-and-forth. That figure, attributed to one specific boundary, is what justifies co-locating VFX and colour review — a decision made on the ledger rather than on which department complains loudest.
How it works¶
- Instrument the seams — log handoffs, queue waits, rework re-opens, and cross-team meeting hours where specialties meet.
- Convert to common units — express the tax in time and/or fully-loaded cost so unlike frictions add up.
- Attribute to boundaries — book each cost to the specific seam that generates it, not to the org as a lump.
- Weigh against the specialization benefit — set the coordination cost at a boundary against the focus that boundary buys.
The distinguishing discipline is booking cost to seams, which turns a vague sense of drowning-in-coordination into a per-boundary figure someone can act on.
Tuning parameters¶
- Cost basis — time only, fully-loaded dollars, or cycle-time. Dollars persuade finance; cycle-time persuades operations; each frames the tax differently.
- Attribution granularity — per-boundary or whole-org lump. Per-boundary tells you where to act; the lump is cheaper to compute and nearly useless for targeting.
- What counts as coordination — only meetings and handoffs, or also context-switching, waiting, and rework. Wider is truer and much harder to measure.
- Measurement method — sampled self-report or instrumented workflow data. Instrumented is more honest but needs the tooling to capture it.
- Comparison benchmark — against the pre-specialization baseline, or against a less-divided peer team.
When it helps, and when it misleads¶
Its strength is converting "we're drowning in coordination" into a number attached to a specific seam, and exposing the trap where adding a specialist adds more coordination than it saves — the phenomenon behind Brooks's Law,[n1] where communication paths grow combinatorially with team size. Its failure modes come from what is easy to count versus what matters: meeting hours are trivial to tally, while the subtle costs — missed context, decisions slowed to a crawl — resist measurement, so a tidy figure can badly undercount the real tax. It also over-counts if it treats all coordination as waste; some of it is value-adding integration. And it is easily run backwards to justify collapsing a boundary someone already wanted gone. The discipline that keeps it honest is to separate wasteful coordination (rework, waiting) from genuine integration, and to weigh the cost against the specialization benefit before cutting a seam.
How it implements the components¶
local_metric_alignment_check— by pricing the seams, it reveals when a specialty optimising its own local metric imposes net coordination cost on the whole, which is exactly the test of whether local incentives still align with the global objective.
It does not map where the dependencies physically are (dependency_and_bottleneck_map) — that's Dependency Heatmap; it does not judge whether roles have been sliced too thin (specialization_intensity_metric) — that's Over-Specialization Audit; and it does not rewrite the interface to cut the cost (interface_and_handoff_contract) — that's Handoff Contract Template. It prices the coordination those conditions produce.
Related¶
- Instantiates: Specialization Boundary and Reintegration Design — it supplies the price of coordination that the design weighs against the gains of narrowing.
- Consumes: Dependency Heatmap — the map of where specialties meet tells the accounting which seams to instrument.
- Sibling mechanisms: Over-Specialization Audit · Dependency Heatmap · Bus Factor Review · Handoff Contract Template · Integrator Role Assignment · Role/Niche Charter · Role Recomposition Trigger Review · Rotation & Cross-Training Schedule · Specialist–Generalist Portfolio Review · Specialization Boundary Workshop
Editorial Notes¶
Form Classification¶
Form family: Analysis, Modeling & Optimization
Rationale: Coordination Cost Accounting operates as a computation, comparison, model, or analytic representation used to infer, estimate, or choose because it puts a running price on the meetings, handoffs, waiting, and rework that dividing work creates, so the coordination tax can be weighed against the specialization gains.
Independent corroboration: The frozen evidence defines Coordination Cost Accounting as 'Puts a running price on the meetings, handoffs, waiting, and rework that dividing work creates, so the coordination tax can be weighed against the specialization gains', so its operative form is Analysis, Modeling & Optimization.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Economics & Finance
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Transaction-cost and organizational economics cohered treating communication, handoff, delay, and reintegration as costs of divided production.
Related originating lineages:
- Accounting & Auditing — Cost-accounting practice supplies classification, measurement, allocation, and recurring reporting of overhead.
- Organizational & Management Science — Organization design supplies the handoff, waiting, rework, and specialization decisions whose seam costs are being measured.
Review resolution: Transaction-cost economics supplies the central proposition that coordination and organizational seams consume real resources. Accounting makes those costs visible and management uses them to evaluate specialization; the explicit seam-cost ledger is a synthesis.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Researched adjudication after independent review; high confidence.
Sources consulted:
- Nobel Prize lecture: Ronald Coase, The Institutional Structure of Production
- Nobel Prize press release: Ronald Coase and transaction costs
Notes¶
It is easy to confuse with Over-Specialization Audit: both signal that a division of labour is costing more than it should. But this method prices the coordination objectively, whatever the degree of specialization, while the audit judges whether the narrowing itself has gone too far. The audit often consumes these numbers as evidence — yet a high coordination cost can also come from a badly drawn boundary at a perfectly reasonable level of specialization.
[n1] Brooks's Law, from Fred Brooks's The Mythical Man-Month — "adding manpower to a late software project makes it later," because the communication and coordination paths among people grow faster than the people do. It is the canonical illustration that coordination is a real, escalating cost of dividing work. ↩