Pre coherent vs post coherent regime
Description
A diagnostic for product, system, or codebase maturity: the shape of the feedback you’re getting tells you which regime you’re in. Pre-coherent regimes surface fundamental architecture problems — “this layer is wrong,” “this primitive doesn’t compose with that one,” “the data shape doesn’t fit the use case.” Post-coherent regimes surface loop-completion problems — “the journey works but this small connection isn’t wired up,” “default state is slightly wrong,” “this transition needs polish.” The regimes warrant different responses: in pre-coherent, refactor the structure; in post-coherent, wire up the missing connections without disrupting the underlying shape. The concept’s diagnostic value is meta: it tells you what kind of work the next batch of feedback is asking for. Applying post-coherent responses (polish) in a pre-coherent regime is wasted effort; applying pre-coherent responses (refactor) in a post-coherent regime is destruction of accumulated value.Triggers
User-initiated: User asks “what kind of problems am I seeing?”, “is this architecture or polish?”, or “does this feedback mean we need to refactor or just iterate?” Vocabulary cues: “pre-coherent,” “post-coherent,” “loop-completion,” “structural,” “polish,” “regime.” Agent-initiated: Agent notices the shape of feedback the user is getting and uses it to decide whether to recommend structural changes or incremental ones. Candidate inference: “the feedback you’re getting is post-coherent in character — don’t refactor, wire up the gaps.” Situation-shape signals: Inflection points in product maturity. Discussions about “do we need v2 or do we polish v1?” Code reviews that surface either fundamental issues or surface-level nits. Stakeholder feedback that mostly says “almost right” vs “wrong shape.”Exclusions
- Genuinely stuck systems — systems where feedback isn’t surfacing problems of either kind; the issue is feedback paucity, not regime confusion.
- Mixed regimes within a single system — one subsystem may be pre-coherent while another is post-coherent (e.g., a stable backend with a thrashing UI). The concept fires per-subsystem, not per-codebase.
- Anti-pattern: invoking the concept to avoid refactoring — “we’re in the post-coherent regime, no refactor needed” can mask actual architecture-debt. The diagnostic is honest only when feedback shape is genuinely post-coherent.
Structure
Relationships
- loop-completion — loop-completion is the post-coherent regime’s characteristic feedback shape; this concept names the regime that makes loop-completion the right next move.
- cadence — regimes have cadences; pre-coherent regimes produce slow, infrequent, deep feedback; post-coherent regimes produce steady, frequent, shallow feedback.
- shape — the shape of feedback (its kind, not just its content) is what differentiates regimes; the concept is shape-classification applied to feedback.
- graduation-promotion — graduation is the transition from pre-coherent to post-coherent; the system has matured to the point where polish replaces refactor.
Examples
Writing-craft tradition — Anne Lamott's *Bird by Bird*, Stephen King's *On Writing*, and the broader drafting-vs-revision distinction taught in MFA programs. · languages-and-literature
Writing-craft tradition — Anne Lamott's *Bird by Bird*, Stephen King's *On Writing*, and the broader drafting-vs-revision distinction taught in MFA programs. · languages-and-literature
Eric Ries, *The Lean Startup* (2011) — the pivot-or-persevere decision turns on which regime the startup is in. · business
Eric Ries, *The Lean Startup* (2011) — the pivot-or-persevere decision turns on which regime the startup is in. · business
Brownfield-vs-greenfield software · computer-science
Brownfield-vs-greenfield software · computer-science
Early-stage research project · statistics
Early-stage research project · statistics
Game-design practice — the core-mechanic-finding phase vs the balance-and-polish phase, articulated in playtest reports and design postmortems across studios. · human-physical-performance-and-recreation
Game-design practice — the core-mechanic-finding phase vs the balance-and-polish phase, articulated in playtest reports and design postmortems across studios. · human-physical-performance-and-recreation
Kuhn (1962), *The Structure of Scientific Revolutions* — paradigm shifts vs normal science; the same regime distinction at the scientific-community scale. · philosophy
Kuhn (1962), *The Structure of Scientific Revolutions* — paradigm shifts vs normal science; the same regime distinction at the scientific-community scale. · philosophy
Conway, M. (1968), "How Do Committees Invent?" *Datamation* 14(4); structural inversion (mis-routing structural-debt as team-dynamics) documented across organizational-design literature including Galbraith (1973) *Designing Organizations* and Laloux (2014) *Reinventing Organizations* · business
Conway, M. (1968), "How Do Committees Invent?" *Datamation* 14(4); structural inversion (mis-routing structural-debt as team-dynamics) documented across organizational-design literature including Galbraith (1973) *Designing Organizations* and Laloux (2014) *Reinventing Organizations* · business