Coarsening¶
Core Idea¶
Coarsening is the drift of a population of discrete units toward fewer and larger because the cost is concentrated at the boundary (scaling with surface) while content scales with volume — so small units pay a higher cost per content, and material flows from small to large.
How would you explain it like I'm…
Big Bubbles Eat Small
Fewer, Bigger Over Time
Boundary-Cost Merging
Broad Use¶
- Materials science (origin): Ostwald ripening and grain coarsening, with LSW theory giving a power-law growth of mean size.
- Biology: lipid-droplet coarsening and ecological-patch coarsening as edge-to-area ratio shapes patch persistence.
- Urban form: small land parcels aggregate into larger ones as per-parcel fixed costs fall on a per-area basis.
- Economics: small firms consolidate when fixed costs of operation are high relative to variable costs.
- Software architecture: small services consolidate when per-service overhead is high relative to the work — the same logic as grain coarsening.
- Information: sparsely-used categories are absorbed into larger neighbours when per-category maintenance outweighs bulk usage.
Clarity¶
Forces the cost-locus question: is consolidation driven by boundary cost (coarsening), an attractiveness rule (preferential attachment), or bulk cost (economies of scale)? The same observable admits opposite remedies.
Manages Complexity¶
Compresses a wide class of consolidation dynamics into five parameters — size distribution, boundary cost, bulk cost, transport, and kinetic regime — that transfer across substrates.
Abstract Reasoning¶
The boundary-cost-dominated equilibrium is a single unit, so observed plurality is kinetic, not thermodynamic; balanced against a bulk diseconomy, the two opposed scalings set an optimal unit size.
Knowledge Transfer¶
- Economics: LSW scaling ports to industry consolidation, with antitrust acting as the boundary-pinning that arrests it.
- Software: grain-coarsening intuition ports to service consolidation, with enforced bounded contexts as the pinning.
- Ecology to urban form: the small-patches-lose-first diagnostic maps to small-parcels-bear-more-overhead.
Example¶
A polycrystalline metal anneals as atoms diffuse from small grains to large; the mean grain size grows as a power of time, and second-phase particles can pin the boundaries and freeze the distribution short of a single grain.
Relationships to Other Abstractions¶
Current abstraction Coarsening Prime
Parents (1) — more general patterns this builds on
-
Coarsening is a kind of Scaling and Scale Dependence Prime
Coarsening is 'one specific dynamical member' of the scale-dependence family — the boundary-cost-driven consolidation of a population toward fewer-and-larger over time, with characteristic kinetics.
Children (2) — more specific cases that build on this
-
Ostwald Ripening Domain-specific is a kind of Coarsening
Ostwald Ripening is the curvature-solubility and diffusion-mediated species of Coarsening in which large dispersed units grow as small units dissolve through a matrix.
-
Reeb graph Domain-specific is a kind of Coarsening
The proposed strict upward parent is
prime:coarsening.
Hierarchy path (1) — routes to 1 parentless root
- Coarsening → Scaling and Scale Dependence → Scale
Not to Be Confused With¶
- Coarsening is not Diseconomies of Scale because coarsening is driven by boundary cost falling with size whereas diseconomy is bulk cost rising with size; they are opposed forces that jointly set the optimal unit size.
- Coarsening is not Economies of Scale because economies lower the bulk (per-content) cost whereas coarsening turns on the boundary (per-unit) cost — a different cost-locus with a different remedy.
- Coarsening is not generic Scaling and Scale Dependence because scale dependence is the broad fact that behaviour changes with size whereas coarsening is the specific consolidation dynamic boundary-cost asymmetry produces over time.