python-math #24: feat(delphi): Q10 carve-out — pin large-conv cutoffs to certify the deterministic full-PCA path - #2652
Draft
jucor wants to merge 1 commit into
Draft
python-math #24: feat(delphi): Q10 carve-out — pin large-conv cutoffs to certify the deterministic full-PCA path#2652jucor wants to merge 1 commit into
jucor wants to merge 1 commit into
Conversation
This was referenced Jul 22, 2026
Draft
Draft
Draft
Draft
Draft
This was referenced Jul 25, 2026
Draft
Draft
Draft
python-math #43: docs(delphi): s7 goal state + journal — mode collapse executed, battery 20/20
#2672
Draft
Draft
Draft
This was referenced Jul 28, 2026
Draft
… to certify the deterministic full-PCA path
## Why
Quirk Q10 (`delphi/docs/CLOJURE_QUIRKS.md`): Clojure's `conv-update` switches to mini-batch partial-pca on an UNSEEDED Mersenne-Twister row sample when n-ptpts > 10000 or n-cmts > 5000 (conversation.clj:757-815) — so large conversations are not reproducible, and no deterministic reference exists on that path, not even between two Clojure runs. This is the root cause of the pakistan/engage/bg2050 mid-chain battery divergences, verified to switch at exactly the first divergent step on all three.
## What
The replay driver now passes `{:ptpt-cutoff :cmt-cutoff}` = 10^9 into `conv-update`, so certification exercises the deterministic full-PCA path at every size (a `math/dev/` change only — no math sources touched), and `certify.py`'s acceptance notice logs the carve-out on every run, like Q7's (the subgroup carve-out). Python keeps full PCA at all sizes — no change needed there.
commit-id:7c20f8e1
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.
Why
Quirk Q10 (
delphi/docs/CLOJURE_QUIRKS.md): Clojure'sconv-updateswitches to mini-batch partial-pca on an UNSEEDED Mersenne-Twister row sample when n-ptpts > 10000 or n-cmts > 5000 (conversation.clj:757-815) — so large conversations are not reproducible, and no deterministic reference exists on that path, not even between two Clojure runs. This is the root cause of the pakistan/engage/bg2050 mid-chain battery divergences, verified to switch at exactly the first divergent step on all three.What
The replay driver now passes
{:ptpt-cutoff :cmt-cutoff}= 10^9 intoconv-update, so certification exercises the deterministic full-PCA path at every size (amath/dev/change only — no math sources touched), andcertify.py's acceptance notice logs the carve-out on every run, like Q7's (the subgroup carve-out). Python keeps full PCA at all sizes — no change needed there.commit-id:7c20f8e1
Stack: