Multidimensional Encoding
Direction, emotion, time, context per connection.
What is it
A memory in your brain is never a single data point. It's encoded across multiple dimensions simultaneously: what happened, when it happened, where you were, how you felt, who was there, what you could smell, what you were thinking about. Each dimension is stored in a different brain region, yet they activate together as one unified experience.
This is radically different from how databases normally work. A traditional database stores a fact in one row with one timestamp. Your brain stores the same fact as a constellation of activations across dozens of neural networks, each contributing a different dimension of meaning.
The richness of recall depends on how many dimensions were encoded. A boring Tuesday has few dimensions. Your wedding day has dozens. That's why you remember one and not the other — not because of importance, but because of encoding depth.
What it does in the brain
When you remember a holiday, you don't retrieve a file. You reconstruct the experience from its dimensions: the hippocampus provides spatial context, the amygdala provides emotional tone, the temporal cortex provides the narrative sequence, the sensory cortices provide sights and sounds. Each dimension is stored separately, but they are cross-linked so that activating one can trigger the rest.
This is why a smell can unlock an entire memory. The olfactory dimension connects to all the other dimensions of that experience. Pull one thread and the whole tapestry follows. The more dimensions were encoded, the more threads there are to pull.
It's also why eyewitness testimony is unreliable. When you recall a multidimensional memory, you're reconstructing it from fragments. If one dimension is weak or missing, the brain fills in the gap with plausible fiction. The reconstruction feels complete, but it's partially invented.
What it does in ThetaOS
Layer 3 and the Diamond Layer implement multidimensional encoding. Every connection in the system carries not just a link, but a full set of dimensions: direction (who initiated), temporal context (when, how often, what period), emotional valence (from text analysis), evidence type (photo, text, transaction, call), and confidence level.
A single connection between two people might carry: 14 co-occurrences in photos (visual dimension), 8 mentions in writing (narrative dimension), 3 shared transactions (financial dimension), a specific date range (temporal dimension), and sentiment scores from the text mentions (emotional dimension).
The Diamond Layer adds epistemological dimensions: is this a fact (observed in data), a belief (stated by Martijn), a hypothesis (inferred by the system), or a contradiction (conflicting evidence)? A traditional database says "A knows B." ThetaOS says "A knows B, confirmed across 5 evidence types, strongest in 2019-2022, with positive sentiment, initiated primarily by A, and this is a measured fact, not an assumption."
This encoding depth is what allows Tom to answer not just "do you know this person?" but "how do you know them, since when, how well, in what context, and how sure are we?" — the same way your brain answers those questions, by reading across the dimensions of a multidimensional memory.
Built — Layer 3, Diamond Layer