nx_research_crossval_gate.nx
buildroot/runtime/nx_research_crossval_gate.nx
about
nx_research_crossval_gate.nx -- gate for nx_research_crossval (multi-source cross-validation, the refutation
sub-axis peers lead). PURE teeth ($0, fixtures): T1 corroborated needs >=2 CONFIRMS on DISTINCT hosts;
T2 LIAR-KILLER: the same host confirming twice is an ECHO -> NOT corroborated (stays CONFIRMED-SINGLE);
T3 confirm+discredit -> CONFLICTED (never averaged); T4 only-discredit -> REFUTED; T5 all-absent ->
UNVERIFIABLE + invents NO confirms/discredits; T6 zero sources -> fail-closed UNVERIFIABLE.
TIER-2 (argv[1]=live): the first sovereign LIVE multi-source cross-validation -- GPT-3 175B corroborated
across arxiv.org + api.semanticscholar.org + api.datacite.org (3 independent hosts over sovereign TLS-1.3;
graceful degradation: a rate-limited/degraded host contributes UNVERIFIABLE, never a fake corroboration).
license_tier: ORIGINAL expect_exit: 0
dependencies 6 imports · 0 importers
imports: nx_syscalls.nxnx_research_crossval.nxnx_research_unified.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_https_fetch_follow.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
| 17 | func gv_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 18 | func gv_putn(v: i64) -> i64 |
| 28 | func gv_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 29 | func gv_streq(a: *u8, b: *u8) -> i64 called by 1: main |
| 35 | func gv_name(v: i64) -> *u8 |
| 42 | func gv_check(st: *i64, ok: i64, label: *u8) -> i64 |
| 48 | func main(argc: i64, argv: *i64) -> i64 |