Probabilistic Systems Engineering

Canonical Glossary v0.7 — Spine Draft

1. Governing Artifact

Public-facing definition:

A durable artifact that governs what counts as correct for a system, workflow, or evaluation.

Plain-English shadow:

The thing that actually decides what counts as correct.

Notes:


2. Invariant

Public-facing definition:

A property that must continue to hold across valid system states or valid mutations.

Plain-English shadow:

A rule that must keep being true even as the system changes.

Notes:


3. Invariant Scope

Public-facing definition:

The full set of surfaces, paths, or mutation points across which an invariant must hold.

Plain-English shadow:

All the places a rule has to hold, not just the place you happened to edit.

Notes:


4. Same-Surface Change

Public-facing definition:

A requirement change whose effects are confined to the same surface or mutation path already under modification.

Plain-English shadow:

A change that only needs to be made in the same place you are already touching.

Notes:


5. Cross-Surface Change

Public-facing definition:

A requirement change whose effects must propagate across more than one surface, path, or mutation mechanism.

Plain-English shadow:

A change that has to carry through into other places too, not just the one you touched first.

Notes:


6. Iterative Stability

Public-facing definition:

The degree to which a workflow preserves binding requirements across sequential rounds of modification.

Plain-English shadow:

How well a workflow keeps the important rules intact as changes keep piling up.

Notes:


7. Decision Surface

Public-facing definition:

The set of externally observable decisions or state transitions used to determine whether a system or artifact is semantically compliant.

Plain-English shadow:

The points where the system’s real outcomes can change in a way that matters.

Notes:

Verification & replication