nph4rd commited on
Commit
3237d13
·
verified ·
1 Parent(s): 4f6054d

Add FINAL_REPORT.md

Browse files
Files changed (1) hide show
  1. calibration/FINAL_REPORT.md +206 -217
calibration/FINAL_REPORT.md CHANGED
@@ -1,235 +1,224 @@
1
- # Eleusis 100-turn reward-calibration report
2
 
3
  ## Executive result
4
 
5
- We built and locked a **64-rule test dataset with exactly eight rules in each of
6
- eight semantic families**, then calibrated it under a 100-turn protocol using
7
- model-balanced normalized reward rather than pass rate. The selected suite has
8
- mean reward **0.240**, solve@100 **37.5%**,
9
- solve@30 **18.8%**, and a late-solve rate of
10
- **18.8%**. Among solved episodes,
11
- **50.0%** were solved only after the old 30-turn
12
- cutoff. Family mean-reward spread is **0.253**.
13
-
14
- The dataset is published as provisional because these preregistered gates were missed: `every_family_reward_0.20_to_0.42`, `family_reward_spread_at_most_0.15`, `overall_reward_0.25_to_0.40`. The misses are exposed rather than averaged away.
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  Published dataset: [https://huggingface.co/datasets/nph4rd/eleusis-calibrated-rules](https://huggingface.co/datasets/nph4rd/eleusis-calibrated-rules).
17
 
18
- These values are selection-conditioned calibration estimates. They describe the
19
- locked dataset construction; the planned full-scale evaluation should use new
20
- deals and the broader model panel for confirmatory model claims.
21
-
22
- ![Reward by family](reporting/reward_by_family.png)
23
-
24
- *Figure 1. Family-balanced reward with rule-bootstrap uncertainty. The shaded
25
- band is the preregistered 0.20–0.42 family target.*
26
-
27
- ## What we changed
28
-
29
- This is a dataset calibration exercise, not a new environment. The environment
30
- changes are limited to what the 100-turn dataset requires:
31
-
32
- - The turn limit is 100 and reward is `(101 - first_correct_turn) / 100`, or zero
33
- when unsolved.
34
- - The framework allows up to 250 model calls so invalid actions, which consume
35
- no game turn, cannot shorten the intended 100-valid-play horizon.
36
- - The legacy starter, hand, and primary two-deck order are preserved exactly.
37
- Deterministically seeded reserve shoes are appended only when a long game needs
38
- more cards.
39
- - The prompt now states the 100-turn horizon, explains the reserve shoe, asks the
40
- model to maintain a compact evidence table, and requires one `play` call on
41
- every response until the engine says game over.
42
- - Metrics now separate solve@30, solves on turns 31–100, early abandonment,
43
- exhausted horizon, invalid actions, context usage, and provider/context errors.
44
- - Context or provider failures are excluded from reasoning aggregates. They are
45
- protocol failures, not zero-reward induction failures.
46
-
47
- The dataset generator now exposes controlled ladders over static clause count,
48
- modular cardinality, transition sets, conditional branching, period/chunk
49
- length, history window, global summaries, and composition. Structured
50
- suit–rank modular laws were added after the first screen showed that ordinary
51
- static thresholds were still solved immediately.
52
-
53
- ## How calibration was run
54
-
55
- 1. We generated **720 fully held-out candidates** and validated compilation,
56
- starter existence, acceptance balance, behavioral uniqueness, and split
57
- leakage locally.
58
- 2. Greedy and random version-space probes screened observability at 100 turns.
59
- 3. A native family-stratified smoke verified the extended deck, scoring,
60
- trace persistence, and context growth.
61
- 4. A one-deal Luna screen completed 91 candidates (at least 10 per family). It
62
- revealed family reward from 0.000 to 0.726, so those results were not averaged
63
- into a misleading aggregate.
64
- 5. We first spent on a **42-rule adaptive supplement**: six simpler rules for each
65
- floor-zero/too-hard family and six harder rules for each too-easy family.
66
- Periodic rules received no supplement because their screen mean was already
67
- in band. The exact adaptive decisions are in
68
- `stages/luna_supplement_v2_summary.json`.
69
- 6. Two-model confirmation then exposed a residual floor in compositional,
70
- higher-order, and especially global-history rules. We generated a final
71
- **17-rule targeted supplement**: four simpler compositional,
72
- four higher-order, and nine dynamic first-anchor/last-card global rules.
73
- Anchor-only predicates were deliberately excluded because their behavior is
74
- static within one episode and does not identify global reasoning.
75
- 7. From the combined screen we chose candidates per family, prioritizing
76
- intermediate and post-30 solutions, low early-solve rate, target reward, low
77
- dispersion, and template diversity. Up to **97**
78
- candidates were run under the locked v6 prompt on Luna, Terra, and DeepSeek
79
- V4 Pro.
80
- 8. We averaged deals within model, models within rule, and eight rules within
81
- every family. We selected eight confirmed rules per family and locked the
82
- dataset before the later full-panel evaluation.
83
-
84
- Calibration spent **$126.97** from Prime Intellect, leaving
85
- **$1049.90**. This is below the $250 calibration cap and leaves
86
- the rest for the confirmatory evaluation.
87
-
88
- ![Calibration funnel](reporting/calibration_funnel_100turn.png)
89
-
90
- *Figure 2. Local screening and an adaptive one-model stage constrain paid model
91
- work. Stage counts are not all nested: the supplement adds targeted candidates.*
92
 
93
  ## What we found
94
 
95
- ### Reward balance by family
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
- | Family | Rules | Reward | Solve ≤30 | Solve 31–100 | Solve ≤100 | Late share of solves | Intermediate rules |
98
- |---|---:|---:|---:|---:|---:|---:|---:|
99
- | Chunk / run | 8 | 0.306 | 25.0% | 16.7% | 41.7% | 40.0% | 8 |
100
- | Compositional hybrid | 8 | 0.123 | 12.5% | 4.2% | 16.7% | 25.0% | 0 |
101
- | Conditional transition | 8 | 0.247 | 16.7% | 29.2% | 45.8% | 63.6% | 7 |
102
- | First-order transition | 8 | 0.332 | 29.2% | 20.8% | 50.0% | 41.7% | 3 |
103
- | Global history | 8 | 0.081 | 4.2% | 12.5% | 16.7% | 75.0% | 3 |
104
- | Higher-order history | 8 | 0.215 | 20.8% | 8.3% | 29.2% | 28.6% | 3 |
105
- | Periodic cycle | 8 | 0.334 | 29.2% | 16.7% | 45.8% | 36.4% | 2 |
106
- | Static predicate | 8 | 0.281 | 12.5% | 41.7% | 54.2% | 76.9% | 4 |
107
 
108
- The family view is the primary calibration result. Figure 1 shows whether each
109
- family lands in the intended reward band; Figure 3 exposes the individual rule
110
- points so an apparently good family mean cannot hide an immediate-solve plus
111
- impossible-rule mixture.
112
 
113
- ![Rule reward dispersion](reporting/rule_reward_dispersion.png)
 
 
114
 
115
- *Figure 3. Every point is a selected rule; horizontal ticks are family means.*
 
 
 
 
 
116
 
117
- ### The extra horizon carries measurable signal
118
 
119
  ![Horizon outcomes](reporting/horizon_outcomes_by_family.png)
120
 
121
- *Figure 4. Solves are separated into the legacy horizon and genuinely late
122
- turns. Gray mass is censored unsolved at turn 100.*
123
-
124
- ![Solve-time CDF](reporting/solve_time_cdf.png)
125
-
126
- *Figure 5. Cumulative solution timing by confirmation model; the dashed line is
127
- the old turn-30 boundary.*
128
-
129
- The benchmark is long-horizon only to the extent that Figures 4 and 5 show a
130
- substantial turn-31–100 contribution. A low reward produced only by early solves
131
- and zeroes would fail the family late-solve gates and remain visible in Figure 3.
132
- Early abandonment is reported separately because a model that ignores the
133
- required action protocol has failed persistence, but did not consume all 100
134
- experimental opportunities.
135
-
136
- ### Model profiles are not interchangeable
137
-
138
- | Model | Episodes | Reward | Solve ≤30 | Solve 31–100 | Solve ≤100 | Early abandon | Recorded cost |
139
- |---|---:|---:|---:|---:|---:|---:|---:|
140
- | `deepseek/deepseek-v4-pro` | 64 | 0.216 | 17.2% | 14.1% | 31.2% | 39.1% | $31.19 |
141
- | `openai/gpt-5.6-luna-pro` | 64 | 0.185 | 14.1% | 15.6% | 29.7% | 39.1% | $11.55 |
142
- | `openai/gpt-5.6-terra` | 64 | 0.320 | 25.0% | 26.6% | 51.6% | 12.5% | $22.17 |
143
-
144
- ![Model/family reward](reporting/model_family_reward_heatmap.png)
145
-
146
- *Figure 6. The selection objective is family balance after equal model weighting;
147
- the heatmap retains model-specific strengths and weaknesses.*
148
-
149
- ### Complexity scales difficulty, but not with one universal ruler
150
-
151
- ![Complexity versus reward](reporting/complexity_vs_reward.png)
152
-
153
- *Figure 7. Designed complexity generally lowers reward, but the vertical spread
154
- within a level shows why calibration must be conditional on rule family.*
155
-
156
- Static clause/cardinality, transition alternatives, branch count, period,
157
- window, and composition are useful scaling axes. They are not exchangeable:
158
- the same designed level can demand very different search strategies. The
159
- dataset therefore stores both semantic family and structural features instead
160
- of collapsing them into one synthetic complexity score.
161
-
162
- ## Context windows and compaction
163
-
164
- The Eleusis/Null harness sends the full transcript on every request. It does not
165
- automatically summarize, truncate, or compact. In the measured current panel,
166
- 100 turns do not approach the documented roughly one-million-token windows of
167
- [GPT-5.6](https://developers.openai.com/api/docs/models) and
168
- [DeepSeek V4](https://api-docs.deepseek.com/quick_start/pricing):
169
-
170
- | Model | Long traces | Observed final p90 | Turn-100 projected p90 | p90/window | Context errors |
171
- |---|---:|---:|---:|---:|---:|
172
- | `deepseek/deepseek-v4-pro` | 86 | 136,623 | 168,341 | 16.8% | 0 |
173
- | `openai/gpt-5.6-luna-pro` | 87 | 104,516 | 107,496 | 10.2% | 0 |
174
- | `openai/gpt-5.6-terra` | 85 | 31,989 | 42,237 | 4.0% | 0 |
175
-
176
- ![Context usage](reporting/context_window_usage.png)
177
-
178
- *Figure 8. Median, p90, and maximum request context as a fraction of each
179
- model's documented window; the warning threshold is 50%.*
180
-
181
- No compaction is used because it would introduce a new, model-dependent memory
182
- intervention into an inductive reasoning benchmark. If a smaller-context model
183
- hits its limit, that rollout is marked as a protocol failure and excluded from
184
- reward, not silently scored zero. If future horizons require compaction, the
185
- correct design is a separately versioned deterministic evidence-checkpoint
186
- protocol rerun on every compared model.
187
-
188
- ## Is this now a good benchmark?
189
-
190
- **Inductive/scientific reasoning:** the environment is a strong instrument, but
191
- this dataset release is not yet fully calibrated. The interaction requires
192
- models to propose executable hypotheses, choose discriminating interventions,
193
- update from accepted and rejected evidence, and converge under behavioral
194
- equivalence. However, Compositional hybrid and Global history remain below the family reward
195
- floor. The equal-family analysis exposes that failure instead of letting easier
196
- families hide it.
197
-
198
- **Long-horizon reasoning:** yes at the protocol level, with encouraging empirical
199
- evidence. Half of solved confirmation episodes occurred after turn 30, and every
200
- family had at least one late solve. The decisive evidence is that post-30 mass in
201
- Figures 4 and 5, not the nominal value “100.” A fresh-deal evaluation is still
202
- needed before treating the exact rate as a benchmark estimate.
203
-
204
- ## Limitations and next evaluation
205
-
206
- - Rule selection and the calibration estimates use the same three-model panel;
207
- do not present these numbers as an unbiased leaderboard.
208
- - One deal per model/rule is a cost-efficient calibration design, not a precise
209
- estimate of sampling variance. The full evaluation should use fresh deals.
210
- - The rule language is reviewed and finite. Performance can improve through
211
- benchmark-specific priors as the dataset becomes familiar.
212
- - Context safety is established for the current million-token panel, not for
213
- every deployable model.
214
- - Any missed gate listed above remains a known limitation of this version.
215
-
216
- Do **not** spend the full-scale evaluation budget on this provisional split yet.
217
- First run a narrow v2.1 interpolation stage only for the two under-band families:
218
- simple anchor-gated transitions for global history, and compositions that sit
219
- between the immediately solved static-plus-transition rule and the floor-level
220
- periodic/window hybrids. Screen those candidates on Luna, confirm only survivors
221
- on Terra and DeepSeek, replace rules without touching the six in-band families,
222
- and rerun the registered family gates. The full-panel evaluation should begin
223
- only after that revised split is locked; its fresh-deal results must not feed
224
- back into item selection.
225
-
226
- ## Artifacts
227
-
228
- - `PROTOCOL.md` — preregistered reward, horizon, family, and context gates.
229
- - `BUDGET.md` — wallet ledger and stage decisions.
230
- - `reporting/calibration_summary.json` — machine-readable final estimates.
231
- - `reporting/confirmation_records.csv` and `reporting/rule_calibration.csv`.
232
- - `reporting/selected_rule_ids.json` and `final/` — locked dataset.
233
- - `CONTEXT_PREFLIGHT.md` — context model and failure policy.
234
  - `outputs/trace_viewer/index.html` — manual trace inspection.
235
- - `outputs/reporting/presentation.html` — extended Catppuccin presentation.
 
 
1
+ # Eleusis v2.1 final calibration report
2
 
3
  ## Executive result
4
 
5
+ We froze a **32-rule test split**: eight semantic families, four explicit
6
+ complexity tiers per family, and one rule at every tier. Under the 100-turn v11
7
+ protocol, GPT-5.6 Sol achieved **50.0%
8
+ solve@100** and **0.253 normalized reward**. Only
9
+ **12.5%** of rules were solved by the former
10
+ 30-turn horizon; **75.0% of successful
11
+ solves occurred on turns 31–100**. This is direct evidence that the extra
12
+ horizon carries outcome-relevant search rather than merely padding the task.
13
+
14
+ Every family retained at least one unsolved rule, and GPT Sol family reward
15
+ ranges from **0.150** to
16
+ **0.443**. Thus, low aggregate reward does not
17
+ come from one impossible family cancelling one easy family.
18
+
19
+ Gemini confirmation is **incomplete** because Prime's Gemini gateway failed
20
+ during the last economical confirmation wave. Of the 32 locked rules, Gemini
21
+ has 11 exact endpoints, 11
22
+ right-censored prefixes, and 10 rules without paid
23
+ evidence. Its exact-only reward (0.496) is
24
+ selection-biased toward episodes that completed and is **not** a dataset-wide
25
+ Gemini score. Provider and harness timeouts are never relabelled as benchmark
26
+ failures. This leaves one intentionally visible missed gate:
27
+ `gemini_full_exact_32_rule_confirmation`.
28
 
29
  Published dataset: [https://huggingface.co/datasets/nph4rd/eleusis-calibrated-rules](https://huggingface.co/datasets/nph4rd/eleusis-calibrated-rules).
30
 
31
+ The dataset is structurally finished and fully confirmed on GPT Sol. It is
32
+ appropriate to freeze for the planned fresh-deal, full-panel evaluation, but
33
+ that evaluation—not this censored construction sample—must provide the final
34
+ two-model and cross-model estimate.
35
+
36
+ ![Family reward and solve rate](reporting/family_reward_and_solve.png)
37
+
38
+ *Figure 1. Complete 32-rule GPT Sol results. Reward stays below 0.5 and at
39
+ least one rule remains unsolved in every family.*
40
+
41
+ ## What we did
42
+
43
+ This iteration primarily changed the **dataset**, not the game or score.
44
+ Reward remains `(101 - first_correct_turn) / 100` for a correct rule and zero
45
+ at the 100-turn horizon. We:
46
+
47
+ 1. Built and locally validated 104 candidates spanning static, first-order,
48
+ conditional, periodic, chunk/run, higher-order, global-history, and
49
+ compositional families.
50
+ 2. Preserved four family-specific structural tiers instead of pretending there
51
+ is one universal rule-complexity scalar.
52
+ 3. Narrowed to a 72-rule economical screen, then added targeted static and
53
+ first-order repairs. Global history and compositional hybrid retained three
54
+ alternatives per tier because the preceding iteration under-resolved them.
55
+ 4. Evaluated GPT Sol across the screen and repairs at one fixed 100-turn deal
56
+ per rule. We used completed Gemini episodes when exact and retained failed
57
+ prefixes only as censoring evidence.
58
+ 5. Locked one item at every family × tier cell, optimizing for both incomplete
59
+ solve coverage and late solutions rather than pass rate alone.
60
+ 6. Saved the dataset, raw traces, exact/censored tables, Catppuccin plots,
61
+ report, presentation chapter, and browser trace viewer.
62
+
63
+ ![Calibration funnel](reporting/calibration_funnel.png)
64
+
65
+ *Figure 2. Cost-aware narrowing from the broad local bank to the balanced
66
+ 32-rule lock. The final suite avoids pseudo-replication by retaining one rule
67
+ per family tier.*
68
+
69
+ The Prime wallet moved from **$1049.90** to
70
+ **$439.26**: **$610.64 spent**,
71
+ **$39.36 under the $650 cap**. We stopped paid
72
+ inference after the Gemini gateway failure wave rather than burn the remaining
73
+ cap retrying transport errors before the much larger final evaluation.
74
+
75
+ ## Protocol accommodations for 100 turns
76
+
77
+ - The initial deal is unchanged; deterministic reserve shoes extend card
78
+ supply only when the 100-turn game needs them.
79
+ - Up to 250 model calls allow invalid-action recovery while preserving 100
80
+ *valid* game turns.
81
+ - A neutral user heartbeat follows each tool result, preserving Gemini's
82
+ provider state; required tool choice enforces the already-stated one-play
83
+ contract while the game is live.
84
+ - One continuation is allowed only after a provider reports a completion-length
85
+ cutoff. The full transcript is retained, with no hidden compaction.
86
+ - A provider, context, or harness failure is a reliability failure—not an
87
+ unsolved rule. Exact metrics require a clean terminal `game_over`.
88
+
89
+ Reward and verifier semantics were not changed.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  ## What we found
92
 
93
+ ### Family difficulty is broadly low, while pass rate and reward remain distinct
94
+
95
+ | Family | Sol reward | solved ≤30 | solved 31–100 | solved ≤100 | Gemini exact / censored / missing | Gemini reward, exact only |
96
+ |---|---:|---:|---:|---:|---:|---:|
97
+ | Chunk / run | 0.193 | 0.0% | 50.0% | 50.0% | 3 / 0 / 1 | 0.697 |
98
+ | Compositional hybrid | 0.378 | 25.0% | 50.0% | 75.0% | 3 / 1 / 0 | 0.430 |
99
+ | Conditional transition | 0.150 | 0.0% | 25.0% | 25.0% | 0 / 0 / 4 | — |
100
+ | First-order transition | 0.237 | 0.0% | 50.0% | 50.0% | 0 / 4 / 0 | — |
101
+ | Global history | 0.163 | 0.0% | 25.0% | 25.0% | 2 / 2 / 0 | 0.000 |
102
+ | Higher-order history | 0.182 | 25.0% | 0.0% | 25.0% | 0 / 0 / 4 | — |
103
+ | Periodic cycle | 0.443 | 50.0% | 25.0% | 75.0% | 3 / 0 / 1 | 0.693 |
104
+ | Static predicate | 0.278 | 0.0% | 75.0% | 75.0% | 0 / 4 / 0 | — |
105
+
106
+ Periodic and compositional rules have the highest GPT Sol solve rates
107
+ (75.0% and
108
+ 75.0%), but
109
+ their rewards remain only 0.443
110
+ and 0.378
111
+ because solutions are slower and the top tiers still defeat the model. This is
112
+ exactly why both metrics are needed: pass rate asks whether a rule is solved;
113
+ reward asks how much experimental search it took.
114
+
115
+ ![Exact model-family reward](reporting/model_family_reward_heatmap.png)
116
 
117
+ *Figure 3. Exact completed endpoints only. Every cell states n/4; dashes are
118
+ missing evidence, not zero reward.*
 
 
 
 
 
 
 
 
119
 
120
+ ![Gemini evidence coverage](reporting/gemini_evidence_coverage.png)
 
 
 
121
 
122
+ *Figure 4. Exact, right-censored, and not-run Gemini items by family. Global
123
+ history and compositional hybrid—the two requested refinements—have evidence
124
+ for every locked rule.*
125
 
126
+ Global history is now distinctly difficult: GPT Sol solves one of four rules
127
+ (reward 0.163); Gemini is exactly unsolved through 100 on both upper tiers and
128
+ is right-censored only at turns 96 and 99 on the lower tiers. Compositional
129
+ hybrid preserves a useful ladder: lower-tier compositions are solvable, the
130
+ short-window tier defeats both models through turn 100, and the long-periodic
131
+ tier takes GPT Sol 77 turns while Gemini remains right-censored through 94.
132
 
133
+ ### The old 30-turn horizon would erase most positive results
134
 
135
  ![Horizon outcomes](reporting/horizon_outcomes_by_family.png)
136
 
137
+ *Figure 5. GPT Sol outcomes split into solved by 30, solved on turns 31–100,
138
+ and unsolved at 100.*
139
+
140
+ ![Solve-time curve](reporting/solve_time_cdf.png)
141
+
142
+ *Figure 6. The curve grows from 12.5% at turn 30 to 50% at turn 100. Twelve of
143
+ sixteen successful episodes occur only after the dashed line.*
144
+
145
+ This makes the suite empirically long-horizon for GPT Sol. The scientific
146
+ reasoning loop is also substantive: models must propose executable hypotheses,
147
+ choose interventions from a constrained hand, use positive and negative
148
+ evidence, revise, and finally commit to an extensionally exact rule.
149
+
150
+ ### Complexity scaling is explicit and mostly directional, not universal
151
+
152
+ | Family | Structural scaling axis | GPT Sol reward, tier 1 → 4 |
153
+ |---|---|---|
154
+ | Chunk / run | chunk length and state: 2 5 6 11 | 0.18 0.00 0.59 → 0.00 |
155
+ | Compositional hybrid | component count, gated state, and temporal span | 0.73 → 0.54 → 0.00 → 0.24 |
156
+ | Conditional transition | previous-card gate specificity and branch interaction | 0.60 0.00 0.00 0.00 |
157
+ | First-order transition | modular delta conjunction suit/rank-indexed transition table | 0.61 0.34 0.00 0.00 |
158
+ | Global history | anchor state running balance → cumulative-rank state | 0.00 0.65 0.00 0.00 |
159
+ | Higher-order history | lookback/window length and aggregate statistic | 0.73 → 0.00 → 0.00 → 0.00 |
160
+ | Periodic cycle | period length and phase alphabet: 2 → 4 → 7 → 10 | 0.74 → 0.80 → 0.23 → 0.00 |
161
+ | Static predicate | modular width → gated dual modulus → suit-specific table | 0.52 → 0.49 → 0.10 → 0.00 |
162
+
163
+ ![Complexity tiers](reporting/complexity_tier_reward_by_family.png)
164
+
165
+ *Figure 7. Every point is a retained rule. Six families show a strong downward
166
+ direction across tiers; chunk/run and global history retain non-monotonic
167
+ single-deal noise rather than hiding it with a fitted curve.*
168
+
169
+ One observation per rule cannot prove a smooth item-response function. The
170
+ tiers are defensible structural interventions—period length, chunk length,
171
+ history depth, gating, or table cardinality—while empirical reward is noisy and
172
+ model-specific. The full evaluation should preserve those tier labels and add
173
+ fresh-deal variance estimates.
174
+
175
+ ### Context did not approach the configured ceiling
176
+
177
+ ![Context use](reporting/context_tokens.png)
178
+
179
+ *Figure 8. Reported input sizes from exact endpoints. GPT Sol peaked at
180
+ 70,053 tokens; Gemini exact episodes peaked at
181
+ 11,535. The harness ceiling is 700,000.*
182
+
183
+ The harness performs no automatic compaction. At this horizon, observed traces
184
+ are far below the configured ceiling. If a future model has a smaller context
185
+ window, the preflight must reject the run or use a separately versioned,
186
+ deterministic compaction policy applied to every compared model. Silent
187
+ model-specific summarization would change the task.
188
+
189
+ ## What to expect in the final full evaluation
190
+
191
+ - GPT Sol should land near 50% solve@100 and roughly 0.25 reward on this fixed
192
+ deal, with substantial family and seed variance.
193
+ - Models stronger at literal periodicity may score better on the two lower
194
+ periodic tiers while still losing reward through the long-period items.
195
+ - Global-history upper tiers and higher-order windows are likely to be floor
196
+ items for several models; monitoring family solve and reward separately will
197
+ expose that rather than letting the aggregate hide it.
198
+ - Gemini's dataset-wide result remains an open confirmatory question because
199
+ construction evidence is incomplete. The full evaluation should be the next
200
+ paid measurement, on fresh deals, without changing this lock afterward.
201
+
202
+ ## Limitations
203
+
204
+ - One deal per rule/model was the deliberate low-cost calibration design; it
205
+ does not estimate seed or sampling variance.
206
+ - Selection and GPT Sol point estimates use overlapping evidence and are
207
+ construction estimates, not a leaderboard result.
208
+ - Gemini transport failures make its final-suite confirmation incomplete. The
209
+ exact/censored/missing split is preserved in every artifact.
210
+ - Publishing executable rule code risks future contamination.
211
+ - Structural tiers are designed scaling axes, not a fitted universal notion of
212
+ complexity.
213
+
214
+ ## Artifact index
215
+
216
+ - `reporting/calibration_summary.json` machine-readable metrics and gates.
217
+ - `reporting/selected_rules.csv` locked rules and evidence columns.
218
+ - `reporting/calibration_records.csv` exact episodes only.
219
+ - `reporting/right_censored_records.csv` — failure prefixes, kept separate.
220
+ - `reporting/selected_rule_ids.json` and `final/` — immutable 32-rule lock.
221
+ - `PROTOCOL.md`, `BUDGET.md`, and `RUN_MANIFEST.md` — protocol and audit trail.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  - `outputs/trace_viewer/index.html` — manual trace inspection.
223
+ - `outputs/reporting/presentation.html` — full presentation with this chapter
224
+ appended after the HF-style evaluation and prior calibration.