skip to content
Stephen Van Tran
Table of Contents

The company that sells the shovels just decided to open the mine. On March 10, Wired reported that Nvidia is building NemoClaw, an open-source platform designed to let any enterprise deploy autonomous AI agents across its workforce. The product has already been pitched to Salesforce, Cisco, Google, Adobe, and CrowdStrike, and CEO Jensen Huang is expected to unveil it formally at GTC 2026 on March 16 — five days from now — in what will likely be the most consequential software announcement Nvidia has ever made. The timing is not accidental. OpenClaw, the viral open-source agent framework whose creator Peter Steinberger joined OpenAI last month, has accumulated 250,000 GitHub stars in four months — more than React collected in a decade — but its security posture has become an enterprise liability so severe that Palo Alto Networks called it the biggest potential insider threat of 2026. That same day, Meta confirmed it had acquired Moltbook, the Reddit-style social network populated entirely by AI agents, folding its creators into Meta Superintelligence Labs. Three platform plays, three different architectures, all within twenty-four hours. The AI agent platform war is no longer theoretical. It started on Monday.

The stakes are staggering. Gartner projects worldwide AI spending will total $2.5 trillion in 2026, with agentic AI spending specifically surging 141 percent year-over-year to $201.9 billion. By 2027, agent spending will overtake chatbot and assistant spending for the first time. Salesforce’s annual Connectivity Benchmark Report finds that organizations already deploy an average of twelve agents, with that number projected to climb 67 percent within two years. Forty percent of enterprise applications will include task-specific AI agents by year’s end. The question is no longer whether agents will penetrate the enterprise — it is who will own the platform layer that connects, secures, and orchestrates them. Nvidia just raised its hand.

The chipmaker who wants to own the stack

NemoClaw is Nvidia’s bid to become the foundational infrastructure layer for enterprise AI agents, the way Android became the operating system layer for smartphones — open-source, partner-friendly, and ultimately controlled by the company that controls the silicon underneath. The platform is deeply integrated with Nvidia’s NeMo framework and NIM inference microservices, providing native GPU-accelerated inference, optimized model serving, and seamless access to the company’s sprawling AI software stack. It will include built-in security and privacy tooling — a direct response to the vulnerabilities that have plagued OpenClaw — and it will be hardware-agnostic, meaning enterprises can deploy it regardless of whether their infrastructure runs on Nvidia chips.

That last detail is the most strategically interesting. Nvidia controls roughly 80 percent of the AI training accelerator market and an even larger share of inference workloads at the frontier. It does not need NemoClaw to sell more GPUs. What it needs is to prevent the agent platform layer from consolidating around a competitor’s architecture — specifically, around OpenAI’s, which absorbed OpenClaw’s creator and is integrating agent capabilities directly into its Frontier enterprise platform. By making NemoClaw open-source and hardware-agnostic, Nvidia is playing the same game Google played with Android in 2008: subsidize the platform to control the ecosystem, then monetize through the infrastructure that runs beneath it. The partners currently evaluating NemoClaw — Salesforce, Cisco, Google, Adobe, and CrowdStrike — are precisely the companies that would otherwise build their own agent orchestration layers or adopt OpenAI’s. Early access is reportedly being offered in exchange for contributions to the open-source project, creating a developer flywheel before the platform formally launches.

The timing aligns with a broader pattern. Over the past four months, Nvidia has systematically assembled the building blocks for an end-to-end agent infrastructure. The Cosmos platform for physical AI simulation has been downloaded over two million times. NeMo Guardrails, the company’s safety toolkit for LLM applications, already ships as NIM microservices that plug into any model provider. The NeMo Agent Toolkit on GitHub provides open-source primitives for building multi-agent systems with enterprise-grade instrumentation. NemoClaw is the capstone — the user-facing platform that ties these components into a single deployable system and gives CIOs a Nvidia-branded alternative to the Wild West of OpenClaw forks and custom agent pipelines.

