The dimensional layout is the backbone of the system. We reserve 0–255 for ontology (facts and structure), 256–383 for axiology (values and norms), and 384+ for empirical/latent features learned from data. This fixed map holds across profiles so that masks, layers, and explanations remain stable and comparable over time.

Ontology (0–255)

Ontology axes capture what something is. In the default dimension catalogue, the 0–255 range is preconfigured into several thematic blocks, including:

These groups give every concept a rich factual backbone. Ontological dimensions are used when constructing diamonds, computing distances, and explaining which factual aspects supported or ruled out an answer.

Axiology (256–383)

Axiology axes capture how we judge things: moral valence, harm vs. beneficence, fairness, respect for autonomy, legality, permissibility, obligations, sanctions, risk appetite, preferences for safety, security, privacy, efficiency, transparency, alignment with policy/mission, and emotional tone (trust, fear, anger, joy, etc.). By keeping these dimensions in a dedicated partition, we can:

The detailed list of axiological axes is in the Axiology Dimensions page and in the dimension catalogue design spec.

Empirical Space (384+)

Beyond 383, dimensions form the empirical space. These axes are not pre-assigned in the core catalogue; they are reserved for:

Empirical axes start at index 384 and extend up to the configured dimension count (512, 1024, 2048, or 4096). Relevance masks keep this tail sparse: for any given concept, only a small subset of axes is active. This keeps distances meaningful and explanations focused, while allowing the space to grow as new domains are added.

Where to Go Next

For detailed catalogues of the fact and value axes, see Ontology Dimensions and Axiology Dimensions. For the empirical tail, the key practice is discipline: add only what you need, mask aggressively, and document any new axes you reserve so that future reasoning remains interpretable.

For how these dimensions are populated during ingestion and learning, see the Data Ingestion guide, and for the broader geometric context see the Conceptual Spaces, Ontology, and Axiology wiki pages.