Scale

Why it matters

A thing’s properties do not stay the same as it grows or shrinks — they change, and they change at different rates, so the thing that was a strength at one size becomes a liability at another. This is why “just do more of what’s working” is one of the most common ways a growing system breaks: more of the same is not the same.

For example: a backyard treehouse and a skyscraper are both “buildings,” but you cannot reach the second by scaling up the first. Double the height of the treehouse and its weight roughly multiplies; the loads on its supports climb faster than the supports themselves can bear, the wind it catches grows, and the cosy carpentry that held a platform aloft would buckle under a tower. A skyscraper is not a big treehouse — it is a different machine, with a steel frame, deep foundations, and engineered sway, because at that size different forces dominate. The honest move on the way up is not a sturdier treehouse. It is to stop and redesign for the new regime.

  • What it reveals. Which of a system’s properties change non-linearly as it grows or shrinks — and therefore which constraint will dominate at the target size, often a different one from the constraint that dominates now.
  • How it changes the read. You stop asking “how do we do more of this?” and start asking “which properties scale badly here, and at what size does the current approach stop working and need a redesign?”
  • When to foreground it. A solution proven small being rolled out large; a prototype or pilot being pushed to full production; a small team or company struggling after rapid growth; performance degrading non-linearly as load climbs.
  • What you’d miss without it. That the very thing carrying you now — the informal process, the single shared channel, the hand-tuned design — may be exactly what snaps at the next size up, while you keep reinforcing it.
  • Where it misleads. Not everything scales the same way, so a single “it’ll break” or “it’ll be fine” is usually wrong; and one successful jump in size is weak evidence the next jump will behave like the last — the dominant constraint can shift again.

How it works

In 1928 the biologist J.B.S. Haldane wrote a short, famous essay called “On Being the Right Size,” and its central point is one you can feel in your bones: you cannot simply take an animal and make it bigger. Picture a creature ten times as tall as it is now, keeping the same proportions. Its weight does not grow ten times — weight tracks volume, and volume grows with the cube of length, so it is now a thousand times heavier. But the bones that must carry that weight are only a hundred times stronger, because the strength of a bone tracks the area of its cross-section, which grows with the square of length. A thousand times the load on a hundred times the support: the giant’s own legs would snap the instant it tried to stand. This is not a failure of engineering. It is arithmetic.

The same arithmetic, run the other way, explains a small zoo of everyday facts. An insect can balance on legs as thin as hairs because it weighs almost nothing; a hippopotamus needs pillars, and a truly insect-shaped giant — King Kong on his spindly movie ankles — could not actually stand for a second. Drop a mouse down a deep mineshaft, Haldane noted, and it picks itself up and walks away; do the same to a horse and it “splashes,” because its weight has so far outrun the air-resistance that gently brakes the mouse. Hidden behind all of this is one ruler: the ratio of surface area to volume. Small things are almost all surface — which is why a shrew, losing heat fast across its huge relative skin, must eat nearly around the clock just to stay warm. Big things are almost all volume — which is why an elephant, with comparatively little skin to shed heat through, fights constantly to keep from overheating and grows big flapping ears to help. Same animal, opposite problem, and the only thing that changed was size.

Now generalize past biology, because the lesson is not about animals — it is about everything that grows. Different properties of a system scale with different powers of its size. Some climb gently, some steeply, some explosively. So as a system gets bigger, the property that climbs fastest eventually overtakes the others and becomes the thing that dominates — the constraint changes regime. The design that was right in the old regime is simply the wrong machine in the new one, which is why “just do more of what’s working” fails so reliably during growth: you are reinforcing a treehouse on the way to needing a skyscraper.

Watch it bite in a modern, un-biological case. An engineering team of eight runs beautifully on informal chat and a quick daily standup. Everyone knows what everyone is doing, because there are only twenty-eight possible pairs of people who might need to talk — eight times seven, halved. The company grows the team to forty, and keeps the same habits. But the number of communication pairs is not five times larger; it is seven hundred and eighty — because that count grows with roughly the square of the headcount, not in step with it. The standup balloons, the chat turns to noise, people unknowingly duplicate each other’s work, and the very informality that was the team’s superpower at eight is its central liability at forty. The fix is not a longer standup — that is just more of the thing that broke. The fix is a redesign: split into small teams with clear, deliberate interfaces between them, so most of those pairs no longer need to talk at all. This is the named idea at last: it is scale, and the study of how a thing’s properties change with its size — why you cannot just make it bigger — is allometry, the subject the physicist Geoffrey West gathered into what he calls the universal laws of growth.

