code wiki / _hdl_build / nx_sclass_claim.nx

nx_sclass_claim.nx

buildroot/runtime/_hdl_build/nx_sclass_claim.nx

2077 B35 linesdepth 3pulls 5 transitivereach 1 importersview sourcekind librarytopic sclass
docsdependenciesstructsconstsfunctions

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

nx_benchmark.nx nx_sclass_grader.nx nx_critic.nx nx_sclass_claim.nx nx_sclass_claim_test.nx

imports: nx_benchmark.nxnx_sclass_grader.nxnx_critic.nx

imported by: nx_sclass_claim_test.nx

structs

none

consts

17const SCC_S_VERIFIED: i64 = 1 // genuine S-class against everything
18const SCC_BS_INCOMPLETE: i64 = 2 // benchmark cherry-picked -> bullshit
19const SCC_BS_NOT_EXCEED: i64 = 3 // doesn't actually beat the best -> bullshit
20const SCC_BS_COUNTER: i64 = 4 // a counter-theory survives -> bullshit

functions

23func scc_check(benchmark_valid: i64, sclass_grade: i64, critic_status: i64) -> i64
called by 2: scc_is_genuinemain
32func scc_is_genuine(benchmark_valid: i64, sclass_grade: i64, critic_status: i64) -> i64
called by 1: main calls 1: scc_check