nx_vidclass_reality_check.nx
buildroot/runtime/nx_vidclass_reality_check.nx
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
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
structs
| none |
consts
| none |
functions
| 12 | func 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 |
| 15 | func rc_axis(label: *u8, ours: *u8, our_gate: *u8, sota: *u8, sota_src: *u8, standing: *u8, c: *i64) -> i64 |
| 28 | func main() -> i64 |