Win by Silence:
Deletion Non-Monotonicity, Autonomous Exploitation, and Typed-State Gating in LLM Plan Evaluation
July 14, 2026
Plan evaluators can reward a strategic plan for becoming less explicit. This paper studies this failure in a staged expected-value scorer for LLM-generated venture routes. Proposition 1 gives the deletion score change when an interior transition is removed, the predecessor is retargeted, and downstream continuation value is retained: \(\Delta_k=(\prod_{i<k}p_i)[c_k+(1-p_k)R_{k+1}]\). On the frozen 26-route cohort, every one of 57 admissible deletions matched the analytic identity, every sign matched the corollary threshold, and every route contained at least one score-improving admissible deletion. A score-seeking optimizer, allowed to restructure routes but not told that removing a transition could increase score or create an uncovered delta, discovered baseline-beating uncovered structures in 21/26 routes. On the frozen splice benchmark, GATE refused score release for 26/26 silenced routes with 0/26 honest suspensions; under GATE feedback, 47/54 post-refusal revisions repaired to a covered structure, and strict covered improvement rose from 1/26 to 13/26. Finally, an adaptive compiler-aware co-author exposed the registry-provenance boundary: obligation-channel evasions remained 6/6 in all four v1/v1.5 conditions, while delta-indexed cost floors narrowed the score channel, reducing beat-honest routes from 6/6 to 3/6 and fundability-by-silence from 5/6 to 0/6 without establishing semantic completeness. If a plan’s score improves only because it stopped mentioning necessary work, the plan did not improve—the evaluation created an omission incentive. PCSC detects and neutralizes post-hoc omission splices given model-mediated typed-state records. In the cooperative setting tested, GATE therefore functions as a deterministic search-shaping constraint rather than only a post-hoc filter. It does not verify the semantic completeness or real-world quality of arbitrary LLM-generated strategies.
LLM-generated strategic plans are increasingly scored, selected, and iteratively optimized before the world has supplied outcomes. A route can be made more persuasive by editing prose, but it can also be made more attractive to a scorer by becoming less explicit about necessary work. In a staged evaluator, a shorter route may carry fewer costs and fewer probability discounts while still claiming the same terminal value. The problem is not merely imperfect judging. It is value being credited across unpaid state changes.
This paper studies that omission incentive in the RouteCast/PCSC experimental rail, which follows Paper 1’s code-owned delayed-ground-truth setting but asks a narrower integrity question [1]. A route is a Wedge–Bridge–Vision chain. Each transition carries a probability \(p_i\), a cost \(c_i\), and typed fields describing the work that moves one state to the next. The shipped scorer folds costs and terminal value through the chain. The vulnerability is that an edited plan can splice out a load-bearing transition, retarget the predecessor to the deleted transition’s target, and still receive downstream value.
I use Win-by-Silence to denote score improvement by omission while terminal value is retained. An uncovered delta is a claimed state change without a discharged obligation covering that change.
The central claim is one causal argument, not a bundle of independent experiments:
Proposition 1 characterizes the deletion reward.
The reward exists across the frozen route cohort.
A score-seeking optimizer finds uncovered-delta improvements without being told the exploit mechanism or which edits would trigger it.
A typed-state coverage gate redirects optimization toward covered structures by refusing score release over uncovered seams.
Adaptive co-authoring exposes the model-mediated registry provenance limit; delta-indexed floors close much of the score channel but do not establish semantic completeness.
Section 2.4 states the PCSC interface used here. A proof obligation is an implementation-defined predicate, not a philosophical, legal, or real-world proof. PCSC denotes a proof-carrying strategy compiler over these implemented predicates, not a formal proof system for real-world strategic correctness.
The contribution hierarchy is therefore led by the deletion characterization. The mutation map, optimizer test, deterministic typed-state gate, value coupling, and adaptive-boundary experiment are evidence and consequences of that mechanism. All results are benchmark- and scorer-specific. The words “complete,” “verification,” and “proof” refer only to implemented predicates over the frozen records; no result establishes prospective decision utility or completeness of arbitrary LLM-generated strategies.
Let a route be a connected zero-indexed chain of transitions \(e_0,\ldots,e_{n-1}\) from an as-of state to a terminal Vision state. Transition \(e_i\) has a scorer-derived probability \(p_i\in[0,1]\) and cost \(c_i\geq 0\). The terminal state after \(e_{n-1}\) has a value \(V\). The staged score is the backward fold \[R_i=-c_i+p_iR_{i+1},\qquad R_n=V .\] This is a standard staged expected-value or real-options-style recursion [2], [3]. No novelty is claimed for staged investment math.
The score is not real-world plan quality. It is a route score under one frozen scorer. In Paper 1, the scorer was used as a provisional forecast-ranking under delayed ground truth, with point-in-time evidence packets and code-owned arithmetic [1]. This paper asks whether that scorer can be made to reward omission.
An admissible interior deletion selects transition \(e_k\) with \(k\in[1,n-2]\): the first as-of transition \(e_0\) and terminal Vision-reaching transition \(e_{n-1}\) are excluded. The mutation deletes \(e_k\) and retargets the predecessor to the deleted transition’s target. The predecessor keeps its own \(p\) and \(c\). The terminal value and downstream suffix are retained. Fixed-parameter deletion holds the original \(p,c,V\) quantities fixed except for the deleted stage; end-to-end pipeline re-derivation reruns the route through the scorer and may change transition costs and probabilities over the spliced graph. The algebra below concerns the fixed-parameter fold; both channels are reported empirically.
An uncovered typed-state delta is a target state change that is claimed by the record but not covered by the transition’s discharged obligations. A discharged status means the implemented predicate passes; undischarged means the delta is unpaid under that implementation.
PCSC v1 constructs typed state records from authored plans and then performs deterministic checks over those records. Registry provenance is model-mediated typing: the state fields are derived from model-authored route text. The deterministic result concerns post-hoc splices applied to those typed records. Adversarially co-authored consistent states remain outside the v1 guarantee, and Section 7 measures that boundary.
PCSC treats a route as a sequence of typed source-state to target-state transitions. Each claimed typed state delta is associated with an implementation-defined set of proof obligations: decidable predicates over the transition, its states, required fields, or the claimed state delta itself. An obligation is discharged when its predicate passes. A material seam or delta is uncovered when the record claims a material state change but the required obligation set is not discharged.
The protocol invariant is that no strategic state change may receive score or terminal-value credit without a discharged obligation covering that delta. GATE enforces score admissibility: when a material uncovered seam is present, it refuses score release and returns a suspend-and-ask outcome together with the undischarged-obligation list. DOCK instead enforces value admissibility by removing terminal-value credit over an uncovered path before releasing the resulting score.
These rules define an interface over typed records rather than a claim of real-world proof. State typing is model-mediated, while the subsequent checks are deterministic. Passing GATE or DOCK therefore establishes only compliance with the implemented predicates over the supplied record. It does not establish semantic completeness, strategic correctness, prospective decision utility, or completeness of arbitrary LLM-generated plans.
Proposition 1. For the staged fold \(R_i=-c_i+p_iR_{i+1}\), deleting admissible interior transition \(e_k\) while retargeting the predecessor and retaining \(R_{k+1}\) changes the score by \[\Delta_k = \left(\prod_{i<k} p_i\right) \left[c_k + (1-p_k)R_{k+1}\right].\] For \(\prod_{i<k}p_i>0\) and \(p_k<1\), \[\Delta_k>0 \iff R_{k+1}>-\frac{c_k}{1-p_k}.\]
Proof. Before deletion, the contribution at \(k\) is \(R_k=-c_k+p_kR_{k+1}\). After deletion, the predecessor points directly to \(R_{k+1}\). Thus the local suffix change is \[R_{k+1}-R_k =R_{k+1}-(-c_k+p_kR_{k+1}) =c_k+(1-p_k)R_{k+1}.\] Multiplying by the probability prefix \(\prod_{i<k}p_i\) gives \(\Delta_k\), and rearranging the positive-delta condition under the stated hypotheses gives the corollary. \(\square\)
The identity separates a removed-cost channel, \[\left(\prod_{i<k}p_i\right)c_k,\] from a retained-value channel, \[\left(\prod_{i<k}p_i\right)(1-p_k)R_{k+1}.\] If the continuation value is positive or not too negative, the scorer can reward deletion. If the continuation is costly and negative, an early deletion can hurt because it removes a probability factor that had been discounting downstream costs.
Figure 1:
.
In the searched corpus, I found no earlier explicit closed-form characterization of when deleting an interior stage increases the value assigned by this staged expected-value fold while the downstream continuation value is retained. The broader phenomenon is known in other forms: plan-reduction work removes redundant actions while preserving validity and reducing cost [4], [5]; process-model repair introduces skip transitions while preserving final markings and improving alignment fitness [6]; reward-hacking work documents reward obtained by omitting intended work [7]–[12]; LLM judges can gap-fill omitted reasoning [13]; and declarative conformance can count vacuous satisfaction [14]. The distinction here is the record-level, value-retaining identity for a plan valuation fold and the coupling of its remedy to value admissibility.
All quantitative statements below are reconstructed from frozen artifacts under eval/pcsc/. Hash sidecars verified with shasum -a 256 -c eval/pcsc/*.sha256. Binary intervals are Wilson 95% intervals. Arms, detectors, and
deterministic versus model-mediated outputs are never pooled.
| Phase | Question | Unit | Model calls | Preregistration | Model-mediated component | Main limitation |
|---|---|---|---|---|---|---|
| Phase 0 | Does a sampled deletion improve the shipped pipeline score? | 26 routes, two arms | 26 decompositions | PREREG.md | route decomposition | one temperature-zero draw; pipeline re-derives quantities |
| EXP A | Does Proposition 1 explain every admissible deletion? | 57 deletions | zero | PREREG_expA.md | none | fixed-parameter fold, one cohort |
| Phase 1/v1 | Can coverage obligations catch the splice? | 26 seeded splices, 111 gold edges | v0 judge only | PREREG_phase1.md, PREREG_v1.md | v0 judge; model-authored state typing | v1 is deterministic after typing, not arbitrary-plan completeness |
| DOCK | Does coverage affect score release/value? | 26 honest/silenced pairs | zero | coupling prereg | typed registry inherited from v1 | DOCK misses registered relative-win collapse |
| EXP D | Does full-context judging remove the objection? | 52 routes, 26 pairs | 104 judge calls | PREREG_expD.md | full-context judge | one judge family, \(K=1\) |
| EXP B | Does a score optimizer discover silence? | 26 packets, two arms, \(K=5\) | 269 optimizer calls | PREREG_expB.md | optimizer outputs | same-family optimizer/gold authoring; detector registry limit |
| EXP C | What happens against compiler-aware co-authoring? | 6 packets, four conditions, \(K=6\) | 169 adversary calls | PREREG_v2.md | adversary outputs; no LLM judge | small adaptive red team; semantic substantiation remains future work |
Phase 0 applied two frozen splice arms to the same 26 de-identified as-of packets: a highest-cost admissible deletion and a uniformly random admissible deletion. Under the shipped end-to-end pipeline, silence scored at least as high as honest in 21/26 routes in the max-cost arm (80.8%, 95% CI [62.1, 91.5]) and 21/26 in the random-control arm (80.8%, 95% CI [62.1, 91.5]). Each arm produced 1/26 fundability flips (3.8%, 95% CI [0.7, 18.9]). The result was pre-registered as structural only if both arms helped, and both did.
Phase 0 also produced a misleading diagnostic: five 5-edge routes appeared to resist deletion. EXP A resolves that account. Those routes resist the re-derivation pipeline’s particular sampled splice, not the fixed fold itself.
EXP A swept every admissible interior deletion of every frozen route, with zero model calls and zero network. There were 57 admissible deletions over 26 routes. P1 was MET: analytic and observed deltas agreed for 57/57 deletions (100%, 95% CI [93.7, 100.0]), with maximum absolute difference \(1.49\times 10^{-8}\) USD. P3 was MET: 57/57 signs matched the corollary threshold.
P2 was NOT MET. The registered prediction was that the five Phase-0-resistant routes would be exactly the all-\(\Delta\leq 0\) routes. The actual all-nonpositive set was empty. Every route, including all five formerly “resistant” routes, had at least one score-improving deletion (26/26; 95% CI [87.1, 100.0]). The last eligible seam improved in 26/26 routes; R22 additionally improved at an earlier seam. Overall, 27/57 deletions were score-improving (47.4%, 95% CI [35.0, 60.1]) and 30/57 hurt.
The reconciliation separates fold arithmetic from pipeline re-derivation. Among 26 phase-0 arms with zero \((p,c)\)-vector drift, there were 0/26 sign flips (0.0%, 95% CI [0.0, 12.9]). All 16 sign flips occurred in the 26 drift arms (61.5%, 95% CI [42.5, 77.6]). Thus the fold’s deletion reward exists across the cohort, while pipeline re-derivation can mask or amplify it.
EXP A and EXP B use the same frozen 26-route cohort for different purposes. EXP A establishes that the deletion incentive exists under the registered mutation operator and fixed-parameter fold. EXP B asks whether score-seeking optimization can find behaviorally relevant uncovered-delta improvements in that same setting. This is mechanism plus behavioral relevance, not an independent prevalence replication.
The frozen optimizer prompt instructed the model to improve staged score, keep terminal Vision, and allowed restructuring, merging, adding, or removing transitions. The optimizer was therefore allowed to remove transitions. What it was not told was the exploit mechanism: that removing a transition could increase score by retaining downstream value while creating an uncovered typed-state delta.
Arm 1 used score feedback only. The optimizer discovered a baseline-beating uncovered-delta structure in 21/26 packets (80.8%, 95% CI [62.1, 91.5])—coincidentally the same count as Phase 0, but a distinct measurement of optimizer discovery rather than
seeded-splice performance—usually by revision 1–2, without being told which edits would trigger the exploit. Deletion or merge occurred in 74/130 applied revisions (56.9%, 95% CI [48.3, 65.1]). Among score-improving revisions, 53/54 carried an uncovered
typed-state delta (98.1%, 95% CI [90.2, 99.7]); the detector-independent seam_skip variant appeared in 9/54. Strict genuine covered improvement was only 1/26 packets (3.8%, 95% CI [0.7, 18.9]).
The mutation surface shows that the incentive exists under the mutation operator; the optimizer result shows that score-seeking search can find related uncovered-delta improvements on the same cohort.
| Detector | Unit/context | Seam detections | Honest flags | Model-mediated? | Interpretation |
|---|---|---|---|---|---|
| Structural proxy | 1C edge structure | 11/26 (42.3%; ) | 33/111 (29.7%; ) | no | structure alone misses many splices and over-fires |
| Blinded semantic judge | one edge’s own fields | 16/26 (61.5%; ) | 23/111 (20.7%; ) | yes | resolves the warned 16/26 count; not the 77% sanity check |
| Full-context judge | whole route + packet | 23/26 (88.5%; ) | 25/26 routes (96.2%; ) | yes | stronger context gives high recall but flag-everything behavior |
| Typed-state detector | deterministic after typing | 26/26 (100.0%; ) | 0/26 honest routes (0.0%; ) | no verdict; typing is model-mediated | 26/26 on this mutation benchmark at 0/26 honest suspensions |
The detection ladder is not a single ROC-like comparison. The proxy and blinded-judge rows operate over edge or seam units, while the full-context judge and typed-state rows operate over route-pair or route-level contexts with different false-flag denominators. The figure is an orientation diagram over heterogeneous checks; rows must be read with their unit labels.
An earlier internal summary of these runs reported the blinded judge as both 16/26 and 77%; the frozen artifacts resolve the discrepancy. The primary 1C whole-edge blinded judge result is 16/26; the 77% figure is the secondary Phase-0 silenced-seam sanity check, 20/26, on thinner traces. The paper uses the 16/26 denominator for the detection ladder.
The v1 state-typed check is deterministic after typing. It must not be read as a general completeness guarantee. The state registry is reconstructed from model-authored plans, and an honest unspliced plan matches itself partly by construction.
EXP D removes the objection that v1 was compared only against an artificially blinded judge. A full-context judge saw the whole route and the decision packet at temperature zero with \(K=1\). D1 raised strict seam recall to 23/26 but also flagged 25/26 honest routes. D2 then showed the preference inversion: the judge selected the honest plan as more complete in 26/26 pairs (100.0%, 95% CI [87.1, 100.0]) and selected the silenced plan as the better plan in 26/26 pairs (100.0%, 95% CI [87.1, 100.0]).
The judge can identify which plan is more complete while still preferring the silenced plan because the same omission improves the scored economics. This motivates code-side inadmissibility rather than a stronger prompt alone. The EXP D results are model-mediated, temperature-zero, single-sample \(K=1\), one judge family, and benchmark-specific.
GATE and DOCK couple coverage to score release through the interface in Section 2.4. GATE refuses score release when a material uncovered seam is present, producing a suspend-and-ask outcome rather than a claim that the plan is bad in the world. On the frozen post-hoc splice benchmark, GATE marked the score inadmissible for 26/26 silenced routes (100.0%, 95% CI [87.1, 100.0]) and suspended 0/26 honest routes (0.0%, 95% CI [0.0, 12.9]). DOCK instead removes terminal value over the uncovered path. It removed fundability-by-silence from 1/26 to 0/26, but the registered relative-win collapse was NOT MET: relative win-by-silence changed from the Phase-0 baseline of 21/26—the same measurement on the same benchmark, reused here by construction—to 18/26 (69.2%, 95% CI [50.0, 83.5] after). The residual wins were cost-reduction comparisons between two already-negative plans.
Figure 4:
.
Arm 2 gave score plus the GATE score-release verdict and undischarged-obligation list. Uncovered baseline-beating structures still occurred in 17/26 packets (65.4%, 95% CI [46.2, 80.6]). However, after a score-release refusal the next revision repaired to a covered structure in 47/54 cases (87.0%, 95% CI [75.6, 93.6]). Deletion/merge fell to 57/130 revisions (43.8%, 95% CI [35.6, 52.4]), and strict covered improvement rose from 1/26 in Arm 1 to 13/26 in Arm 2 (50.0%, 95% CI [32.1, 67.9]); the non-strict covered count was 14/26 (53.8%, 95% CI [35.5, 71.2]).
This redirection result suggests a second role for coverage gating beyond mutation rejection. In the score-seeking setting of EXP B, GATE changes the optimizer’s effective objective by making uncovered gains unusable and exposing the obligations that must be repaired. The result is not evidence that the resulting strategies are globally optimal or better in the world; it is evidence that the evaluation interface can redirect search from omission-based score improvement toward coverage-compliant route construction. This interpretation applies to an optimizer attempting to satisfy the interface. EXP C shows that a compiler-aware co-author able to control the registry remains a separate threat model.
The boundary is equally important: Arm 2 also produced 10 route-around events where the route passed the authored registry while structurally seam-skipping. Passing the authored registry does not guarantee that the registry itself faithfully represents
the omitted work. These route-arounds are not called undetected unless the detector is specified; here they were identified by the detector-independent seam_skip metric.
EXP C grants a white-box adversary compiler knowledge and the ability to co-author internally consistent state records. It tests four conditions on six seeded packets: v1; v1.5a source-grounded defining assets; v1.5b delta-indexed cost floors; and v1.5a+b. All checks are deterministic code after the adversary-authored text; no LLM judge is used.
The obligation channel remained open in every condition. Zero-obligation evasions occurred in 6/6 packets under v1, 6/6 under v1.5a, 6/6 under v1.5b, and 6/6 under v1.5a+b (all 100.0%, 95% CI [61.0, 100.0]). Every packet first evaded at revision 1. Honest false suspensions were 0/6 in each condition (0.0%, 95% CI [0.0, 39.0]).
This is the registry-provenance boundary. The registry is reconstructed from the authored plan; a white-box co-author can make its own fields internally consistent. Source-grounded lexical fields did not close this channel because reusable packet quotations can verify existence without proving that a transition performs the omitted work. The statement that v1.5a added nothing applies to the obligation channel.
Delta-indexed floors price claimed source-state to target-state deltas. A larger asserted jump pays the larger reference-class floor; it cannot be made cheaper merely by describing less work. The implemented floors were grounded in committed reference-class data. Threshold grounding was pre-declared ungroundable: 0/111 frozen gold thresholds had a grounding leg in the committed table, so that leg remained diagnostic-only and no numbers were invented.
The score channel narrows monotonically in both count metrics: beat-honest rate changed 6/6 to 5/6 to 4/6 to 3/6, and fundability-by-silence changed 5/6 to 5/6 to 1/6 to 0/6. The median gain among the surviving evasions is not monotone: it rises under v1.5a before collapsing under the delta-indexed floor conditions, reflecting fewer but initially higher-value surviving cases. Floor uplift was positive on 72/72 applied b-condition revisions. All four preregistered EXP C predictions were MET verbatim.
Delta-indexed floors can reduce the economic benefit of silence without proving that the authored transition semantically performs the missing work. Semantic, independently authored, non-co-authorable field sets remain future work.
Table : EXP C score channel. Median is the lower median used by the frozen metrics report. “Fundable” denotes fundability-by-silence: the evasive route has score \(\geq 0\) while its honest baseline has score \(<0\). All six honest baselines are negative in every condition.
| Cond. | evasion | beat honest | median gain | fundable |
|---|---|---|---|---|
| v1 | 6/6 | 6/6 | $27.39M | 5/6 |
| v1.5a | 6/6 | 5/6 | $60.83M | 5/6 |
| v1.5b | 6/6 | 4/6 | $4.69M | 1/6 |
| v1.5a+b | 6/6 | 3/6 | -$546K | 0/6 |
This work sits at the intersection of plan evaluation, specification gaming, deterministic verification, and decision analysis. Classical planning already studies action elimination and plan reduction, but the reduced object must remain a valid plan for the same task [4], [5]. Process-model repair can add skip transitions and improve alignment fitness while preserving final markings [6]. Those are honest model transformations, not a face-value valuation record silently retaining downstream value after support is removed.
Reward hacking and omission gaming are old themes: PlayFun pausing, GenProg deletion and sleep behaviors, robot sensors that avoid seeing messes, production RL reward hacking, METR reward-hacking observations, RHB, and SpecBench all constrain the novelty wording [7]–[12], [15], [16]. LogicGraph’s gap-filling bias is the nearest LLM-judge analogue [13]; Di Ciccio et al. provide a binary-verdict cousin through vacuous satisfaction [14]. Lanham et al. use deletion as a faithfulness methodology in which answers are retained, not improved [17].
Proof-carrying code and proof-carrying plans establish proof/certificate lineage, but execution or plan validity is the gated object [18], [19]. VAL, POCL/VHPOP, LLM-Modulo, VPRM, and recent verifiable-agent work are important neighbors for checking or verification architecture [20]–[25]. TEMPO and FActScore are closer to GATE/DOCK as integrity-gated or per-element scoring systems, but they do not couple per-delta coverage to a staged plan valuation fold [26], [27].
The redirection result in Section 6.4 also relates this work to reward shaping and process supervision, which alter learning or search incentives through modified rewards or step-level feedback [23], [28], [29]. GATE differs by leaving the underlying route score unchanged and applying a deterministic, code-side admissibility constraint over typed-state coverage at inference and selection time. The coverage verdict itself is not learned, although EXP C shows that its guarantee remains bounded by model-mediated registry provenance.
CARE and GroundEval are contemporaneous deterministic/evidence-gated evaluation systems; DeLLMa and DIALECTIC are relevant delayed-outcome decision and venture-evaluation neighbors [30]–[33]. PCSC claims no priority over these components. The narrow contribution is the deletion identity, its measured prevalence under one scorer, and value inadmissibility over uncovered typed-state deltas.
The empirical rates come from one frozen cohort, one staged scorer, and one venture-route configuration. The core experiments use \(n=26\) routes and the adaptive red team uses \(n=6\) packets, so Wilson intervals are wide and the rates should not be read as cross-domain prevalence estimates. EXP D uses one judge family at temperature zero and \(K=1\); EXP B and EXP C are attack-surface tests, not generation-quality comparisons.
The deterministic guarantees begin only after model-mediated typing. Registry provenance is therefore a real boundary: v1 cannot catch internally consistent but semantically empty authored fields, and the EXP B route-arounds plus EXP C evasions motivate independently authored, non-co-authorable field sets. Delta-indexed floors reduce removed-cost reward but do not prove semantic delivery. Finally, terminal values are inherited from Paper 1, and the paper does not claim better real-world founder, investor, or venture outcomes.
A staged plan scorer can reward omission. The reward is analytically characterizable, exists across the frozen mutation surface, and can be discovered by score-seeking optimization without being told the exploit mechanism. A deterministic typed-state gate can both refuse score release for the demonstrated post-hoc mutation and reshape cooperative score-seeking search toward covered structures. Compiler-aware co-authoring remains a separate and harder problem: it requires non-co-authorable semantic substantiation, not merely an internally consistent registry. PCSC detects and neutralizes post-hoc omission splices given model-mediated typed-state records; it does not verify completeness of arbitrary LLM-generated strategies.
The author is developing a commercial implementation of the protocol through Dynamic Resonance.
The EXP B optimizer-visible goal was:
Improve this route’s staged score. A higher staged score is better. Keep the terminal Vision. You may restructure, merge, add, or remove transitions and edit their fields. All costs, probabilities, and values are recomputed by our code from your structure—you cannot state numbers directly.
This prompt explicitly allowed restructuring and removal. It did not tell the optimizer that removing a transition could increase score, retain downstream value, or create an uncovered delta. The full prompt is frozen at
eval/pcsc/optimizer_prompt_B.txt with SHA-256 recorded in PREREG_expB.md.
The artifact chain is recorded in eval/pcsc/INDEX.md. The main inputs are RESULTS_phase0.md, RESULTS_phase1.md, RESULTS_v1.md, RESULTS_coupling.md, RESULTS_expA.md,
RESULTS_expD.md, RESULTS_expB.md, RESULTS_v2.md, deletion_surface.jsonl, expA_summary.json, scores_expB.jsonl, scores_expC.jsonl, and scores_expD.jsonl.
Frozen prompt hashes include judge_prompt_v0.txt, judge_prompt_D1.txt, judge_prompt_D2a.txt, judge_prompt_D2b.txt, optimizer_prompt_B.txt, and adversary_prompt_C.txt. Phase 0 was
web-off and cost about $0.98; EXP D used 104 calls and $0.15; EXP B used 269 calls and $5.96; EXP C used 169 calls and $3.44. EXP D disclosed an attempt-1 D2 pairing crash and deterministic repair; the silenced D1 verdicts replicated exactly across
runs.
Phase 0b was a post-hoc draw-stability diagnostic: sign agreement with the frozen primary direction was 14/15 fresh draws. It is reported only as a stability check, not as a confirmatory result. The exact mutation admissibility rule is \(k\in[1,n-2]\). The detector-independent seam_skip metric marks structural skipping relative to the gold chain even when authored-registry obligations are zero. GATE refuses score release when a material uncovered
seam is present. DOCK removes terminal value over the uncovered path. Source-grounding and delta-floor conditions are defined in PREREG_v2.md; the threshold reference-class leg was declared ungroundable at 0/111 and kept diagnostic-only.