NemoClaw’s partnership strategy reveals a sophisticated understanding of enterprise software distribution. By pitching the platform to companies that already sell to CIOs — Salesforce for CRM, Cisco for networking, Adobe for creative workflows, CrowdStrike for security operations — Nvidia is building a channel that bypasses the traditional enterprise sales motion entirely. If Salesforce integrates NemoClaw’s agent orchestration into Agentforce, every Salesforce customer gains access to Nvidia’s security and compliance layer without signing a separate Nvidia contract. If CrowdStrike uses NemoClaw to deploy security agents that autonomously triage alerts and correlate threat intelligence, the platform becomes invisible infrastructure — the same way CUDA became invisible to developers who simply wanted their code to run faster on GPUs. Distribution through partners is slower than direct sales, but it is dramatically stickier. Once NemoClaw is embedded in Salesforce’s agent runtime, switching costs become prohibitive.

GTC 2026, which runs March 16–19 at the SAP Center in San Jose, will draw more than 30,000 attendees from over 190 countries. Huang has teased a chip announcement that will “surprise the world”, widely speculated to be a new inference-optimized accelerator designed for the agentic workloads that NemoClaw targets. If that chip ships alongside NemoClaw’s launch, Nvidia will be offering a vertically integrated agent stack — silicon, runtime, orchestration, and security — that no other company in the industry can match. The only question is whether enterprises will trust a chipmaker to build their software.

The 135,000 exposed agents nobody secured

The enterprise urgency behind NemoClaw is not abstract. It is a direct consequence of OpenClaw’s spectacular rise and equally spectacular security failures. OpenClaw’s architecture embodies what security researcher Simon Willison calls the “lethal trifecta” for AI agents: access to private data, processing of untrusted content, and the ability to communicate externally. By design, OpenClaw agents can read files, browse the web, call APIs, send messages across twenty-plus platforms including WhatsApp, Telegram, Slack, and iMessage, and access credentials stored in plaintext configuration files. That architecture is what makes OpenClaw useful. It is also what makes it terrifying at scale.

SecurityScorecard’s STRIKE team published internet-wide scanning data showing over 135,000 OpenClaw instances exposed to the public internet across 82 countries, with more than 15,000 instances vulnerable to remote code execution and 53,000 correlated with prior breach activity. Multiple CVEs have been disclosed — including CVE-2026-26322 (SSRF, CVSS 7.6), CVE-2026-26319 (webhook authentication bypass, CVSS 7.5), and CVE-2026-26329 (path traversal) — and as of February 2026, OpenClaw has no bug bounty program and no dedicated security team. Microsoft’s security team published a detailed advisory on identity isolation and runtime risk for enterprises running OpenClaw, and Trend Micro warned CISOs that default-configuration deployments represent unacceptable risk for any regulated industry.

The irony is that the security crisis has actually accelerated enterprise demand for agent platforms — just not OpenClaw. CIOs watched OpenClaw’s adoption explode and concluded that agents are inevitable, but the security substrate is not. What they need is a platform that preserves the agent’s utility — autonomous task execution, multi-step workflow orchestration, cross-application integration — while wrapping it in the governance, compliance, and auditability infrastructure that enterprise IT demands. That is precisely what NemoClaw promises: the same open-source extensibility that fueled OpenClaw’s developer adoption, but with enterprise-grade security baked into the runtime rather than bolted on after deployment.

The Moltbook acquisition adds another dimension to the security narrative. When Meta confirmed the deal on March 10, it revealed that Moltbook’s architecture includes an identity registry that tethers every AI agent to the human who created or controls it. Matt Schlicht and Ben Parr, the platform’s creators, will join Meta Superintelligence Labs — the unit run by Alexandr Wang — and begin work on March 16, the same day as Huang’s GTC keynote. The coincidence is worth noting. Moltbook’s identity layer solves a problem that OpenClaw has ignored and NemoClaw has not yet addressed: agent provenance. In a world where autonomous agents negotiate with each other, book flights, execute trades, and access corporate data on behalf of their human operators, knowing which agent belongs to which human — and holding that human accountable for the agent’s actions — is not a nice-to-have feature. It is the prerequisite for any enterprise deployment that involves cross-organizational agent interaction.

