Skip to content

Commit a8a1fea

Browse files
AdaWorldAPIclaude
andauthored
plans/x265: record PROBE-RDO-ARBITER — the self-optimizing axis, measured (0.64) (#253)
The endgame's third axis. A free-energy mode arbiter dispatches MortonShift-vs-Residual per region by content (64/64 correct), and the adaptive composite beats the fixed pipeline by 36% after signal overhead. "Self-optimizing" is now a number. Full write-up: lance-graph E-X265-RDO-ARBITER-1. Claude-Session: https://claude.ai/code/session_01K3RyLEbuNSHxxB3NTTrGki Co-authored-by: Claude <noreply@anthropic.com>
1 parent 200ba77 commit a8a1fea

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.claude/plans/x265-sprite-replay-probe-v1.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,33 @@ magnitude (dis-occlusion grows with the delta); non-rigid motion is out of scope
329329
sub-pel **appearance** (vs position) is the inverse-pyramid-descent leg; cross-level
330330
carry for large objects; and the real-x265 inter-frame byte comparison at matched
331331
PSNR.
332+
333+
## Self-optimizing axis — PROBE-RDO-ARBITER (the endgame's last word, measured)
334+
335+
The operator's endgame framing — "a self-optimizing space-time-aware graph" — has
336+
three axes, and the arc measured all three: SPACE = `E-X265-MORTON-SHIFT-1`
337+
(address-arithmetic motion); TIME = `E-3DGS-MU-HYDRATION-2` (the transmitted
338+
generation-index); SELF-OPTIMIZING = this probe, the RDO / free-energy mode arbiter.
339+
340+
### Results — RAN (2026-07-19, lance-graph `E-X265-RDO-ARBITER-1`)
341+
342+
`crates/helix/examples/rdo_arbiter_probe.rs` (std-only, SplitMix64, 5 tests green):
343+
344+
```
345+
dispatch_correct=64/64 ms_picks=32 res_picks=32 ← perfect content-adaptive dispatch
346+
composite_bytes=5212 all_residual_bytes=8178 signal_overhead=64
347+
composite_over_fixed_ratio=0.6373 ← adaptive 36% cheaper than fixed, INCLUDING mode-signal
348+
flip: rigid→MortonShift, newcontent→Residual ← the choice reads content, not a label
349+
```
350+
351+
**Verdict: PASS→[H].** A free-energy arbiter detects rigid-motion applicability per
352+
region (a real `rigid_match` search), dispatches MortonShift-vs-Residual by
353+
`argmin(bits)`, and the adaptive composite beats the fixed (address-substrate-less,
354+
x265-like) pipeline by 36% — after paying the per-region mode-signal. "Self-optimizing"
355+
is now a number: **0.64**. RDO mode-decision ≡ active-inference dispatch. Not a
356+
tautology: applicability-detection + content-flip + surviving signal overhead +
357+
rigid-localized savings are the load-bearing content.
358+
359+
**v2 (honest):** the residual rate is a `bits/px` MODEL not a real entropy coder (the
360+
#1 parity gap); a λ-swept rate-distortion frontier + a larger ME window are v2; 0.64
361+
is content-dependent proof-of-mechanism, not a headline compression number.

0 commit comments

Comments
 (0)