π Thesis
Constrained Evolution β the formal academic argument connecting biology, computation, and sovereign infrastructure.
Constrained Evolution
Environmental Pressure, Sovereign Computing, and the Convergence of Biological and Computational Systems
Author: Kevin Mok β BS Microbiology (Michigan State University, 2018), MS Data Science (Michigan State University, 4.0, 2025) Status: Working draft β all 16 chapters transplanted, undergoing refinement License: AGPL-3.0
Thesis Statement
Strategic environmental constraints β in both biological and computational systems β do not merely accelerate convergence to known solutions. They reshape fitness landscapes, driving specialization toward constraint-specific optima through independent evolutionary trajectories. This principle, observed in thermophilic adaptation, controlled laboratory evolution, natural population genomics, and AI-assisted software development within a strong type system, constitutes a general theory of constrained evolution applicable across domains.
This thesis presents the theory, the computational system built under its principles, and the empirical scientific validation proving the system computes real physics, biology, chemistry, and mathematics correctly.
Structure
Part I β Foundations
| # | Chapter | |
|---|---|---|
| 00 | Front Matter | Abstract, acknowledgments, and dissertation metadata |
| 01 | Introduction | Taq polymerase motivation, thesis statement, five contributions |
| 02 | Literature Review | Extremophile biology, LTEE, type theory, AI-assisted development |
Part II β Theory
| # | Chapter | |
|---|---|---|
| 03 | Theoretical Framework | Formal constrained evolution: fitness landscapes, biologyβcomputation mapping, predictions |
| 04 | Accept and Generate | Natureβs strategy for hard problems β generators, verifiers, enzymes |
Part III β The System
| # | Chapter | |
|---|---|---|
| 05 | System Architecture | ecoPrimals sovereign platform: primals, compositions, NUCLEUS |
| 06 | BarraCuda | Vendor-agnostic Pure Rust GPU compute (WGSL/Vulkan, f64) |
Part IV β Experimental Validation
| # | Chapter | |
|---|---|---|
| 07 | Experimental Methodology | The spring framework: phased validation across domains |
| 08 | Results: hotSpring | Computational plasma physics β Sarkas MD, nuclear EOS, lattice QCD |
| 09 | Results: airSpring | Precision agriculture β FAO-56 ET, sensor calibration |
| 10 | Results: wetSpring | Life science & analytical chemistry β 16S, QS, phylogenetics, PFAS |
| 11 | Results: groundSpring | Measurement noise & uncertainty β the tolerance foundation |
| 12 | Results: neuralSpring | ML primitives, Isomorphism Theorem, coralForge |
Part V β Analysis
| # | Chapter | |
|---|---|---|
| 13 | Quantitative Evidence | NTTβFFT evolution, convergent IPC, fastidious specialization |
| 14 | Biological Validation | LTEE frozen-fossil sequencing proposal at MSU |
Part VI β Synthesis
| # | Chapter | |
|---|---|---|
| 15 | Discussion | Strengths, limitations, alternative explanations, trade-offs |
| 16 | Conclusion | Five contributions, future work, closing synthesis |
Back Matter
| A | References | Full bibliography |
| B | Appendix: Hardware Inventory | See Contact |
| C | Appendix: AI Methodology | See Sharing the Pen |
| D | Appendix: Spring Validation | See Spring Catalog |
How to Read This
If you are a committee member: Start with Introduction for the thesis statement, then Theoretical Framework for the core argument, then Methodology and any results chapter in your domain.
If you are evaluating the science: Start with Methodology and the results chapter for your domain. Each spring is a self-contained validation study with public repositories you can clone and run.
If you are evaluating the system: Start with System Architecture and BarraCuda, then Quantitative Evidence for the NTTβFFT constrained evolution case study.
If you are interested in the biology: Start with Theoretical Framework sections on Taq, Lenski, and Anderson, then Biological Validation for the LTEE sequencing proposal.
Lineage
This thesis evolved through three generations:
Inoculum β
constrained_optimization_ai.mdβ first formulation during the ecoPrimals build. Rough metrics, illustrative analogies, no empirical validation.Working Paper β Constrained Evolution β Formal β reframed from βoptimizationβ to βevolutionβ after engaging with the biological literature. Added Lenski LTEE, Taq, Anderson genomics, and the firefly/symbiotic composition arguments.
Dissertation β this section β full academic work with literature review, formal mathematical framework, five chapters of empirical results, proposed biological validation, and honest discussion of limitations.
The philosophical counterpart lives in atlasHugged. Where the thesis asks βdoes constrained evolution work?β, atlasHugged asks βwhy does it matter?β β in particular, The Human Search is the βnapkin versionβ of Chapter 03.
A Note on AI-Assisted Writing
This thesis, like the system it describes, was produced with AI assistance (Cursor IDE, Claude). The Methodology chapter documents this explicitly. The AI is the mutation operator; the author provides constraint and selection. The thesis is itself a product of the constrained evolution methodology it formalizes.
The public spring repositories contain runnable experiments that verify every quantitative claim. The science stands independent of how it was written. See Sharing the Pen for the full methodology.