Exploration: SSA Overlay — Three Information Substrates
Status: Exploration. Applying the Situated Substrate Architecture (SSA) pattern to all three information substrates side by side — biology, entity system, cognition. Separating genealogical (creation) from operational (how it works) graph structures. Looking for the pattern that cognition should fit.
Builds on: exploration-cognitive-chain-graph-structure.md (graph structure questions), abstract_info_domain_analysis/analysis-situated-substrate-architecture.md (SSA: 7 primitives), abstract_info_domain_analysis/analysis-abstract-information-substrate.md (abstract substrate: 6 primitives), v1_revision/v1_biology_domain_analysis/bio_v2/synthesis-information-substrate-architecture.md (three-substrate comparison)
Purpose: The SSA is the invariant topology. If cognition IS an information substrate, it MUST instantiate the SSA. Let's see exactly how, and let the pattern tell us where neural hardware sits.
1. The SSA pattern — what every information substrate has
The SSA has 7 primitives with this dependency structure:
En (encoding) → Vr (evaluator) → Mc (mechanisms) → Sf (surface) → Cm (community) ← Se (selection)
↕ ↕
Cx (context) ←→ Cm
And three cycles:
- Niche construction: Sf → Cx → Cm → Se → Sf
- Adaptation: Se → Sf → Mc → Vr → En
- Full evolutionary: En → Vr → Mc → Sf → Cm → Se → En
Every information substrate instantiates this. Let's map all three.
2. Biology's SSA instantiation
2.1 The SSA roles
| SSA role | Biology instantiation | Notes |
|---|---|---|
| Encoding (En) | Genome (G) — DNA/RNA sequence | Fixed codon table, 4-letter alphabet, 4 Gy accumulated |
| Evaluator (Vr) | Ribosome (R) — deterministic molecular machine | Kd4-Full, proofreading, near-zero error |
| Mechanism (Mc) | ~12 developmental bridge mechanisms | Cell division, differentiation, morphogenesis, etc. |
| Surface (Sf) | Organism architecture {Mo,Me,Dv,Rp,Ho,Sn,Rs,Df,Cm} | 9 primitives — what one organism does |
| Context (Cx) | Physical environment {En,Cl,Ch,St,Tm,Db} | 6 primitives — abiotic operating conditions |
| Community (Cm) | Biological ecosystem {Pd,Cs,Cy,Dv,In,Rg,Sp,Tp,Ct} | 9 primitives — what many organisms produce |
| Selection (Se) | Natural selection — differential reproductive success | Multi-level: individual, kin, group, species |
2.2 The operational grounding (realization spine)
How does the biological information substrate ground to physics?
Encoding (G — genome)
↓ realized in: nucleotide chemistry (DNA/RNA molecules)
↓ which is: organic chemistry (carbon-based molecular structures)
↓ which grounds in: physics (chemical bonding, molecular interactions)
Evaluator (R — ribosome)
↓ operates through: biochemical catalysis (peptide bond formation)
↓ which is: organic chemistry (enzymatic reactions)
↓ which grounds in: physics (quantum chemistry, electrostatics)
Realization spine: Genome → Biochemistry → Chemistry → Physics
The biology substrate is REALIZED in chemistry. The encoding IS a chemical structure (DNA). The evaluator IS a chemical machine (ribosome). The grounding is direct — the information substrate IS chemical.
2.3 The genealogical story (how biology came to exist)
Physics → Chemistry → Prebiotic chemistry → RNA world → LUCA → All life
Biology was CREATED by chemistry — specifically, by prebiotic chemical processes that produced self-replicating molecules. The genealogical and operational stories CONVERGE at chemistry: chemistry both created biology AND is the medium biology operates in.
This is unusual — in the other two substrates, the creation story and the operational story are different.
3. Entity system's SSA instantiation
3.1 The SSA roles
| SSA role | Entity system instantiation | Notes |
|---|---|---|
| Encoding (En) | Typed data (E+I) — content-addressed entities with type/data structure | Self-describing, hash-verified, structural type system |
| Evaluator (Vr) | Dispatch (X) — deterministic type-checked handler routing | Kd4-Full, formally verifiable |
| Mechanism (Mc) | 12 system extensions | Tree, Inbox, Continuation, Subscription, Sync, etc. |
| Surface (Sf) | App architecture {D,Sh,Ac,Mt,Pg,Ch,Pc,Pn,Bn,Au,Hs,Ev} | 12 primitives — what one application does |
| Context (Cx) | Infrastructure (compute, storage, bandwidth, power, latency, reliability) | Operating constraints |
| Community (Cm) | Digital ecosystem {Vc,Ex,Ru,Dv,Ig,Gv,Tp,Eo,Io} | 9 primitives — what many applications produce |
| Selection (Se) | Market/adoption selection — differential usage and persistence | Early (Se1-2) |
3.2 The operational grounding (realization spine)
How does the entity system information substrate ground to physics?
Encoding (E+I — typed entities)
↓ realized in: digital computing {Wd,Mm,In,Cy,Ch,Pr}
↓ which runs on: physical hardware {Sw,Ic,St,Os,Pw,Pt}
↓ which operates through: physics (EM, semiconductor physics)
Evaluator (X — dispatch)
↓ operates through: digital computing (instruction execution)
↓ which runs on: physical hardware (CPU circuits)
↓ which grounds in: physics (EM signal propagation)
Realization spine: Entity system → Digital computing → Physical hardware → Physics
The entity system is REALIZED in digital computing. The encoding is represented as bit patterns. The evaluator is implemented as software executing on hardware. There are TWO intermediate levels between substrate and physics: digital computing AND physical hardware.
3.3 The genealogical story (how the entity system came to exist)
Cognition (human minds) → Cultural ecosystem (computer science) → Design → Implementation
The entity system was CREATED by human cognition — specifically, by computer scientists working within a cultural ecosystem of knowledge transmission and institutional support. The genealogical story goes through the COGNITIVE chain: cognition → cultural activity → design → entity system.
Key: The genealogical and operational stories are COMPLETELY DIFFERENT:
- Genealogical: cognition → culture → design → entity system
- Operational: entity system → digital computing → hardware → physics
The entity system runs on hardware, but it wasn't created by hardware. It was created by minds. These are different graph structures.
4. Cognition's SSA instantiation
4.1 The SSA roles
| SSA role | Cognition instantiation | Notes |
|---|---|---|
| Encoding (En) | Representation + Categorization (Rp+Ct) — internal models organized into types | Hierarchical, cross-modal, flexible but no fixed encoding scheme |
| Evaluator (Vr) | Symbolization (Sy) — arbitrary sign-meaning mapping | SPLIT: formal mode Kd4 (deterministic), linguistic mode Kd1-2 (interpretive) |
| Mechanism (Mc) | ~10 cognitive development mechanisms | Perceptual learning, category formation, language acquisition, etc. |
| Surface (Sf) | Cognitive architecture {Kw,Sk,Dc,Pl,Co,Jd,Cr,Si,Id} | 9 primitives — what one mind does |
| Context (Cx) | Physical + social environment | Physical constraints + social structure as operating conditions |
| Community (Cm) | Cultural ecosystem {Pr,Ex,Tr,Dv,Cd,Gv,Te,Sc,Ct} | 9 primitives — what many minds produce |
| Selection (Se) | Cultural selection — differential persistence of ideas, practices, institutions | Multi-level: individual, institutional, civilizational |
4.2 The operational grounding (realization spine)
How does the cognitive information substrate ground to physics?
Encoding (Rp+Ct — representations and categories)
↓ realized in: neural hardware (neural activity patterns)
↓ which operates through: electrochemistry (ion channels, synaptic transmission)
↓ which grounds in: physics (EM, thermodynamics)
Evaluator (Sy — symbolization)
↓ operates through: neural hardware (language circuits, Broca's/Wernicke's areas)
↓ which runs on: electrochemistry (action potentials, neurotransmitter release)
↓ which grounds in: physics (EM, molecular interactions)
Realization spine: Cognitive substrate → Neural hardware → Electrochemistry → Physics
The cognitive substrate is REALIZED in neural hardware. The encoding exists as patterns of neural activity. The evaluator operates through neural circuits specialized for language. The grounding goes through ONE intermediate level (neural hardware) to electrochemistry to physics.
4.3 The genealogical story (how the cognitive substrate came to exist)
Biology → [developmental mechanisms] → Organism architecture → [ND mechanism] → Neural hardware → [maturation + experience] → Cognitive substrate
The cognitive substrate was CREATED by biological development — specifically, by the organism's neural development mechanism (ND) producing neural hardware, which then develops cognitive capabilities through experience during critical periods.
Key: Genealogical and operational are DIFFERENT, just like entity system:
- Genealogical: biology → organism development → ND → neural tissue → cognitive substrate
- Operational: cognitive substrate → neural hardware → electrochemistry → physics
The cognitive substrate runs on neural hardware (operational), but it was created by biological development (genealogical). These are different graph structures.
4.4 The split evaluator and what it means
Biology's evaluator (ribosome): deterministic, Kd4-Full. Entity system's evaluator (dispatch): deterministic, Kd4-Full. Cognition's evaluator (symbolization): SPLIT.
- Formal mode (mathematics, logic, exact rules): Kd4 deterministic
- Linguistic mode (natural language, interpretation, metaphor): Kd1-2 variable
This split is the defining structural feature of cognition as an information substrate. It's BOTH a hard substrate (in formal domains) and a soft substrate (in linguistic/interpretive domains). The other two substrates have unified evaluator determinism.
The split evaluator explains:
- Why formal mathematics is reliable but poetry is ambiguous
- Why cultural transmission is lossy (linguistic evaluator varies between minds)
- Why cognition is both the most flexible AND least reliable information substrate
- Why the "cognitive genome" metaphor breaks down (no single high-fidelity encoding)
5. The three realization spines compared
5.1 The pattern
| Substrate | Realization spine | Levels to physics |
|---|---|---|
| Biology | Substrate → Biochemistry → Chemistry → Physics | 2 intermediate |
| Entity system | Substrate → Digital computing → Physical hardware → Physics | 2 intermediate |
| Cognition | Substrate → Neural hardware → Electrochemistry → Physics | 2 intermediate |
They're the same shape. Each information substrate grounds to physics through exactly two intermediate levels: a computing/operating layer and a hardware/chemistry layer.
5.2 What the intermediate levels ARE
| Level | Biology | Entity system | Cognition |
|---|---|---|---|
| Operating layer | Biochemistry (molecular operations) | Digital computing (instruction execution) | Electrochemistry (ion/neurotransmitter dynamics) |
| Physical layer | Chemistry (molecular structure) | Physical hardware (semiconductor structure) | Neural hardware (biological tissue structure) |
| Physics | EM, QM, thermo | EM, QM | EM, electrochemistry |
5.3 The key structural question: what IS neural hardware's role?
In the entity system's realization spine, digital computing and physical hardware are SEPARATE domains — well-analyzed, with their own primitives. The entity system runs on digital computing, which runs on hardware.
In biology's realization spine, biochemistry and chemistry are SEPARATE domains — well-understood in their own right. Biology runs on biochemistry, which runs on chemistry.
In cognition's realization spine, the user's point is that neural hardware plays a similar structural role. It's the PHYSICAL LAYER — the structure that electrochemistry operates on, the same way physical hardware is the structure that EM operates on, and chemistry is the structure that molecular bonding operates on.
But neural hardware is also BIOLOGICAL — it's alive, maintained by biology. This is where the genealogical and operational stories INTERSECT for cognition, unlike for entity system:
- Entity system: genealogical (humans designed it) and operational (runs on hardware) are completely separate
- Biology: genealogical (chemistry created it) and operational (runs on chemistry) CONVERGE
- Cognition: genealogical (biology created the neural hardware) and operational (runs on neural hardware) PARTIALLY OVERLAP — biology creates AND maintains the hardware, but the cognitive substrate is not itself biological in the same way biology is chemical
5.4 Neural hardware is to cognition what digital computing + hardware is to entity system
In the operational view (SSA realization spine):
Entity system → [runs on] → digital computing → [runs on] → hardware → [operates via] → physics
Cognitive sub → [runs on] → neural hardware → [operates via] → electrochemistry → physics
But the entity system has TWO levels (computing + hardware) while cognition might have ONE (neural hardware = both computing and hardware). This is the hardware/computing fusion from the previous exploration.
OR: cognition has two levels too, but they look different:
Cognitive substrate → [runs on] → neural computation (population codes, oscillatory dynamics, attractor states)
→ [runs on] → neural tissue (neurons, synapses, circuits)
→ [operates via] → electrochemistry → physics
Where "neural computation" is the OPERATING layer (analogous to digital computing) and "neural tissue" is the PHYSICAL layer (analogous to physical hardware).
5.5 Testing the two-level hypothesis
If neural computation and neural tissue are separate levels:
Neural computation (operating layer):
- Population coding (distributed representations across neuron groups)
- Oscillatory binding (temporal coordination of distributed processing)
- Attractor dynamics (stable states in recurrent networks)
- Gain modulation (context-dependent sensitivity)
- Predictive coding (top-down/bottom-up comparison)
- Lateral inhibition (competitive selection)
Neural tissue (physical layer):
- Neurons (excitable cells)
- Synapses (plastic connections)
- Circuits (anatomical organization)
- Oscillators (rhythmic neural ensembles)
- Metabolism (energy/maintenance)
- Receptors (sensory transduction)
This looks like two different things! Neural tissue is the ANATOMY (what the brain IS made of). Neural computation is the DYNAMICS (what the brain DOES with that anatomy).
The analogy:
- Neural tissue : Neural computation :: Physical hardware : Digital computing
- What the brain IS : What the brain DOES :: What the computer IS : What the computer DOES
This would mean cognition DOES have two intermediate levels, matching biology and entity system:
| Level | Biology | Entity system | Cognition |
|---|---|---|---|
| Operating dynamics | Biochemistry | Digital computing | Neural computation |
| Physical structure | Chemistry | Physical hardware | Neural tissue |
| Physics | EM/QM | EM/QM | EM/electrochemistry |
6. The genealogical graphs compared
6.1 How each information substrate came to exist
Biology: Chemistry → Prebiotic chemistry → Self-replication → LUCA → Evolutionary diversification
- Creation agent: none (emergence from chemical processes)
- Timeline: ~4 Gya
- The genealogical and operational converge at chemistry
Entity system: Biology → Organism → Cognition → Culture (computer science) → Design → Implementation → Entity system
- Creation agent: human minds operating in cultural context
- Timeline: ~1970s CE to present
- The genealogical goes through cognition and culture; the operational goes through digital computing and hardware
Cognition: Biology → Organism development → Neural development (ND) → Neural tissue → [experience + maturation] → Cognitive substrate
- Creation agent: biological development (organism architecture's ND mechanism)
- Timeline: per-individual (~0 to ~25 years for full development), per-species (~300 Kya for Full ND)
- The genealogical goes through biology and organism architecture; the operational goes through neural hardware and electrochemistry
6.2 The cross-substrate genealogical graph
Chemistry → Biology → Organism architecture
↓ (ND mechanism)
Neural tissue/hardware
↓ (maturation + experience)
Cognitive substrate → Cognitive arch → Cultural ecosystem
↓ (computer science)
Design → Implementation
↓
Physics → Chemistry → Digital hardware → Digital computing → Entity system → App arch → Digital eco
The complete genealogical graph: Chemistry creates biology. Biology creates organisms. Organisms create neural tissue. Neural tissue develops cognitive capabilities. Cognitive capabilities produce culture. Culture produces computer science. Computer science creates the entity system. The entity system is implemented on digital hardware, which branches from chemistry through a separate fabrication path.
Two branching points from chemistry:
- Chemistry → Biology (abiogenesis, ~4 Gya)
- Chemistry → Digital hardware (semiconductor fabrication, ~1950s CE)
And two genealogical transformations:
- Biology → Neural tissue → Cognition (evolutionary emergence, ~300 Kya)
- Cognition → Culture → Entity system design (cultural creation, ~1970s CE)
6.3 Why the distinction matters
When we analyze neural hardware as a domain, we need to be clear about WHICH graph we're analyzing:
Operational analysis: How does the cognitive substrate WORK? → Neural hardware is part of the realization spine. Its primitives describe what the cognitive substrate runs on.
Genealogical analysis: How did neural hardware COME TO EXIST? → Through organism architecture's ND mechanism. Its creation story involves biology, development, and evolution.
These are different questions that produce different graph structures. The 12-step analysis of neural hardware should primarily be an OPERATIONAL analysis — what IS neural hardware, what are its primitives, how does it support cognitive information processing? The genealogical question (how ND creates it) is a bridge/edge analysis, not the domain analysis itself.
7. The proper domain structure for cognitive analysis
7.1 The SSA-derived structure
Applying the SSA pattern gives us:
Core SSA (the information substrate and its surface/ecosystem):
Cognitive substrate {Rp,Ct,As,Sq,Sy,Ev}
→ [~10 cognitive development mechanisms] →
Cognitive architecture {Kw,Sk,Dc,Pl,Co,Jd,Cr,Si,Id}
→ [~10 social transmission mechanisms] →
Cultural ecosystem {Pr,Ex,Tr,Dv,Cd,Gv,Te,Sc,Ct}
+ Context (physical + social environment)
+ Selection (cultural selection)
Realization spine (operational grounding to physics):
Cognitive substrate
↓ realized in
Neural computation (population codes, oscillatory dynamics, attractor states)
↓ runs on
Neural tissue (neurons, synapses, circuits, oscillations, metabolism, receptors)
↓ operates via
Electrochemistry (ion channels, action potentials, synaptic transmission)
↓ grounds in
Physics
Genealogical origin:
Biology → Organism architecture → [ND mechanism] → Neural tissue → [maturation + experience] → Cognitive substrate
7.2 Domains to analyze
For the cognitive information substrate, the domain analysis set is:
| # | Domain | Type | Primitives (provisional) | Status |
|---|---|---|---|---|
| 1 | Cognitive substrate | Information substrate | {Rp,Ct,As,Sq,Sy,Ev} — 6 | Analyzed (v1) |
| 2 | Cognitive architecture | Surface | {Kw,Sk,Dc,Pl,Co,Jd,Cr,Si,Id} — 9 | Analyzed (v1) |
| 3 | Cultural ecosystem | Community | {Pr,Ex,Tr,Dv,Cd,Gv,Te,Sc,Ct} — 9 | Analyzed (v1) |
| 4 | Neural tissue | Physical structure | {Nr,Sy,Cr?,Ol,Mb,Rc} — 5-6 | Sketched, needs full analysis |
| 5 | Neural computation | Operating dynamics | TBD — population codes, oscillatory dynamics, etc. | Not analyzed |
| 6 | Cognitive development bridge | Bridge (substrate → surface) | ~10 mechanisms | Analyzed (v1) |
| 7 | Social transmission bridge | Bridge (surface → ecosystem) | ~10 mechanisms | Analyzed (v1) |
| 8 | Neural-to-cognitive bridge | Bridge (neural → cognitive) | ~10 mechanisms sketched | Needs analysis |
| 9 | ND bridge | Genealogical bridge (organism → neural tissue) | ND mechanism | Analyzed as organism bridge |
7.3 What to analyze first
The question: can we do the neural hardware 12-step?
From the SSA overlay, "neural hardware" might actually be TWO domains:
- Neural tissue (physical structure — the ANATOMY)
- Neural computation (operating dynamics — the DYNAMICS)
But these two might also be ONE domain (if the dynamics are inseparable from the anatomy — which is the hardware/computing fusion hypothesis from the previous exploration).
Resolution approach: Start the 12-step analysis of neural hardware as ONE domain. If during step 3 (primitive extraction) we discover that the primitives naturally split into structural primitives and dynamic primitives that don't interact, THEN split into two domains. If they're deeply intertwined, keep as one.
The bio-electrochemical character means: the primitives of this domain will be biological structures that operate through electrochemistry. Not purely physical hardware, not purely computational dynamics, but BIOLOGICAL COMPUTATIONAL TISSUE — living structures whose biology and computation are inseparable.
7.4 The pattern check
Does the cognitive chain match the pattern from biology and entity system?
| SSA component | Biology | Entity system | Cognition |
|---|---|---|---|
| Substrate primitives | 6 | 6 | 6 ✓ |
| Surface primitives | 9 | 12 (revised) | 9 ✓ |
| Ecosystem primitives | 9 | 9 | 9 ✓ |
| Bridge mechanisms (sub→surface) | ~12 | ~12 | ~10 ✓ |
| Bridge mechanisms (surface→eco) | ~10 | ~10 | ~10 ✓ |
| Realization levels to physics | 2 | 2 | 2 (if neural computation is separate) or 1 (if fused) |
| Core triad | {G,T,R} | {E,I,T} | {Rp,Ct,Sy} ✓ |
| Evaluator determinism | Kd4-Full | Kd4-Full | SPLIT (Kd1-4) — distinctive |
| Selection | Multi-level | Early | Multi-level ✓ |
The pattern matches on substrate (6), surface (9), ecosystem (9), bridge counts (~10-12), and core triad structure. The distinctive feature is the split evaluator. The open question is realization levels (1 or 2 intermediate).
8. Conclusions for next steps
8.1 The graph structure is confirmed
The SSA pattern applies to cognition. The cognitive information substrate has:
- 6 substrate primitives, 9 surface primitives, 9 ecosystem primitives
- ~10 bridge mechanisms at each layer
- A core triad {Rp,Ct,Sy} with a split evaluator (Sy)
- Operational grounding through neural hardware to electrochemistry to physics
- Genealogical origin through biology → organism → ND → neural tissue
8.2 The genealogical/operational separation is essential
Just as we don't confuse "humans designed the entity system" with "the entity system runs on hardware," we shouldn't confuse "biology created neural hardware" with "cognition runs on neural hardware." The creation story and the operational story are different graphs.
For the neural hardware domain analysis, we're doing the OPERATIONAL analysis: what IS neural hardware, how does it support cognitive information processing?
8.3 The one-vs-two-level question resolves during analysis
Whether neural hardware is one domain (fused anatomy + dynamics) or two (neural tissue + neural computation) will resolve during the 12-step primitive extraction. Start with one domain; split if the primitives demand it.
8.4 The bio-electrochemical character is a domain-level feature
Neural hardware is BIOLOGICAL COMPUTATIONAL TISSUE. Its primitives are biological structures with electrochemical operations. This isn't a deficiency or complication — it's the domain's character. The primitives should capture both the biological and computational aspects without trying to separate them.
Referenced by the model
Cited as a source by 1 model record (browse the model census):
- ssa-overlay-three-substrates —
topologyssa-overlay/sc1