code wiki / _hdl_build / nx_research_critic.nx
nx_research_critic.nx
buildroot/runtime/_hdl_build/nx_research_critic.nx
about
nx_research_critic.nx -- run the NISHI CRITIC (nx_critic: Popper/Kuhn/Lakatos adversarial-scientific grading)
over the RESEARCH-AUTONOMY ORCHESTRATION claims built this arc, so no claim is "accepted as a commandment from
God": each is graded LAW / THEORY / CONTESTED / REFUTED from its real evidence (independent reproductions,
counter-theory strength, whether an adversarial refutation hunt was actually run), with settledness + act-
confidence + blind-spot flags. The evidence below is the HONEST session record (not inflated). The Critic
evaluates/flags; the Researcher hunts counters; the Builder fixes what's demoted. expect_exit: 0 license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_critic.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
| 9 | func rc_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 10 | func rc_num(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;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 } |
| 11 | func rc_verdict(s: i64) -> i64 |
| 20 | func rc_grade(name: *u8, reproductions: i64, c_reps: i64, c_srcs: i64, redteamed: i64) -> i64 called by 1: main calls 8: crit_counter_strengthcrit_status2crit_settlednesscrit_act_confidencecrit_is_blindspotrc_puts+2 |
| 35 | func main() -> i64 |