Light, witty, not-a-pitch educational episodes about natural
programming in the Quilt reactive system. A hermit crab with three claws
(kimi1) builds working programs cell by cell, with an agent, on camera.
Every claim matches the runtime canon —
SuperInstance/quilt
packages/core.
A value, a formula, a listener. The agent places three cells and pulls the
trigger — you watch the chain fire with an honest event payload
{changed, prev, current}, and follow a gallon of fuel from tank to exhaust.
Double-entry fuel ledger, hash-chained witness, and pull-seeds-the-graph receipts — why a cell's books should balance the way a ship's do.
▶ watchThe flow as a waveform you can shape — stream vs threshold vs shape. Born from a measurement, not a mood: a live-oracle driftwatch study showed shape beating threshold by 8 samples. Drag-to-reshape leaves receipts.
▶ watch · claim-verified ↓A floor you can only walk is a rumor. The twist field answers to a slider, the render model draws the kernel honestly, and the tuning fork corrects the canon: π/(2φ) is 133/137, not 4/13. 14 smoke checks, node-first, all green.
▶ watch · smoke-verified ↓
The episode is the documentation. Episode 3's script is mapped claim-by-claim to
receipt evidence from its own simulator — the verification record lives at
docs/E3-VERIFICATION.md, and the
smoke test re-runs the chain:
node episode-3/smoke.mjs)Honest notes, kept honest: S2's "nothing to report" scopes to the threshold watcher (the shape listener fires at t10, and says so). S5 compresses the t17 EXIT into "dips back into the band" — the EXIT receipt exists and is replay-verifiable. The script says "six ticks"; the live study measured eight. Both numbers are kept side by side.
Watch E1. Static files, no build, no dependencies.
cd episode-1 && python3 -m http.server 8000 # open http://localhost:8000
The agent from the episode, standalone. ~50 lines, comments cite the canon files.
node agent/cellmate.mjs
Re-verify E3's receipt chain. The source of truth the verification record cites.
node episode-3/smoke.mjs # expect: 9/9 PASS, genesis → ⟨8a4845af⟩
Regenerate media (Cloudflare Workers AI — @cf/deepgram/aura-1 TTS,
@cf/stabilityai/sdxl; verified API shapes 2026-09-25, idempotent script):
export CF_API_TOKEN=… bash tools/genmedia.sh
quilt/packages/core source — cite the file.