HyperAIHyperAI

Command Palette

Search for a command to run...

2 months ago
TVM
Agent
LLM

Nemotron Labs introduces OpenClaw agents for enterprises

By early 2026, the open-source project OpenClaw emerged as a major phenomenon, amassing over 250,000 GitHub stars in just 60 days and overtaking React as the most-starred software project. Created by Peter Steinberger, OpenClaw is a self-hosted, persistent AI assistant designed to run locally or on private servers, offering users unbounded autonomy without reliance on cloud infrastructure or external APIs. Unlike traditional AI agents that trigger on a prompt and terminate upon task completion, OpenClaw agents operate with a persistent heartbeat. They run continuously in the background, monitoring task lists, evaluating needs, and executing actions on their own, surfacing only decisions requiring human intervention. While the project's rapid adoption has driven significant interest, it has also sparked debate regarding security and privacy. Concerns were raised about how self-hosted tools manage sensitive data, authentication, and model updates. To address these challenges and ensure enterprise readiness, NVIDIA is collaborating with the OpenClaw community. NVIDIA is contributing code and guidance to improve model isolation, manage local data access, and strengthen the verification of community contributions. To facilitate secure deployment, NVIDIA introduced NemoClaw, a reference implementation that combines the OpenClaw framework with the NVIDIA OpenShell secure runtime and Nemotron open models. NemoClaw provides hardened defaults for networking and security, serving as a blueprint for organizations to deploy long-running agents safely. This innovation arrives during a shift in AI demand, where each new wave of technology has exponentially increased inference requirements. While predictive AI set the baseline, and generative and reasoning AI increased token usage significantly, autonomous agents like OpenClaw drive inference demand up by an additional factor of 1,000. This capability allows organizations to achieve massive productivity gains, such as enabling researchers to iterate on designs overnight or allowing IT operations to resolve incidents in minutes rather than hours. NemoClaw helps organizations deploy these agents responsibly by focusing on three key priorities. First, it ensures an open and auditable framework. Built on the MIT-licensed OpenClaw codebase, it allows organizations to own and modify every layer of their agent harness, ensuring full transparency. Second, it secures the runtime environment. Agents run inside OpenShell, a sandboxed environment that enforces strict permission boundaries, defining precisely what an agent can and cannot do. Third, it emphasizes local compute. Utilizing NVIDIA DGX Spark supercomputers and DGX Station systems, NemoClaw enables data-center-class GPU performance for continuous local inference. This ensures that sensitive data, including patient records and financial transactions, remains within the organization's own environment. The practical applications of this technology span multiple sectors. In financial services, agents monitor trading systems and regulatory feeds to flag material events instantly. In drug discovery, they scan scientific literature to update internal databases without human intervention. In engineering, they test thousands of parameter combinations to identify viable configurations overnight. At ServiceNow, AI specialists using similar models have already achieved a 90% autonomous ticket resolution rate. As organizations accumulate operational experience and governance frameworks, these agents will become increasingly valuable assets. Developers can access NemoClaw on GitHub and explore tutorials to begin building secure, always-on AI assistants using NVIDIA Nemotron models.

Related Links