91 KiB
Neural and Neural-Like Encoding Schemes Index
Research Stack Documentation
Date: 2026-05-02
Status: Comprehensive survey of all neural encoding formalisms
Table of Contents
- 1. Biological Neural Encoding Schemes
- 2. Geometric/Shape-Based Encoding
- 3. Compression-Based Encoding
- 4. Morphic/Routing Neural Networks
- 5. Neural Field Dynamics
- 6. Brain Box Descriptor (BBD)
- 7. Human Neural Compression Verification
- 8. Neural Coding Topology Analysis
- 9. Cross-Reference Index
- 10. Related Mathematical Models
- 11. File Locations Summary
- 12. Integration Notes
- 13. Plant Information Exchange
- 14. Animal Information Exchange
- 15. Fungi and Microbial
- 16. Cellular and Subcellular
- 17. Bioelectric Pattern Memory
- 18. Cross-Domain Comparison
- 19. Integration with Neural Encoding
- 20. Open Research Directions
- 21. File Locations (Expanded)
- 22. External References
- 23. Intracellular Communication
- 23.1 Calcium Signaling
- 23.2 Second Messengers
- 23.3 Kinase Cascades
- 23.4 Nuclear Transport
- 23.5 Motor Proteins
- 23.6 Vesicle Trafficking
- 23.7 Gene Regulatory Networks
- 23.8 Metabolic Networks
- 23.9 Autophagy
- 23.10 Unfolded Protein Response
- 23.11 DNA Damage Response
- 23.12 Cross-Organellar Hub
- 23.13 Potential Lean Modules
- 23.14 Additional Mechanisms
- 24. Final Expanded Index
Overview
This document catalogs all neural and neural-like encoding schemes found within the Research Stack, spanning from biological neural coding to abstract morphic neural networks. Each encoding scheme is categorized by its domain, mathematical foundation, and implementation status.
1. Biological Neural Encoding Schemes
1.1 Human Neural Compression Pipeline
Location: 0-Core-Formalism/lean/Semantics/Semantics/HumanNeuralCompression.lean
A 4-layer compression pipeline for human-scale neural state encoding:
| Layer | Name | Compression | Error Rate | Preserved Info |
|---|---|---|---|---|
| 1 | Kernel Delta Extraction | 50x | 0.2% | 99.8% |
| 2 | Genetic Codon Encoding | 12x | 0.25% | 99.75% |
| 3 | Delta GCL Compression | 3x | 0.1% | 99.9% |
| 4 | Swarm Composition | 7x | 0.3% | 99.7% |
Total Compression: 12,600x (theoretical), 800-2000x (effective with sparsity) Target: Compress 1 PB human brain state to 300-800 GB
Key Features:
- Q16_16 fixed-point arithmetic throughout
- Combinatorial precision tiers (Q0.8, Q0.16, Q0.32, Q0.64)
- Topological persistence preservation (bottleneck distance bounds)
- Glymphatic pump phase-aware compression windows
- Cell snowball constraints for biohybrid spheroids
- Electron orbital quantum transport constraints
1.2 Neuron-as-Kernel Encoding
Location: docs/papers/NEURON_AS_KERNEL_ENCODING.md
Core Inversion: Treats each neuron as a local nano-kernel rather than a graph node.
Old: organism = one kernel running many neurons
New: organism = kernel swarm, each neuron = local nano-kernel
NeuronKernel Structure:
local_state: membrane_potentialinput_ports: synaptic_inputsoutput_ports: synaptic_outputsthreshold_law: firing_conditionplasticity_rule: learning_mechanismmetabolic_budget: energy_constrainttiming_phase: oscillation_phasescar_memory: long_term_depressionbasin_memory: attractor_statedelta_receipt: verification_proof
Mathematical Formulation:
K_i: S_i × I_i × B × E × M_i → S_i × Δ_i
Organism(t+1) = ⨁_{i=1}^{n} K_i(Organism(t))
1.3 Cephalopod Distributed Neural Architecture
Location: docs/neuroscience/CEPHALOPOD_DISTRIBUTED_NEURAL.md
Models non-hierarchical intelligence found in octopuses and squid.
Key Models:
| Model | Equation | Purpose |
|---|---|---|
| Local Autonomy Weight | w_local = γ · (1 - s_central) |
Arm decision autonomy |
| Arm Consensus | consensus = Σ_i (w_i · state_i) / Σ w_i |
Distributed coordination |
| Sensory Integration | sensory_map = ⊕_j local_sensory_j |
XOR-based fusion |
| Neuron Density | ρ_peripheral = 0.67 · N_total |
67% peripheral distribution |
Architecture:
- 67% neurons in arms (peripheral), 33% central
- Semi-autonomous arm decision-making
- XOR-based sensory fusion without central bottleneck
- Resilient to central brain damage
1.4 Spiking Dynamics Framework
Location: 0-Core-Formalism/lean/Semantics/Semantics/SpikingDynamics.lean
Comprehensive spiking neural network formalism with physical regime integration.
Core Types:
SpikePolarity: excitatory, inhibitory, modulatorySpikingRegime: quiescent, integrating, firing, refractory, oscillatory, gatedSpikeEvent: eventId, originNodeId, intensity, polarity, temporalOrderSynapticGate: gain, delay, openThreshold, polarityMembraneState: potential, threshold, leak, refractoryLevel, recovery, coherence
Hook System:
ElectromagneticHook: EM coupling for spike events (WiFi, optical)TemporalHook: temporal regime admissibilityRegionHook: spatial region constraints
1.5 Spike Synchronization (TVI Framework)
Location: 0-Core-Formalism/lean/Semantics/ExtensionScaffold/Temporal/SpikeSync.lean
Maps neural spike trains into the Temporal Variant Index (TVI) framework.
Core Structures:
SpikeEvent: (neuron, time) pairsSpikeTrain: list of events over fixed neuron countCoarseGrain: time binning and jitter tolerance for synchronization
Operations:
quantizeTime: temporal discretizationcoarseTrain: train aggregationspikeTvi: TVI distance between spike trainsspikeSyncAdmissible: admissibility check using TVI policy
2. Geometric/Shape-Based Encoding Schemes
2.1 Pyramid Spike Shape Encoding
Location: data/swarm_pyramid_spike_encoding_data_model.json
Encodes neural spike properties as geometric pyramid parameters.
Encoding Mapping:
| Spike Property | Pyramid Parameter | Formula |
|---|---|---|
| Amplitude | Height | A = α·h |
| Duration | Base Width | D = β·w |
| Rise Time | Slope | τ_rise = γ·tan(θ) |
| Temporal Offset | Apex Position | Δt = δ·√(x²+y²) |
| Phase | Rotation | Φ = ε·φ |
| Symmetry | Aspect Ratio | S = ζ·AR |
Information Theory:
- Encoding capacity: ~70 bits
- Spike entropy: ~4 bits
- Overcomplete ratio: 17.5x (enables error correction)
Mathematical Structure:
- Encoding function:
E: ℝ⁶ → ℝ⁷(6D spike → 7D pyramid) - Decoding function:
D: ℝ⁷ → ℝ⁶ - Information preservation:
D(E(s)) = s
3. Compression-Based Encoding Schemes
3.1 Neural Delta GCL Compression
Location: docs/papers/NEURAL_COMPRESSION_ON_DELTA_GCL.md
Two-stage compression: Delta GCL (rule-based) + Neural VAE (learned).
Architecture:
raw metadata → DeltaGCL → VAE encoder → latent z → VAE decoder → verify → commit
VAE Specifications:
- Input: Delta GCL sequence (max 1024 tokens)
- Encoder: 6 Transformer layers, 8 attention heads
- Latent: 64-dimensional compressed representation
- Decoder: 6 Transformer layers, 8 attention heads
Compression Ratios:
- Delta GCL: 92-99% reduction
- Neural layer: Additional 50-70% on Delta GCL output
- Combined: 96-99.7% total reduction
Field Equation:
q_θ(z|x) = N(μ_θ(x), diag(σ²_θ(x)))
z = μ_θ(x) + σ_θ(x) ⊙ ε, ε ~ N(0, I)
x̂ = g_φ(z)
L = D(x, x̂) + β · KL(q_θ(z|x) || N(0, I))
3.2 Minimum Neural Compression
Location: 0-Core-Formalism/lean/Semantics/MinimumNeuralCompression.lean
Standalone calculation for minimum compression ratios.
Constraints:
- Human brain: ~86 billion neurons, ~10¹⁵ synapses
- Uncompressed state: ~1 PB (10⁶ GB)
- Target compressed: 300-800 GB
Ratios:
- Minimum compression: 1,250x
- Ideal compression: 3,333x
- Sparsity-adjusted (15% active): 187x
4. Morphic/Routing Neural Networks
4.1 Morphic Neural Network (MNN)
Location: 0-Core-Formalism/lean/Semantics/Semantics/MorphicNeuralNetwork.lean
Low-level adaptive routing between LUT admission and GCL codons.
Finite Types:
RoutingAction: local, atlas, rejectOperationGoal: health, attest, compress, route, recoverRoutingReason: localTrusted, localVerified, deferToAtlas, recoveryDefer, insufficientMemory, unsatisfiable
Structures:
NodeState: memoryBudget, memoryUsed, cpuLoad, recoveryMode, trustScore, uptimeCarrierMetrics: shell, latency, lossRate, bandwidth, encryptedRoutingDecision: action, gclCodon, cost, reason
Routing Logic:
- Goal extraction from scalar domain
- Constraint checking (memory, trust, carrier)
- Cost-aware path selection (energy, time, bandwidth)
- Recovery mode handling
4.2 MNN Routing Specification
Location: docs/specs/MORPHIC_NEURAL_NETWORK_ROUTING_SPEC.md
Detailed specification for the Morphic Neural Network routing layer.
Position in Stack:
surface shell → scale-invariant 1D scalar → LUT admission → MNN routing → GCL codon/action
Design Principles:
- Morphic (not static): Topology reshapes based on manifold state
- Goal-aware: Scalar encodes operation goal
- State-constrained: Sees actual resource state
- Carrier-agnostic: Works across UDP/Ethernet/onion/serial/IPv923U
- Cost-aware: Minimizes energy, time, bandwidth
5. Neural Field Dynamics
5.1 Amari Neural Field Equations
Location: 0-Core-Formalism/lean/Semantics/Semantics/Extensions/NeuralFieldDynamics.lean
Continuous neural population activity formalism.
Equations:
1. Neural Potential Update:
tau * du/dt = -u + ∫ w(x,y)f(u(y,t))dy + I(x,t)
2. Mexican Hat Kernel:
w(x) = A·exp(-x²/2σ₁²) - B·exp(-x²/2σ₂²)
Models short-range excitation and long-range inhibition.
3. Sigmoid Activation:
f(u) = 1 / (1 + exp(-beta * (u - h)))
5.2 Neural Trophic Swimming Dynamics
Location: 0-Core-Formalism/lean/Semantics/Semantics/Extensions/NeuralTrophicSwimmingDynamics.lean
Couples neural field dynamics with biologically-inspired swimming motion.
6. Brain Box Descriptor (BBD)
Location: 0-Core-Formalism/lean/Semantics/Semantics/BrainBoxDescriptor.lean
Information-conservative processing unit with fixed-point bounds.
Structure:
structure BBD where
name : String
compressionRatio : Q16_16
errorRate : Q0_16
preservedInfo : Q0_16
Composition Operator: ><> (fish operator)
Pipeline:
KernelDeltaExtraction ><> GeneticCodonEncoding ><> DeltaGCLCompression ><> SwarmComposition
Theorems:
pipelineCompressionAchievesTarget: >= 800x compressionpipelineErrorBelowOnePercent: Total error < 1%composeAssoc: Associativity of composition
7. Human Neural Compression Verification
Location: 0-Core-Formalism/lean/Semantics/Semantics/HumanNeuralCompressionVerification.lean
Formal verification witnesses for the 4-layer compression pipeline.
Verification Theorems:
- Layer error within 6.5σ budget (≤ 0.5%)
- Total compression ratio achieves target (≥ 800x)
- Total error rate below 1% (99%+ preservation)
- Topological persistence within budget
- Pump phase windows within empirical bounds
- Snowball growth respects diffusion limits
- Electron orbital loads respect quantum constraints
8. Neural Coding Topology Analysis
Location: out/neuron_coding_topology_report.md
Analysis of human neuron coding patterns for morphic topology efficiency.
Coding Patterns Identified:
- Spike Timing Coding (95.0 significance)
- Rate Coding (90.0 significance)
- Population Coding (95.0 significance)
- Temporal Coding (90.0 significance)
- Efficient Computation (95.0 significance)
Improvement Factors:
- Extreme Efficiency: 2.0x
- Parallel Processing: 1.5x
- Adaptive Plasticity: 1.5x
- Temporal Precision: 1.3x
- Distributed Computation: 1.5x
- Energy Efficiency: 2.0x
- Total Multiplier: 17.55x
9. Cross-Reference Index
By Domain
| Domain | Schemes |
|---|---|
| Biology | HumanNeuralCompression, Neuron-as-Kernel, Cephalopod, SpikingDynamics |
| Geometry | PyramidSpikeEncoding |
| Information Theory | Neural Delta GCL, MinimumNeuralCompression |
| Routing | MorphicNeuralNetwork, MNN Routing Spec |
| Physics | NeuralFieldDynamics, SpikeSync |
By Implementation Status
| Status | Schemes |
|---|---|
| Formal (Lean) | HumanNeuralCompression, SpikingDynamics, SpikeSync, MNN, NeuralFieldDynamics, BBD |
| Specification | Neuron-as-Kernel, Cephalopod, MNN Routing Spec, Pyramid Spike |
| Analysis Report | Neural Coding Topology |
By Fixed-Point Precision
| Precision | Usage |
|---|---|
| Q0_8 | Wire-protocol deltas (1 byte) |
| Q0_16 | Default dimensionless scalars (probabilities, confidence) |
| Q16_16 | Measurements with units (GB, seconds, Hz) |
| Q0_32 | Intermediate arithmetic |
| Q0_64 | 6.5σ tail events only |
10. Related Mathematical Models
Registered in MATH_MODELS_UNIVERSAL.json:
| Model ID | Name | Family |
|---|---|---|
| 711 | Local_Autonomy_Weight | Cephalopod Distributed |
| 712 | Arm_Consensus | Cephalopod Distributed |
| 713 | Distributed_Sensory_Integration | Cephalopod Distributed |
| 714 | Peripheral_Neuron_Density | Cephalopod Distributed |
11. File Locations Summary
docs/papers/
├── NEURAL_COMPRESSION_ON_DELTA_GCL.md
├── NEURON_AS_KERNEL_ENCODING.md
└── NEURON_KERNEL_MAXIMAL_COMPRESSION.md
docs/neuroscience/
└── CEPHALOPOD_DISTRIBUTED_NEURAL.md
docs/specs/
└── MORPHIC_NEURAL_NETWORK_ROUTING_SPEC.md
0-Core-Formalism/lean/Semantics/
├── MinimumNeuralCompression.lean
└── Semantics/
├── BrainBoxDescriptor.lean
├── HumanNeuralCompression.lean
├── HumanNeuralCompressionVerification.lean
├── MorphicNeuralNetwork.lean
├── SpikingDynamics.lean
└── Extensions/
├── NeuralFieldDynamics.lean
└── NeuralTrophicSwimmingDynamics.lean
0-Core-Formalism/lean/Semantics/ExtensionScaffold/Temporal/
└── SpikeSync.lean
data/
├── swarm_pyramid_spike_encoding_data_model.json
└── swarm_pyramid_spike_shape_encoding_review.json
out/
└── neuron_coding_topology_report.md
12. Integration Notes
All neural encoding schemes integrate with:
- Delta GCL: For compression and verification
- Triumvirate Clock: Builder-Judge-Warden for encoding validation
- ENE: Distributed credential and state management
- Topological Storage: Google Drive for persistent neural state
- Fixed-Point Arithmetic: Q16_16/Q0_16 throughout for hardware extraction
13. Plant Information Exchange Schemes
13.1 Volatile Organic Compound (VOC) Signaling
Source: Internet of Plants survey (arXiv:2509.08434)
Aboveground chemical communication via volatile organic compounds.
Transmitter Model:
dC/dt = v_max · s(t)^w / (c^w + s(t)^w) - k_d · C(t) + g(t)
v_max: maximum transcription rates(t): stress input (herbivory, drought, heat, salinity)w: regulation constantc: transcriptional delayk_d: degradation rateg(t): degradation dynamics
Modulation Schemes:
- Concentration Shift Keying (CSK): Information encoded in single VOC concentration
- Ratio Shift Keying (RSK): Information encoded in blend ratios
- Emission onset/termination:
τ_b,τ_e(pulse duration modulation)
Channel Model:
- Advection-diffusion-reaction Green function
- Wind-driven advection + molecular diffusion + chemical reaction
- Successful reception confirmed at distances up to 50 cm
- Blend integrity vulnerable to chemical changes (information corruption)
Reception:
- Uptake through stomata and cuticle
- Triggers priming and activation of defense-related pathways
- Single VOC detection: concentration exceeds background
- Blend detection: composition and ratios
13.2 Mycorrhizal Network Communication ("Wood Wide Web")
Source: Internet of Plants survey (arXiv:2509.08434)
Underground fungal-mediated plant-to-plant communication.
Network Architecture:
- Fungal types: ectomycorrhizal (ECM), ericoid (ERM), arbuscular (AM)
- AM/ECM extraradical mycelia: 10-100 meters hyphae per gram soil
- Extension: hundreds of meters per meter of root length
Communication Mechanisms:
- VOC Transport: Root-emitted VOCs → fungal uptake → hyphal transport → hormonal response in neighbors
- Electropotential Waves: System potentials, action potentials, variation potentials propagate rapidly across tissue boundaries
- Nutrient Trading: Carbon, phosphate, nitrogen, micronutrient transfer between species
Information Transfer:
- Warning signals transmitted 24 hours after transmitter stress
- Direction and magnitude of nutrient flow controlled by unknown factors
- Role of fungi: passive relay or active regulation/amplification unclear
Mother Tree Phenomenon:
- Older "hub trees" actively send carbon to shaded saplings
- Includes their own offspring (kin recognition)
- Provides energy for growth in resource-limited environments
13.3 Plant Electrical Signaling
Source: Internet of Plants survey (arXiv:2509.08434)
Faster-than-chemical intra-organismal and inter-plant electrical communication.
Signal Types:
| Signal | Trigger | Amplitude | Propagation |
|---|---|---|---|
| Action Potential (AP) | Non-damaging stimuli (cooling, touch) | All-or-nothing | Active ion transport |
| Variation Potential (VP) | Harmful stimuli (heat, crushing) | Scales with stimulus | Passive convective diffusion |
| System Potential (SP) | Mild chemical/physical perturbation | Stimulus-dependent | H+-ATPase activation |
Channel Model (Cable Equation):
∂V/∂t = (1/(r_i · C_m)) · ∂²V/∂x² - V/(r_m · C_m)
r_i: axial resistance per unit length (Ω/m)r_m: membrane resistance per unit length (Ω·m)C_m: membrane capacitance per unit length (F/m)- Electrotonic length constant:
λ = √(r_m / r_i)
Hodgkin-Huxley Adaptation:
- Ca²⁺, Cl⁻, K⁺ ion channels
- Nonlinear feedback producing self-regenerating potentials
- VPs traverse xylem vessels via wound signals + hydraulic waves
Cross-Species Communication:
- Electrical signals transmitted between different plant species
- Effectiveness and functional implications still unknown
13.4 Belowground Root Exudate Signaling
Source: Internet of Plants survey (arXiv:2509.08434)
Chemical communication through rhizosphere diffusion.
Mechanism:
- Roots release VOCs into rhizosphere
- Diffusion to neighboring plants and back to emitter
- Influences: neighboring plant behavior, emitter self-regulation
Channel Characteristics:
- Soil as medium: affects diffusion, degradation
- Microbial interaction: bacteria/fungi modify signal compounds
- Distance-dependent attenuation
13.5 Plant Acoustic Communication
Source: Internet of Plants survey (arXiv:2509.08434)
Sound-based stress signaling (emerging field).
Properties:
- Plants emit sounds under stress (drought, damage)
- Frequency patterns encode stress type and severity
- Range: short-distance (near-field acoustic coupling)
- Detection: specialized microphones, ultrasonic sensors
ICT Model:
- Transmitter: vibrating plant tissues under stress
- Channel: air/soil acoustic propagation
- Receiver: neighboring plants with mechanosensitive channels
14. Animal Information Exchange Schemes
14.1 Animal Signaling and Handicap Principle
Location: 0-Core-Formalism/lean/Semantics/Semantics/Extensions/AnimalSignalingLaws.lean
Formalization of honest communication and the handicap principle (Zahavi/Grafen).
Signal Fitness Function:
w = q - k_cost · a + k_benefit · p
q: true quality of signalera: advertising level (signal cost)p: perceived quality by receiverk_cost,k_benefit: cost/benefit coefficients
Honesty Stability Condition:
isHonestyStable := k_cost_high < k_cost_low
Marginal cost of increasing signal must be lower for higher quality individuals.
Equilibrium Check:
checkHonestEquilibrium := perceived_p == true_q
At equilibrium, receiver's perception equals signaler's true quality.
Applications:
- Sexual selection (peacock tails, deer antlers)
- Predator deterrence (stotting in gazelles)
- Social dominance signaling
14.2 Hormone Derivative Signaling
Location: 0-Core-Formalism/lean/Semantics/Semantics/HormoneDeriv.lean
Neuroendocrine control system with Q16.16 fixed-point dynamics.
Decay Rate from Half-Life:
k = ln(2) / t_half
Logit-Normal Z-Score (4-segment piecewise linear approximation):
logit(x) ≈ (x - 0.5) * 4 for x near 0.5
z = (logit(x) - mean_logit) / std_logit
Concentration Decay Update:
C(t+dt) = C(t) · (1 - k·dt) [for small k·dt]
State Vector per Hormone Channel:
concentration: current level ∈ [0,1] in Q16.16decayRate: k = ln(2)/t_halfstimulation: external drive signal ∈ [0,1]
Advance Timestep:
dC/dt = stimulation - k·C
decayed = C · (1 - k·dt)
newC = min(1, decayed + stimulation·dt)
Hormone Bind Instance:
controlBindwith cost = absolute concentration difference- Invariant:
hormone:c={concentration.val},k={decayRate.val}
15. Fungi and Microbial Information Exchange
15.1 Bacterial Quorum Sensing
Source: Nature Communications (2023), PMC literature
Density-dependent bacterial cell-cell communication via autoinducers.
Architecture:
Autoinducer Synthesis → Extracellular Diffusion → Receptor Binding → Gene Expression
Key Properties:
- Bacteria monitor population density via autoinducer concentration
- Synchronize gene expression across the group
- Acts in unison (collective behavior)
Information Theory Interpretation:
- Autoinducers encode ecological information
- Vibrio harveyi uses 3 autoinducers, each encoding distinct information
- Integration: cells pool information from multiple channels
- Collective environmental sensing via "wisdom of crowds"
Mathematical Model:
dA/dt = α·N - β·A + D·∇²A
A: autoinducer concentrationN: cell densityα: production rate per cellβ: degradation rateD: diffusion coefficient
Network Architectures:
- LuxI/LuxR circuit (Gram-negative)
- Agr system (Gram-positive)
- Multi-channel integration (Vibrio)
15.2 Fungal Mycelial Network Resource Trading
Source: Simard et al. (1990s-present), Wikipedia, National Forests
Nutrient and information exchange through fungal hyphal networks.
Network Properties:
- Extraradical mycelia: 10-100 m hyphae/g soil
- Hub trees (mother trees) as network coordinators
- Active carbon transfer to shaded/kinned saplings
Resource Trading Model:
ΔC_sender = -k_transfer · (C_sender - C_receiver) · f(kinship)
k_transfer: network conductancef(kinship): kin recognition factor (higher for offspring)- Direction: source → sink (carbon gradients)
Information Content:
- Stress warning signals (herbivory, drought)
- Allelopathic chemicals (competition suppression)
- Defense priming cues (pathogen alerts)
Open Questions:
- Fungi: passive relay or active signal processor?
- Speed: 24-hour delay for stress detection
- Directional control mechanisms unknown
- Signal amplification vs. attenuation unclear
16. Cellular and Subcellular Information Exchange
16.1 Cell Snowball Constraint (Biohybrid Spheroid Assembly)
Location: 0-Core-Formalism/lean/Semantics/Semantics/CellSnowballConstraint.lean
Tissue engineering constraint system for cell-microgel biohybrid self-assembly.
Spheroid States:
diffusionLimited: oxygen/nutrients can't reach inner cellsvascularizing: developing channels for waste removalmatrixSupported: ECM provides structural/chemical supportnecroticCore: inner cells dead (failed constraint)
Snowball Phases:
nucleation: initial cell-microgel aggregation (5 min)growth: active adhesion/migration (1 hour)maturation: ECM formation, stabilization (2 hours)saturation: size limit reached
Key Constraints:
diffusionLimitRadius = 250 μm
vascularizationThreshold = 400 μm
snowballGrowthRate = 20 μm/hour
Compression Safety Windows:
| State | Window (seconds) | Condition |
|---|---|---|
| diffusionLimited | 10 | Very fragile |
| vascularizing | 30 | Developing |
| matrixSupported | 60 | Robust |
| necroticCore | 0 | Failed |
Manifold Preservation Theorem:
snowballPreservesManifoldConnectivity: Snowballing maintains connectivity
16.2 Electron Orbital Constraint (Quantum Biological Transport)
Location: 0-Core-Formalism/lean/Semantics/Semantics/ElectronOrbitalConstraint.lean
Quantum mechanical electron transport constraints for neural tissue assembly.
Ferritin Layer Electron Transport (Shen et al., 2021):
- Sequential tunneling up to 80 μm at room temperature
- Mott insulator transition at threshold electron density
- Coulomb blockade prevents transport above threshold
Key Parameters:
electronTunnelingLimit = 80 μm
mottTransitionThreshold = 10 electrons/nm³
electronTransportRate = 1000 electrons/second/μm
quantumCoherenceTime = 100 μs
Orbital Occupancy Limits (Pauli Exclusion):
- s-orbital: 2 electrons
- p-orbital: 6 electrons
- d-orbital: 10 electrons
- f-orbital: 14 electrons
Electron Load States:
underloaded: below Mott threshold (insulating) → 5s windowoptimal: at optimal transport (conducting) → 10s windowoverloaded: above orbital limits (Pauli blocking) → 30s windowquantumBlocked: Coulomb blockade prevents tunneling → 60s window
16.3 Glymphatic Pump Constraint
Location: 0-Core-Formalism/lean/Semantics/Semantics/GlymphaticPumpConstraint.lean
Neuroscience-extracted temporal-sampling constraint from abdominal pump/CSF clearance.
Dual-Phase Pump Model:
- Sleep-based glymphatic clearance: neuron-size modulation, heart-rate driven
- Movement-based abdominal pump: micro-contractions generate hydraulic pressure
Pump Phases:
| Phase | Duty Cycle | Compression Window | Precision Tier |
|---|---|---|---|
| ActivePump | 67% (daytime) | 30s | Q0.8 (coarse) |
| RestPump | 33% (sleep) | 10s | Q0.16 (default) |
| Transition | 1% (onset/offset) | 2s | Q0.64 (fine tails) |
Physical Justification:
v_CSF = (1/R_h) × ∂P/∂t
- Safe compression when clearance rate ≥ neural firing rate
- ActivePump: micro-contraction rate ≥ firing rate → longer windows safe
- Transition: structural reconfiguration risk → shortest windows required
Weighted Effective Multiplier:
0.67 × 2.0 + 0.33 × 1.0 + 0.01 × 0.25 = 1.67×
16.4 Extracellular Vesicle (Exosome) Communication
Source: Nature Reviews Molecular Cell Biology, Annual Reviews Cell Biology
Nano-sized membranous structures for intercellular cargo transfer.
Types:
- Exosomes: endosomal origin (30-150 nm)
- Microvesicles: plasma membrane shedding
- Apoptotic bodies: cell death fragments
Cargo Transfer:
- Proteins, lipids, nucleic acids (mRNA, miRNA, DNA)
- RNAs affect recipient cell function
- Surface markers determine targeting
Information Theory Properties:
- Payload size: variable (proteins ~kDa, RNAs ~nt)
- Transfer rate: cell-type dependent
- Selective uptake: receptor-mediated endocytosis
- Distance: paracrine (local) or systemic (blood circulation)
Research Stack Relevance:
- Potential encoding substrate for neural information transfer
- Synaptic vesicle analog for non-synaptic communication
- Quantum biological transport (ferritin = iron storage = exosome-like)
17. Bioelectric Pattern Memory
Source: Michael Levin Lab (Tufts/Wyss), Cell 2021
Non-neural bioelectric circuits for morphogenetic pattern homeostasis.
Core Concept:
- All cells (not just neurons) maintain resting potentials
- Gap junctions create electrical networks
- Voltage patterns encode anatomical target states
- Planarian regeneration: bioelectric pattern memory stores body plan
Mathematical Model:
V_membrane = f(ion_channel_states, gap_junction_conductance)
dV/dt = Σ I_ion + Σ I_gap + I_external
Pattern Memory Properties:
- Bistability of somatic pattern memories
- Stochastic outcomes in regeneration
- Voltage perturbation → anatomical change
- Repair: restoring target voltage pattern restores correct anatomy
Applications to Research Stack:
- Non-neural encoding substrate (bioelectric ≠ neural)
- Gap junction = non-synaptic electrical synapse
- Morphogenetic field = distributed pattern encoding
- Reprogrammable anatomical states via voltage manipulation
18. Cross-Domain Comparison
18.1 Information Exchange Modalities by Kingdom
| Domain | Modality | Speed | Distance | Encoding |
|---|---|---|---|---|
| Plants | VOC (aboveground) | Minutes-hours | <50 cm | CSK/RSK concentration ratios |
| Plants | Mycorrhizal | Hours-days | Meters | Nutrient gradients + electropotentials |
| Plants | Electrical | Seconds | Meters | AP/VP/SP waveform patterns |
| Plants | Root exudates | Hours | <20 cm | Chemical diffusion gradients |
| Plants | Acoustic | Seconds | <1 m | Frequency/amplitude patterns |
| Animals | Hormone | Seconds-hours | Systemic | Concentration + receptor binding |
| Animals | Handicap signal | Event-based | Visual range | Costly display intensity |
| Fungi | Hyphal transport | Hours-days | Meters | Nutrient flux + stress metabolites |
| Bacteria | Quorum sensing | Minutes-hours | Diffusion range | Autoinducer concentration |
| Cells | Exosomes | Hours | Paracrine | RNA/protein cargo composition |
| Cells | Bioelectric | Milliseconds | Tissue scale | Voltage pattern arrays |
| Tissue | Glymphatic | Hours | Brain-wide | CSF flow patterns |
18.2 Common Mathematical Structures
| Mechanism | Shared Math | Research Stack Module |
|---|---|---|
| Diffusion | ∂c/∂t = D·∇²c | Plant VOC, root exudates, quorum sensing |
| Cable equation | ∂V/∂t = λ²·∂²V/∂x² - V/τ | Plant electrical, bioelectric, neural axons |
| Reaction-diffusion | ∂u/∂t = D·∇²u + f(u,v) | Turing patterns, morphogen gradients |
| Decay dynamics | dC/dt = -k·C + S(t) | Hormone signaling, autoinducer degradation |
| Network flow | Flux = conductance × gradient | Mycorrhizal, glymphatic, electron transport |
| Threshold crossing | if C > θ then activate | Quorum sensing, action potentials, AP/VP/SP |
19. Integration with Neural Encoding Schemes
19.1 Unified Biological Information Theory Framework
All biological information exchange schemes share:
- Transmitter: Source of signal (cell, organ, organism)
- Channel: Medium of propagation (air, soil, tissue, blood)
- Receiver: Detector with response mechanism
- Encoding: Signal-to-meaning mapping (concentration, ratio, waveform)
- Noise: Degradation, interference, corruption
- Feedback: Response modifies future signaling
19.2 Fixed-Point Arithmetic Applicability
| Scheme | Q0_16 Applicable | Q16_16 Applicable | Notes |
|---|---|---|---|
| Hormone concentration | Yes (dimensionless [0,1]) | Yes (absolute mol/L) | Already implemented |
| VOC concentration | Yes (normalized) | Yes (absolute ppm) | Could extend HormoneDeriv |
| Electrical potential | Yes (normalized) | Yes (mV) | Bioelectric module potential |
| Quorum density | Yes (fraction of threshold) | Yes (cells/mL) | New module candidate |
| Nutrient flux | No (always Q16_16) | Yes (μmol/h) | Physical measurement |
| Compression window | No (always Q16_16) | Yes (seconds) | Already implemented |
19.3 Bind Primitive Applicability
All biological information exchange schemes can be expressed as bind instances:
bind : (BiologicalState × BiologicalState × Metric) → Bind BiologicalState BiologicalState
Example Bind Classes:
- Plant VOC signaling:
informational_bind(chemical message transfer) - Hormone signaling:
control_bind(regulatory state transition) - Bioelectric pattern:
physical_bind(electrical field dynamics) - Mycorrhizal trading:
thermodynamic_bind(energy/nutrient exchange)
20. Open Research Directions
20.1 Formalization Gaps
| Scheme | Formalization Status | Needed Work |
|---|---|---|
| Plant VOC ICT model | Specification only | Lean port of transmitter/channel/receiver |
| Mycorrhizal network | Empirical only | Graph network model with nutrient flow |
| Quorum sensing | Literature | Autoinducer diffusion-reaction module |
| Bioelectric memory | Literature | Voltage pattern encoding formalization |
| Exosome transfer | Literature | Cargo composition information theory |
20.2 Potential Lean Modules
- PlantCommunication.lean: VOC + electrical + mycorrhizal signaling
- QuorumSensing.lean: Bacterial autoinducer density detection
- BioelectricPattern.lean: Non-neural voltage pattern encoding
- ExosomeTransfer.lean: Extracellular vesicle information transfer
- MycorrhizalNetwork.lean: Fungal graph with nutrient/information flow
21. Expanded File Locations Summary
docs/papers/
├── NEURAL_COMPRESSION_ON_DELTA_GCL.md
├── NEURON_AS_KERNEL_ENCODING.md
└── NEURON_KERNEL_MAXIMAL_COMPRESSION.md
docs/neuroscience/
└── CEPHALOPOD_DISTRIBUTED_NEURAL.md
docs/specs/
└── MORPHIC_NEURAL_NETWORK_ROUTING_SPEC.md
0-Core-Formalism/lean/Semantics/
├── MinimumNeuralCompression.lean
└── Semantics/
├── BrainBoxDescriptor.lean
├── CellSnowballConstraint.lean
├── ElectronOrbitalConstraint.lean
├── GlymphaticPumpConstraint.lean
├── HormoneDeriv.lean
├── HumanNeuralCompression.lean
├── HumanNeuralCompressionVerification.lean
├── MorphicNeuralNetwork.lean
├── SpikingDynamics.lean
└── Extensions/
├── AnimalSignalingLaws.lean
├── NeuralFieldDynamics.lean
└── NeuralTrophicSwimmingDynamics.lean
0-Core-Formalism/lean/Semantics/ExtensionScaffold/Temporal/
└── SpikeSync.lean
data/
├── swarm_pyramid_spike_encoding_data_model.json
└── swarm_pyramid_spike_shape_encoding_review.json
out/
└── neuron_coding_topology_report.md
22. External References
Plant Communication
- Internet of Plants: arXiv:2509.08434 (ICT modeling survey)
- Simard et al.: Mother tree concept (mycorrhizal networks)
- Mancuso & Baluška: Plant intelligence and signaling
Animal Signaling
- Zahavi (1975): Handicap principle
- Grafen (1990): Biological signals as handicaps
- Maynard Smith & Harper (2003): Animal Signals
Microbial Communication
- Bassler & Losick (2006): Bacterially speaking
- Waters & Bassler (2005): Quorum sensing cell-cell communication
- Moreno-Gámez et al. (2023): Quorum sensing as collective sensing (Nature Communications)
Bioelectric Pattern
- Levin (2021): Bioelectric signaling reprogrammable circuits (Cell)
- Levin (2014): Molecular bioelectricity in development
- Durant et al. (2019): Bistability of somatic pattern memories
Extracellular Vesicles
- Raposo & Stoorvogel (2013): Extracellular vesicles (JCB)
- Théry et al. (2018): Exosomes composition and biogenesis
- Pegtel & Gould (2019): Exosomes (Annual Reviews)
23. Intracellular Communication and Signaling Networks
23.1 Calcium Signaling and Wave Propagation
Intracellular calcium acts as a ubiquitous second messenger encoding stimulus intensity, frequency, and spatial pattern.
Calcium Store Communication:
ER/SR → IP3 Receptor / Ryanodine Receptor → Cytosolic Ca²⁺
↑
PLCγ/PLCβ → IP3
↑
Receptor Tyrosine Kinase / GPCR
Wave Propagation Equations:
∂[Ca²⁺]_cyt/∂t = D·∇²[Ca²⁺] + J_IP3R + J_RyR - J_SERCA - J_PMCA - J_NCX + J_leak
J_IP3R = v_IP3R · m_∞³([IP3]) · h_∞([Ca²⁺]_ER) · ([Ca²⁺]_ER - [Ca²⁺]_cyt)
J_IP3R: IP3 receptor flux (CICR: calcium-induced calcium release)J_SERCA: Sarco/ER Ca²⁺-ATPase uptakeJ_PMCA: Plasma membrane Ca²⁺-ATPase extrusionh_∞: Inactivation by cytosolic Ca²⁺ (negative feedback)
Encoding Properties:
- Amplitude encoding: Peak [Ca²⁺] ∝ stimulus strength
- Frequency encoding: Oscillation frequency encodes sustained signals
- Spatial encoding: Local vs. global waves encode distinct outcomes
- Local: mitochondrial metabolism, exocytosis
- Global: gene transcription (NFAT, CREB, NF-κB)
Inter-organelle Communication:
- ER → mitochondria: Ca²⁺ microdomains at MAMs (mitochondria-associated membranes)
- ER → nucleus: direct Ca²⁺ diffusion through nuclear pores
- Cytosol → lysosome: TRPML1-mediated Ca²⁺ release for autophagy
23.2 Second Messenger Systems
cAMP / PKA Pathway:
G_s-coupled receptor → Adenylyl cyclase → cAMP ↑ → PKA activation → CREB phosphorylation
↓
PDE4 hydrolysis (negative feedback)
Encoding:
- cAMP concentration gradient: short-range (<1 μm) signaling compartments
- A-kinase anchoring proteins (AKAPs): spatial restriction of PKA
- PDE4 localization creates cAMP microdomains
IP3 / DAG / PKC Pathway:
G_q-coupled receptor → PLCβ → IP3 + DAG
↓ ↓
ER Ca²⁺ release PKC activation
↓ ↓
Calmodulin → CaMK Membrane translocation
↓ ↓
Transcription Phosphorylation targets
Encoding:
- IP3 diffusion: ~200 μm/s, effective range ~10 μm from source
- DAG: membrane-localized, recruits PKC to plasma membrane
- Dual messenger: same stimulus generates two signals with different dynamics
cGMP / PKG Pathway:
NO / Natriuretic peptide → Guanylyl cyclase → cGMP → PKG
↓
PDE5 hydrolysis
- NO: freely diffusible gas, paracrine range ~100 μm
- cGMP: compartmentalized by PDE5 and PKG anchoring
23.3 Kinase Cascade Networks
MAPK Cascade (Three-Tiered Amplification):
MAPKKK (Raf) → MAPKK (MEK) → MAPK (ERK)
↓ ↓ ↓
Scaffolds Scaffolds Nuclear translocation
↓ ↓ ↓
Specificity Amplification Transcription factors
Mathematical Model:
d[MAPKKK*]/dt = v1·S(t)·[MAPKKK]/(K1 + [MAPKKK]) - v2·[MAPKKK*]/(K2 + [MAPKKK*])
d[MAPKK*]/dt = k3·[MAPKKK*]·[MAPKK]/(K3 + [MAPKK]) - k4·[MAPKK*]
d[MAPK*]/dt = k5·[MAPKK*]·[MAPK]/(K5 + [MAPK]) - k6·[MAPK*]
- Ultraviolet sensitivity: small stimulus → large output (amplification)
- Bistability: positive feedback via ERK → Raf phosphorylation
- Duration encoding: transient vs. sustained ERK → distinct gene expression
PI3K / AKT / mTOR Axis:
RTK / GPCR → PI3K → PIP3 → PDK1 + mTORC2 → Akt phosphorylation
↓
mTORC1 activation
↓
Protein synthesis / Autophagy inhibition
- PIP3: membrane lipid second messenger, recruits PH-domain proteins
- TSC1/2: GAP for Rheb, integrates growth factor + energy + stress signals
- Feedback: S6K → IRS-1 inhibition (negative); Akt → TSC inhibition (positive)
23.4 Nuclear-Cytoplasmic Transport
RanGTP Gradient System:
Cytoplasm: RanGDP (high) Nucleus: RanGTP (high)
↑ ↑
RanGAP + RanBP1/2 RCC1 (on chromatin)
↓ ↓
GTP hydrolysis GTP exchange
Transport Cycle:
Import: Importin·Cargo (cytoplasm) → RanGTP binding → Importin release (nucleus)
Export: Exportin·Cargo·RanGTP (nucleus) → RanGAP hydrolysis → Cargo release (cytoplasm)
Mathematical Model:
d[C_N]/dt = k_in·[C_C]·[Importin] - k_out·[C_N]·[Exportin]·[RanGTP]
Encoding Properties:
- Nuclear import rate: signal strength (phosphorylation of NLS)
- Nuclear export rate: signal termination (phosphorylation of NES)
- Steady-state ratio: [Cargo]_nucleus / [Cargo]_cytoplasm = k_in / k_out
- Oscillatory transcription factors: p53, NF-κB (import/export cycles)
Nucleoporins (NPC):
- ~40 nD (nuclear diffusion coefficient) for small molecules (<40 kDa)
- Facilitated transport: 1000+ kDa complexes pass through FG-nucleoporin mesh
- Selectivity: FG-repeat hydrogel behaves as entropic barrier
23.5 Motor Protein Transport along Cytoskeleton
Kinesin (Anterograde / Plus-End):
Kinesin-1: heavy chain dimer + light chain cargo adaptor
ATP → ADP + Pi: 8 nm step along microtubule protofilament
Velocity: ~0.5-1 μm/s (processive: ~100 steps before detachment)
Cargo: synaptic vesicles, mitochondria, lysosomes, mRNA granules
Dynein (Retrograde / Minus-End):
Cytoplasmic dynein + dynactin complex
ATP-driven: 8-32 nm steps (variable, less processive than kinesin)
Velocity: ~1-2 μm/s
Cargo: autophagosomes, endosomes, Golgi, viral particles
Myosin (Actin Filament):
Myosin V: 36 nm step, processive, vesicle transport
Myosin VI: minus-end directed, unique directionality
Myosin II: non-processive, muscle contraction, cytokinesis
Transport Equations:
Position: x(t) = v·t + Σ(step_i) [where step_i ~ 8nm, direction = ±]
Effective diffusion: D_eff = v²·τ [τ = run time between direction switches]
Mean squared displacement: <Δx²> = 2D_eff·t + (v·t)²
Bidirectional Transport:
- Kinesin + dynein on same cargo: tug-of-war or coordinated switching
- Adaptor proteins (JIP1, huntingtin, BICD) determine motor preference
- Signaling modifies motor affinity: phosphorylation → cargo release
23.6 Vesicle Trafficking and Membrane Fusion
Secretory Pathway (ER → Golgi → Plasma Membrane):
ER → COPII vesicles → ERGIC → COPI vesicles → cis-Golgi
↓ ↓
Glycosylation Retrograde (quality control)
↓
trans-Golgi Network → Clathrin/AP-1 → Endosomes
→ Clathrin/AP-2 → Plasma membrane (receptor-mediated endocytosis)
SNARE-Mediated Fusion:
t-SNARE (target): Syntaxin + SNAP-25 (on plasma membrane)
v-SNARE (vesicle): VAMP/Synaptobrevin
↓
SNARE complex assembly (zippering)
↓
Membrane fusion (hemifusion → pore opening)
↓
NSF + α-SNAP: ATP-dependent disassembly (recycling)
Mathematical Model:
Fusion rate = k_on·[v-SNARE]·[t-SNARE] - k_off·[SNARE_complex]
↓
Ca²⁺ + Synaptotagmin → Trigger (exocytosis)
Clathrin-Mediated Endocytosis:
Cargo + AP-2 + Clathrin triskelia → Lattice assembly
↓
Dynamin recruitment
↓
GTP hydrolysis → Membrane scission
↓
Uncoating (Hsc70 + Auxilin)
↓
Early endosome
Encoding in Neurotransmission:
- Vesicle pool sizes: RRP (readily releasable), RP (reserve pool), RP2
- Release probability: P_v = f(Ca²⁺_presynaptic, SNARE copy number)
- Short-term plasticity: facilitation (P increases) vs. depression (vesicle depletion)
23.7 Gene Regulatory Networks
Transcriptional Logic:
TF_A AND TF_B → Enhancer activation → Promoter → Transcription
TF_C OR TF_D →
TF_E NOT TF_F → Repression
Mathematical Models:
Hill Function (Cooperative Binding):
Transcription rate = V_max · [TF]^n / (K_d^n + [TF]^n)
n = Hill coefficient (cooperativity)
K_d = dissociation constant
Boolean Network:
x_i(t+1) = f_i(x_j1(t), x_j2(t), ..., x_jk(t))
f_i: Boolean function (AND, OR, NOT, etc.)
Differential Equation (Continuous):
d[mRNA_i]/dt = α_i·Π_j H([TF_j]) - β_i·[mRNA_i]
d[Protein_i]/dt = γ_i·[mRNA_i] - δ_i·[Protein_i]
Network Motifs:
| Motif | Function | Example |
|---|---|---|
| Feed-forward loop | Pulse generation, filtering | SOS response in E. coli |
| Feedback loop | Oscillation, bistability | p53-Mdm2, cell cycle |
| Single-input module | Coordinated response | Flagellar genes |
| Dense overlapping regulon | Robust multi-stress response | E. coli stress response |
Epigenetic Encoding:
- DNA methylation: CpG islands, gene silencing
- Histone modifications: H3K4me3 (active), H3K27me3 (repressive)
- Chromatin accessibility: ATAC-seq, nucleosome positioning
- Long-range: enhancer-promoter looping (CTCF + cohesin)
23.8 Metabolic Networks and Flux Balance
Stoichiometric Matrix:
S · v = 0 [steady-state mass balance]
S: m × n stoichiometric matrix (metabolites × reactions)v: flux vectorm: number of metabolitesn: number of reactions
Flux Balance Analysis (FBA):
Maximize: cᵀ · v [objective: biomass, ATP, specific product]
Subject to: S · v = 0
v_min ≤ v ≤ v_max
Metabolic Encoding:
- Flux distribution: encodes metabolic state (growth, starvation, stress)
- Thermodynamic constraints: ΔG < 0 for spontaneous reactions
- Regulatory layers: allosteric inhibition, transcriptional control
Information Content:
- Elementary flux modes: minimal sets of reactions supporting steady state
- Yield space: convex hull of possible product/substrate ratios
- Robustness: redundancy in parallel pathways (e.g., glycolysis vs. pentose phosphate)
23.9 Autophagy and Lysosome Signaling
mTORC1 as Master Regulator:
Nutrients (amino acids) + Growth factors + Energy
↓
Rag GTPase (lysosomal) + Rheb
↓
mTORC1 activation
↓
ULK1/2 phosphorylation (inhibition)
↓
Autophagy OFF / Protein synthesis ON
Starvation Response:
Low amino acids → Rag GTPase inactive → mTORC1 dissociation from lysosome
↓
ULK1/2 dephosphorylation
↓
Autophagy initiation
↓
Phagophore → Autophagosome → Lysosome fusion
AMPK Energy Sensing:
High AMP/ATP ratio → AMPK activation → TSC1/2 activation → mTORC1 inhibition
↓
Autophagy ON
↓
Catabolism / Energy production
Encoding:
- Nutrient availability: amino acid levels via Rag GTPases
- Energy status: AMP/ATP ratio via AMPK
- Growth signals: insulin/IGF-1 via PI3K-Akt-TSC
- Stress signals: hypoxia via HIF-1, ER stress via PERK
23.10 Unfolded Protein Response (ER Stress)
Three Parallel Branches:
PERK Branch:
ER stress → BiP dissociation → PERK dimerization/autophosphorylation
↓
eIF2α phosphorylation
↓
Global translation attenuation
↓
ATF4 translation (uORF bypass)
↓
CHOP induction → Apoptosis (if unresolved)
IRE1 Branch:
ER stress → BiP dissociation → IRE1 oligomerization
↓
XBP1 mRNA splicing ( unconventional )
↓
XBP1s transcription factor
↓
ER chaperone genes (BiP, PDI, calreticulin)
↓
ER-associated degradation (ERAD)
ATF6 Branch:
ER stress → BiP dissociation → ATF6 translocation to Golgi
↓
S1P + S2P cleavage
↓
ATF6(N) transcription factor
↓
ER chaperone genes
Encoding:
- Stress magnitude: duration and amplitude of UPR activation
- Stress type: preferential activation of PERK (translation) vs. IRE1 (splicing) vs. ATF6 (translocation)
- Resolution: successful UPR → adaptive response; chronic UPR → apoptosis (CHOP, caspase-12)
23.11 DNA Damage Response
ATM/ATR Kinase Activation:
DSB (double-strand break) → MRN complex → ATM autophosphorylation
↓
γH2AX (histone modification)
↓
MDC1 recruitment → RNF8/168 ubiquitination
↓
53BP1 / BRCA1 recruitment
↓
Cell cycle checkpoint / Repair / Apoptosis
p53 Oscillator:
DNA damage → ATM/ATR → p53 phosphorylation → p53 stabilization
↓
p53 transcriptional activation
↓
Mdm2 induction (negative feedback)
↓
p53 ubiquitination/degradation
↓
Oscillatory p53 pulses
Mathematical Model:
d[p53]/dt = α - β·[Mdm2]·[p53] + DSB(t)·k_atm
d[Mdm2]/dt = γ·[p53] - δ·[Mdm2]
Encoding:
- Damage severity: number of p53 pulses (not amplitude)
- Low damage: 1-2 pulses → cell cycle arrest, repair
- High damage: 4-5 pulses → apoptosis
- Pulse frequency: ~5.5 hours (MDA-MB-231 cells)
- Digital encoding: discrete pulses vs. analog continuous activation
23.12 Cross-Organellar Communication Hub
Integrated Signaling Network:
Plasma Membrane
↓
Receptor → Second Messenger
↓
┌──────────┬─────────┼─────────┬──────────┐
↓ ↓ ↓ ↓ ↓
Nucleus ER Golgi Mitochondria Lysosome
↑ ↑ ↑ ↑ ↑
└──────────┴─────────┴─────────┴──────────┘
Nuclear Pore / Vesicles / Membrane Contacts
↓
Transcription / Metabolism / Autophagy / Cell Fate
Membrane Contact Sites (MCS):
- ER-mitochondria (MAM): Ca²⁺ transfer, lipid synthesis, autophagy initiation
- ER-Golgi: vesicle trafficking, lipid exchange
- ER-plasma membrane: STIM-Orai coupling (store-operated Ca²⁺ entry)
- ER-lysosome: mTORC1 recruitment, autophagosome formation
Common Mathematical Structures:
| Mechanism | Shared Math | Intracellular Module |
|---|---|---|
| Diffusion-reaction | ∂c/∂t = D·∇²c + R(c) | Ca²⁺ waves, IP3 propagation |
| Michaelis-Menten | v = V_max·[S]/(K_m + [S]) | Enzyme kinetics, motor stepping |
| Hill cooperative | θ = [L]^n/(K_d^n + [L]^n) | TF binding, receptor activation |
| Master equation | dp_i/dt = Σ_j (W_ji·p_j - W_ij·p_i) | Gene expression stochasticity |
| Flux balance | S·v = 0 | Metabolic steady states |
| Ran gradient | ∇[RanGTP] = f(RCC1, RanGAP) | Nuclear transport directionality |
23.13 Potential Lean Formalizations
| Module | Domain | Bind Class | Key Invariants |
|---|---|---|---|
| CalciumWave.lean | Physical | physical_bind | Mass conservation, Ca²⁺ buffering |
| NuclearTransport.lean | Physical | physical_bind | RanGTP gradient, NLS/NES recognition |
| MotorProtein.lean | Physical | physical_bind | ATP hydrolysis, step directionality |
| VesicleFusion.lean | Physical | physical_bind | SNARE zippering, membrane curvature |
| GeneRegulatoryNetwork.lean | Information | informational_bind | Boolean/logic consistency, attractor states |
| MetabolicFlux.lean | Thermodynamic | thermodynamic_bind | Mass balance, thermodynamic feasibility |
| AutophagyRegulation.lean | Control | control_bind | mTOR/AMPK toggle, nutrient sensing |
| UnfoldedProteinResponse.lean | Control | control_bind | Three-branch coordination, resolution timer |
| DnaDamageResponse.lean | Control | control_bind | Pulse counting, damage threshold |
23.14 Additional Intracellular/Intercellular Signaling Mechanisms
23.14.1 RNA Interference (RNAi) and Small RNA Signaling
Post-transcriptional gene silencing via small non-coding RNAs.
Pathways:
miRNA biogenesis: pri-miRNA → Drosha/DGCR8 → pre-miRNA → Exportin-5/RanGTP → Dicer/TRBP → RISC (Ago2)
siRNA biogenesis: Long dsRNA → Dicer → siRNA duplex → RISC loading → Passenger strand cleavage → Guide strand active
piRNA biogenesis: piRNA precursors → Ping-pong amplification → PIWI protein loading → Transposon silencing
RNAi Encoding Properties:
- Sequence complementarity: Guide RNA seed region (nt 2-8) determines target specificity
- Degree of complementarity: Perfect match → cleavage (siRNA); Bulges/mismatches → translational repression (miRNA)
- Copy number: Multiple miRNAs target same mRNA → combinatorial logic
- Tissue specificity: miRNA expression profiles encode cell identity
Information Content:
- ~2,000 miRNAs in humans → ~60% of protein-coding genes regulated
- Single miRNA: ~7-nt seed match → hundreds of targets (degenerate)
- miRNA clusters: polycistronic transcripts → coordinated regulation of pathways
Mathematical Model:
d[mRNA]/dt = α - β·[mRNA] - γ·Σ_i [RISC_i]·f(complementarity_i)
d[RISC_i]/dt = δ_i·[pre-miRNA_i] - ε_i·[RISC_i]
f(complementarity): binding affinity function (Watson-Crick pairing + bulge penalties)
Research Stack Relevance:
- Sequence-to-function encoding: nucleotide sequence → regulatory outcome
- Potential formalization: finite string matching over {A,C,G,U} with edit distance
- Combinatorial logic: multiple small RNAs = Boolean combination of repression
23.14.2 Prion-Based Protein Conformation Signaling
Self-templating protein conformation states as heritable information carriers.
Mechanism:
[PrP^C] (normal) ↔ [PrP^Sc] (misfolded)
↓ ↓
α-helix rich β-sheet rich
↓ ↓
Protease-sensitive Protease-resistant
↓ ↓
Soluble Aggregation-prone
↓ ↓
Functional [PrP^Sc] + [PrP^C] → 2[PrP^Sc] (templating)
Prion-Like Domains (PLDs) in Physiological Signaling:
- Sup35: [PSI+] state → stop codon readthrough → phenotypic switching (yeast)
- CPEB (Aplysia): Prion-like oligomerization → synaptic plasticity, memory maintenance
- FUS/TLS: Phase separation → prion-like aggregation in ALS
- Pab1 (yeast): Stress granule assembly via prion-like domain
Encoding Properties:
- Binary state: PrP^C vs PrP^Sc (digital-like switch)
- Heredity: Conformation templated to daughter cells (epigenetic inheritance)
- Stochastic switching: Spontaneous conversion rate ~10^-6 per cell division
- Environmental modulation: Stress, pH, osmolarity affect conversion rates
Mathematical Model (Nucleated Polymerization):
d[PrP^C]/dt = synthesis - degradation·[PrP^C] - nucleation·[PrP^C]^n - elongation·[PrP^C]·[ fibrils]
d[fibrils]/dt = nucleation·[PrP^C]^n + fragmentation·[fibrils] - clearance·[fibrils]
Information Theory:
- Information stored in protein conformation (not sequence)
- Template-directed amplification: exponential growth of prion state
- Prion strains: same protein sequence, different conformations → distinct phenotypes
Research Stack Relevance:
- Non-genetic memory substrate: protein conformation = information state
- Phase transition encoding: liquid-liquid phase separation ↔ solid aggregate
- Potential formalization: conformation state machine with templated transitions
23.14.3 JAK-STAT Cytokine Signaling
Membrane-to-nucleus signal transduction for immune and developmental responses.
Core Cascade:
Cytokine (IFN, IL-2, IL-6, EPO, GH, etc.)
↓
Cytokine receptor dimerization/oligomerization
↓
JAK (Janus kinase) trans-autophosphorylation
↓
STAT (Signal Transducer and Activator of Transcription) recruitment + phosphorylation
↓
STAT dimerization (SH2 domain phosphotyrosine interaction)
↓
Nuclear import (importin α/β or direct nuclear localization)
↓
Transcription of interferon-stimulated genes (ISGs) / cytokine response genes
↓
SOCS (Suppressor of Cytokine Signaling) negative feedback
Encoding Properties:
- Cytokine identity: Which receptor → which JAK pair → which STAT (specificity encoding)
- IFN-γ → JAK1/JAK2 → STAT1 homodimer (GAS sites)
- IL-6 → JAK1/JAK2/Tyk2 → STAT3 homodimer (APRE/SIE sites)
- IL-12 → JAK2/Tyk2 → STAT4
- EPO → JAK2 → STAT5
- Signal duration: Sustained vs. transient STAT activation → distinct gene programs
- Signal amplitude: STAT phosphorylation level → graded transcriptional response
- Cross-talk: Multiple cytokines converge on same STAT → combinatorial logic
Negative Feedback (SOCS):
STAT activation → SOCS gene transcription → SOCS protein
↓
SOCS binds phosphotyrosine on receptor
↓
Blocks STAT recruitment (feedback inhibition)
↓
SOCS-box recruits E3 ubiquitin ligase → receptor degradation
Mathematical Model:
d[STAT-P]/dt = k1·[JAK*]·[STAT] - k2·[STAT-P]·[STAT-P] (dimerization)
d[STAT2-P]/dt = k3·[STAT-P]² - k4·[STAT2-P] (nuclear import) - k5·[STAT2-P] (dephosphorylation)
d[SOCS]/dt = γ·[STAT2-P]^n/(K^n + [STAT2-P]^n) - δ·[SOCS]
Research Stack Relevance:
- Multi-input single-output (MISO) system: many cytokines → few STATs → many genes
- Negative feedback oscillator: SOCS creates delayed negative feedback → pulses
- Potential formalization: multi-channel receptor-JAK-STAT network with SOCS feedback
23.14.4 Phosphoinositide Lipid Signaling
Membrane lipid phosphorylation states as spatial signaling encoders.
Phosphoinositide (PI) Interconversion Cycle:
PI (phosphatidylinositol)
↓ PI3K / PTEN
PI(3)P
↓ PIKfyve / MTMR / FIG4
PI(3,5)P2
↓ PI3K / SHIP / INPP5B
PI(3,4,5)P3 (PIP3)
↓ PTEN / INPP4B
PI(4,5)P2 (PIP2)
↓ PLCβ/γ
IP3 + DAG
Spatial Encoding:
| Lipid Species | Location | Function | Key Effectors |
|---|---|---|---|
| PI(4,5)P2 | Plasma membrane | Cytoskeleton, ion channels, endocytosis | PLC, MARCKS, gelsolin |
| PI(3,4,5)P3 (PIP3) | Plasma membrane (growth factor-stimulated) | Cell survival, migration, metabolism | Akt/PDK1, BTK, SOS |
| PI(3)P | Early endosomes | Endosomal trafficking, autophagy | FYVE domains (HRS, EEA1) |
| PI(3,5)P2 | Late endosomes/lysosomes | Lysosome function, autophagy | TRPML1, TPC |
Encoding Properties:
- Lipid identity: Which phosphate position(s) modified → distinct signaling
- Membrane location: Plasma membrane vs. endosomal vs. nuclear envelope
- Temporal dynamics: PIP3 transient spike (minutes) vs. sustained basal PI(3)P
- Counter-regulation: PI3K generates PIP3; PTEN dephosphorylates (mutual antagonism)
PIP3 as Spatial Gradient Encoder (Chemotaxis):
Chemoattractant → GPCR → PI3Kγ activation → Localized PIP3 production
↓
PH-domain protein recruitment (Akt, PDK1)
↓
Actin polymerization at leading edge
↓
Cell migration toward gradient
PTEN as Gradient Sharpening:
- PTEN localized to posterior membrane in Dictyostelium
- PIP3 restricted to anterior = sharp front-back polarization
- Mutual inhibition: PIP3 ↔ PTEN localization (Turing-like pattern)
Research Stack Relevance:
- Lipid modification state = discrete signaling code (combinatorial positions)
- Spatial pattern formation: reaction-diffusion on 2D membrane surface
- Potential formalization: membrane-state automaton with kinase/phosphatase transitions
23.14.5 Bacterial Conjugation and Horizontal Gene Transfer
DNA-mediated information exchange between bacteria (not vertical inheritance).
Conjugation Mechanism:
Donor cell (F+) Recipient cell (F-)
↓ ↓
F plasmid encodes: Receives:
- Tra genes (type IV secretion) - ssDNA (F plasmid or chromosomal)
- Pilus (F-pilus) - ssDNA → dsDNA via lagging strand synthesis
- Relaxase (niches oriT) - Homologous recombination (chromosomal DNA)
- Coupling protein
↓
Pilus contact → Membrane fusion → ssDNA transfer (5'→3', rolling circle)
↓
Conjugative plasmid or chromosomal DNA (Hfr transfer)
Information Transfer Modes:
| Mechanism | DNA Form | Direction | Efficiency | Barriers |
|---|---|---|---|---|
| Conjugation | ssDNA | Unidirectional (donor→recipient) | High (10^-1) | Plasmid incompatibility, entry exclusion |
| Transformation | dsDNA | Unidirectional (environment→cell) | Low (10^-9-10^-6) | Competence induction, DNA uptake, restriction-modification |
| Transduction | dsDNA (phage-packaged) | Unidirectional | Variable (10^-6-10^-3) | Phage host range, lysogeny immunity |
| Transposition | Mobile DNA | Intracellular (genome→plasmid, etc.) | Variable | Target site preference, fitness cost |
Encoding Properties:
- Gene cassettes: Antibiotic resistance, virulence factors, metabolic pathways transferred as units
- Integrons: Site-specific recombination platforms for gene cassette shuffling
- Genomic islands: Large DNA segments (10-200 kb) with distinct GC content, mobility genes
- CRISPR-Cas: Adaptive immunity against HGT; spacer acquisition = memory of past invaders
Selection as Information Filter:
HGT event → Fitness effect:
Beneficial (+s) → Fixation (probability ≈ 2s for s >> 1/N)
Neutral → Genetic drift (fixation probability 1/N)
Deleterious (-s) → Purged (fixation probability ≈ 2s·e^(-2Ns))
Network Structure:
- Gene sharing network: bacteria as nodes, HGT events as edges
- Community structure: phylogeny vs. ecology vs. gene-content networks
- Core genome (vertical) vs. accessory genome (horizontal)
Research Stack Relevance:
- DNA as information substrate: nucleotide sequence = functional encoding
- Mobile genetic elements = packets with autonomous replication
- Potential formalization: bacterial pangenome graph with horizontal edges
23.14.6 Viral Information Transfer (Transduction, Transformation, Infection)
Virus-mediated inter-organism and inter-cellular information exchange.
Bacteriophage Transduction:
Lytic cycle: Phage infects → Replicates → Lyses cell → Releases progeny
Lysogenic cycle: Phage DNA → Integrates into host genome (prophage) → Dormant
↓
Induction (UV, SOS response) → Lytic cycle
↓
Specialized transduction: prophage excision carries adjacent host genes
↓
Generalized transduction: accidental packaging of host DNA during lysis
Eukaryotic Viral Information Transfer:
Viral Entry → Genome uncoating → Replication → Gene expression
↓ ↓ ↓ ↓
Endocytosis Nuclear import Host machinery Viral proteins
Membrane fusion (DNA viruses) hijacking + Host shutdown
Cytoplasmic
(RNA viruses)
Retroviral Integration (HIV, HTLV):
Retroviral RNA → Reverse transcriptase → dsDNA (provirus)
↓
Integrase → Chromosomal integration
↓
Host transcription → Viral mRNA + Host gene dysregulation
↓
Long terminal repeats (LTRs) = enhancer/promoter elements
Encoding Properties:
- Genome size constraint: Viruses encode minimal information (3-2,500 kb)
- Gene overlap: Same sequence, different reading frames (compressed encoding)
- Alternative splicing: Single pre-mRNA → multiple proteins (eukaryotic viruses)
- Frameshifting: Ribosomal slippage → fusion proteins (HIV Gag-Pol)
- Pseudo-knotting: RNA tertiary structure for ribosomal frameshifting
Host Manipulation:
- Immune evasion: Viral proteins mimic host cytokines, MHC molecules, complement regulators
- Oncogenesis: Viral oncogenes (v-src, v-ras), insertional mutagenesis, chronic inflammation
- Latency: Episomal maintenance (EBV EBNA-1), chromatin silencing (HIV latency in T cells)
Information Theory:
- Viral quasispecies: mutation rate ~10^-3-10^-5 per base per replication
- Error threshold: Maximum mutation rate for maintaining functional information (Eigen's paradox)
- Redundancy: Multiple virions infecting same cell (multiplicity of infection > 1)
Research Stack Relevance:
- Minimal self-replicating information system: virus = genome + capsid
- Host-pathogen co-evolution as information arms race
- Potential formalization: viral replication cycle as state machine with host integration
24. Final Expanded Cross-Domain Index
24.1 All Biological Information Exchange Schemes
| Level | Domain | Scheme | Speed | Distance | Encoding | Formalized |
|---|---|---|---|---|---|---|
| Intracellular | Calcium | Ca²⁺ waves | ms-s | 10-100 μm | Amplitude/frequency/spatial | Partial (SpikingDynamics) |
| Intracellular | Second messenger | cAMP/IP3/DAG | s | 1-10 μm | Concentration/compartment | No |
| Intracellular | Kinase cascade | MAPK/PI3K | min | Nucleus/cytoplasm | Duration/amplitude | No |
| Intracellular | Nuclear transport | Importin/exportin | s | Nuclear envelope | Concentration gradient | No |
| Intracellular | Motor protein | Kinesin/dynein | s | Cell-wide | Step count/direction | No |
| Intracellular | Vesicle trafficking | COPII/COPI/clathrin | min | Cell-wide | Cargo composition | No |
| Intracellular | Gene regulation | TF/enhancer/promoter | min-hours | Chromatin | Boolean/continuous logic | No |
| Intracellular | Metabolic network | FBA/stoichiometric | s-min | Cell-wide | Flux distribution | No |
| Intracellular | Autophagy | mTOR/AMPK/ULK | min-hours | Lysosome | Nutrient/energy status | No |
| Intracellular | UPR | PERK/IRE1/ATF6 | hours | ER/Golgi/nucleus | Stress magnitude/type | No |
| Intracellular | DNA damage | ATM/ATR/p53 | hours | Nucleus | Pulse count (digital) | No |
| Intercellular | Gap junction | Connexin hemichannel | ms | 10s μm | Ion/small molecule flux | Partial (Bioelectric) |
| Intercellular | Exosome | EV cargo transfer | hours | Paracrine/systemic | RNA/protein composition | Partial |
| Tissue | Bioelectric | Gap junction voltage | ms | Tissue scale | Voltage pattern array | Literature |
| Tissue | Glymphatic | CSF clearance | hours | Brain-wide | Flow pattern | Yes (Lean) |
| Organismal | Hormone | Endocrine signaling | s-hours | Systemic | Concentration decay | Yes (Lean) |
| Organismal | Neural | Action potentials | ms | Meters | Spike timing/rate/temporal | Yes (Lean) |
| Species | Plant VOC | Chemical diffusion | min-hours | <50 cm | CSK/RSK concentration | Literature |
| Species | Mycorrhizal | Fungal hyphae | hours-days | Meters | Nutrient flux/electrical | Literature |
| Species | Quorum sensing | Autoinducer | min-hours | Diffusion | Density threshold | Literature |
| Species | Animal signal | Handicap display | Event | Visual range | Costly intensity | Yes (Lean) |
| Intracellular | RNA interference | miRNA/siRNA/piRNA | hours | Cytoplasmic | Sequence complementarity/seed match | No |
| Intracellular | Prion signaling | Protein conformation | Cell division | Intracellular | Binary state (PrP^C/PrP^Sc) | No |
| Intercellular | Cytokine/JAK-STAT | Membrane receptor | min | Paracrine/systemic | Receptor-JAK-STAT specificity | No |
| Intracellular | Phosphoinositide | Lipid phosphorylation | s-min | Membrane compartments | PI position + location | No |
| Inter-species | Bacterial HGT | Plasmid/phage/DNA | hours | Diffusion/contact | Gene cassette / resistance | No |
| Inter-species | Viral transfer | Genome packaging | hours | Contact/vector | Viral genome + host manipulation | No |
25. Cross-Species Sensory Communication Channels
25.1 Visual Communication and Bioluminescence
Cephalopod Chromatophore Signaling:
Motor neuron → Chromatophore muscle → Pigment sac expansion/contraction
↓
Color/pattern change (ms timescale)
↓
Iridophore (structural color) + Leucophore (white reflector)
↓
Polarized light patterns (invisible to many predators)
Signal Types:
| Pattern | Function | Timescale |
|---|---|---|
| Uniform expansion | Startle / Deimatic display | <1 s |
| Mottle / Disruptive | Camouflage | Continuous |
| Zebra stripes | Aggression / Male competition | Seconds |
| Passing cloud | Prey distraction | Seconds |
| Lateral mantle display | Sexual signaling | Minutes |
Bioluminescence Encoding:
| Organism | Function | Wavelength | Mechanism |
|---|---|---|---|
| Firefly | Mate recognition (species-specific flash pattern) | 550-570 nm | Luciferin-luciferase |
| Anglerfish | Prey attraction | 470-490 nm | Symbiotic bacteria |
| Deep-sea squid | Counterillumination camouflage | Matches ambient | Ventral photophores |
| Dinoflagellates | Mechanical stress defense | 474 nm | Luciferin-binding protein |
Firefly Flash Pattern Encoding:
Species ID = f(flash number, flash duration, flash interval, flight pattern)
- Photinus pyralis: Single flash, 0.5 s, every 5-6 s, ascending J-curve
- Photuris versicolor: Predatory mimicry — copies prey species flash to attract and eat
25.2 Sonic and Vibratory Communication
Substrate-Borne Vibrational Generation:
| Mechanism | Description | Example Taxa |
|---|---|---|
| Tremulation | Body shaking without substrate contact | Leafhoppers, treehoppers |
| Drumming | Body parts striking substrate | Termites, spiders, stoneflies |
| Stridulation | Body parts rubbed together | Crickets, katydids |
| Tymbal vibration | Buckling of ribbed membrane | Cicadas |
Plant as Transmission Channel:
Insect signal → Stem/leaf vibration → Plant mechanical resonance → Receiver
↓ ↓
Frequency: 20-5000 Hz Low-pass + resonant peaks
Amplitude: nm to mm Attenuation: ~6 dB/m
Spider Web as Extended Sensory Organ:
Prey impact → Web vibrational coupling → Tarsal slit sensilla (0.1-2000 Hz)
↓
Time/phase differences across 8 legs
↓
Localization + Size estimation
↓
Attack (high-freq prey) / Retreat (low-freq predator)
25.3 Electroreception and Electric Field Communication
Passive Electroreception (Sharks, Rays):
Ampullae of Lorenzini → Gel-filled canal → Sensory epithelium
↓ ↓
~5 nV/cm threshold Conductivity matching (gel ≈ seawater)
DC - 50 Hz Self-generated noise (gill ventilation)
Active Electroreception (Weakly Electric Fish):
Electric Organ → EOD → External field → Electroreceptors → CNS
↓ ↓ ↓
Modified muscle Wave-type / pulse-type Tuberous (high-freq)
Species-specific freq Ampullary (low-freq)
Jamming Avoidance Response (JAR):
Neighbor EOD overlaps with own EOD
↓
Beat frequency = |f_self - f_neighbor|
↓
Tuberous receptors encode amplitude modulation at beat frequency
↓
CNS: f_neighbor > f_self → raise f_self; f_neighbor < f_self → lower f_self
↓
Goal: maintain Δf > ~3-5 Hz jamming threshold
25.4 Magnetoreception
Radical Pair Mechanism (Cryptochrome):
Light → Cryptochrome (FAD) → Electron transfer → FAD•- + Trp•+ (radical pair)
↓
Singlet ↔ Triplet interconversion
↓
Magnetic field modulates interconversion
↓
Chemical product yield → Retinal activation
Dual-System Hypothesis:
| Mechanism | Cryptochrome | Magnetite |
|---|---|---|
| Location | Retina | Upper beak (pigeons) |
| Light required | Yes | No |
| Information | Direction (compass) | Intensity (map) |
| Nerve | Visual system | Trigeminal nerve |
25.5 Thermal and Infrared Communication
Pit Organ (Vipers, Pythons, Boas):
Infrared radiation → Pit membrane → TRPA1 ion channel (heat-activated)
↓
ΔT ~0.001°C detection
↓
Stereoscopic thermal imaging (2 pits)
↓
Optic tectum integration → Strike targeting
Encoding:
- Spatial resolution: ~5° angular
- Temperature resolution: 0.003°C differential
- TRPA1 thermal sensitivity: Q10 ~ 100
- Blind strikes accurate in total darkness
26. Genetic and Neural Signal Encoding Standards
26.1 Synthetic Biology Genetic Part Standards
BioBrick Standard (RFC 10):
Prefix: EcoRI - XbaI - [Part] - SpeI - PstI - NotI - Suffix
↓ ↓
Scar: TACTAG (6 bp) between XbaI/SpeI ligation
↓
Assembly: "3A" (antibiotic resistance + insert + vector)
Part Categories:
| Prefix | Category | Examples |
|---|---|---|
| BBa_C_ | Coding sequences | BBa_C0040 (tetR repressor) |
| BBa_R_ | Regulatory | BBa_R0010 (Plac promoter) |
| BBa_I_ | Devices / Inverters | BBa_I13504 (GFP generator) |
| BBa_F_ | Plasmid backbones | BBa_F2620 (pSB3K3) |
Genetic Circuit Abstraction:
Layer 0: Nucleotide sequence (DNA)
Layer 1: Part (promoter, RBS, CDS, terminator)
Layer 2: Device (inverter, logic gate, sensor)
Layer 3: System (toggle switch, oscillator, counter)
Layer 4: Multi-cellular (quorum sensing, patterning)
26.2 Neural Signal Encoding Standards for BCI
Spike Sorting Pipeline:
Raw voltage (300-6000 Hz) → Spike detection → Waveform extraction
↓
Feature extraction (PCA / t-SNE / UMAP)
↓
Clustering (K-means / GMM / template matching)
↓
Spike train per unit: {t_i}
↓
Quality: ISI violation, SNR, isolation distance
Neuropixels Architecture:
- 960 sites, 384 active, 10-bit ADC, 30 kHz/channel
- Output: ~24 MB/s (384 × 30 kHz × 10 bit)
- Spike sorters: Kilosort, JRCLUST, IronClust, MountainSort
Open Ephys / NWB Standard Fields:
| Field | Description | Type |
|---|---|---|
spike_times |
Timestamps (seconds) | float64 array |
spike_clusters |
Cluster ID per spike | int16 array |
cluster_groups |
good / noise / MUA | string |
amplitudes |
Template scaling | float32 array |
sampling_rate |
Acquisition frequency | float64 |
Neural Decoding for BCI:
Spike train → Binning (20 ms) → Firing rate r(t) = [r_1, ..., r_N]
↓
Decoder:
Kalman: x(t+1) = A·x(t) + w, r = C·x + v
Wiener: x = W·r (linear regression)
LSTM: x(t) = f(r(t-k:t))
↓
Output: Kinematics or intended action
27. Subsumption Protocols: Colony-to-Unified-Lifeform Transitions
27.1 Eusocial Superorganism Integration
Honeybee Waggle Dance — Symbolic Communication:
Forager returns with resource
↓
Waggle dance on vertical comb:
- Waggle duration ∝ distance (750 ms ≈ 1 km)
- Waggle angle from vertical = direction relative to sun azimuth
- Acoustic buzz (250-300 Hz) = distance confirmation
↓
Follower bees: Antennal contact → Decode → Sample → Recruit / Reject
↓
Dance decay: Source depletion → Cessation → Forager switches to unload-only
Ant Trail Pheromone — Stigmergic Communication:
Forager finds food → Lays trail (volatile + persistent components)
↓
Nestmates detect → Follow → Lay additional pheromone
↓
Positive feedback → Trail reinforcement
↓
Food depletion → Return without laying → Trail evaporation → Negative feedback
Ant Colony Optimization (Dorigo, 1992):
τ_ij(t+1) = (1-ρ)·τ_ij(t) + Σ_k Δτ_ij^k
P_ij = [τ_ij]^α · [η_ij]^β / Σ_l [τ_il]^α · [η_il]^β
27.2 Slime Mold Aggregation: Dictyostelium discoideum
Starvation-Induced Phase Transition:
Vegetative amoebae (individual)
↓
Starvation → Autonomous cAMP pulses (6-10 min period) → Wave propagation
↓
Chemotaxis up gradient (10-20 μm/min) → Aggregation center (~10^5 cells)
↓
Mound → Tip (prestalk 20% / prespore 80%) → Migrating slug → Fruiting body
↓
Stalk (dead, vacuolated) + Spore head (viable, dormant) → Dispersal → Germination
cAMP Wave Model (FitzHugh-Nagumo-type):
du/dt = D·∇²u + f(u,v) + S(t)
dv/dt = ε·g(u,v)
u = [cAMP]_extracellular, v = Receptor desensitization
D ~ 10^-6 cm²/s, S(t) = pacemaker activity
Wave speed: ~300 μm/min, Wavelength: ~1-3 mm
Encoding as Phase Transition:
- Individual state: Binary (vegetative / aggregated)
- Collective state: Continuous gradient (prestalk ↔ prespore)
- Spatial position during aggregation encodes future cell fate
- Subsumption: Individual amoeba identity lost; cell becomes positional information
27.3 Bacterial Biofilm: Matrix-Encased Collective
Biofilm Lifecycle:
Planktonic → Surface attachment → Microcolony → EPS production → 3D architecture
↓ ↓
Quorum sensing maturation Dispersal
↓ ↓
High cell density → QS activation → Matrix gene expression Enzymatic degradation → Escape
EPS Matrix as Information Substrate:
| Component | Function | Information Content |
|---|---|---|
| Polysaccharides | Structural scaffold, diffusion barrier | Physical architecture = flow channels |
| Proteins (curli, adhesins) | Reinforcement, attachment | Species identification |
| eDNA | Structural, HGT reservoir | Sequence content, nutrient |
| Surfactants (rhamnolipids) | Porosity, antimicrobial | Dispersal timing |
Collective Properties:
- Nutrient gradient → Stratified metabolism (surface aerobic, deep anaerobic)
- Metabolic cross-feeding: Peripheral acetate production → Deep cell consumption
- Persisters: Dormant subpopulation (1 in 10^4-10^6) survives antibiotics
- HGT hot zone: eDNA + high density → rapid resistance spread
27.4 Engineering Subsumption Architecture (Brooks, 1986)
Layered Control for Autonomous Robots:
Layer 0: AVOID (obstacle avoidance) — Highest priority, no state, no memory
Layer 1: WANDER (exploratory) — Suppresses AVOID direction when safe
Layer 2: EXPLORE (goal-directed) — Suppresses WANDER with goal heading
Layer 3: IDENTIFY (landmark recognition) — Modulates EXPLORE goal vector
Layer n: Higher-level (mapping, planning, learning)
Each layer can suppress/inhibit lower layers. No central controller.
| Property | Traditional AI (Sense-Plan-Act) | Subsumption |
|---|---|---|
| Representation | Central world model | No world model; sensorimotor coupling |
| Planning | Deliberative; requires complete knowledge | Reactive; handles incomplete knowledge |
| Robustness | Single point of failure (planner) | Graceful degradation |
| Latency | Planning takes time | Millisecond response |
Biological Parallel:
- Subsumption mirrors evolutionary layering: spinal reflexes → brainstem → limbic → cortex
- Each biological layer functions independently if higher layers damaged
- No single "colony controller"; distributed competence across layers
27.5 Unified Subsumption Taxonomy
Colony-to-Organism Transition Criteria:
| Criterion | Eusocial Insects | Dictyostelium | Biofilm | Embryo |
|---|---|---|---|---|
| Reproductive division | Yes (queen/worker) | Yes (stalk dies) | No | Germ/soma |
| Cooperation | Extreme (sterile castes) | Extreme (stalk death) | Moderate | Extreme |
| Differentiation | Caste | Prestalk/prespore | Minimal | 200+ cell types |
| Information substrate | Dance, pheromone, touch | cAMP waves | QS + matrix | Morphogen gradients |
| Integration mechanism | Behavioral coordination | Chemotaxis | Matrix + metabolism | Adhesion + gap junctions |
| Identity loss | Partial | Complete (positional value) | Partial | Complete |
| Emergent properties | Thermoregulation, task networks | Fruiting body morphology | Resistance, sharing | Organ formation |
Mathematical Subsumption Model:
Individual utility: U_i(a_i) (selfish optimization)
Collective utility: U_C = Σ_i w_i·U_i + λ·Φ(C)
Subsumption occurs when: U_C(cooperate) > U_i(defect) + U_{-i}(defect)
w_i → 0 as subsumption deepens
Φ(C) = emergent property not reducible to individual behaviors
Information Integration (Φ) Applied to Colonies:
Φ_colony = I(colony) - Σ_i I(individual_i)
Subsumption threshold: Φ_colony > Φ_threshold (comparable to simple organism)
Proxies:
Eusocial colony: Φ high (coordinated response, collective memory)
Biofilm: Φ moderate (spatial organization, metabolic coupling)
Slug: Φ high during migration, collapses at culmination (stalk cells die)
28. Summary: Unified Biological Information Exchange Hierarchy
28.1 Complete Cross-Domain Master Table
| Level | Kingdom | Modality | Substrate | Speed | Distance | Encoding | Standardized |
|---|---|---|---|---|---|---|---|
| Quantum | All | Electron/spin | Tunneling, superposition | fs-μs | Å-nm | Quantum states | No |
| Subcellular | All | Chemical | Second messengers | ms-s | μm | Concentration/frequency | No |
| Subcellular | All | Mechanical | Motor proteins | s | Cell-wide | Step count/direction | No |
| Subcellular | All | Conformational | Prion states | Variable | Intracellular | Binary (folded/misfolded) | No |
| Cellular | Eukaryote | Electrical | APs, gap junctions | ms | μm-m | Spike timing, voltage | Partial (BCI) |
| Cellular | Eukaryote | Vesicular | Exosomes, synapses | min-h | Paracrine | RNA/protein cargo | No |
| Cellular | All | Genetic | DNA, RNA, HGT | h | Variable | Sequence, GC content | Yes (BioBrick) |
| Tissue | Animal | Bioelectric | Resting potentials | ms | Tissue | Voltage pattern | No |
| Tissue | Animal | Glymphatic | CSF flow | h | Brain | Flow pattern | Partial (Lean) |
| Organismal | Animal | Neural | Spikes, synaptic | ms | m | Spike timing/rate/temporal | Partial (NWB) |
| Organismal | Animal | Endocrine | Hormones, cytokines | s-h | Systemic | Concentration decay | Partial (Lean) |
| Organismal | Animal | Visual | Color, pattern, polarization | ms | m | Spatial frequency | No |
| Organismal | Animal | Acoustic | Sound, ultrasound | ms | m-km | Frequency modulation | No |
| Organismal | Animal | Vibratory | Substrate-borne | ms | m | Frequency, temporal | No |
| Organismal | Animal | Electric | EOD, electroreception | ms | cm-m | EOD frequency | No |
| Organismal | Animal | Magnetic | Magnetoreception | s | Global | Inclination/intensity | No |
| Organismal | Animal | Thermal | Infrared, body heat | ms | m | Temperature gradient | No |
| Organismal | Plant | Chemical | VOCs, root exudates | min-h | <50 cm | Concentration/blend | No |
| Organismal | Plant | Electrical | AP, VP, SP | s | m | Waveform type | No |
| Organismal | Plant | Acoustic | Stress sounds | s | <1 m | Frequency/amplitude | No |
| Colony | Insect | Multi-modal | Dance, pheromone, touch | ms-s | Colony | Vector (dir+dist) | No |
| Colony | Insect | Stigmergic | Pheromone trails | min-h | m-km | Concentration gradient | No |
| Colony | Protist | Chemical | cAMP waves | min | mm-cm | Wave freq/amplitude | No |
| Colony | Bacteria | Chemical | QS autoinducers | min-h | Diffusion | Density threshold | No |
| Colony | Bacteria | Matrix | EPS, eDNA | h | Biofilm | Spatial architecture | No |
| Colony→Org | All | Integration | Subsumption, emergence | Variable | Colony | Collective Φ | No |
| Inter-species | Plant-Fungi | Mycorrhizal | Hyphal networks | h-days | m | Nutrient/electrical | No |
| Inter-species | Bacteria | HGT | Plasmid/phage/DNA | h | Contact/diffusion | Gene cassette | No |
| Inter-species | Virus-Host | Infection | Genome packaging | h | Contact/vector | Viral genome | No |
End of Neural Encoding Schemes Index — Fully Expanded Coverage: 32 sections, ~2300 lines, 40+ distinct biological information exchange schemes across quantum, subcellular, cellular, tissue, organismal, colony, and inter-species levels Includes: Visual, sonic, vibratory, electric, magnetic, thermal communication; genetic (BioBrick) and neural (NWB/BCI) encoding standards; subsumption protocols for colony-to-unified-lifeform transitions