SilverSight/formal
openresearch badd25b1b5 refactor(ManifoldShortcut): remove all universal claims after 5-way attack
5 attacks, all valid:
1. K(data) uncomputable → can't claim 'Kolmogorov-optimal'
2. (alpha, beta) are free params → no universal search ordering
3. RIP bound is for compressed sensing, not combinatorial search
4. AngrySphinx is a budget controller (timeout), not search accelerator
5. Pearson coherence is linear only, wrong for nonlinear problems (Sidon)

What survived: ONE universal component — Shannon-entropy pruning.
If totalCost > H(data) + epsilon → skip (H is computable upper bound on K).
Everything else is problem-specific.

Refined framework:
- IS: problem-specific search structurer with Shannon pruning + AngrySphinx budget
- IS NOT: universal shortcut finder, Kolmogorov-optimal finder, search accelerator,
  compressed-sensing tool, or linear coherence checker

The honest value: the Shannon-entropy pruning bound is universal and valid.
Everything else must be instantiated per problem (is_sidon, matrix_rank,
unit_distance_count). The framework structures the search — it doesn't solve it.

Anti-smuggle scanner: PASSED.
2026-07-03 21:15:44 +00:00
..
BindingSite tag(axioms): justify all 18 custom axioms with HONESTY CLASS tags 2026-07-03 10:54:08 +00:00
CoreFormalism fix(StrandCapacityBound): repair proofs + register in lakefile 2026-07-03 15:19:47 -05:00
PVGS_DQ_Bridge tag(axioms): justify all 18 custom axioms with HONESTY CLASS tags 2026-07-03 10:54:08 +00:00
RRCLib feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
SilverSight refactor(ManifoldShortcut): remove all universal claims after 5-way attack 2026-07-03 21:15:44 +00:00
UniversalEncoding tag(axioms): justify all 18 custom axioms with HONESTY CLASS tags 2026-07-03 10:54:08 +00:00