Phase 5c: Parts III + IV become data — every teaching chapter is now blocks - #14
Merged
Conversation
…w blocks ch-noise, ch-generalize, and all six family-tree chapters migrate to block arrays, verbatim. With this, every teaching chapter in the guide is walkable data; only the zoo and the reference chapters remain markup. - new kinds: optcards (a chapter's optimizer-card slice — the cards themselves were already data) and frontier (the dashed closing box) - the anonymous regularization display is now formulas.regularizedLoss - the ravine heatmap and family tree move into figure snippets with their captions in blocks; the animated race is the second widget island (print fallback comes with the emitter) - the Part IV card chapters collapse to one-line shells — their prose lives in optimizerCards.ts where it always was - surfacing fix: the formula-display scrollbar styling was never globalized, so block-rendered displays had lost the themed thin scrollbar; grouped selectors now globalized alongside the base rule Verified: rendered text of all SEVENTEEN migrated chapters byte-identical to main in both themes (66,597 / 66,619 chars); frontier box, race player, and 14 race chips all render; 194 tests, svelte-check 0 errors 0 warnings. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying gradient-lab with
|
| Latest commit: |
9ac93e0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f4985807.gradient-lab.pages.dev |
| Branch Preview URL: | https://phase5c-part34.gradient-lab.pages.dev |
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.
What this does
Continues the block-schema migration (#10, #11): ch-noise, ch-generalize, and all six family-tree chapters now live as block arrays, transcribed verbatim. With this PR, every teaching chapter in the guide is walkable data — only the zoo (ch-problems, ch-experiments) and the reference pages (ch-panels, ch-keys) remain as markup, and those are already data-driven lists.
optcards(a chapter's optimizer-card slice — the card content itself has been pure data since Phase 1) andfrontier(the dashed Muon/Shampoo/SOAP closing box).optimizerCards.tswhere it always was; the ravine opener carries its conditioning story, heatmap and family-tree figures (captions now in blocks), and the animated race as the secondwidgetisland.formulas.regularizedLoss— every display equation in the guide now has a registry name.Verified
svelte-check0 errors / 0 warnings, build cleanNext: the zoo + reference chapters (data-driven lists), then the figure compute/render split with the
printtheme, thenscripts/emit-latex.ts+ kaobook + CI PDF.🤖 Generated with Claude Code