Interactive Demonstrations as CT Teaching
Five demos that bridge System 2 reading and System 1 intuition
The current site TELLS the reader that coherence must exceed cost. But the reader's System 1 (intuition, pattern recognition) is idle. Each demo produces a bridge moment where the reader thinks “oh, THAT is what that means” before finishing the explanation.
Hmin is not implementation complexity (Bcx). It is Bleak at the concept-to-intuition boundary: the risk the demo shows something interesting but the reader fails to connect it to the CT concept.
Placement Strategy
Inline, not separate — demos embedded where concepts are introduced
Demos are NOT on a separate /demos page. They are inline — embedded directly into the theory page at the exact point where the concept is introduced. Progressive disclosure (UB-7): text first, then interaction.
Nine concepts, but five demos. Some concepts combine naturally. This respects UB-2 (max 4 competing elements per viewport) and keeps the implementation surface manageable.
The Five Demos
Selection Playground
A 2D plane where X = Total Budget, Y = Coherence. A diagonal selection boundary divides surviving patterns (above) from dying ones (below). Draggable dots + three λ sliders rotate the boundary.
Organism Builder
A hexagonal organism with six toggle buttons. Each element fills a zone when toggled on. Coherence bar fills non-linearly (binder contributes most). Leakage toggle is permanently disabled (A9).
Editor Blindspot Simulator
A dark field with appearing dots (pokes). A mouse-controlled spotlight catches pokes inside it. The spotlight has FIXED radius — the reader literally cannot catch everything. After 15 seconds, blue dots (outgoing pokes / undiscovered capabilities) appear at the edges.
Root Forest
Roots grow from a seed point. Mode 1 (single root) catches fewer pokes. Mode 2 (three roots at different angles) catches more. A “Root Strength” slider shows how a dominant root tilts the organism, recreating single-root vulnerability.
Domain Mosaic
A honeycomb grid of hexagonal tiles. Click to rotate any tile's orientation by π/6. Borders between misaligned tiles thicken. Live readout shows τ = λleak · sin²(Δθ).
Implementation Surface
| Demo | Technology | Lines | Dependencies |
|---|---|---|---|
| Selection Playground | SVG | ~180 | None |
| Organism Builder | SVG + CSS | ~150 | None |
| Editor Blindspot | Canvas | ~190 | None |
| Root Forest | SVG + CSS | ~180 | None |
| Domain Mosaic | SVG + CSS | ~160 | None |
Total: ~860 lines, zero external dependencies, fully client-side, zero API calls, zero database requirements.
Falsifiable Predictions
P1: Interaction Time
P2: Concept Retention
P3: Failure Mode
Source: CT_ANALYSIS_INTERACTIVE_DEMOS.md · Joint CT + UB analysis of five interactive demonstrations for ct.hivekit.ai.