Framework & implementation

Origin and evidence

The argument is physical before it is organizational. J.B.S. Haldane’s essay “On Being the Right Size” (1928) made the case from first principles — that weight grows as the cube of length while supporting strength grows only as the square, so size itself forces redesign, and surface-area-to-volume governs everything from a shrew’s appetite to an elephant’s ears. D’Arcy Thompson’s On Growth and Form (1917) had already shown more broadly how an organism’s form is shaped by the physics of its size. Geoffrey West’s Scale (2017) gathered the modern science of allometric scaling laws — the regular mathematical relationships between an organism’s (or a city’s, or a company’s) size and its other properties. Frederick Brooks’s The Mythical Man-Month (1975) is the canonical case in software, where coordination cost scales with the communication pairs among engineers, producing his famous law that “adding manpower to a late software project makes it later” — more people is the scaling problem, not the cure. Peter Senge’s The Fifth Discipline (1990) carries the same systemic awareness into organizations: structures that work at one size develop new dominant dynamics at another. The lens sits beside its own family — bottlenecks (what surfaces when the dominant scaling constraint shifts regime), diminishing returns (scaling one resource while its complements lag), and network effects (the favourable n² scaling on the demand side).

Applications and common uses

Scale is a working tool wherever a system’s size is about to change by enough that the old design may not hold.

  • System and architecture design. The native use: deciding which properties of a design (latency, heat dissipation, throughput, contention) scale badly, and engineering for the target load rather than the prototype’s.
  • Organizational design. Reading why the informal coordination that runs a small team chokes a large one — communication paths grow with the square of headcount — and restructuring into smaller units with clear interfaces.
  • Prototype-to-production. Treating the pilot’s success as a hypothesis, not a guarantee: finding the dimension that will dominate at full volume and testing at intermediate scales before betting the rollout.
  • Growth strategy and unit economics. Refusing to scale a unit whose economics aren’t yet sound, because losses that grow faster than revenue at scale are a regime, not a rounding error.
  • Mapping a system that will grow. Inside a structural map, reading which connections multiply non-linearly with size and which organising topology breaks at the target scale — the use that brings it into Relationship Mapping.

In every case the payoff is the same: instead of doing more of what works and hoping it holds, the actor finds the property that changes regime as size changes, locates the breaking point, and redesigns for the size it is actually growing toward.

Failure modes and when not to use it

The lens’s characteristic ways of going wrong are catalogued in its Common Failure Modes:

  • Linear extrapolation. Assuming growth means more of the same. The tell: the scaled system fails on dimensions the original handled fine. Identify the scaling functions explicitly — which properties climb with the square or the cube of size, not in step with it.
  • Dimension-error scaling. Adding capacity in the wrong dimension. The tell: investment in capacity doesn’t relieve the constraint (more engineers, but coordination was the limit). Identify the actual binding constraint before scaling.
  • Premature scaling. Scaling unsound unit economics. The tell: losses grow faster than revenue as volume rises. Prove the unit before multiplying the unit count.

When not to reach for it. When the size change is small enough that linear extrapolation actually holds, scale adds little — there is no regime shift to anticipate. When redesign is genuinely off the table (the system must be “more of the same” by external constraint), the lens diagnoses a problem it cannot act on. And when the structural map at hand has no size dimension at all — a static dependency graph, a concept map of how ideas relate — scale has no purchase; it is the size-dependence perspective specifically, not a general mapping tool.

  • Relationship Mapping — the analysis this lens rides in; lays out a system as a typed map of entities and connections, where scale reads how the structure’s properties change as it grows or shrinks.
  • Niches — the sibling always-loaded mental model in the same analysis: where niches reads a landscape’s gaps, scale reads its size-dependence — how the same structure behaves differently at a different size.
  • Bottlenecks — what surfaces when the dominant scaling constraint shifts regime: the single narrowest stage that caps the whole once size has moved the limit somewhere new.
  • Diminishing Returns — what happens when one resource is scaled while its complements are not: each added unit buys less, because the thing it depends on didn’t grow with it.