weave · forge
interpret · certify · govern · evolve — the resource rung, live in your browser
compose ⊞ findings repo

① Editor λ-calculus · integers auto-Church · prelude names

Prelude: id succ add mul pow. Integers become Church numerals. Application is juxtaposition; \x.body or λx.body for lambda.

② Certificate static — computed from the type, no execution

cost rung
type rank
EAL depth
Rung is the certified cost class before anything runs. EAL depth = certified elementary tower height; eal:true means the certificate is a real bound (oracle-free safe), eal:false means it abstains.

③ Invariants affine ledger · label coherence · κ topology

run to check
The linearizer makes every binder affine (single-use) by inserting dup nodes — the same structural discipline that licenses the fast path and bounds cost. κ is the cyclicity warrant on the reasoning shape.

④ Interpreter metered β + sup/dup · time & space vetoes

status
Press Compile & Run.
space budget (maxNodes) 20000
Lower the cap and re-run an exponential/tower term to watch it 💥 detonate (over-space) — source size never predicts this; the cost class does.

⑤ Governance bench box-and-box resource-rung floor

planrungutilprice
Floor-then-gradient: feasible ▸ permitted ▸ best. A plan whose cost class the budget refuses is annihilated to 0̲ — not down-ranked — no matter how high its utility. Cost is a type, and the type decides.

⑥ Evolve mutate → re-certify → keep the cheapest class

mutates literals & swaps add↔mul↔pow, re-classifies with the real engine