Skip to content

Commit 95dc8af

Browse files
authored
Merge pull request #245 from AdaWorldAPI/claude/x265-x266-plans-review-h9osnl
docs: §10 forward synthesis — one WH family for both pyramid sides + signature as trajectory checksum (probe-gated)
2 parents 1849233 + 5ce86c7 commit 95dc8af

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

.claude/blackboard.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,3 +775,12 @@ default is x86-64-v3 (avx2) so ndarray_simd activates on avx512 builds only.
775775
certification) + lance-graph jc Pillar 11 (`hambly_lyons.rs`, feature
776776
`hambly-lyons` → sigker). Only the ladder→signature MAPPING stays
777777
[S]; probe builds on the Pillar-11 harnesses. §8 sentence amended.
778+
- **§10 forward synthesis (operator):** two candidate adoptions for the
779+
tile pyramid, probe-gated — [H] one WH family for both pyramid sides
780+
(OGAR sign side is already WH-of-the-address-tree; bgz-tensor's
781+
hadamard_rotate = same family as magnitude-side preconditioner;
782+
PROBE-WH-MAG = WHT₁₆+i4/i2 vs direct on real tile magnitudes) and
783+
[S] signature-as-trajectory-checksum (tree-like equivalence = the
784+
digest's null space, the formal "which detours leave no comma";
785+
PROBE-SIG-CHECKSUM on the Pillar-11 harnesses). Neither adds stored
786+
tile fields.

.claude/knowledge/pr-x12-h268-morton-wgpu-synergies.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,39 @@ reinterpreted by this section — it names a shared object and its
385385
consequences *if* the probe queue passes; nothing here promotes a
386386
probe-gated claim to shipped.
387387

388+
**Forward synthesis (operator, 2026-07-16 — [H/S], probe-gated, two new
389+
probe names):** the tile pyramid might adopt two mechanisms from the
390+
fourth-mode/anchor discussion (§8):
391+
- **[H] One Walsh–Hadamard family for BOTH pyramid sides.** OGAR canon
392+
already frames the bipolar-phase pyramid's sign side as the
393+
Walsh–Hadamard transform of the address tree (sign composition = XOR);
394+
bgz-tensor's proven `hadamard_rotate` is the same family applied to the
395+
stored-magnitude side (rotate the residual before i8/i4/i2 so outlier
396+
energy spreads and cheap uniform quantizers work — the standard
397+
incoherence trick). Proposal: Hadamard-rotate a 4×4 tile's 16-cell
398+
magnitude vector (WHT₁₆) before nibble quantization — phase side keeps
399+
address-derived WH signs, magnitude side gains the WH preconditioner;
400+
the two-algebra rule is untouched (sign = XOR, magnitude = bundle; the
401+
rotation is a *coding-side* preconditioner, not a merge mode).
402+
**PROBE-WH-MAG:** reconstruction error of WHT₁₆+i4/i2 vs direct i4/i2
403+
on real tile magnitudes (bgz-tensor's row-level win does not
404+
automatically transfer to 16-cell tiles).
405+
- **[S] Signature as the replayable-trajectory checksum.** The x264
406+
contrast in §7 asked for a replayable, checksummable stream; the
407+
Hambly–Lyons signature is the canonical path digest with a uniqueness
408+
theorem, and **tree-like equivalence is the checksum's exact null
409+
space** — the formal version of "which detours leave no comma"
410+
(backtracking excursions vanish; genuine deviations leave non-zero
411+
level-2 area). Both harnesses already exist (jc Pillar 11
412+
forward/converse probes; this repo's `pillar/signature.rs` B7
413+
sig-kernel). **PROBE-SIG-CHECKSUM:** truncated signature (depth 2, on
414+
the Pillar-11 harness) of a temporal-stream trajectory as its digest —
415+
verify replay-identity, tree-like edits invisible (correctly), non-tree
416+
perturbations caught.
417+
Both stay conditional on the same ledger above; neither adds a stored
418+
field to the tile (the WH rotation is derivable, the signature is a
419+
derived digest).
420+
388421
## 11. Cross-references
389422

390423
- `pr-x12-h266-h267-standards-landscape.md` — the industry walls, sourced

0 commit comments

Comments
 (0)