XXMiner commited on
Commit
a7b269c
·
verified ·
1 Parent(s): fefb531

v162: audited my own correction. Per-subset break-even bars (0.3304%-0.3939%) change NO verdict - path+relabel's own bar is stricter than the one I borrowed and it still clears on a zero bound. The retracted 8.685% never licensed a decision. v139's one-flip multiple was wrong the OTHER way (12x vs 1.69x). Formula error N*G/C vs N*G/(G+C) found by an internal contradiction. 1315 tests, 20/20 mutations fire

Browse files
Files changed (1) hide show
  1. barsweep_report.json +72 -0
barsweep_report.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "question": "last turn's corrected break-even p* depends on g, which DIFFERS PER CONFIGURATION - yet I compared all four subsets against a single bar derived from path+relabel+ws. Does the licensing verdict survive per-subset bars?",
3
+ "prediction": "no verdict changes: zero sits below any positive bar, and the lossy subsets are 19-37x over, which no bar movement of a few percent can close. The error is real but harmless",
4
+ "prediction_outcome": "CONFIRMED - no verdict changes on any of the four subsets",
5
+ "per_subset_bars": {
6
+ "path+relabel": {
7
+ "component": 0.01955764752071971,
8
+ "g": 0.03911529504143942,
9
+ "own_bar": 0.0033041479473187095,
10
+ "bound": 0.0,
11
+ "clears_own_bar": true
12
+ },
13
+ "path+relabel+role": {
14
+ "component": 0.02264294055037343,
15
+ "g": 0.04528588110074686,
16
+ "own_bar": 0.0038214060567554886,
17
+ "bound": 0.12666666666666668,
18
+ "clears_own_bar": false
19
+ },
20
+ "path+relabel+ws": {
21
+ "component": 0.02025688625204707,
22
+ "g": 0.04051377250409414,
23
+ "own_bar": 0.0034214717900835703,
24
+ "bound": 0.06666666666666667,
25
+ "clears_own_bar": false
26
+ },
27
+ "path+relabel+ws+role": {
28
+ "component": 0.023345477164770423,
29
+ "g": 0.046690954329540846,
30
+ "own_bar": 0.003939037756312617,
31
+ "bound": 0.18666666666666668,
32
+ "clears_own_bar": false
33
+ }
34
+ },
35
+ "uniform_bar_applied_last_turn": 0.00342147,
36
+ "bar_spread": {
37
+ "min": 0.0033041479473187095,
38
+ "max": 0.003939037756312617,
39
+ "range_factor": 1.192,
40
+ "note": "p* is INCREASING in g, so a bigger gain tolerates a bigger flip rate. path+relabel's own bar (0.3304%) is STRICTER than the 0.3421% I borrowed, and it still clears because its bound is EXACTLY ZERO"
41
+ },
42
+ "impact_audit_of_the_retracted_constant": {
43
+ "records_mentioning_8.685": [
44
+ "findings",
45
+ "subset_robustness",
46
+ "flip_risk_structural_bound",
47
+ "flip_bound_and_corrected_breakeven"
48
+ ],
49
+ "decisions_it_licensed": "NONE. Every recorded decision in those entries was \"promote NONE\". The 25.4x error made the blocker look 25x less severe than it was WITHOUT ever unlocking anything",
50
+ "honest_scope": "the constant was wrong everywhere it appeared, but it never gated a promotion, so no prior decision needs reversing"
51
+ },
52
+ "v139_multiple_also_wrong_but_the_other_way": {
53
+ "v139_claim": "a single flip erases the stacked gain about 12 times over",
54
+ "corrected": 1.6924607173370732,
55
+ "factor": 7.09,
56
+ "direction": "v139 OVERSTATED the multiple by ~7x, while the same root cause UNDERSTATED the break-even rate by 25x. The two errors are independent and point OPPOSITE ways",
57
+ "my_own_slips": [
58
+ "I called the corrected 1.69x 'even harsher' than 12x - 1.69 is SMALLER, so it is LESS severe",
59
+ "I said v139 was '7.12x too LOW' when 12 vs 1.69 means too HIGH",
60
+ "I generalised that all my break-even calculations were 'too generous' when this one was too PESSIMISTIC"
61
+ ]
62
+ },
63
+ "formula_error_found_by_internal_contradiction": {
64
+ "symptom": "two of my own figures for the same quantity disagreed by 0.394% (150*p* = 0.590856 vs stack/one_flip = 0.593192)",
65
+ "diagnosis": "my back-of-envelope used N*G/C when the correct expression is N*G/(G+C) - it OMITS the gain the flipped challenge also stops earning, overstating tolerance",
66
+ "resolution": "the BAR was right and the shortcut was wrong; N*G/(G+C) reproduces 150*p* exactly",
67
+ "final": "one flip costs 1.69x the four-way stack's entire gain over 150 challenges, and the tolerable count is 0.5909 flips",
68
+ "lesson": "trusting a contradiction between two of my own numbers found a FORMULA error, not a typo - the third time this pattern has paid"
69
+ },
70
+ "conclusion": "the licensing verdict from last turn stands unchanged under per-subset bars: pathprefix+relabel is the only configuration that clears, and it clears on a bound of exactly zero. The corrections tighten the accounting without moving the decision",
71
+ "still_not_promoted": "shipped byte-identical to pristine; the comprehension question remains unanswerable by any bound"
72
+ }