πŸ“„ 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
00Front MatterAbstract, acknowledgments, and dissertation metadata
01IntroductionTaq polymerase motivation, thesis statement, five contributions
02Literature ReviewExtremophile biology, LTEE, type theory, AI-assisted development

Part II β€” Theory

#Chapter
03Theoretical FrameworkFormal constrained evolution: fitness landscapes, biology→computation mapping, predictions
04Accept and GenerateNature’s strategy for hard problems β€” generators, verifiers, enzymes

Part III β€” The System

#Chapter
05System ArchitectureecoPrimals sovereign platform: primals, compositions, NUCLEUS
06BarraCudaVendor-agnostic Pure Rust GPU compute (WGSL/Vulkan, f64)

Part IV β€” Experimental Validation

#Chapter
07Experimental MethodologyThe spring framework: phased validation across domains
08Results: hotSpringComputational plasma physics β€” Sarkas MD, nuclear EOS, lattice QCD
09Results: airSpringPrecision agriculture β€” FAO-56 ET, sensor calibration
10Results: wetSpringLife science & analytical chemistry β€” 16S, QS, phylogenetics, PFAS
11Results: groundSpringMeasurement noise & uncertainty β€” the tolerance foundation
12Results: neuralSpringML primitives, Isomorphism Theorem, coralForge

Part V β€” Analysis

#Chapter
13Quantitative EvidenceNTT→FFT evolution, convergent IPC, fastidious specialization
14Biological ValidationLTEE frozen-fossil sequencing proposal at MSU

Part VI β€” Synthesis

#Chapter
15DiscussionStrengths, limitations, alternative explanations, trade-offs
16ConclusionFive contributions, future work, closing synthesis

Back Matter

AReferencesFull bibliography
BAppendix: Hardware InventorySee Contact
CAppendix: AI MethodologySee Sharing the Pen
DAppendix: Spring ValidationSee 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:

  1. Inoculum β€” constrained_optimization_ai.md β€” first formulation during the ecoPrimals build. Rough metrics, illustrative analogies, no empirical validation.

  2. 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.

  3. 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.