Descriptions:
Sam Witteveen delivers one of the most technically substantive breakdowns of Nvidia’s OpenShell runtime to date, arguing that OpenShell—not the more-publicized NemoClaw—is the architectural component most worth understanding. His central claim: NemoClaw is a blueprint pattern (harness + model + runtime), and OpenShell is the constant across all variants, whether the harness is OpenClaw, Hermes, or LangChain’s deep agent framework.
The video walks through building a fully local agent using LangChain’s deep agents framework—a package of patterns from production systems like Claude Code and Manus—with Nvidia’s Neotron super model running on a DGX Spark. The agent is deployed inside OpenShell, and Witteveen walks through the policy YAML configuration: defining allowed file system paths, network endpoints (DuckDuckGo for search, specific inference routes), and access controls. The resulting agent can do useful work like web search only through explicitly approved channels; everything else is blocked at the network level before the agent can reach it.
The core insight Witteveen emphasizes is out-of-process enforcement. Traditional agent safety embeds rules in the system prompt and asks the model to follow them—which fails under prompt injection because an LLM cannot reliably be its own enforcement layer. OpenShell’s supervisor process starts before the agent, fetches policies from a gateway, and launches the agent as a restricted child process. Even a fully compromised or jailbroken agent cannot override policies it doesn’t control. Witteveen argues this is the correct architectural layer for production agent security, and this video is one of the clearest public explanations of how that mechanism actually works.
📺 Source: Sam Witteveen · Published May 21, 2026
🏷️ Format: Deep Dive







