MuseEnGen

First-Principles Physiological Modeling · Mechanism Over Correlation

MuseEnGen develops coupled ODE models of physiological degradation, parameterized entirely from published physiology and validated against population-scale data. The first instantiation — the Cardio model — is a 29-state cardiovascular ODE that outperforms the Framingham Risk Score across every major mortality endpoint on three independent cohorts totaling ~40,000 adults, without any parameter fitted to outcome data. The method is general. Cardiovascular is where we proved it first.


01The Cardio Model: Results

The Cardio model simulates five interacting physiological subsystems — arterial stiffening, baroreflex decline, atherosclerotic plaque accumulation, cardiac reserve depletion, and renal compensation — evolving over a 10-year window from initial conditions taken from a standard blood panel. Every parameter comes from published physiological literature. No parameter was fitted to mortality data. It encodes mechanism, not statistical correlation.

Multi-endpoint discrimination across three independent cohorts

Endpoint NHANES III
(1988–94)
Cont. NHANES
(1999–2010)
HRS
(50+, imputed)
All-cause mortality 0.820 0.810 0.777
Heart disease 0.834 0.802 0.664
Cerebrovascular/stroke 0.826 0.835 0.627
Walking difficulty 0.636
ADL difficulty 0.603
Δ vs Framingham (all-cause) +0.021 +0.027

The model beats Framingham on all-cause, cerebrovascular, heart disease, and hypertension-contributing mortality. It also identifies existing conditions from a blood panel alone: congestive heart failure (C = 0.777), prior myocardial infarction (0.788), prior stroke (0.793). The physiological trajectory reads accumulated damage, not just future risk.

A mechanistic discovery

Arterial compliance alone discriminates diabetes-contributing mortality at C = 0.867 — dramatically higher than the full 5-component composite. Diabetes kills primarily through vascular stiffening (AGE crosslinking, glycocalyx degradation), and compliance is the direct ODE readout of that mechanism. This is not a correlation finding — it is a mechanistic decomposition revealing that a specific damage category is the dominant pathway for a specific cause of death.

Genetically validated

LD Score Regression shows the five subsystem traits are genetically independent — near-zero pairwise genetic correlations between blood pressure, lipids, kidney function, diabetes susceptibility, and heart rate. They are built by different genes but coupled by physiology. The ODE captures that physiological coupling, and that coupling is where the discrimination lives.

If the traits were genetically correlated, a skeptic could argue the model is measuring shared genetic risk through five windows. The near-zero correlations prove otherwise. Mendelian Randomization adds causal directionality: kidney function causes blood pressure (p = 8.4×10−97), not the reverse. The model captures physiological signal that genetics alone cannot see.


02Wearable Monitoring: From Prediction to Observation

The Cardio model predicts physiological trajectories from a static blood panel. A wearable monitoring layer checks those predictions against reality in real time. The discrepancy between prediction and observation is the clinically informative signal. We validated this monitoring layer on five open-access clinical datasets from PhysioNet:

Population N Accuracy Key Finding
Heart failure (catheter ground truth) 71 95.3% Wearable patch matches invasive hemodynamics
Neurodegenerative diseases 64 90.4% Separates Parkinson’s, Huntington’s, ALS from gait
Frail elderly post-surgery 76 83.1% Exercise HRV predicts frailty severity
Parkinson’s (gait only) 165 69.8% Less data → lower confidence (correct behavior)
Healthy aging (negative control) 1,087 0 false alarms System stays silent when nothing is wrong

The system’s confidence self-calibrates with input richness: a 2-point accuracy–confidence gap with rich signals (ECG + seismocardiogram), widening to 12 points with thin signals (foot pressure only), and silence with healthy subjects. This self-calibrating behavior emerges from the architecture, not from training. Accurate when it can be, honest when it can’t be, silent when it should be.


03The Health Triad

The user-facing abstraction is three coupled signals — Stability, Resilience, and Wear — dynamically linked through an internal activation signal. This formulation captures something that threshold-based monitoring cannot: a person can appear stable while compensatory effort rises, reserve depletes, and cumulative strain accumulates underneath. The system explicitly models compensation as meaningful physiological information.

