Add presentation site + live-demo runbook - #4
Merged
Merged
Conversation
presentation/index.html — a self-contained (no build, no network, offline) single-page scrollytelling site for the talk portion of a demo: the story from problem → "deterministic core, AI at the edges" → architecture → the L1-L7 trust pipeline → demo hand-off. Present with arrow keys; F for help. demo/RUNBOOK.md — a beat-by-beat runbook for the live terminal demo (macOS): fresh-reclone provisioning + pre-flight, a reset script, and five acts (cold start → ask → curate a mart → orchestrate --break → bring-your-own-data), with recovery steps and known-good questions. Command sequences are verified. demo/reset.sh — drop the warehouse + the demo dataset to re-run cold-start clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two demo artifacts for the upcoming internal demo, committed so they travel with the repo (survive a reclone) and can optionally be served via GitHub Pages.
presentation/index.htmlA self-contained, single-file scrollytelling site for the talk portion (before switching to the live terminal). No build step, no network — opens offline from
file://. 13 sections telling the story: the tension → deterministic core, AI at the edges → the layered architecture → the L1→L7 trust pipeline → "let's demo." Present with arrow keys / Space;Ffor keyboard help. Verified rendering across the key sections.demo/RUNBOOK.mdA beat-by-beat runbook for the live terminal demo (macOS, ~20 min): fresh-reclone provisioning + a pre-flight checklist, the reset workflow, and five acts — cold start → ask (with the live L1→L7 trace) → curate a mart from an answer →
orchestrate --break→ bring-your-own-data — each with SAY/RUN/SHOW/LAND, recovery steps, and known-good questions. Command sequences were run and verified (including the correctscaffold-before-uporder for onboarding a new dataset).demo/reset.shDrops the warehouse + the demo dataset so cold-start can be re-run clean between rehearsals.
🤖 Generated with Claude Code