Abstract Bridge (Mediation Edge): Canonical Domain Analysis
Status: Canonical reference. Full analysis of the abstract bridge — what all mediation edges (realization bridges, coupling edges) have in common. Completes the abstract characterization of the SSA: abstract substrate describes encoding, abstract surface describes function, abstract ecosystem describes community, SSA describes topology, and this domain describes BRIDGE CONTENT.
Derived from: 14 concrete bridges across 3 chains (entity system, biology, cognition), plus landscape instances (Plan 9, Unix, Kubernetes, SQL, Git). Validated against all bridge types (substrate→surface, surface→ecosystem, lower substrate→substrate) and tested against non-mediation edges (enrichment, configuration, role-identification — does NOT apply).
Position in the topology: The abstract mirror at the bridge/mechanism level of the invariant topology. Connected to concrete bridges by role-identification edges.
Development history: Originally explored as "resource architecture" / "implementation architecture" — the structural concerns of namespaces, peer models, and SDK design. The domain analysis revealed these concerns are universal across ALL mediation edges, not specific to implementation. Moved from implementation_architecture_domain_analysis/ to this location. The implementation-specific exploration documents remain in the original directory as supporting analysis.
Terminology note: The primitives were originally named from OS/systems vocabulary (Addressing, Isolation, Lifecycle, Composition, Authority, Dispatch). Critical review (review-abstract-bridge-terminology-bias.md) identified that this biased the cross-domain mapping — "Authority" for enzyme regulation and "Dispatch" for hormonal signaling were anthropomorphisms. Revised to domain-neutral terms: {Reference, Boundary, Persistence, Composition, Selectivity, Transmission}. The structure (hub topology, pair weights, filter) doesn't change. Concrete domains will map these abstract concerns to their own vocabulary — tree paths for Reference in the entity system, molecular recognition for Reference in biology, language for Reference in cognition. The abstract names describe the STRUCTURAL ROLE, not the domain-specific implementation.
Step 1 — Information Gathering
1.1 What we're analyzing
The shared structure across all mediation edges — edges where one domain's primitives are translated, organized, or routed for consumption by another domain. In the SSA, this is the Mechanism (Mc) component: bridge machinery connecting encoding to surface.
1.2 Concrete bridges analyzed
Entity system chain (5 bridges, 6-12 mechanisms each):
- Physics → Hardware (operational): {Carrier, Field, Charge, Resonance, Dissipation, Coupling}
- Hardware → Computing: {Logic, Microarchitecture, Instruction Set, Control, I/O, Scheduling}
- Computing → Entity system: {Encoding, Hashing, Protocol, Persistence, Scheduling, Networking}
- Entity system → Application architecture: 12 extension mechanisms
- Application architecture → Digital ecosystem: {Deployment, API Publication, Open Sourcing, Package Distribution, Platform Participation, Standard Adoption, Data Sharing, User Acquisition, Community Formation, Versioning}
Biology chain (3+ bridges):
- Chemistry → Biology: ~12 molecular mechanisms
- Biology → Organism architecture: ~12 developmental mechanisms
- Organism architecture → Biological ecosystem: ~10 ecological mechanisms
Cognitive chain (4 bridges):
- Electrochemistry → Neural hardware: {Ion transport, Channel gating, AP propagation, Vesicle release, Receptor activation, Metabolic cycling}
- Neural hardware → Cognitive substrate: 10 mechanisms (Population Coding, Hebbian Learning, etc.)
- Cognitive substrate → Cognitive architecture: ~10 developmental mechanisms
- Cognitive architecture → Cultural ecosystem: ~10 social transmission mechanisms
Plus manufacturing bridges (chemistry → hardware fabrication, biology → neural development).
Total: 14 bridges across 3 chains. All given full or partial 12-step analysis in the methodology corpus.
1.3 What does NOT show this pattern
Enrichment edges (categorical base → physics): mathematical objects have no lifecycle, authority, or dispatch. Enrichment adds STRUCTURE, not organization. 1-2 of 6 concerns present.
Configuration edges (abstract → specific): selections of settings, not mediation. 0-2 of 6 concerns present.
Role-identification edges: mapping tables without mediation. 0 of 6 concerns.
Resource architecture is specific to edges involving MEDIATION — translation/organization of one domain's resources for another's consumption.
Step 2 — Landscape Analysis
2.1 The abstraction method
For each concrete bridge, identify what STRUCTURAL CONCERNS recur. Concerns appearing in ALL bridges are the abstract primitives. Concerns appearing in some bridges are bridge-specific.
2.2 The landscape across all 14 bridges
| Bridge | Mechs | How things are found | How contexts separate | How things persist | How pieces combine | Who controls access | How requests route |
|---|---|---|---|---|---|---|---|
| Physics→HW | 6 | EM field propagation | Dielectrics, shielding | Clock/dissipation | Circuit topology | Physical geometry | Carrier paths |
| HW→Computing | 6 | Memory address modes | Virtual memory | Process lifecycle | Instruction composition | Privilege rings | Interrupt dispatch |
| Computing→Entity | 6 | Content hashing + protocol | Peer isolation | Persistence layer | Message composition | Capability verification | Operation dispatch |
| Entity→App | 12 | Tree paths + types | Peer + cap scoping | History + emit | Extension composition | Cap delegation | Handler dispatch |
| App→Ecosystem | 10 | Registries + APIs | Semver + sandboxes | LTS + deprecation | Dependencies | Licenses | Service discovery |
| Chem→Biology | ~12 | Molecular recognition | Membranes | Metabolism | Complex assembly | Allosteric regulation | Catalytic cascades |
| Bio→Organism | ~12 | Developmental addressing | Tissue boundaries | Developmental stages | Organogenesis | Cell fate determination | Hormonal routing |
| Organism→Ecosystem | ~10 | Sensory ecology | Niche partitioning | Population dynamics | Symbiosis/food webs | Competition/territory | Predator-prey/signals |
| Electrochem→Neural | 6 | Channel distribution | Lipid membranes | Metabolic cycling | Synapse composition | Channel gating | AP propagation |
| Neural→CogSub | 10 | Population coding | Attentional selection | Hebbian learning | Oscillatory binding | Reward signaling | Predictive processing |
| CogSub→CogArch | ~10 | Language + categories | Attention + sleep | Memory consolidation | Chunking + schema | Executive function | Habit + goals |
| CogArch→Cultural | ~10 | Narrative + institutions | Governance + social | Teaching + archiving | Division of labor | Norms + governance | Bureaucracy + markets |
| Chem→HW (mfg) | 6 | Lithographic patterning | Oxide/etch | Process sequence | Layer deposition | Process recipes | Area routing |
| Bio→Neural (mfg) | ~6 | Axon guidance | Migration + myelin | Neurogenesis→pruning | Synaptogenesis | Molecular recognition | Positioning |
All six concerns present in all 14 bridges. No exceptions. The implementation machinery varies (silicon, molecules, neurons, social institutions) but the structural concerns are invariant.
Step 3/3b — Primitives and Partial Levels
3.1 The six primitives
1. Reference (Rf) — How targets are identified and located. The bridge's coordinate system for finding things.
- Structural minimality: without reference, nothing in the bridge can be found or targeted. ✓
- Compositional productivity: Rf + Bd = scoped reference. Rf + Tm = routed lookup. ✓
- Empirical recurrence: EM fields, memory modes, tree paths, molecular recognition, language, registries — all 14 bridges. ✓
| Level | Description | Instances |
|---|---|---|
| Rf0 | No reference | Direct physical contact only |
| Rf1 | Spatial/positional | Physical location (EM field reach, membrane proximity) |
| Rf2 | Structured | Hierarchical or typed references (file paths, receptor types, DNA sequences) |
| Rf3 | Content-derived | Reference determined by content (content hashing, molecular shape-matching) |
| Rf4 | Composite | Multiple reference schemes composed (tree paths + content hashes + type names) |
| Full Rf | Self-describing | Reference scheme is itself a referenceable resource (type definitions, gene regulatory networks) |
Phase transition: Rf2→Rf3. Below: references are assigned/positional — mutable pointers. Above: references are derived from content — identity is structural. Entity system's I-Full = Rf3+. Git content addressing = Rf3. DNA sequence = Rf3 (the sequence IS the reference). This transition changes the nature of identity itself.
In concrete domains: tree paths (entity system), molecular recognition (biology), language/categories (cognition), memory addressing modes (hardware), package registries (ecosystems).
2. Boundary (Bd) — What separates different contexts. Can range from hard (cryptographic) to soft (attentional) to physical (membrane).
| Level | Description | Instances |
|---|---|---|
| Bd0 | No boundary | Everything in one shared space |
| Bd1 | Spatial | Physical separation (dielectrics, membranes, distance) |
| Bd2 | Logical | Platform-enforced separation (virtual memory, user accounts, cortical columns) |
| Bd3 | Verified | Structurally or cryptographically verified (capabilities, molecular specificity, immune recognition) |
| Bd4 | Compositional | Boundaries that compose (peer networks, cellular compartments, federated identity) |
| Full Bd | Self-defining | Boundary definitions are themselves bounded resources (entity capability handlers, immune self/non-self) |
Phase transition: Bd2→Bd3. Below: boundaries enforced by platform — trust the runtime. Above: boundaries verified structurally — trust the mechanism. Entity capabilities = Bd3+. Immune recognition = Bd3.
In concrete domains: peer isolation (entity system), membranes (biology), attentional gating (cognition), virtual memory (hardware), namespaces (Kubernetes).
3. Persistence (Ps) — How things endure, change, and are renewed over time. The temporal dimension of bridge resources.
| Level | Description | Instances |
|---|---|---|
| Ps0 | No persistence management | Resources exist indefinitely, unmanaged |
| Ps1 | Manual | Explicit creation/deletion (file operations, protein synthesis) |
| Ps2 | Categorized | Different policies by category (FHS static/variable, protein half-life classes, XDG config/data/cache) |
| Ps3 | Versioned | History retained, previous states accessible (Git objects, entity history, memory reconsolidation) |
| Ps4 | Automated | Persistence managed by policy (K8s controllers, continuation chains, apoptosis, immune memory) |
| Full Ps | Self-managing | Persistence policies are themselves persistent resources (entity lifecycle handlers, gene regulatory networks) |
Phase transition: Ps2→Ps3. Below: resources change in place, old state lost. Above: every change preserved. Enables undo, audit, temporal queries. Entity history = Ps3+. Git = Ps3. DNA repair = biological Ps3.
In concrete domains: history extension (entity system), protein turnover (biology), memory consolidation (cognition), process lifecycle (computing), versioning (ecosystems).
4. Composition (Cm) — How separate pieces combine into larger wholes.
| Level | Description | Instances |
|---|---|---|
| Cm0 | No composition | Monolithic |
| Cm1 | Static | Combined at build/formation time (compiled code, assembled proteins) |
| Cm2 | Dynamic | Combined at runtime (plugins, receptor-ligand binding, mount) |
| Cm3 | Namespace-based | Composition through shared referenceable space (Plan 9 bind, entity extensions, metabolic pathways) |
| Cm4 | Cross-boundary | Composition across boundaries (cross-peer sync, symbiosis, federated services) |
| Full Cm | Self-composing | Composition rules are themselves composable resources (entity extensions as entities, gene regulatory cascades) |
Phase transition: Cm2→Cm3. Below: composition is linking pieces. Above: composition is through shared NAMESPACE — what you can reference is what you can compose with. Entity extensions compose by operating on the shared tree.
In concrete domains: extension composition (entity system), organelle/complex assembly (biology), chunking/schema (cognition), namespace composition (Plan 9), dependency management (ecosystems).
5. Selectivity (Sl) — What controls whether interactions occur. Ranges from binary gating (capability yes/no) to continuous regulation (enzyme kinetics) to graded weighting (attention priority).
| Level | Description | Instances |
|---|---|---|
| Sl0 | No selectivity | All interactions occur freely |
| Sl1 | Physical | Selectivity by physical reachability (EM field range, membrane permeability) |
| Sl2 | Role-based | Categories determine interaction (Unix groups, cell type identity, social roles) |
| Sl3 | Structural | Structural fit determines interaction (capabilities, molecular lock-key, voltage threshold) |
| Sl4 | Delegatable | Selectivity criteria that can be transferred (entity delegation chains, immune memory, institutional authority) |
| Full Sl | Self-governing | Selectivity rules are themselves selectively governed resources (entity capability handlers, constitutional governance, gene regulation of regulators) |
Phase transition: Sl2→Sl3. Below: selectivity by assigned category. Above: selectivity by STRUCTURAL FIT — the credential/molecule/signal must structurally match. Entity capabilities = Sl3+. Ion channel gating = Sl3. Molecular lock-key = Sl3. The mechanism varies (binary in computing, continuous in biology, graded in cognition) but the structural-fit principle is shared.
In concrete domains: capability grants (entity system), allosteric regulation (biology), executive function/reward signaling (cognition), privilege rings (hardware), licensing (ecosystems).
6. Transmission (Tm) — How signals, information, or processing reach their destinations. Includes specific routing (handler dispatch), broadcast (hormonal signaling), and temporal sequencing (cognitive processing order).
| Level | Description | Instances |
|---|---|---|
| Tm0 | No transmission | Direct fixed connections only |
| Tm1 | Static | Fixed paths (hardwired circuits, constitutive gene expression) |
| Tm2 | Pattern-based | Routing by pattern/address (URL routing, entity longest-prefix, receptor specificity) |
| Tm3 | Content-based | Routing by content/type (entity type handlers, allosteric regulation, MIME dispatch) |
| Tm4 | Cross-boundary | Transmission across boundaries (cross-peer origination, hormonal broadcast, service mesh) |
| Full Tm | Self-routing | Transmission rules are themselves transmitted resources (handler handlers, gene regulatory networks) |
Phase transition: Tm2→Tm3. Below: routing by destination/pattern. Above: routing by WHAT the content IS — the content type determines the destination. Entity type-driven dispatch = Tm3. Allosteric regulation = Tm3.
In concrete domains: handler dispatch (entity system), signal transduction/hormonal signaling (biology), habit formation/predictive processing (cognition), interrupt dispatch (hardware), service discovery (ecosystems).
3.2 Stability
The 3/3b loop was run across 14 bridges. No primitive needed splitting (each concern is unitary across all instances) or merging (each concern is distinct — no pair collapses). The original "Naming" was renamed to "Addressing" to cover non-symbolic instances (EM field propagation, molecular recognition) where "naming" was misleading.
Primitive set stable at 6: {Rf, Bd, Ps, Cm, Sl, Tm}.
Step 4 — Dependencies
Rf → Bd (boundaries require distinguishable things — reference provides identity)
Rf → Ps (persistence applies to referenceable resources)
Rf → Cm (composition combines referenceable things)
Rf → Tm (transmission routes to referenceable targets)
Bd → Sl (selectivity controls crossing boundaries)
Hub: Reference (Rf). Everything depends on it.
Rf → Bd → Sl
→ Ps
→ Cm
→ Tm
Filter
2^6 = 64 subsets. Coherent: Rf required for {Bd, Ps, Cm, Tm}. Bd required for Sl.
Without Rf: only {} = 1. With Rf, without Bd: subsets of {Ps, Cm, Tm} = 2^3 = 8 (including {Rf} alone). With Rf+Bd, without Sl: {Rf,Bd} + subsets of {Ps, Cm, Tm} = 8. With Rf+Bd+Sl: {Rf,Bd,Sl} + subsets of {Ps, Cm, Tm} = 8.
Total: 1 + 8 + 8 + 8 = 25.
(R2) Filter: 25/64 = 39.1%. Surface-like looseness. The loosest abstract domain analyzed. This is consistent: bridges connect to surfaces and accommodate surface-level variability. Compare: abstract substrate 12.5%, abstract surface ~30%, abstract ecosystem 7.2%, SSA 10.9%.
Step 5-6 — Pair Analysis
C(6,2) = 15 pairs.
| # | Pair | Load | Evidence |
|---|---|---|---|
| 1 | Rf-Bd | HEAVY | Scoped reference. Per-process namespaces, per-peer trees, membrane compartments, cortical columns. REFERENCE + BOUNDARY is the most recurring bridge concern across all 14. |
| 2 | Rf-Ps | HEAVY | Persistence-categorized reference. FHS static/variable, XDG categories, entity system/storage/temp, protein half-life classes. Every namespace convention IS Rf-Ps composition. |
| 3 | Rf-Cm | HEAVY | Reference-based composition. Plan 9 bind/mount, entity extension composition, metabolic pathway composition, neural circuit assembly. Composition IS referenced combination. |
| 4 | Rf-Tm | HEAVY | Referenced transmission. URL routing, entity longest-prefix, molecular recognition → signaling cascade. Transmission routes TO referenced targets. |
| 5 | Bd-Sl | HEAVY | Boundary + selectivity = security/gating. Capabilities, permissions, molecular specificity, channel gating, immune recognition. Every access control model in every bridge. |
| 6 | Rf-Sl | Medium | Reference-scoped selectivity. Works through Bd mostly, but direct in content-derived cases. |
| 7 | Bd-Ps | Medium | Boundary affects persistence (per-peer state, per-cell protein sets). |
| 8 | Bd-Cm | Medium | Composing across boundaries (cross-peer sync, symbiosis, federated services). |
| 9 | Bd-Tm | Medium | Transmission across boundaries (cross-peer origination, hormonal broadcast). |
| 10 | Ps-Cm | Medium | Composing things with different persistence (versioned dependencies, developmental timing). |
| 11 | Cm-Sl | Medium | Selectivity over composition (who can extend, which molecules assemble). |
| 12 | Cm-Tm | Medium | Transmission through composed structures (union directory routing, metabolic flux). |
| 13 | Sl-Tm | Medium | Selective transmission (capability-scoped execution, immune-validated response). |
| 14 | Ps-Sl | Light | Selectivity over persistence (who can delete, degradation signals). |
| 15 | Ps-Tm | Light | Transmission lifecycle (handler registration/deregistration, receptor expression). |
Heavy: 5/15 (33%). Hub: Rf (4 heavy). Anchor pair: Rf-Bd.
Step 7-8 — Sub-Lattice and Walks
25 coherent subsets. Filter 39.1%.
Build-up walks correspond to different system design philosophies:
- Plan 9 path: {} → Rf → Rf+Cm → Rf+Cm+Tm → ... (reference and composition first)
- Unix path: {} → Rf → Rf+Bd → Rf+Bd+Sl → ... (reference and boundary first)
- Entity system path: {} → Rf → Rf+Tm → Rf+Bd+Tm → ... (reference and transmission first)
- Kubernetes path: {} → Rf → Rf+Ps → Rf+Bd+Ps → ... (reference and persistence first)
- Biology path: {} → Rf → Rf+Bd → Rf+Bd+Cm → ... (reference and membrane boundaries first)
Each path corresponds to a real system's core insight. All converge to the full set.
Step 9 — Load-Bearing Compositions
Hub-dominated star topology
No core triad with all three pairs heavy. Addressing dominates: 4 of 5 heavy pairs include it. The single non-Ad heavy pair is Is-Au (security).
Structure:
Ps
|
Cm —— Rf —— Bd —— Sl
|
Tm
Star topology. Reference at center, four heavy arms, Selectivity hanging off Boundary.
Key compositions
{Rf, Bd, Cm} — Namespace Architecture. How referenced resources in bounded contexts compose. Plan 9's core. Entity extension model. Cellular compartmentalization.
{Rf, Bd, Sl} — Access Model. How referenced resources across bounded contexts are selectively gated. Capabilities, permissions, molecular specificity, immune recognition.
{Rf, Tm, Ps} — Service Lifecycle. How referenced, transmitted resources persist over time. K8s service model. Entity handler lifecycle. Receptor expression patterns.
{Rf, Bd, Cm, Sl} — Full Mediation Model (quad). Referenced, bounded, composed, selectively gated resources — the complete mediation concern set minus temporal (Ps) and transmission (Tm).
Step 10 — Emergent Properties
From Rf + Bd: scoped namespaces, multi-tenant safety, per-peer views, membrane compartmentalization. From Rf + Ps: persistence-categorized reference, temporal state separation, versioned resources. From Rf + Cm: composed namespaces, extension systems, metabolic networks, neural circuits. From Rf + Tm: pattern-based transmission, service discovery, molecular signaling, predator-prey targeting. From Bd + Sl: security boundaries, capability systems, immune recognition, cell fate determination. From full set: self-describing systems where all six concerns are resources within the system (entity system at full elaboration, living cells, mature institutions).
Step 11 — Structural Patterns
Pattern 1: Hub-dominated star
Addressing dominates with 4/5 heavy pairs. Same pattern seen in entity system substrate (E dominates) and Layer 4 applied analysis (Mn dominates). Hub-dominated structures appear when one primitive is the MEDIUM through which all others operate.
Pattern 2: Self-referential at Full levels
Every primitive at Full level is self-referential — addressing addresses itself, authority authorizes itself. This is the entity system's self-description pattern. Not all domains have this (biology's Full levels aren't self-referential). Domains WITH this property can describe their own organization — a hallmark of information substrates and their bridges.
Pattern 3: Concern differentiation by bridge position
Lower bridges (6 mechanisms) bundle the 6 concerns. Higher bridges (10-12 mechanisms) separate them. The number of bridge mechanisms correlates with concern differentiation. Testable prediction.
Pattern 4: Constructive vs operative mode
Manufacturing bridges (one-time fabrication) use the six concerns in constructive mode (reference = "where to put," selectivity = "what recipe to follow"). Operational bridges use them in operative mode (reference = "how to find," selectivity = "who can access"). Same concerns, different engagement mode.
Pattern 5: Evaluator determinism (Kd) determines bridge crispness
The mapping confidence for Selectivity and Transmission correlates with the substrate's evaluator determinism:
| Substrate Kd | Selectivity character | Transmission character | Mapping confidence |
|---|---|---|---|
| Kd4 (deterministic) — entity system, biology ribosome | Binary gating (capability yes/no, molecular fit yes/no) | Specific routing (handler dispatch, signal transduction cascade) | HIGH — mechanisms are crisp |
| Kd1-4 split — cognition | Graded weighting (attention priority, relevance scoring) | Diffuse/broadcast (associative spread, temporal sequencing) | MODERATE — mechanisms are continuous |
| Kd1-2 (conventional) — cultural ecosystem | Social/normative (reputation, institutional authority) | Broadcast/market (social signals, price mechanisms) | MODERATE — mechanisms are negotiated |
Hard substrates (Kd4) produce bridges where selectivity IS binary and transmission IS specific — because the evaluator deterministically translates encoding into function, creating crisp structural boundaries. Soft substrates (Kd1-2) produce bridges where selectivity IS graded and transmission IS diffuse — because the evaluator introduces variability, softening boundaries and spreading transmission.
This is a testable prediction: for any substrate at a given Kd level, the bridge's selectivity and transmission mechanisms should show corresponding crispness. A Kd2 substrate should have bridges with mostly-reliable-but-noisy selectivity and mostly-directed-but-diffuse transmission. Which is exactly what cognitive bridges show.
The four HIGH-confidence primitives (Reference, Boundary, Persistence, Composition) don't show this Kd-dependence — they manifest crisply regardless of evaluator determinism. It's specifically the CONTROL primitives (Selectivity, Transmission) that soften with softer evaluators. This makes structural sense: control mechanisms are the most sensitive to evaluator fidelity.
Step 12 — Position in the Methodology
12.1 Where it fits
Abstract bridge completes the SSA's abstract characterization:
| SSA component | Abstract domain | Primitives |
|---|---|---|
| Encoding (En) | Abstract information substrate | 6: {En,St,Ev,Dr,Op,Bd} |
| Mechanism (Mc) | Abstract bridge | 6: {Rf,Bd,Ps,Cm,Sl,Tm} |
| Surface (Sf) | Abstract surface | 7+2: {St,Or,Rg,Pr,Ac,Pt,Ex,[Rs],[Gn]} |
| Community (Cm) | Abstract ecosystem | 9: {Pd,Tf,Cy,Dv,In,Rg,Sp,Tp,Ct} |
| SSA topology | SSA | 7: {En,Vr,Mc,Sf,Cx,Cm,Se} |
12.2 Edge types: applies only to mediation edges
Realization: FULL (14/14). Coupling: FULL (6/6 concerns). Feedback/Selection: partial (3-4/6). Enrichment/Configuration/Role-ID: NOT applicable.
12.3 Scope of applicability
Applies to ANY bridge between domains where one domain's resources are organized for another's consumption. Not limited to information substrates — the pattern appears in biological, cognitive, digital, and social bridges. The abstract bridge framework is GENERAL, not domain-specific.
Summary
The six primitives of abstract bridge
| # | Primitive | Abbrev | What it is | Confidence |
|---|---|---|---|---|
| 1 | Reference | Rf | How targets are identified and located | HIGH across all domains |
| 2 | Boundary | Bd | What separates different contexts (hard, soft, or graded) | HIGH across all domains |
| 3 | Persistence | Ps | How things endure, change, and are renewed over time | HIGH across all domains |
| 4 | Composition | Cm | How separate pieces combine into wholes | HIGH across all domains |
| 5 | Selectivity | Sl | What controls whether interactions occur (binary, continuous, or graded) | HIGH for OS/biology; MODERATE for cognition |
| 6 | Transmission | Tm | How signals/information reach their destinations (specific, broadcast, or sequential) | HIGH for OS; MODERATE for biology/cognition |
Structural signature
- Hub: Reference (Rf, 4 heavy pairs) — star topology
- Anchor pair: Rf-Bd (reference + boundary = scoped reference / namespace architecture)
- Filter: 39.1% (25/64) — loosest abstract domain (accommodates surface variability)
- Heavy pairs: 5/15 (33%): Rf-Bd, Rf-Ps, Rf-Cm, Rf-Tm, Bd-Sl
- No core triad — hub-dominated star rather than triad-based
- Confirmed across: 14 realization bridges, 3 chains, + coupling edges
- Does NOT apply to: enrichment, configuration, or role-identification edges
- Mapping confidence: 4 primitives map at HIGH confidence across all domains; 2 (Selectivity, Transmission) map at MODERATE confidence for biology/cognition because the mechanisms are broader than the computing originals. See
review-abstract-bridge-terminology-bias.mdfor full assessment.