{
  "uid": "cogitave.learn.understand-yuva.summary",
  "kind": "moduleUnit",
  "href": "/modules/understand-yuva/summary/",
  "title": "Summary",
  "summary": "",
  "type": null,
  "products": [],
  "roles": [],
  "levels": [],
  "subjects": [],
  "headings": [
    "Next steps"
  ],
  "source": "You can now explain why Cogitave is building its own sovereign kernel from\nscratch, and how to judge a verification claim instead of taking it on faith.\n\nIn this module, you:\n\n- Compared the two layers directly: Namzu is TypeScript, runs on Node, and you\n  use it today; Yuva is `no_std` Rust, boots on hardware as the machine\n  itself, and is not yet something you host a workload on.\n- Explained why an isolation, memory, or audit guarantee is only as strong as\n  the layer enforcing it, and why Yuva - a from-scratch, `no_std` Rust kernel\n  and micro-VMM - exists to own the hardware directly rather than sit as a\n  process inside someone else's operating system.\n- Learned the four things that make Yuva's verification claim checkable:\n  unsafe code confined to one audited HAL crate, selected leaves formally\n  proved with Kani (with harness counts pinned in CI, so a shrinking proof set\n  fails the build), a dual-architecture (`x86_64` / `aarch64`) boot exercised\n  on every push, and a boot that fails closed - a missing self-test marker is\n  a failed boot, not a warning.\n- Learned to read Yuva's own honesty tokens: uppercase status markers reported\n  over serial that state plainly which capabilities are not live yet.\n- Stated Yuva's current status accurately: live inference is MOCK and\n  learning is DORMANT (gate not met) - Yuva today is a verified boot and\n  kernel substrate, not a runtime you can deploy an agent onto; Namzu on Node\n  is where you run an agent today.\n\nThat completes the two modules of the \"Agent platform fundamentals\" path:\nbuilding your first agent with Namzu, and now understanding the sovereign\nkernel underneath it.\n\n## Next steps\n\n- @cogitave.learn.paths.agent-platform-fundamentals - return to the path to\n  claim your trophy.\n",
  "partOf": "cogitave.learn.understand-yuva",
  "durationInMinutes": 3,
  "quiz": null
}