Skip to content

docs(v3.8.0): coherence pass — locality dividend, persist envelope shape, depth math#139

Open
emooreatx wants to merge 1 commit into
mainfrom
docs-v3.8.0-coherence-fixes
Open

docs(v3.8.0): coherence pass — locality dividend, persist envelope shape, depth math#139
emooreatx wants to merge 1 commit into
mainfrom
docs-v3.8.0-coherence-fixes

Conversation

@emooreatx

Copy link
Copy Markdown
Contributor

Summary

Four targeted edits across the v3.8.0 substrate docs so the verdicts in the body and in the trailing summaries assert the same thing:

  • FEDERATION_SCALING_MODEL.md §4.4 (new) — ALM tree depth: ceil(log_X(N)) arithmetic explicit; the depth-2-vs-depth-3 off-by-one trap at X=12 / N=200; interior-cost is a LAN budget (locality dividend), not a WAN budget.
  • FEDERATION_SCALING_MODEL.md §6.5 (new) — MLS commit barrier as structural realtime tax (~9.7 ms @ N=128 = 30 % of 30 fps frame budget). RosterDelta::Batch collapses commit count, not per-commit barrier.
  • FEDERATION_SCALING_MODEL.md §7 — per-row confidence column (deriv / loopback / structural) so loopback rows carry the NIC-/scheduler-not-included caveat inline.
  • FEDERATION_SCALING_MODEL.md §9 (new) — the locality dividend framing. CEWP operates at locality scope (LAN / wifi mesh / community network) where 100 Mbps – 1 Gbps between peers is routine even where the WAN uplink is sub-5 Mbps. Mission users in low-WAN regions are interior peers in their local trust island, not leaves. Federation = locality-of-localities.
  • V3_8_0_SOTA_VALIDATION.md — TL;DR + validated-by-SOTA bullet both carry the locality-first framing and link to §9.
  • V3_8_0_RECOMMENDED_STACK.md — reasoning-traces section reframed around CIRISPersist v8.0.0's actual FountainContentV1 contract. The signed manifest (carrying the trace's #225 hybrid envelope) is always-retained, never evicted. FountainContent::Partial is a genuine middle zone (consumer's codec maps present/n_source → reconstruction probability via RaptorQ overhead profile). Envelope shape valid at every degradation tier.
  • V3_8_0_BENCHMARK_COMPARISONS.md — each Headline paragraph carries the in-memory-loopback / ÷10–100 production qualifier inline, not deferred to the trailing Limitations section.

The substrate ships unchanged; only the surrounding text gets fixed.

Test plan

  • Docs render cleanly in GitHub preview
  • Persist FountainContentV1 quotes match CIRISPersist/src/fountain/types.rs:128
  • No code changes; no CI risk

🤖 Generated with Claude Code

…ape, depth math

Four targeted edits across the v3.8.0 substrate docs to match the
honest verdict in the body, not in trailing limitations sections:

- FEDERATION_SCALING_MODEL.md §4.4: depth arithmetic table
  (ceil(log_X(N)); X=12 depth-2 caps at N=157, depth-3 at N=1885 — the
  off-by-one trap explicit). Interior-cost is a LAN budget, not a WAN
  budget — the locality dividend qualifier inline at the §4.4 ledge.

- FEDERATION_SCALING_MODEL.md §6.5 (new): the MLS commit barrier as a
  structural realtime tax (~9.7 ms @ N=128 = 30 % of 30 fps frame
  budget). RosterDelta::Batch collapses commit count, not per-commit
  barrier; the floor stays regardless of batching.

- FEDERATION_SCALING_MODEL.md §7: per-row confidence column —
  deriv / loopback / structural. Loopback rows (relay-per-core, cold-
  join burst) carry their NIC-/scheduler-not-included caveat in the
  matrix itself, not deferred.

- FEDERATION_SCALING_MODEL.md §9 (new): the locality dividend
  framing. CEWP operates at locality scope (LAN / wifi mesh /
  community network) where 100 Mbps – 1 Gbps between peers is routine
  even where the locality's WAN uplink is sub-5 Mbps. The substrate's
  interior bandwidth (~30 Mbps at X=12 / 720p30) is a LAN budget,
  inside what commodity wifi hardware sustains across the full
  deployment envelope. Mission users in low-WAN regions are interior
  peers in their local trust island, not leaves. The federation is
  locality-of-localities; inter-locality bridges are signed-claim
  federation (CEG §10.5.x), not synchronous relay over WAN.

- V3_8_0_SOTA_VALIDATION.md: TL;DR + the validated-by-SOTA bullet
  both carry the locality-first qualifier and the link to
  FEDERATION_SCALING_MODEL.md §9.

- V3_8_0_RECOMMENDED_STACK.md: reasoning-traces section reframed
  around CIRISPersist v8.0.0's actual FountainContentV1 contract —
  the signed manifest (carrying the trace's #225 hybrid envelope) is
  ALWAYS-RETAINED, never evicted. The Partial degradation class IS a
  genuine middle zone (consumer's codec maps present/n_source ->
  reconstruction probability via RaptorQ overhead profile), not a
  hard fail. Envelope shape valid at every tier; "fades but can't be
  falsified" matches the substrate-honesty guarantee shipped in
  persist#227.

- V3_8_0_BENCHMARK_COMPARISONS.md: each Headline paragraph carries
  the in-memory-loopback / ÷10–100-for-production-NIC-paths qualifier
  inline with the headline number, not deferred to the trailing
  Limitations section. The MLS section additionally points to the
  commit-barrier realtime tax (§6.5) so the comparison framing is
  coherent across all three docs.

The substrate ships unchanged; only the surrounding text gets fixed
so the body and the verdict assert the same thing.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant