ThermoCog Lab20-Watt SubstrateContinuous Physics

ThermoCog Architecture

Beyond Brute Force

The biological brain operates inside a twenty-watt envelope. It plans, navigates, repairs damaged pathways, and stabilizes memories across decades while dissipating less heat than a dim desk lamp. Industrial artificial intelligence chose a different path: half-megawatt silicon clusters running gradient descent across static weights. This is an exploration of the thermodynamic principles, continuous physics, and multi-timescale architecture of living intelligence.

Foundational Thesis
ThermoCog— A shorthand for “Thermodynamic Cognition”

This name highlights the underlying thesis of the entire whitepaper: that true intelligence is a physical, energy-minimizing process rather than just a software scaling problem.

New to thermodynamic computing? Start here

What is ThermoCog? ThermoCog is a shorthand for “Thermodynamic Cognition.” This name highlights the underlying thesis of the entire whitepaper: that true intelligence is a physical, energy-minimizing process rather than just a software scaling problem.

Conventional digital computing treats electricity as an abstract clock: transistors switch between high and low voltages to simulate discrete Boolean logic. In this model, computation requires constant energy dissipation to charge and discharge metal traces, while memory and arithmetic units remain physically separated by the von Neumann bottleneck.

Living systems operate on a completely different principle: thermodynamic computation. Biological synapses compute in-situ through the physical relaxation of ions across cell membranes. Ohm's law and Kirchhoff's current laws perform matrix-vector multiplication continuously and passively, allowing the physical substrate itself to minimize free energy without discrete clock cycles or external memory transport.

The Core Law: Landauer's Principle

In 1961, Rolf Landauer proved that erasing one bit of physical information at room temperature must dissipate at least kBT ln 2 ≈ 2.97 × 10−21 joules as heat. Every digital GPU instruction dissipates millions of times more than this floor primarily because it moves bits across copper wires. Biological synapses operate only seven orders of magnitude above the absolute thermal limit.

1. The Thermodynamic Floor

Landauer's principle establishes the ultimate physical lower bound of computation. Compare the energy dissipated per operation and total system power across four paradigms of information processing:

Energy / Op

10fJ

1.0 × 10⁻¹⁴ Joules

System Power

20W

Entire human brain

Efficiency Gap

Biological baseline

10⁻²¹ J (Landauer)10⁻¹⁴ J (Biology)10⁻¹⁰ J (Edge)10⁻⁸ J (GPU)

Biological synapses compute directly through ionic relaxation across cell membranes, performing in-situ analog vector operations without shuttling bits across a memory bus.

Emin=kB·T·ln 2 2.97 × 10−21 J (T= 310.15 K)