Stability

How well the body is maintaining its current regulatory set points. Estimated from innovation sequences across the UKF filter bank — persistent deviations between predicted and observed states indicate regulatory strain before overt symptoms appear.

Resilience

The remaining capacity to absorb perturbation. Modeled via a nonlinear sigmoid that captures the cliff-edge fragility characteristic of vulnerable physiology: small additional stressors produce disproportionate decline when reserve is low.

Wear

Cumulative burden from sustained high activation and incomplete recovery. Tracks the integral of activation over time, gated by recovery quality. Wear accumulates when stress is persistent and recovery windows are insufficient.


04Architecture

The system separates into two complementary loops. PA (the fast loop) runs real-time state estimation on edge hardware — Unscented Kalman Filter banks estimating latent physiological states across coupled subsystems. MA (the slow loop) performs longitudinal adaptation and causal reasoning, consuming shadow estimator outputs as read-only evidence bundles and generating uncertainty-quantified hypotheses about physiological trajectory. MA is constitutionally non-authoritative — it cannot override PA safety decisions.

LayerLatencyFunction
L1 — MCU < 2 ms Hard real-time deterministic safety. Threshold-based. Cannot be overridden by higher-level software.
L2 — Edge < 20 ms UKF filter bank. Health Triad computation. Shadow estimator producing mechanism activation probabilities with calibrated self-trust. 3,000+ tests passing.
L3 — Cloud Hours–months Longitudinal modeling. Bounded prior updates. Ontology-grounded reasoning (BFO 2020 / SDAO). 12 disease disposition chains + 1 behavioral chain, all ensemble-reviewed.

Design invariants

The MCU safety loop is deterministic and independent. Raw biometric waveforms never leave the edge device. When the model’s uncertainty increases, the system’s autonomy contracts — it does less, not more. The safety policy is deontological, not consequentialist: certain actions are prohibited regardless of expected utility. Every MA parameter update flows through a rate-limited safety interface with hard bounds.


05Development Methodology

MuseEnGen is developed using a structured multi-model AI ensemble workflow — a novel engineering methodology that treats frontier AI models as specialized co-architects with strict role boundaries. The pattern has been validated across 35+ architectural decisions, 40+ governance artifacts, a 90+ file specification suite, and the Cardio model’s full external validation cycle.

Architecture Synthesis

Cross-document consistency, specification synthesis, architectural reasoning, governance. Lead coordinator across all project domains.

Mathematical Rigor

Equation auditing, formal specification, BFO ontology correctness, conditioning error detection. Multi-round review with the architect.

Biological Validation

Physiological plausibility, parameter range verification, clinical scenario realism, scientific accuracy against current literature.

Engineering Feasibility

Hardware implementability, compute budget verification, RF/wireless analysis, thermal envelope compliance, deployment realism.

A human decision-maker retains full authority over all merges, invariants, and design choices. The Cardio model and its external validation were completed in approximately 36 hours using this workflow. The methodology is described in detail in the documents below and is offered as a transferable pattern for any engineering team.


06Claims Boundary

The project maintains an explicit and public claims boundary. This is not a legal disclaimer — it is an architectural commitment enforced across all specifications, external communications, and user-facing outputs.

Public Claims Discipline

MuseEnGen is designed to monitor, estimate, suggest, and support. It does not claim to diagnose, treat, cure, or provide medical advice.

Every hypothesis output is accompanied by uncertainty quantification. The monitoring system is constitutionally non-authoritative: it provides evidence to clinicians and users, never makes autonomous clinical decisions. Validation status is disclosed honestly: what has been validated is stated; what has not been validated is not hidden.


07Working Documents

These are project working documents — not peer-reviewed publications. They describe the methodology, results, and safety reasoning as they currently stand. Preprints with full equations, parameters, and reproducible code are in preparation.

