code wiki / (root) / nx_vidclass_reality_check.nx

nx_vidclass_reality_check.nx

buildroot/runtime/nx_vidclass_reality_check.nx

6342 B83 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic vidclass
docsdependenciesstructsconstsfunctions

about

nx_vidclass_reality_check.nx -- the HONESTY LOOP for the video-classification system (CLAUDE.md doctrine: "SOTA ONLY WHEN MEASURED-BEAT-THE-TOOL"). An evidence-backed SOTA-GAP LEDGER that, per axis, states WHAT WE HAVE (a gated sovereign organ) against the NAMED SOTA system for that axis, grounded in the researcher's banked PRIMARY literature (knowledge/library/vidclass_lit_*.txt from OpenAlex/Crossref/Semantic-Scholar), and emits the standing. Its PURPOSE is to AUTHORIZE claims: it PASSES (exit 0) only when every SOTA reference is grounded (the cited banked file opens) AND every "ours" is gate-backed -- so no axis can silently over-claim. It deliberately AUTHORIZES only the T1 deterministic signals (which we can honestly claim actionable today) and REFUSES any pose/action/dance SOTA claim, whose honest gap = TRAINED WEIGHTS measured on the same public benchmark. LIAR-KILLED both directions. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_gate.nx nx_vidclass_reality_check.nx

imports: nx_gate.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gw sys_write rc_axis rc_open gw ↻ gn sys_write ↻ sys_mmap

structs

none

consts

none

functions

12func rc_open(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: rc_axis
15func rc_axis(label: *u8, ours: *u8, our_gate: *u8, sota: *u8, sota_src: *u8, standing: *u8, c: *i64) -> i64
called by 1: main calls 2: rc_opengw
28func main() -> i64
calls 3: gwrc_axisgn