Commit 310783e
committed
docs(synergies): bit-level amortization (48->64 CAM-PQ headroom seed) + OLED honesty
Two operator notes (2026-06-08) folded into the open epiphany PR:
1. The third "both" for CausalEdge64 — the bit budget (§9.6, §7 fractal)
CAM-PQ code = 6 roles x 8 bits = 48 bits; in a 64-bit word that
leaves 16 bits headroom. Candidate spend: the irrational placement /
X-sensor anti-moiré seed (§2). So one 64-bit word could carry
role-mask (meta) + 48-bit CAM-PQ (semantic) + 16-bit seed
(placement). "But only for the right reasons" — which is the
amortization gate at the BIT level, making the gate fractal:
storage (§7.5): column / Z-ordered row-group
cascade (§7): precomputed level / centroid
bit (§9.6): the 48->64 headroom bits
The sharp test for the headroom: spend the 16 bits on the seed IFF
it carries information not in the address. A golden seed DERIVABLE
from the Morton prefix must be COMPUTED not stored (storing =
redundant-with-address padding, the wrong reason). A per-tile
MEASURED/learned moiré perturbation that is NOT prefix-derivable is
irreducible info -> store it (the right reason). Same
amortize-or-don't-spend rule, applied to bits.
Added a "gate is fractal" table to §7 (storage/cascade/bit) so the
three granularities are stated where the gate lives.
[per runtime session] on the actual 64-bit layout + derivable-vs-
measured seed.
2. OLED-exciton leg demoted honestly (§3)
Operator: "not sure what we can learn from excitons in OLED" —
agreed. Updated the [S] leg: the only defensible exciton->substrate
map is exciton diffusion length <-> neighborhood kernel width (§6),
and maybe density-droop <-> a saturation limit on useful cell
density; both thin, not structural. Recommendation recorded: keep
[S], do not build on it, promote only if a measured exciton
parameter maps to a measured substrate parameter. The subpixel
LAYOUT (not exciton physics) is the only shape-relevant part and is
already covered by Morton tiling.
Docs-only; epiphany-capture status unchanged. PII abort-guard
(word-boundary): CLEAN. cargo check: clean.
https://claude.ai/code/session_01PBTGaPCSnnt6u3pjXpbLwY1 parent f96fa0c commit 310783e
1 file changed
Lines changed: 35 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
286 | 297 | | |
287 | 298 | | |
288 | 299 | | |
| |||
405 | 416 | | |
406 | 417 | | |
407 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
408 | 442 | | |
409 | 443 | | |
410 | 444 | | |
| |||
0 commit comments