code wiki / _hdl_build / nx_teacher_learn.nx
nx_teacher_learn.nx
buildroot/runtime/_hdl_build/nx_teacher_learn.nx
about
nx_teacher_learn.nx -- closes the AUTONOMOUS-LEARNING loop: the team captures the lessons from its OWN
work session directly into the unified native capability store (no TSV), where they become immediately
consumable (recall) / schedulable (trainer) / masterable (mastery). This is the teacher's "grow from
caught-mistake signals" principle, run for real on THIS session's verified events.
Every lesson below is from a REAL, verified event this session (Rule 4 -- not fabricated): the duplicate
Nishi Publisher caught by import resolution; the nx_wiki_devlog prose false-positive; the nxasm ctx-x-
output-path bug measured against a manual rc=0 build; the coordinate-through-store decoupling; the
runtime/ vs _hdl_build/ import path. Idempotent (dedup by rule). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_teacher_merge.nxnx_syscalls.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
| 12 | const K_MAGIC_4096: i64 = 4096 |
functions
| 14 | func tl_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func tl_putn(v: i64) -> i64 |
| 24 | func tl_learn(store: *u8, id: *u8, rule: *u8) -> i64 |
| 31 | func main() -> i64 |