One rigid element, one fuzzy element, one binding —
the minimal shape of coherence at seven levels of abstraction.
B. — March 2026
| Paper | Question | Schema |
|---|---|---|
| I. Option<T> | Does it exist? | S(T, ∅) → Option |
| II. S(R, F) | Is it authorized? | S(R, F) → fork |
| III. Kronos | Is it a moment? | S(sin, cos) → spiral |
| IV. Coherence | Is it still you? | S(A, B) → τ → Identity |
| V. Truth | Is it true? | T(E, C) → ±τ → trinary |
| VI. Wisp | What carries all of this? | S(DNA, Warrant) → actor |
| VII. N-Helix | How does content become geometry? | S(structure, meaning) → identity∞ |
Each paper instantiates the same shape — S(R, F) — at a higher level of abstraction. The shape never changes. The question it answers does.
Does it exist?
The simplest instance of S(R, F) is Rust's Option<T>.
The rigid element is T — any concrete type. The fuzzy element is absence itself — ∅.
Bind them and you get a fork: Some(T) or None.
This is the minimal decision: does it exist? Before you can ask whether something is authorized, coherent, true, or governed, you must first ask whether it is present. Option<T> is the zero-energy instantiation of the schema — the shape at its simplest, where the fuzzy element is literally nothing.
The Y-shape — the fork — appears here for the first time: a single input diverging into two branches at a decision point. Every subsequent paper inherits this fork. The threshold gets more complex. The branches get richer. But the topology is set.
Read full paper →Is it authorized?
Now both elements have substance. R is a rigid element — deterministic, hashable, reproducible to the bit. F is a fuzzy element — continuous, approximate, the product of measurement or learning. Bind them and you get a threshold decision: does the alignment between R and F exceed τ?
This is the schema itself, the generating pattern for everything that follows. One rigid element. One fuzzy element. One binding operator (+). The binding produces a fork: the Y-shape where a single input diverges into authorized or unauthorized, aligned or misaligned, above or below threshold.
The Musashi dual — two hemispheres in the same warrant. One hemisphere is a BLAKE3 hash (rigid, brittle, one-bit-changes-everything). The other is a locality-sensitive hash (fuzzy, continuous, nearby-inputs-produce-nearby-outputs). Neither hemisphere alone is sufficient. Together they identify a biological actor.
Read full paper →Is it a moment?
Time is S(R, F) on the unit circle. The rigid element is cos θ —
the projection that gives you phase, countable, discrete.
The fuzzy element is sin θ — the orthogonal complement,
the continuous shadow of the same angle.
They are bound by the Pythagorean identity: sin²θ + cos²θ = 1. This binding is exact, eternal, and unfakeable. If either component drifts, the identity breaks. The constraint is the clock.
The Kronos spiral encodes time as a helix: the unit circle extruded along a z-axis. Each tick advances both angle and height. The result is a monotonically advancing spiral where no moment can repeat — the z-coordinate prevents wrap-around collision.
Read full paper →Is it still you?
Given two vectors — A, the accumulated history of an actor, and B, a new signal
claiming to be from the same actor — compute their cosine similarity.
If cos(A, B) ≥ τ, the signal is coherent with the identity. Emit Some(Identity).
Below threshold: None. The actor has drifted beyond recognition.
Is it true?
Classical logic has two truth values. Probability has a continuum from 0 to 1. Coherence-as-truth has a bounded dimension from −1 to +1. The key insight: truth is not binary, and it is not merely uncertain. It has a third zone.
Given evidence E and a claim C, compute T(E, C) = cos(E, C). If T ≥ τ: the claim is coherent — it aligns with evidence. Call it true. If T ≤ −τ: the claim is contradicted — it anti-aligns. Call it false. If −τ < T < τ: the claim is in the unknown zone. The system says "I don't know."
What carries all of this?
The Wisp is the minimum embodiment of an actor in the system. It carries three things: a genesis timestamp (when was it born), a biometric signature (whose body produced it), and a DNA (what does it mean, where can it act, is it authorized).
The DNA inside the Wisp is S(R, F) again: the rigid element is the syntactic strand (lossless, decodable, exact). The fuzzy element is the semantic strand (lossy, evaluable, geometric). Bind them and you get identity — something that can be both executed and judged.
The Warrant — the telomere strand — has two independent kill conditions.
Chain exhaustion: uses_remaining == 0. Temporal decay:
Validity(t) = mass × e−λΔt ≤ θsage.
Both are irreversible. Once the warrant dies, the Wisp returns to intent — potential energy,
waiting for re-authorization.
How does content become geometry?
The V1 encoding winds text into a 3D helix. For each character at position i, the radius is the Unicode codepoint, the angle wraps around a cylinder, and the height is the sequence position. The encoding is perfectly reversible: sort by z, round the radius, recover the character.
The 12D shape tensor compresses the helix into a fingerprint: centroid (3), variance (3), curvature (2), torsion (2), length (1), bounding radius (1). Twelve numbers that capture the structural identity of any piece of content without storing the raw geometry.
| Dim | Name | What It Captures |
|---|---|---|
| 0–2 | μxyz | Centroid — mean position |
| 3–5 | σ²xyz | Variance — spread per axis |
| 6–7 | κavg,max | Curvature — bending |
| 8–9 | τavg,max | Torsion — twisting |
| 10 | len | Number of points |
| 11 | Rbound | Maximum distance from centroid |
The N-Helix is minimal — three strand types, 12 tensor dimensions, one dual-helix encoding.
But it places no upper bound on dimensionality. The semantic strand is Vec<f32> —
3 dimensions or 3 million. The BTreeMap holds any number of strands.
The minimal shape is not a size. It is a grammar.
Meaning is the terminal geometry. Every geometric operation — curvature, torsion, cosine similarity, L2 distance, manifold density — exists to answer one question: what does this mean? Text becomes 3D geometry. 3D geometry becomes a 12D fingerprint. The fingerprint gets compared in semantic space. At the bottom: characters on a cylinder. At the top: meaning.
Read full paper →I. Option<T> · II. S(R,F) · III. Kronos · IV. Coherence · V. Truth · VI. Governance · VII. Wisp · VIII. N-Helix