docs(plonky3): solution-space research — NO-GO overturned (Probe Q), 9 paths - #213
Closed
TaprootFreak wants to merge 0 commit into
Closed
docs(plonky3): solution-space research — NO-GO overturned (Probe Q), 9 paths#213TaprootFreak wants to merge 0 commit into
TaprootFreak wants to merge 0 commit into
Conversation
This was referenced Jun 6, 2026
TaprootFreak
force-pushed
the
feat/plonky3-solutions-research
branch
from
June 6, 2026 22:15
b8d86ec to
df05238
Compare
TaprootFreak
marked this pull request as ready for review
June 6, 2026 22:20
TaprootFreak
force-pushed
the
feat/plonky3-solutions-research
branch
from
June 6, 2026 22:25
df05238 to
1f135b4
Compare
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.
Summary
The Phase-0 gate (#212) recorded NO-GO ("no per-instance value channel across a batch-recursion layer"). This branch overturns that and exhaustively explores the solution space.
🟢 The NO-GO was scoped too narrowly.
probe_q_custom_public_valueempirically proves the channel EXISTS: a custom AIR withnum_public_values()=1proved withprove_batchand verified in-circuit viaverify_batch_circuitsurfaces its public value as a non-emptyair_public_target(NOT[0,0,0]) and binds it soundly across the batch layer (correct value accepted, wrong rejected). This rides on upstream PR #407 "feat: support public values" (merged 2026-03-19, already in our pinned rev524665d). My[0,0,0]finding held only for the PRIMITIVE tables /CircuitBuilderpublic inputs — not for a public-value-emitting AIR.Deliverables
MIGRATION_PLONKY3_SOLUTIONS_RESEARCH.md— all 9 paths enumerated + assessed with links/repo-pointers (real web + GitHub research via subagents).probe_q_custom_public_value(18th probe) — the empirical proof that overturns the gate.The 9 paths (ranked)
z_i→z_{i+1}); strong alternative; ≤5s latency unprovenRecommendation
Pursue Path 1+5 (keeps the chosen stack; channel empirically proven) behind a carrier-table IVC-chain spike (Probe R, next), with Sonobe benchmarked in parallel (Path 3) as the cleanest native-IVC fallback, and Path 6 (off-circuit continuity) as the cheapest redesign. Operator chooses. Plonky2 stays in production until a path clears a latency gate.
Probes D/G/H/J remain valid — they correctly bound the high-level-API / stock-table behavior; Probe Q identifies the supported construction they didn't test.
Notes
node/sharedCI;fmt+clippy -D warningsclean.