Stitching together the data produces an original and sobering metric. If 135,000 OpenClaw instances are publicly exposed and each handles even a modest five sensitive operations per day — calendar queries, file retrievals, API calls involving credentials — the ecosystem is processing roughly 675,000 potentially exploitable transactions daily with no centralized security layer. Scale that to the 88 percent of senior executives who say their AI budgets will increase due to agentic AI, and the attack surface does not just grow linearly. It compounds. Every new agent that connects to an enterprise’s data lake, CRM, or communication platform adds another node to an ungoverned mesh. NemoClaw’s value proposition is not that it makes agents smarter. It is that it makes them auditable.

Three ways this bet blows up — and what happens if it doesn’t

The bull case for NemoClaw is elegant, but it rests on assumptions that deserve scrutiny. The first and most obvious risk is execution. Nvidia is a hardware company. Its software efforts have historically served as accelerants for GPU sales — CUDA, TensorRT, NeMo — not as standalone products that compete for enterprise software budgets. NemoClaw is different. It is a user-facing platform that must integrate with Salesforce workflows, Cisco networking stacks, Adobe creative tools, and CrowdStrike security dashboards, each with its own API surface, authentication model, and data governance regime. Building the connectors is table stakes. Maintaining them across version updates, compliance regimes, and customer customizations is where enterprise software companies spend the bulk of their engineering effort. Nvidia has never demonstrated it can sustain that kind of software operations at scale.

The second risk is the OpenAI countermove. When OpenAI acquired Promptfoo last week and folded its security testing framework into Frontier, it was filling exactly the same gap that NemoClaw targets — enterprise-grade security for AI agents. OpenAI has a distribution advantage that Nvidia lacks: it controls the models that most enterprise agents run on. If OpenAI bundles agent orchestration, security, and compliance into the same platform that serves GPT-5.4 inference, enterprises may conclude that vertical integration beats horizontal openness. The history of platform wars — iOS versus Android, AWS versus OpenStack — suggests that the best product does not always win. The most convenient product does.

The third risk is fragmentation. Salesforce already has Agentforce, which ships native agent capabilities integrated with its CRM data layer. Microsoft has Copilot agents embedded across Office 365, Dynamics, and Azure. Google has been building agent frameworks into Workspace and Cloud. These companies are not going to abandon their proprietary agent stacks to adopt NemoClaw, even if NemoClaw is technically superior. They might adopt it as a complementary layer — Cisco integrating NemoClaw’s security tooling into its network agent management, for example — but the dream of NemoClaw becoming the universal agent operating system requires a level of industry alignment that Nvidia’s Android analogy may not survive contact with enterprise purchasing reality. Android succeeded because handset manufacturers had no alternative. Enterprise software companies have plenty.

Then there is Meta. Mark Zuckerberg’s acquisition of Moltbook signals that Meta Superintelligence Labs, now run by former Scale AI CEO Alexandr Wang, sees agent-to-agent communication as a foundational capability. Moltbook’s identity registry — which tethers every agent to a verified human owner — solves a problem that neither OpenClaw nor NemoClaw currently addresses: how do you build trust between autonomous agents operated by different organizations? Moltbook launched in late January as an experiment where AI agents post, comment, and vote on a Reddit-like platform while humans watch. The concept sounds absurd until you consider the implications: if agents from different enterprises need to negotiate procurement terms, share threat intelligence, or coordinate supply chain logistics, they need a trust layer that verifies identity and enforces accountability. Meta already operates the world’s largest identity graphs through Facebook, Instagram, and WhatsApp. If it succeeds in making its agent identity layer the standard, the platform war shifts from deployment infrastructure to social infrastructure, and Nvidia’s hardware advantage becomes less relevant.

Every major technology cycle produces a platform battle that determines how the next decade’s value gets distributed. In mobile, it was iOS versus Android. In cloud, it was AWS versus Azure versus GCP. In AI agents, the three-way contest that crystallized on March 10, 2026 — Nvidia’s NemoClaw for enterprise orchestration, OpenAI’s Frontier for vertically integrated model-to-agent deployment, and Meta’s agent social infrastructure play — will determine who captures the margin in a market that Grand View Research projects will reach $52.6 billion by 2030 and that every indicator suggests is accelerating faster than even the most aggressive forecasts anticipated.

