code wiki / _hdl_build / nx_research_robustness_census.nx

nx_research_robustness_census.nx

buildroot/runtime/_hdl_build/nx_research_robustness_census.nx

5522 B78 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic research
docsdependenciesstructsconstsfunctions

about

nx_research_robustness_census.nx -- R0 census of the SOVEREIGN RESEARCHER's robustness + multi- agent maturity (operator: "build the nishi researcher up -- more robust, multiple agents, from the hardware rung up"). Maps what EXISTS vs the GAPS, benchmarked where relevant against the Claude deep-research workflow (the yardstick). Grades ABSENT->PRESENT->PARITY->EXCEEDS; liar-kill refuses any PARITY/EXCEEDS without measured evidence; negative control proves it fires. KEY measured exceed: NO API RATE LIMIT -- nx_connect_research_fetch got 10/10 live (status 200) while the Claude deep-research wf_0e22ca98 got 0/22 (server rate-limited) in the same window. 100% sovereign. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_research_robustness_census.

imports: nx_syscalls.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 sw sys_write row sw ↻ grade_name sw ↻ cap_valid sn sys_mmap ↻ sys_write ↻ cap_valid ↻ sys_exit

structs

none

consts

11const G_ABSENT: i64 = 0
12const G_PRESENT: i64 = 1
13const G_PARITY: i64 = 2
14const G_EXCEEDS: i64 = 3

functions

16func sw(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 3: grade_namerowmain calls 1: sys_write
17func sn(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
18func grade_name(g: i64) -> i64
called by 1: row calls 1: sw
25func cap_valid(grade: i64, has_ev: i64) -> i64 { if grade >= G_PARITY { if has_ev == 0 { return 0 } } return 1 }
called by 2: rowmain
26func row(cap: *u8, grade: i64, note: *u8, ev: *u8, has_ev: i64, tot: *i64) -> i64
called by 1: main calls 3: swgrade_namecap_valid
35func main() -> i64