Information atoms
Minimal semantic units derived from embeddings or clustered text segments. Often implemented as:
- paragraph embeddings
- local concept vectors
- small semantic nodes in a graph
Concept vectors (centroids)
Cluster means that act as:
- semantic attractors
- “core meaning directions”
- stable representations of a topic region
Abstract / residual vectors
Computed via subtraction:
residual = embedding − centroid
They represent:
- deviation from concept norms
- structure, role, or novelty signals
- “what is not explained by the cluster”
Communities (semantic molecules)
Clusters of atoms formed via:
- kNN similarity graphs
- Louvain / Leiden community detection
They behave like:
- emergent conceptual regions
- higher-order meaning structures
Similarity edges
Weighted relations encoding:
- semantic proximity
- interaction potential
- “bond strength” between information atoms
Anchors
Fixed reference embeddings used to:
- stabilize cross-context geometry
- prevent embedding drift
- preserve global semantic orientation
Graph + embedding duality
Two simultaneous representations:
- embedding space → geometry / phase space
- graph structure → relational dynamics
HOW THE CONCEPT WORKS
1. Embedding construction
Text is segmented into atomic units and mapped into vector space.
Each unit becomes:
- a point in semantic phase space
- a node in a graph structure
2. Similarity graph formation
Nodes are connected via:
- k-nearest neighbors
- or thresholded cosine similarity
This creates a dynamic semantic interaction field.
3. Community detection (phase separation)
Algorithms like Louvain partition the graph into:
- semantic clusters (“concept molecules”)
Each cluster is:
- locally dense in meaning space
- globally distinct in structure
4. Centroid extraction (concept formation)
For each community:
- centroid vector is computed
This becomes:
- a stable concept atom
- a reusable semantic anchor
5. Residual subtraction (abstraction layer)
Each embedding is decomposed:
abstract = embedding − centroid
This yields:
- structural signals (role, style, novelty)
- deviation from expected meaning field
- candidate for further clustering
6. Recursive decomposition
The system repeats:
- clustering → centroiding → subtraction → reclustering
This produces:
- multi-scale ontology
- fractal semantic structure
Levels:
- atoms → molecules → communities → meta-communities
7. Anchored geometry and stability
Shared reference embeddings ensure:
- cross-context alignment
- stable spatial meaning across datasets
- reusable semantic coordinate systems
8. Querying as navigation
Retrieval becomes:
- graph traversal
- vector-field navigation
- constraint-based movement through semantic space
Rather than searching text, systems:
- move through meaning topology