code wiki / (root) / nx_money_reality_check.nx

nx_money_reality_check.nx

buildroot/runtime/nx_money_reality_check.nx

6940 B76 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic money
docsdependenciesstructsconstsfunctions

about

nx_money_reality_check.nx -- BRUTALLY HONEST standing of the comprehensive money OS vs the REAL consumer-finance players (Rocket Money, Mint/Empower, YNAB, Credit Karma, Upsolve, Benefits.gov). The 351-permille census is VISION-COVERAGE (how much of the domain we mapped+built), NOT competitive standing. This measures the dimensions that decide real-world value -- and leads with PRODUCT-READINESS (table stakes a real person needs), which is near-zero: we have correct, differentiated ENGINES but NO usable product (no bank link, no transactions, no app, no users). LIAR-KILL: AHEAD only for a measurable structural advantage. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_money_reality_check.nx

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 rc_puts sys_write rc_row rc_puts ↻ rc_n sys_write ↻ sys_mmap ↻

structs

none

consts

9const V_BEHIND: i64 = 0
10const V_PARITY: i64 = 1
11const V_AHEAD: i64 = 2

functions

13func 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 }
called by 2: rc_rowmain calls 1: sys_write
14func rc_n(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
23func rc_row(dim: *u8, best: *u8, verdict: i64, ts: i64, note: *u8, c: *i64) -> i64
called by 1: main calls 1: rc_puts
32func main() -> i64