KEY Index


The Key Emerges

A Constructive Inference Demo — From Survival to Structure


Opening Line (verbatim, on screen before anything runs)

"The system doesn't search for the key.
It survives in a space where only keys can exist."

Version

The Key Emerges — Headless Proof Kernel v1

The headless proof kernel is complete: 10 modules, ~2000 lines, seven verified outputs, no proxies, no synthetic unlocks, same kernel reused across levels, world enforced throughout.


Seven Required Outputs

#OutputStatus
1Promoted structure from arm 1
2Promoted structure from arm 2
3Failed composition (world-enforced)
4Contrast branch failure (no survival pressure)
5Successful composition (actual evolved object)
6World state transition (locked → unlocked)
7Perturbation robustness (GIE held, accidental failed)

Architectural Invariants


Module List

FileRole
KEY_index.mdThis file
core_types.pyAll shared data structures
signal_model.pyLatent curves C1, C2 and noisy exposure generation
world_constraint.pyThree-constraint lock — equations, not recognition
transform_families.pyParameterized lens families, GA mutation/crossover
invariance_metrics.pyFitness functions — dual pressure, arc-length remap, sinusoidal LSQ
survival_kernel.pyReusable GA survival engine
promotion.pyLifts survived candidates into independent structure objects
composition.pyComposition search — same kernel, new substrate
contrast_branch.pyOverfit failure + perturbation robustness test
main.pyTop-level orchestration — seven outputs

Coming next:

FileRole
KEY_renderer_spec.mdRenderer architecture — passive state projection
KEY_visual_grammar.mdVisual language for each stage
KEY_stage_text.mdOn-screen text contract — sparse, truthful, sequenced

World Constraint (locked before curves were chosen)


Signal Design (world-justified, not pre-chosen)


Collaborators


One-Line Proof

The accidental candidate passes the original world. It fails the perturbed world.

The GIE candidate passes both.

The difference is survival history, not luck.


Last updated: Headless Proof Kernel v1 complete.

← Back to site index