The Cardio Model: A First-Principles ODE That Outperforms Framingham
Jeff Hall · May 2026 · Technical overview Results In preparation

29-state coupled ODE, 5 physiological subsystems, validated on three independent cohorts (~40,000 adults), multi-endpoint portfolio, genetic triangulation, compliance-diabetes mechanistic discovery. Preprint with full equations, parameter provenance, and reproducible validation code forthcoming.

Genetic Triangulation of a First-Principles Cardiovascular ODE
Jeff Hall · 2026 · Methods paper Results In preparation

LD Score Regression and Mendelian Randomization reveal that the ODE couples genetically independent traits through physiological dynamics. The model captures signal that genetics alone cannot see. Standalone methodological contribution.

Self-Calibrating Wearable Monitoring Across Clinical Populations
Jeff Hall · 2026 · Validation paper Results In preparation

Five clinical datasets, 1,500+ subjects, five sensor modalities. The monitoring system’s confidence scales with signal richness and produces zero false alarms on 1,087 healthy controls. Architecture-driven self-trust, not trained calibration.

Spec-Driven Development with Heterogeneous AI Ensembles
Jeff Hall · March 2026 · White paper Methodology

A workflow pattern for engineering teams using multiple AI models as specialized co-architects. Role-specific preambles, single-source-of-truth hierarchies, ADR governance, version currency gates. Domain-independent — applicable to any specification-intensive engineering project.

Uncertainty Obligation Invariant Family and RSI Safety
Jeff Hall · 2026 · Draft Safety Forthcoming

Formalizes an invariant family requiring that uncertainty quantification obligations propagate through any recursive self-improvement pathway.


08News

May 2026
Genetic validation confirms mechanism over correlation

LD Score Regression and Mendelian Randomization analysis demonstrates that the Cardio model’s five subsystem traits are genetically independent. The ODE couples traits built by different genes through physiological dynamics — capturing signal that genetics alone cannot see. Causal directionality confirmed: kidney function drives blood pressure, not the reverse.

May 2026
Third independent cohort validates on HRS (50+)

The Cardio model validates on the Health and Retirement Study with two imputed inputs, achieving C = 0.777 for all-cause mortality in adults 50+. Imputation sensitivity of 0.002 confirms discrimination lives in the vascular/autonomic/plaque subsystems. New functional endpoints validated: walking difficulty and ADL difficulty.

May 2026
Wearable monitoring pilots complete: five populations, zero false alarms

Five open-access clinical datasets validated: heart failure with catheter ground truth (95.3%), neurodegenerative disease separation (90.4%), frailty severity prediction (83.1%), Parkinson’s gait discrimination (69.8%), and a 1,087-person healthy negative control with zero false alarms and 12.8% mean activation.

May 2026
Multi-endpoint portfolio: not a CVD predictor, a general-purpose risk engine

The Cardio model beats Framingham on all-cause, cerebrovascular, heart disease, and hypertension-contributing mortality. Cross-sectional discrimination of existing conditions: CHF (0.777), prior MI (0.788), prior stroke (0.793). The compliance-diabetes finding (C = 0.867 for diabetes mortality from arterial stiffness alone) is a standalone mechanistic discovery.

May 2026
FND-004 and FND-005 ratified: compiler and commit semantics

The context compilation mechanism (FND-004 v0.3) and commit semantics (FND-005 v0.2) are ratified. The compiler produces context; commit semantics governs closure. Both reference the foundational FND-002 v0.4. Test suite now exceeds 3,000 tests.

March 2026
Public site launched

First public documentation of the MuseEnGen architecture, development methodology, and claims boundary.


09About

MuseEnGen is founded and led by Jeff Hall. The project’s mission is a personalized MA & PA instance, engineered to be inexpensive enough that nearly anyone who wants one can have their own. Version 1 earns the right to Version 2.

Electrical Engineering and Physics, University of Michigan. Co-founder, SENS Research Foundation. 30+ years across automotive systems, Department of Defense programs, and startup environments including work with a Founders Fund–backed company.