docs(paper): research paper + presenter pack, with six figures (supersedes #14) - #15
Merged
Conversation
Write-up of the closed v1 chain (M0-M4) from the 18 committed result JSONs in results/. No new measurements: no runner, gate or ablation script was executed, and nothing in results/ was touched. Supersedes PR #14, which was tables-only because the research-paper skill forbade figures at the time. Six figures now carry the shapes the tables hide -- above all the 12 x 12 prime x probe matrix M3's brief calls "the killer figure". docs/paper/figures.py renders all six, deterministically and headless, from the committed JSONs alone. It computes nothing beyond hits/n where a file records the pair rather than the rate; every interval drawn is a recorded wilson_95 or newcombe_* endpoint. It never smooths, interpolates, fits, re-bins, or pools arms the runners did not pool -- no line joins the marks on the sweep or dose figures, and the interpolated half-mute lambdas (0.23/0.29/0.36) are quoted in prose and plotted nowhere. It prints every plotted number with its source key, so the figures check against the tables without opening a PNG. matplotlib is injected per-run (uv run --with matplotlib docs/paper/figures.py); pyproject.toml is unchanged. Every load-bearing statistic was re-verified by parsing its named source file. All nulls, the AS-SCORED ONLY qualifier, both re-attributions and the full owned-deviations ledger are carried through. Review only -- not for merge without Kyle's sign-off. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016PZepEZ6FAuLU51giFk31i
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.
Write-up of the closed v1 chain (M0–M4) from the 18 committed result JSONs in
results/. Review only — please do not merge without your sign-off.Supersedes #14. That PR was tables-only by rule, not by choice: the
research-paperskill forbade figures outright. It has since been fixed (claude-configd95f620), so this run let the recorded data earn its figures. I have not touched #14 — its disposition is your call.What's new vs #14
Six figures, plus a committed script that draws them:
silver's fragile column vs its harmless row is visible at a glanceFigure 4 replaces the brief's 12 × 12 ASCII grid entirely — each cell is annotated with its recorded
hits/n, so the figure is its own table view.What the figure script may and may not compute
docs/paper/figures.pyis deterministic and headless, reads only the committed JSONs, and writes only the six PNGs beside it. It computes nothing beyondhits / nwhere a file records the pair rather than the rate; every interval drawn is a recordedwilson_95ornewcombe_*endpoint. It never smooths, interpolates, fits, re-bins, or pools arms the runners did not pool. Specifically:uv run --with matplotlib docs/paper/figures.py.pyproject.tomlis unchanged.Constraints honoured
results/was written or overwritten.uv run pytestwas not run either — the 396-test count is quoted fromHANDOFF.mdrather than claimed as re-verified.M3-BRIEF.mdandDECISIONS.md.AS-SCORED ONLYqualifier inside the verdict string, both re-attributions (silver's column vs row; category-block composition), the M1 coverage bound, and the full owned-deviations ledger are carried through.CLAUDE.md's stale "v1 chain (M0–M3) is closed" was overridden by the briefs and result files — the paper covers M4.Two things for your review
🤖 Generated with Claude Code
https://claude.ai/code/session_016PZepEZ6FAuLU51giFk31i