RSA factoring with the P/NP/P sandwich. Pure Python, zero dependencies.
Total evaluations = n^a where n = bit length of N, a = exponent parameter.
Each technique gets a budget slice. The wall moves with a — same as cdcl(a) on Sudoku.
POST /api/factor — factor a single N with budget n^aGET /api/climb — climb from 4 to max_bits, report where the wall hitsGET /api/health — health checkv1.0.0 — Charles Dana & Claude / Monce SAS, April 2026