Dislocation Motion¶
Core Idea¶
Large-scale change of an ordered medium achieved by propagating a localised defect rather than rearranging every unit at once. As the defect sweeps through, each unit shifts by one step to let it pass — the work is local at every moment, the radicalism cumulative in the total displacement.
How would you explain it like I'm…
Push the Wrinkle
The Traveling Kink
Deform by Defect
Broad Use¶
- Materials science: plastic deformation and work hardening proceed by dislocations gliding, so metals yield far below the theoretical shear strength.
- Organizational change: a champion's pilot sweeps through an institution as adjacent teams adopt it, the boundary-spanner playing the defect's role.
- Software: a large refactor proceeds by a codemod front that migrates one call-site at a time rather than stopping the world.
- Social movements: visible defection by early adopters propagates as adjacent actors find their best response shifted.
- Manufacturing: small-batch single-piece flow generalises the localised-change-with-cumulative-effect insight.
- Linguistics: a phonological innovation arises in one context and sweeps through structurally adjacent contexts in order.
Clarity¶
It exposes the implicit coordination budget in change reasoning, inverting "how do we coordinate everyone?" into "how can the change be local at any moment yet cumulative over time?"
Manages Complexity¶
It reduces a bulk-change problem to a few parameters — defect mobility, pinning density, sweep-front geometry — letting an analyst reason about a substrate's capacity for change without modelling every unit.
Abstract Reasoning¶
Any tightly coupled medium needing large change must either pay an enormous coordination cost or develop a defect-mediated mechanism; pinning sites (entrenched sub-groups, untested modules) set its resistance.
Knowledge Transfer¶
- Materials → change management: the "champion" who carries change locally across an institution is structurally a dislocation.
- Materials → software: the codemod or refactoring-front pattern is defect motion through code at a modest developer-week "stress."
- Materials → social movements: pinning-and-mobility analysis explains why some norms change slowly (high pinning at influential nodes) and others fast.
Example¶
A large refactor of a coupled codebase advances as a codemod migrates one module at a time, tests passing at each step, until the whole codebase is migrated — though no single step was radical, answering the critic who says "no one did anything big."
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Dislocation Motion is a kind of, typical Propagation — Dislocation motion is a specialization of propagation: a localised defect propagates (sweeps) through an ordered medium, but constitutively SUBSTRATE-ALTERING (leaves a new configuration behind) and cumulative — distinct from propagation of an unchanged signal. propagation is the genus the file contrasts against ('not propagation of an unchanged signal').
Path to root: Dislocation Motion → Propagation
Not to Be Confused With¶
- Dislocation Motion is not Dissipation because dislocation motion leaves the substrate in a new, often improved configuration, whereas dissipation spreads and loses a quantity until it is gone.
- Dislocation Motion is not Cascade because dislocation motion is constitutively non-destructive (the wake is sound), whereas a cascade degrades each node the front reaches.
- Dislocation Motion is not Synchronization because dislocation motion explicitly avoids simultaneous coordination by letting a defect sweep sequentially, whereas synchronization aligns the timing of many units toward simultaneity.