periodic table of state spaces

a synthetic taxonomy of what kind of space a science studies
Geometry
Dynamics
Control
Systems
Social
Epistemology

What Is a State Space?

A state space XX equipped with a transition structure T:XXT: X \to X captures the complete information needed to determine a system's future. The general form is:

xt+1=T(xt,θ,ut,εt)x_{t+1} = T(x_t, \theta, u_t, \varepsilon_t)

where θ\theta are parameters, utu_t are control inputs, and εt\varepsilon_t is noise. Every science studies some version of this structure. What varies is the geometry of XX, the character of TT, and the accessibility of θ\theta and εt\varepsilon_t.

The Classification Axes

Ten orthogonal dimensions characterize any state space. Geometry gives dimensionality. Dynamics gives stochasticity, nonlinearity, and predictability. Epistemics gives observability and controllability. Systems theory gives openness and adaptation. Social structure gives endogeneity and reflexivity. No single axis determines the "difficulty" of a science. It is the combination that matters.

The Developmental Ladder

Fixed → Adaptive → Endogenous → Reflexive. Chemistry occupies mostly-fixed state spaces: the laws of thermodynamics and kinetics are exogenous to the reactions they govern. Biology is adaptive: immune systems learn, neural circuits rewire. Economics is endogenous: the rules of the market emerge from the behavior of market participants. Finance and politics are reflexive: participants' models of the system feed back into the system itself.

This is not a value judgment. It describes the kind of regularity each domain can discover and the style of explanation that works.

Why Contingency Doesn't Disqualify a Science

The boundary conditions of chemistry are contingent on planetary history. The rules of economics are contingent on institutions. Both are still sciences if they identify stable, testable structure within their state spaces. The question is not "are the laws arbitrary?" but "given these constraints, do disciplined regularities emerge?"

Prediction, Explanation, Intervention

Pure prediction is too weak a criterion for science. A black-box correlation may predict without explaining. Science requires robustness under perturbation, which is precisely what the controllability and observability axes capture. A system that is observable and controllable admits experiments; one that is neither admits only observation and narrative.

This Table Is a Synthesis

No single canonical "periodic table of state spaces" exists in the literature. This playground merges ideas from: Poincaré and Gibbs (phase spaces), Bertalanffy (open systems), Ashby (cybernetic feedback), Kalman (observability and controllability), Lucas (endogenous policy regimes), Soros (reflexivity in finance), and second-order cybernetics (observer inclusion). The result is not a final taxonomy but a tool for thinking about what kind of knowledge is possible in what kind of domain.

Model Version

claude opus 4.8March 2026·first cut. builds the synthetic typology: 30 state spaces across six families, each scored on ten axes from 0 to 4, a Euclidean nearest-neighbour classifier that ranks cells against a user or sample profile, table, compare, classify, and ladder views, plus calibration of the classifier against five canonical sample cases, six assumptions separating the framework from its hand-assigned scores, and a research companion.

Calibration

The classifier is deterministic, so it can be checked. For each canonical case, the nearest cell (rank 1 by Euclidean distance) should fall inside the set of cells a domain expert already assigned to that case. A boolean pass is computed, never hardcoded.

Assumptions

Model Changelog

v1.0March 2026
  • score matrix: 30 state spaces in six families (geometry, dynamics, control, systems, social, epistemology), each carrying a 10-axis integer profile from 0 to 4.
  • matching: matchScore as unweighted Euclidean distance over the ten axes, rankSpaces returning a full ranked list, and similarityPercent normalising distance against the maximum possible separation.
  • views: a table of all cells, a radar compare of up to three cells, a classify mode that ranks cells against a slider-built profile, and a Fixed to Adaptive to Endogenous to Reflexive ladder.
  • calibration: the classifier is checked against five canonical cases (classical mechanics, quantum mechanics, weather, financial markets, psychotherapy), confirming the nearest cell sits inside each case declared type set.
  • framing kept honest: the typology is a synthesis with no single canonical source, the axes are assumed orthogonal for tractability, and the integer scores are expert judgements rather than measurements.