code wiki / _hdl_build / nx_connect_maturity.nx

nx_connect_maturity.nx

buildroot/runtime/_hdl_build/nx_connect_maturity.nx

8808 B115 linesdepth 2pulls 3 transitivereach 0 importersview sourcekind tooltopic connect
docsdependenciesstructsconstsfunctions

about

nx_connect_maturity.nx -- the HONEST production-readiness gauge for CONNECT, built 2026-07-24 after the operator's verdict: "all of our capabilities are toy level vs telegram and discord and tandem." They are right, and the older instruments (nx_connect_func_census PRESENT~48, /compare/connect 857/1000, 4 EXCEEDS) hid it: their PRESENT bar was "a gate passes on SYNTHETIC data", which scores a 9-word lexicon as "inline translation PRESENT" and even "EXCEEDS Tandem". This gauge re-grades every capability against what the incumbents ACTUALLY SHIP, on a level that cannot be earned by a stub: 0 = ABSENT nothing real exists 1 = STUB a gated model/demo on synthetic data; NOT usable by a real user at any scale 2 = PARTIAL real and usable, but far below incumbent grade or scale 3 = REAL production-grade AND live against non-synthetic reality LIAR-KILL (the fix for the old instrument): a row may be graded REAL(3) ONLY if its evidence names a non-synthetic proof AND does not contain a stub-tell ("synthetic","lexicon","stand-in","in-memory", "demo","model of","no real"). So I cannot inflate a toy to REAL by wording. license_tier: ORIGINAL expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_honesty_grade_lib.nx nx_connect_maturity.nx

imports: nx_syscalls.nxnx_honesty_grade_lib.nx

imported by: nobody (leaf or entry point)

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

main sys_mmap w sys_write row hg_grade hg_stub_tell hg_contains hg_slen hg_has_real_proof hg_contains ↻ w ↻ wn sys_mmap ↻ sys_write ↻ sys_exit

structs

none

consts

18const MT_N: i64 = 16

functions

20func w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 2: rowmain calls 1: sys_write
21func wn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m;sys_write(1,"-" as *u8,1)} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(1,bb,k); return 0 }
called by 1: main calls 2: sys_mmapsys_write
22func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: contains
24func contains(h: *u8, nd: *u8) -> i64
called by 1: stub_tell calls 1: slen
37func stub_tell(ev: *u8) -> i64
calls 1: contains
50func row(cap: *u8, yard: *u8, lvl: i64, ev: *u8, sum: *i64, liar: *i64) -> i64
called by 1: main calls 2: hg_gradew
66func main() -> i64