Where k_B = 1.380649 × 10⁻²³ J/K (Boltzmann's constant), T = 310.15 K (mammalian body temperature, 37.0°C), and ln 2 ≈ 0.69315 represents the thermodynamic entropy cost of erasing a single binary degree of freedom.

Empirical Efficiency Across Computing Substrates

Computing ParadigmEnergy / Synaptic EventOperations / JouleMemory BottleneckThermodynamic Ratio
Landauer Bound (310.15 K)2.97 × 10⁻²¹ J3.37 × 10²⁰None (Fundamental Physics)1× (Absolute Floor)
Human Cortical Synapse~1.00 × 10⁻¹⁴ J (10 fJ)1.00 × 10¹⁴Zero (In-situ ionic relaxation)~3,360×
ThermoCog Substrate (Target)~1.50 × 10⁻¹³ J (150 fJ)6.67 × 10¹²Zero (Co-located memristor crossbar)~50,500×
Fixed-Point Edge (C99 MCU)~1.50 × 10⁻¹⁰ J (150 pJ)6.67 × 10⁹Minimal (Single-cycle on-chip SRAM)~5.05 × 10¹⁰×
Datacenter GPU (FP16/FP8)~1.00 × 10⁻⁸ J (10 nJ)1.00 × 10⁸Dominant (HBM3e / PCIe / Interconnect)~3.37 × 10¹²×
Datacenter Accelerator (700W)

Where Digital Power is Dissipated

Conventional accelerators spend virtually all electrical energy overcoming physical distance:

  • Inter-Chip Interconnects (SerDes/NVLink): ~45% of cluster power shuttling weights across nodes.
  • Memory Bus Shuttling (HBM3e → SRAM): ~35% charging capacitive copper PHY traces.
  • Power Delivery & Active Cooling: ~18% lost to VRM stepping and chilled HVAC compressors.
  • Arithmetic Logic Units (MACs): < 2% of total power performs actual matrix math.
Biological Cortex (20W)

Where Living Power is Dissipated

Biological tissue maintains a non-equilibrium steady state through localized biochemical work:

  • Action Potentials (Axonal Spikes): ~47% pumping Na⁺/K⁺ ions across cellular membranes.
  • Postsynaptic Integration: ~34% dissipated in dendritic channels during signal summation.
  • Resting Membrane Maintenance: ~13% maintaining baseline polarization across 86B cells.
  • Astroglial Recycling & Synthesis: ~6% clearing neurotransmitters and metabolizing lactate.
The von Neumann Bottleneck: In digital processors, moving a 32-bit float from external DRAM across copper traces to an arithmetic logic unit consumes between 100 and 1,000 times more electrical energy than the arithmetic operation itself. Living systems never separate computation from memory.

2. The Three Timescales of Intelligence

Deep neural networks attempt to solve intelligence through a single optimization loop: backpropagating error gradients through static weight matrices. Living organisms partition adaptation across three nested timescales, preventing catastrophic interference:

PHYLODYNAMICS • GENERATIONSONTOGENY • DAYS TO MONTHSCOGNITION • MILLISECONDS
Cognition: Continuous Active InferenceMilliseconds to Seconds

Online state estimation and behavioral control. The agent acts to minimize Variational Free Energy (resolving prediction errors against streaming sensory inputs in real time without halting for batch optimization.

→ Biological analog: Real-time sensorimotor coordination and dynamic equilibrium.

200,000×

The Genomic Bottleneck: The human genome comprises ~3.2 × 10⁹ base pairs (~750 megabytes of digital data), yet reliably self-assembles a connectome of 86 billion neurons and 150 trillion synapses (~150 terabytes of structural wiring). Biological evolution does not store weight matrices; it discovers developmental morphogenetic programs.

Loop 1 • Phylodynamics10⁵ to 10⁷ s • Generations

Generative Genetic Priors & Indirect Developmental Encoding

Evolutionary search selects indirect developmental programs rather than static synaptic parameters. By searching over generative rules, biological evolution discovers compact mathematical representations that expand into vast functional connectomes.

Genomic Compression:750 MB genome → 150 TB connectome
  • Compositional Pattern Producing Networks (CPPNs): Coordinate mappings (x_i, y_i) → (x_j, y_j) project continuous geometric manifolds directly into initial substrate conductances.
  • Geometric Invariance: Automatically guarantees bilateral symmetry, axonal pathfinding gradients, and modular cortical columns without brute-force parameter enumeration.
  • The Baldwin Effect: Phenotypic plasticity during an agent's lifetime smooths the evolutionary fitness landscape, pulling lifetime adaptations into inherited structural priors.
Loop 2 • Ontogeny10³ to 10⁵ s • Days to Months

Morphogenetic Self-Organization & Zero-Shot Substrate Repair

Morphogenetic self-organization wires neural tissue and maintains anatomical homeostasis without central coordination. The physical substrate continuously self-heals against memristor breakdown and circuit trace degradation.

Hardware Resilience:Autonomous zero-shot fault rerouting
si(t+ Δt)=si(t)+ Δt· Φ(si, ∇si, ∇2si)

Neural Cellular Automata (NCA) Update Rule: Local update of node state s_i driven by local state, spatial concentration gradients ∇s_i, and Laplacian diffusion ∇²s_i across adjacent memristive crossbar nodes.

  • Zero-Shot Physical Self-Repair: When circuit traces sever or memristors suffer dielectric breakdown, boundary gradient anomalies (∇m ≠ 0) trigger local NCA morphogenesis, autonomously re-routing signals around physical defects.
  • Anatomical Homeostasis: Maintains stable target morphology and computational capacity despite ongoing substrate variations.
Loop 3 • Cognition10⁻³ to 10¹ s • Milliseconds

Continuous Active Inference & Dynamic Time-Constant Relaxation

Online state estimation and closed-loop motor actuation unfold continuously through analog physical relaxation. The agent minimizes Variational Free Energy in real time without discrete clock steps or backward passes.

Inference Latency:Continuous analog convergence (< 1 ms)
dxdt=[1τ+f(x, u)]x+f(x, u)A, τeff=τ1 + τf(x, u)

Liquid Time-Constant (LTC) Dynamics: Input non-linearity f(x, u) adapts the effective time constant τeff: contracting bandwidth during sensory shocks and dilating during steady tracking.

  • Continuous-Time Sensorimotor Grounding: Eliminates discrete inference phases; sensory inputs immediately modulate state trajectories via physical Kirchhoff current laws.
  • Non-Equilibrium Steady State: The physical substrate remains poised at criticality, reacting instantaneously within a sustained 20-Watt envelope.

By isolating rapid behavioral reflexes (cognition) from topological growth (ontogeny) and structural blueprint evolution (phylogeny), the system can learn continuously without overwriting foundational survival routines.

3. Physical Relaxation vs. Backpropagation

Backpropagation requires a separate backward computational harness and exact knowledge of transposed synaptic weights (a physical impossibility in biological substrates known as the weight transport problem). Biomorphic computing replaces backward passes with physical energy relaxation:

G₁₂G₂₃INPUT1.00VSTATE0.50VTARGET0.00V

Substrate settled at Kirchhoff current equilibrium (ΔE → 0).

DimensionPhysical RelaxationDigital Backpropagation
Credit AssignmentKirchhoff's current law (ΣI = 0)Transposed chain rule (WTδ)
Weight TransportZero (identical physical device)Requires separate reverse wiring
Data MovementZero (in-situ analog conductance)Continuous DRAM ↔ ALU shuttling
Parasitic Circuit FlawsAbsorbed into energy minimizationRequires high-precision ADC/DAC
Δwij=limβ → 0ηβ(sβisβjs0is0j)= −η Lwij

Equilibrium Propagation gradient identity: si0, sj0 represent nodal voltages during free physical relaxation (∇sE = 0); siβ, sjβ represent nodal voltages during the nudged phase under output boundary bias. Weight updates require only local terminal voltages.

Physical Constraint

The Weight Transport Impossibility

Standard backpropagation relies on an unphysical mathematical symmetry:

  • The Transpose Barrier: Backprop evaluates δl = (Wl+1)T δl+1 ⊙ σ′(zl), requiring backward error signals to travel through the exact transpose WT of forward synaptic weights.
  • Biological & Substrate Reality: Synapses and memristor crossbars are unidirectional physical conductances. A synapse cannot read or duplicate its conductance onto a remote reverse wiring harness.
  • The Biomorphic Solution: Physical relaxation evaluates forward inference and credit assignment across the exact same physical junction, dissolving the weight transport problem.
Substrate Computing

Holomorphic EqProp (hEP)

How ThermoCog absorbs analog crossbar non-idealities into the learning dynamics:

  • The Parasitic Dilemma: Traditional analog AI spends >80% of peripheral energy fighting sneak paths, wire resistance (IR-drop), and device variability using high-precision ADCs.
  • Harmonic Perturbation: Holomorphic EqProp nudges boundary nodes with complex-frequency harmonic oscillations (eiωt).
  • Fourier Gradient Extraction: The Fourier coefficients of the resulting current oscillations evaluate exact gradient updates directly through the physical substrate. Parasitic circuit flaws become part of the physical energy manifold being minimized.
Substrate Computing: When an analog electrical network is perturbed, Kirchhoff's laws and thermodynamic dissipation drive potentials directly toward equilibrium. The physical laws of matter compute the credit assignment for free.

4. The Biological Necessity of Sleep

Artificial neural networks train by shuffling gigabytes of independent, identically distributed (i.i.d.) batches. A biological agent encounters experience sequentially. Learning continuously during wakefulness causes two thermodynamic crises:

Low G (Depressed)High G (Saturated)

Synaptic Saturation

82%

Signal-to-Noise Ratio

Degraded (-6 dB)

Memory Consolidation

Pending Replay

g(sleep)ij=g(wake)ij×(1 α), where α 0.18

Synaptic Homeostasis Hypothesis (Tononi & Cirelli): Multiplicative downscaling compresses total synaptic volume and metabolic dissipation by ~20% while mathematically preserving relative synaptic ratios gij / gik (retaining memories while restoring dynamic sensitivity).

Memory Partitioning

Dual-Speed Memory Consolidation

Lifelong learning without catastrophic forgetting requires two physically distinct memory speeds:

  • Fast High-Plasticity Buffer (Hippocampal Analog): Rapidly captures sequential, high-surprise sensory episodes during daytime active inference without destabilizing global networks.
  • Slow Deep Substrate (Neocortical Analog): Crystallized, non-volatile memristive network encoding foundational topological world models and invariant causal invariants.
  • Surprise-Gated Consolidation: During quiescent sleep, high-surprise trajectories (∫ ℱ dt) are autonomously replayed from the fast buffer into the slow substrate.
Thermodynamic Regulation

The Two Crises of Lifelong Plasticity

Continuous online learning without sleep causes runaway thermodynamic instability:

  • Synaptic Saturation Crisis: Hebbian learning exhibits net potentiation (Σ Δg > 0). Without homeostatic reset, conductances saturate (g → g_max), dynamic range collapses, and signal-to-noise ratio drops by up to 12 dB.
  • Thermal Dissipation Surge: In analog crossbars, power dissipation scales with total conductance (P = Σ V²g). Saturated conductances cause runaway joule heating.
  • The Sleep Solution: Decouples external sensors (u(t) → 0), prunes low-signal noise connections, and resets conductances to linear operating points.

During wakefulness, net synaptic potentiation drives conductances toward physical saturation, depleting dynamic range. Sleep decouples sensory input, replays high-surprise episodes, and globally downscales conductances back to baseline operating points without memory loss.

5. Embodied Active Inference vs. Disembodied Autoregression

Current frontier AI relies on autoregressive next-token prediction across static text tokens. Living intelligence is grounded in continuous, embodied sensorimotor interaction governed by non-equilibrium thermodynamics:

F(q, y)=DKL[q(θ)p(θ)]𝔼q[lnp(y θ)]lnp(y)

The Free Energy Principle (Friston): Variational Free Energy partitions sensory error into a Model Complexity Penalty (DKL) and Perceptual Accuracy (Eq[ln p(y|θ)]), providing a computable upper bound on sensory surprise −ln p(y). An active inference agent acts upon its environment to fulfill its internal homeostatic predictions.

Disembodied Transformers

The Limits of Autoregression

Next-token prediction optimizes statistical correlation across ungrounded symbolic corpora:

  • Zero Physical Grounding: A language model has never felt inertia, gravity, resistance, or thermodynamics; it manipulates word distributions without causal understanding.
  • Open-Loop Hallucination: Lacks an active motor loop to test hypotheses against physical reality, causing catastrophic errors when interpolating outside training data.
  • Infrastructural Fragility: Demands 100-megawatt to gigawatt utility interconnects and liquid-cooled datacenter campuses to sustain inference.
Biomorphic Active Inference

The Power of Grounded Action

ThermoCog anchors cognition in continuous-time sensorimotor loops:

  • Closed-Loop Sensorimotor Grounding: Motor actions alter sensory incoming flows, directly validating or refuting internal state estimations in real time.
  • The Moravec Foundation: Evolution dedicated 500 million years to perfecting balance, tactile feedback, and spatial kinematics; symbolic reasoning is an evolutionary adaptation resting on this foundation.
  • Continuous Homeostasis: Maintains physical survival boundaries inside a 20-Watt metabolic envelope using analog dynamical ODE relaxation.

6. Architectural Specification Matrix

A comprehensive systems engineering comparison between conventional deep learning infrastructure and the ThermoCog biomorphic architecture:

System DimensionThermoCog Biomorphic ArchitectureConventional Deep Learning (GPU/LLM)
Primary Physical SubstrateAnalog memristive crossbar & continuous ODEsSynchronous digital CMOS (ALUs, FPUs, Tensor Cores)
Sustained Power Envelope< 20 Watts (Total System)700W – 1,200W per accelerator (Megawatts / Cluster)
Energy per Synaptic Operation~10 – 150 femtojoules (10⁻¹⁴ – 10⁻¹³ J)~1 – 10 nanojoules (10⁻⁹ – 10⁻⁸ J)
Memory-Compute TopologyZero-distance co-located in-situ conductancesVon Neumann separated (HBM3e ↔ PCIe ↔ SRAM cache)
Temporal DynamicsContinuous-time ODEs (Liquid Time-Constants)Discrete sequential token steps (clock cycles)
Credit Assignment MechanismKirchhoff's current law & Holomorphic EqPropReverse-mode automatic differentiation (Backprop)
Continuous Lifelong PlasticityNative online adaptation + Quiescent sleep replayFrozen deployment weights (Fine-tuning causes forgetting)
Fault Tolerance & DegradationAutonomous Neural Cellular Automata self-repairCatastrophic single-bit memory parity / ECC fail
Biological Timescale SeparationTripartite loops (Phylogeny, Ontogeny, Cognition)Single optimization loop (Overwrites foundational rules)
Sensory & Causal GroundingClosed-loop embodied active inference (VFE minimization)Open-loop statistical next-token prediction

7. Hardware Realization Roadmap

The transition from high-level physics to monolithic silicon proceeds across four verified validation milestones:

Phase 1 • Validated

Continuous ODE Dynamical Modeling

Mathematical and dynamical validation of Liquid Time-Constant (LTC) continuous equations, Variational Free Energy minimization, and Holomorphic Equilibrium Propagation convergence under simulated analog noise.

Phase 2 • Active Prototype

Embedded Fixed-Point (Q16.16) Microcontroller

Deterministic integer execution eliminating floating-point unit dissipation. Real-time active inference running on ultra-low-power microcontrollers under 250 milliwatts without external memory shuttling.

Phase 3 • In Development

Hybrid FPGA Neuromorphic Emulation

Massively parallel event-driven hardware emulation of tripartite timescales, evaluating autonomous Neural Cellular Automata self-repair grids and real-time wake/sleep homeostatic downscaling under hardware fault injection.

Phase 4 • Target Envelope

Monolithic In-Memory Analog Crossbars

Custom semiconductor integration co-locating non-volatile memristive conductances with passive Kirchhoff relaxation networks. Direct physical implementation of the sub-20-Watt biomorphic intelligence envelope.

8. Audio Briefing & Architectural Discussion

Listen to the technical discussion on thermodynamic cognition, the physical limits of digital scaling, and why biological intelligence must sleep:

9. Frequently Asked Questions

First-principles answers to common inquiries regarding Thermodynamic Cognition, physical energy minimization, and biomorphic architectures:

What does the name “ThermoCog” mean, and what is its core thesis?

ThermoCog is a shorthand for “Thermodynamic Cognition.” This name highlights the underlying thesis of the entire whitepaper: that true intelligence is a physical, energy-minimizing process rather than just a software scaling problem.

Industrial artificial intelligence models computation as an abstract mathematical calculation, forcing billions of floating-point numbers through digital logic gates across high-speed copper interconnects. In contrast, ThermoCog models intelligence as a physical dynamical system relaxing toward thermodynamic equilibrium down a free-energy landscape, matching the biological principles that enable the human brain to operate within a 20-Watt envelope.

Why is industrial digital scaling (GPUs and TPUs) hitting a thermodynamic wall?

Digital accelerators are bound by the Von Neumann bottleneck: memory cells are physically separated from arithmetic logic units. Moving tensors back and forth across high-bandwidth memory (HBM), buses, and optical interconnects consumes between 90% and 99% of total system energy before arithmetic even begins.

Under Landauer's principle, the erasure of physical information in discrete Boolean logic requires a minimum dissipation of E_min = k_B T ln 2 ≈ 2.97 × 10⁻²¹ J per bit at body temperature. Digital GPUs operate at roughly 10⁻¹¹ J per operation (billions of times above fundamental physics) due to clock distribution, parasitic capacitance, and data transport. Living cortical tissue computes in-situ at ~10⁻¹⁴ J, approaching thermodynamic reversibility.

How does continuous physical relaxation compute gradients without backpropagation?

ThermoCog replaces backpropagation with Equilibrium Propagation (EqProp) and Holomorphic Equilibrium Propagation (hEP). Rather than freezing forward activations in memory and running an energy-expensive global backward pass with transposed weight matrices, EqProp lets physics do the math in two phases:

  1. Free Relaxation Phase: Inputs are applied, and the analog circuit naturally settles into a minimum energy state (steady-state equilibrium).
  2. Nudged Phase: A small teaching perturbation is applied at the output terminals, nudging node potentials toward the target state.

The local difference in node activities between these two phases directly yields exact parameter gradients: Δw_ij ∝ s_i^+ s_j^+ - s_i^0 s_j^0. In Holomorphic EqProp, complex-frequency perturbations absorb hardware imperfections (such as wire resistance and sneak paths) directly into the energy minimization pass.

How do Neural Cellular Automata (NCAs) solve analog hardware defects and yield?

Analog memristive crossbars (such as ReRAM or PCRAM) suffer from high device-to-device variability, conductance drift, and fabrication line defects. Attempting to flash trillions of rigid digital weights into imprecise analog cells leads to yield failure.

ThermoCog borrows nature's solution: indirect developmental encoding. Just as 1 Gigabyte of genomic data generates and wires 86 billion neurons and 150 trillion synapses, ThermoCog uses Neural Cellular Automata (NCAs) as an ontogenetic morphogenetic field. Instead of storing explicit weights, a compact developmental rule grows functional network topologies. When physical crosspoints fail or degrade, local signaling gradients automatically trigger zero-shot self-repair, regrowing functional connections without external intervention.

Why is biological sleep a physical and thermodynamic requirement?

Under the Synaptic Homeostasis Hypothesis (SHY) established by Tononi and Cirelli, continuous wakeful learning causes synaptic conductances to progressively potentiate. Without a restorative phase, this produces two existential crises:

  • Synaptic Saturation: Weights reach physical conduction limits, destroying plasticity and dynamic range.
  • Thermal Dissipation Surge: Increased conductance draws excessive current, causing runaway heat dissipation.

Offline slow-wave sleep performs homeostatic multiplicative downscaling (a net ~18% reduction across conductances), restoring the signal-to-noise ratio, resetting baseline thermodynamic free energy, and consolidating fast hippocampus-like trajectories into stable cortical topological invariants.

Does ThermoCog eliminate Large Language Models, or how do they fit together?

ThermoCog does not eliminate LLMs; it contextualizes them within a tripartite multi-timescale hierarchy:

  • Loop 1 • Phylogeny (Evolutionary Grammar): Large language models and foundation models operate here on long timescales (hours to generations), generating, validating, and mutating developmental recipes and topological priors.
  • Loop 2 • Ontogeny (Morphogenetic Field): Neural Cellular Automata coordinate physical cell division, growth, and autonomous self-repair across intermediate timescales (seconds to minutes).
  • Loop 3 • Cognition (Continuous Active Inference): In-memory analog crossbars and Liquid Time-Constant (LTC) networks execute millisecond-level sensory perception and motor actuation.

High-frequency embodied control is offloaded to physical analog relaxation, freeing LLMs to perform high-level symbolic governance rather than burning gigawatts predicting continuous physics.

How does ThermoCog compare in power consumption to modern datacenter AI?

The human brain demonstrates that open-ended general intelligence, lifelong learning, and motor actuation can be achieved within an estimated 20-Watt metabolic envelope, dissipating between ~0.1 to 10 fJ per synaptic event.

By contrast, datacenter GPU clusters training and serving frontier models consume between hundreds of kilowatts to gigawatts, spending ~10 to 50 nJ per operation due to memory bus shuttling and clock distribution. ThermoCog targets this >20,000× efficiency gap by co-locating memory with physical relaxation in continuous analog crossbars.

Has ThermoCog been validated in hardware, or is it purely theoretical?

ThermoCog's continuous active inference cognitive cycle has been benchmarked on physical silicon using deterministic Q16.16 fixed-point arithmetic in pure C99 without a hardware floating-point unit (FPU).

On an embedded 64 MHz ARM Cortex-M4 microcontroller, the continuous state estimation, perception update, and action inference cycle executes in under 2 microseconds, consuming just 350 microwatts of dynamic power and requiring only 48 bytes of static RAM. This proves that continuous-time active inference does not require massive matrix multiplication clusters to operate in real time.

Research Collaborations & Institutional Access

ThermoCog investigates biomorphic intelligence operating within biological thermodynamic power envelopes. Detailed architectural designs, continuous-time simulation frameworks, and provisional patent disclosures are accessible to academic institutions, semiconductor laboratories, and hardware partners under mutual confidentiality.

Inquire about institutional research access →

10. Academic Foundations & Literature Archive

The ThermoCog biomorphic architecture unifies empirical results, mathematical formalisms, and hardware designs across non-equilibrium thermodynamics, neuromorphic engineering, and active inference. Explore the primary literature informing each architectural layer:

1. Thermodynamic Limits & Physical Information

2. Equilibrium Propagation & Physical Energy Minimization

3. Morphogenesis, Basal Cognition & Neural Cellular Automata

4. Continuous Active Inference & Synaptic Homeostasis

5. Memristive In-Memory Substrates & Circuit Non-Idealities