Stasis¶
Core Idea¶
Stasis is the move of locating the kind of question at issue in a dispute before contesting the substance. The classical tradition named four ordered stases — conjecture (did it happen?), definition (what is it?), quality (was it justified?), and jurisdiction (whose call is it?) — on the insight that disputants who seem to disagree about the answer are often disagreeing about the question.
How would you explain it like I'm…
What's the Fight About?
Name the Real Question
Typing the Dispute
Broad Use¶
- Law: pre-trial motions are stasis moves — a motion to dismiss contests jurisdiction, summary judgment contests the facts, charge characterization contests definition.
- Conflict mediation: the surface dispute (the driveway, the dishes) masks a definitional one (what counts as fair here?) that naming the stasis unlocks.
- Public policy: debates that "won't resolve no matter how much data we gather" are usually at the quality or jurisdictional stasis, not the conjectural one.
- Scientific controversy: a replication clash may be conjectural (did the effect occur?) or definitional (does this count as the effect?), and the type predicts what evidence moves it.
- Product and requirements work: protracted spec arguments usually sit at the wrong stasis — what the user does vs. what the user is vs. what to build vs. whose call it is.
- Code review: "is this a bug?" (conjecture) vs. "is this what a bug is?" (definition) vs. "should we fix it?" (quality) recur in technical review.
Clarity¶
It separates the content of a dispute from its type, exposing seemingly wicked disagreements as well-structured but mis-typed — intractable only because the parties answer different questions.
Manages Complexity¶
The four stases form a small, complete-enough checklist that reduces a sprawling argument to one of four ordered cells and tells the parties which question must be settled first.
Abstract Reasoning¶
It exemplifies typed disagreement: any dispute has a logical type that is prior, contestable, and small in cardinality, recognizable far from rhetoric — in formal specification, ML evaluation, and clinical disagreement alike.
Knowledge Transfer¶
- Engineering: two teams arguing whether an outage is "Sev-1" are at the conjectural (threshold crossed) vs. definitional (Sev-1 means user-facing) stasis; revise the definition first.
- Mediation: a dispute over the dishes that is really definitional about fairness resolves once the type is named.
- Science/policy: the same re-typing move — "you're treating this as a values question; I'm treating it as a definitional one" — unsticks debates across fields.
Example¶
When the prosecution piles on forensic evidence and the defense keeps answering "but that was self-defense," they are at different stases — conjecture versus quality — and no amount of conjectural evidence will move a dispute that is really about justification.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Stasis is a kind of, typical Framing — The file: stasis shares framing's meta-level character but ADDS what framing lacks — a specific small ORDERED typology of question-kinds (conjecture, definition, quality, jurisdiction) with a logical priority. It decomposes 'partly into framing'; framing is the broad genus, stasis the typed-disagreement species. NOTE this is the rhetoric prime (locate the KIND of question in a dispute), NOT stillness/equilibrium.
Path to root: Stasis → Framing → Context
Not to Be Confused With¶
- Stasis is not Framing because stasis adds a specific small ordered typology of question-kinds with a logical priority, whereas framing only claims that presentation shapes perception.
- Stasis is not Adjudication because stasis is the prior diagnostic of which question is at issue, whereas adjudication is the authoritative resolution of the dispute.
- Stasis is not Equilibrium because this is the rhetorical resting point of a dispute on a typed question, not the physical sense of stillness or a steady state.