code wiki / _hdl_build / nx_sclass_claim.nx
nx_sclass_claim.nx
buildroot/runtime/_hdl_build/nx_sclass_claim.nx
about
nx_sclass_claim.nx -- the BULLSHIT CHECK on an S-class exceed claim (operator: the Critic must
absolutely check the bullshit, with the team, when we claim S-class -- make sure we REALLY are,
against EVERYTHING). An S-class claim is the easiest place to lie to ourselves, so it must clear
THREE independent gates, owned by three organs; any hole = bullshit, demoted to the honest grade:
1. COMPLETE benchmark (Market Researcher / nx_benchmark): bm_is_valid -- we benchmarked against
the FULL competitive surface, not a cherry-picked few. A cherry-picked "exceed" is bullshit.
2. GENUINE exceed (Examiner / nx_sclass_grader): the grade is actually S_EXCEED (verified beats
the best, triangulated -- not a tie dressed up as a win).
3. CRITIC SOUND (nx_critic): no surviving counter-theory and red-teamed (status not REFUTED/
CONTESTED). A claim a counter-theory wounds is not S.
Only a claim that clears all three is a genuine S-class exceed against everything. license_tier: ORIGINAL.
dependencies 3 imports · 1 importers
imports: nx_benchmark.nxnx_sclass_grader.nxnx_critic.nx
imported by: nx_sclass_claim_test.nx
structs
| none |
consts
| 17 | const SCC_S_VERIFIED: i64 = 1 // genuine S-class against everything |
| 18 | const SCC_BS_INCOMPLETE: i64 = 2 // benchmark cherry-picked -> bullshit |
| 19 | const SCC_BS_NOT_EXCEED: i64 = 3 // doesn't actually beat the best -> bullshit |
| 20 | const SCC_BS_COUNTER: i64 = 4 // a counter-theory survives -> bullshit |
functions
| 23 | func scc_check(benchmark_valid: i64, sclass_grade: i64, critic_status: i64) -> i64 |
| 32 | func scc_is_genuine(benchmark_valid: i64, sclass_grade: i64, critic_status: i64) -> i64 |