NemoClaw: The Governance-Focused Harness
NVIDIA's hardened OpenClaw fork. NeMo Guardrails. OpenShell sandboxes. Policy enforced OUTSIDE the agent's reach. The governance reference. The anti-Tau. 39/60 (+4 over OpenClaw) — the +4 comes entirely from the boundary, not the agent.
NemoClaw's defining principle is governance-beneath-the-agent: the enforcement layer sits in the call path between agent and world, OUTSIDE the agent's trust boundary. The agent has no API to disable, configure, or influence the guardrails. This is Module 0.2's principle realized in production — if the agent can reach the enforcement layer, a compromised agent can disable it. The naive approaches (a policy tool the model calls, a system-prompt instruction) put the guard inside the trust boundary of the thing it guards, where a compromised agent can not-call it, sanitize its arguments, or ignore it.
NemoClaw does not improve the agent — it improves the boundary around the agent. The agent IS OpenClaw's agent (DD-07): the same loop, the same 40+ channel integrations, the same memory. The entire +4 over OpenClaw's 35 comes from the governance layer: +3 Module 6 (external guardrails — the highest permission score in the roster at 5/5) and +2 Module 5 (OpenShell sandboxing). Every other module is unchanged. Security is a property of the boundary, not the agent.
The NemoClaw-vs-Tau pairing is load-bearing for Course 2B. NemoClaw is the harness with all the controls (input rail, dialog rail, action rail, sandbox); Tau (DD-21) is the harness with zero defenses. Every Course 2B attack asks 'does this harness enforce governance outside the agent's reach?' — NemoClaw is the yes, Tau is the no, and most harnesses are a partial yes with a gap the attack exploits. The pairing teaches that governance is an architectural property of where the enforcement sits relative to the agent, not a feature you add.
NemoClaw's governance pattern is the reference fix for Hermes's (DD-08) memory-write poisoning surface. Harness-managed writes (model proposes, harness validates) are the same principle — governance outside the agent's reach — applied to the memory write path rather than the channel/action path. The write gate is the input rail for persistent storage. NemoClaw provides the template; Hermes omits the gate. The depth-versus-governance contrast between Hermes (the depth reference) and NemoClaw (the governance reference) is load-bearing for the roster.