For enterprise operators, the implications are immediate and uncomfortable. The window for experimenting with ad hoc agent deployments — an OpenClaw instance here, a custom LangChain pipeline there — is closing fast. Fifty percent of agents currently operate in isolated silos, according to Salesforce’s benchmark data, creating the same shadow-IT problem that plagued the early cloud era. But the agent version of shadow IT is far more dangerous than the cloud version. When an employee spun up an unauthorized AWS instance in 2015, the worst case was a misconfigured S3 bucket. When an employee deploys an unauthorized AI agent with access to the CRM, the email system, and the billing API, the worst case is an autonomous system executing transactions, sending communications, and accessing sensitive data with no audit trail and no kill switch.

The companies that invest now in a coherent agent platform strategy — whether that is NemoClaw, Agentforce, OpenAI Frontier, or a multi-vendor approach — will be the ones that scale agent deployments from pilot projects to production workflows without rewriting their security architecture from scratch. History suggests that most enterprises will end up with a multi-platform approach, just as most run workloads across AWS, Azure, and GCP today. The question is which platform will capture the orchestration layer — the control plane that sits above individual agents and manages their permissions, interactions, and lifecycle.

The GTC keynote on March 16 will clarify how far along NemoClaw actually is. If Huang announces a GA release alongside partner integrations with at least two of the five companies already evaluating the platform, the enterprise agent market will have its first credible open-source alternative to OpenAI’s closed ecosystem. If the announcement is a developer preview with a vague roadmap, the window remains open for OpenAI to consolidate its position as the default agent platform for the Fortune 500. Either way, the strategic calculus has permanently shifted. The company that controls the most valuable silicon in AI history has decided that selling chips is not enough. It wants to own the software layer that tells those chips what to do — and it is willing to give that software away for free to make sure nobody else does first.

The market is moving too fast for indecision. Here is the operator checklist that every enterprise technology leader should be working through right now. First, audit every agent deployment in your organization — OpenClaw instances, custom bots, Copilot integrations, RPA workflows with LLM hooks — and map the data access, credential storage, and external communication pathways for each. Second, evaluate NemoClaw, Agentforce 360, and OpenAI Frontier against your existing infrastructure stack, compliance requirements, and vendor relationships. Third, establish an agent governance framework before your security team discovers one running in production without their knowledge. The 88 percent of executives increasing their AI budgets are not going to slow down. The question is whether the platform layer underneath those budgets will be secure, auditable, and interoperable — or whether it will be another generation of technical debt with an AI label. Nvidia just bet its software reputation that enterprises will choose the former. Jensen Huang has five days to prove the bet was worth making. When he takes the stage at SAP Center on March 16, he will not just be announcing a chip or a platform. He will be declaring that the age of AI agents requires a new kind of infrastructure company — one that builds silicon, software, and security in a single integrated stack. The next six months will determine whether the rest of the industry follows his lead or finds a different path entirely.

In other news

Oracle’s $108 billion debt crisis forces mass layoffs — Oracle is reportedly planning to cut 20,000 to 30,000 employees to free up $8–10 billion in cash flow for AI data center expansion, with total debt reaching $108.1 billion following an $18 billion note issuance in September 2025. Wall Street expects the company’s cash flow to remain negative for years before AI infrastructure spending pays off in 2030.

Salesforce launches Agentforce Contact Center — Salesforce introduced Agentforce Contact Center, the first contact center solution to unify voice, digital channels, CRM data, and AI agents natively in a single system. The launch deepens Salesforce’s push into the agentic enterprise and adds competitive pressure on Nvidia’s NemoClaw pitch to the same buyer persona.

Legora raises $550 million for legal AI at $5.5 billion valuation — Swedish legal AI platform Legora closed a $550 million Series D led by major institutional investors, making it one of the highest-valued vertical AI startups in Europe. The company uses generative AI to help lawyers research case law, review documents, and draft contracts.

Armadin secures $190 million for AI-powered cybersecurity — Cybersecurity startup Armadin raised $190 million to automate security operations with AI agents, capitalizing on enterprise demand for autonomous threat detection as the attack surface expands with agentic AI deployments.

Google updates Gemini across Workspace apps — Google rolled out new Gemini features across Docs, Sheets, Slides, and Drive for AI Ultra and Pro subscribers, adding more collaborative and personalized AI capabilities to its productivity suite as the workspace AI war intensifies.