-
-
Notifications
You must be signed in to change notification settings - Fork 0
Interactive Sites
Lodri Péter edited this page Jun 25, 2026
·
2 revisions
URL: https://peterlodri-sec.github.io/longrun-eval-kompress/
A standalone marimo notebook exported to WebAssembly — runs entirely in the browser, no server needed. Contains:
- Paradox simulator — adjust k (voting threshold) and N (voters) to watch the ensemble collapse
- Mechanism toggle — filter the version lineage by which mechanisms (A/B/C) are active
-
Baseline comparison — live results from
baseline_results.json -
Silver-label table — per-domain
mk_in_refshowing why label quality is the bottleneck - Pareto frontier — the λ-ablation (3→5→10) with compression tradeoffs
- Compute costs — the $38.95 breakdown
# With task
task site:build
# Or manually
marimo export html-wasm notebook.py -o site --no-execute --no-show-code -fThe site is deployed automatically via GitHub Actions on every push to main.
marimo edit notebook.py # interactive editor
marimo run notebook.py # read-only web appBuilt with marimo — reactive Python notebooks that are Git-friendly and reproducible.