<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>NemoClaw on Carles Abarca</title><link>https://carlesabarca.com/tags/nemoclaw/</link><description>Recent content in NemoClaw on Carles Abarca</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Carles Abarca</copyright><lastBuildDate>Wed, 18 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://carlesabarca.com/tags/nemoclaw/index.xml" rel="self" type="application/rss+xml"/><item><title>NemoClaw and the Enterprise Awakening: When AI Agents Leave the Garage</title><link>https://carlesabarca.com/posts/nemoclaw-enterprise-agents/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://carlesabarca.com/posts/nemoclaw-enterprise-agents/</guid><description>NVIDIA just validated what some of us already knew: OpenClaw is not a toy. With NemoClaw, the framework that started as a personal AI assistant enters the enterprise with security, governance, and guardrails. At Tec de Monterrey, we&amp;rsquo;ve been building this future for months — we call them AgenTECs.</description><content:encoded>&lt;p&gt;Jensen Huang does not use words carelessly. When the CEO of the most valuable company on Earth stands on stage at GTC and says &amp;ldquo;OpenClaw is the operating system for personal AI,&amp;rdquo; he is not making a prediction. He is reading a scoreboard.&lt;/p&gt;
&lt;p&gt;And then he drops NemoClaw.&lt;/p&gt;

&lt;h2 class="relative group"&gt;What NemoClaw actually is
 &lt;div id="what-nemoclaw-actually-is" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-nemoclaw-actually-is" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Let me cut through the press releases. NemoClaw is not a competitor to OpenClaw. It is an enterprise wrapper around it. A single command — one command — installs NVIDIA&amp;rsquo;s Nemotron models and the OpenShell runtime on top of any existing OpenClaw instance, adding the three things that kept CIOs awake at night:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Privacy routing.&lt;/strong&gt; A router that decides which queries go to local models (running on your hardware, never leaving your network) and which can safely reach frontier models in the cloud. This is not a minor feature. This is the difference between &amp;ldquo;interesting demo&amp;rdquo; and &amp;ldquo;approved by Legal.&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Sandboxed execution.&lt;/strong&gt; OpenShell provides an isolated environment where agents can write code, access files, and execute tasks without touching the host system. The agent gets the access it needs to be productive. Nothing more.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Policy-based guardrails.&lt;/strong&gt; Configurable security boundaries that define what an agent can and cannot do. Not through hope. Through enforcement.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The message from NVIDIA is unmistakable: OpenClaw is infrastructure. Not a project. Not a trend. Infrastructure.&lt;/p&gt;

&lt;h2 class="relative group"&gt;The enterprise problem was never intelligence
 &lt;div id="the-enterprise-problem-was-never-intelligence" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-enterprise-problem-was-never-intelligence" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Here is what most commentary about AI agents gets wrong: the bottleneck was never capability. Claude, GPT, Gemini — they have been capable of executing complex business tasks for over a year. The bottleneck was trust.&lt;/p&gt;
&lt;p&gt;No CIO in their right mind would deploy an autonomous agent with access to production systems, employee data, and financial records without three guarantees: that data stays where it should, that the agent operates within defined boundaries, and that every action is auditable. NemoClaw provides exactly those three guarantees.&lt;/p&gt;
&lt;p&gt;But NVIDIA is solving a problem that some of us had already started solving from the inside.&lt;/p&gt;

&lt;h2 class="relative group"&gt;AgenTECs: What happens when a university takes agents seriously
 &lt;div id="agentecs-what-happens-when-a-university-takes-agents-seriously" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#agentecs-what-happens-when-a-university-takes-agents-seriously" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;At Tecnológico de Monterrey, we did not wait for NemoClaw. We could not afford to. When you are responsible for the digital infrastructure serving 100,000 students and 30,000 employees, &amp;ldquo;wait and see&amp;rdquo; is not a strategy.&lt;/p&gt;
&lt;p&gt;We call them &lt;strong&gt;AgenTECs&lt;/strong&gt; — autonomous institutional agents built on OpenClaw, powered by our own TECgpt models, running on our private Azure infrastructure. They are not chatbots. They are not demos. They are digital collaborators with @tec.mx email accounts, Microsoft Teams presence, and defined roles within the organization.&lt;/p&gt;
&lt;p&gt;The architecture is deliberately simple:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Layer&lt;/th&gt;
 &lt;th&gt;Component&lt;/th&gt;
 &lt;th&gt;Function&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Orchestration&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;OpenClaw&lt;/td&gt;
 &lt;td&gt;Lifecycle management, plugins, tools, persistent memory&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Cognitive&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;TECgpt (institutional LLMs)&lt;/td&gt;
 &lt;td&gt;Reasoning, language understanding, decision-making&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Infrastructure&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Azure private cloud&lt;/td&gt;
 &lt;td&gt;Isolated, secure, dedicated resources&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Channels&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Email @tec.mx, Teams, WhatsApp&lt;/td&gt;
 &lt;td&gt;Communication with users, supervisors, and other agents&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Each AgenTEC operates under a governance model with three clearly separated roles: the &lt;strong&gt;Administrator&lt;/strong&gt; (IT — keeps it running), the &lt;strong&gt;Supervisor&lt;/strong&gt; (business area — tells it what to do), and the &lt;strong&gt;User&lt;/strong&gt; (interacts with it as they would with any colleague). This separation is not bureaucracy. It is the difference between an agent that scales and an agent that becomes someone&amp;rsquo;s science project.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Why this matters now
 &lt;div id="why-this-matters-now" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-this-matters-now" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Three converging forces make this moment different from every previous enterprise AI wave:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First, the cost equation has flipped.&lt;/strong&gt; An AgenTEC running 24/7 on a dedicated VPS costs a fraction of a human collaborator performing the same function. Not because the human is replaceable — because repetitive, rule-based work should never have been assigned to humans in the first place.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Second, the framework matured before the enterprise noticed.&lt;/strong&gt; OpenClaw&amp;rsquo;s skill system, memory persistence, multi-channel communication, and tool integration were built for personal use. But personal AI turns out to be harder than enterprise AI. If an agent can manage someone&amp;rsquo;s email, calendar, finances, and home automation simultaneously, it can certainly process support tickets.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Third, NVIDIA just removed the last excuse.&lt;/strong&gt; Every objection I have heard from CISOs and compliance officers — data privacy, execution isolation, audit trails — has a technical answer in NemoClaw. The conversation shifts from &amp;ldquo;can we?&amp;rdquo; to &amp;ldquo;when do we start?&amp;rdquo;&lt;/p&gt;

&lt;h2 class="relative group"&gt;The playbook
 &lt;div id="the-playbook" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-playbook" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;For CIOs reading this, here is the practical path:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Start with the mundane.&lt;/strong&gt; The first AgenTEC we are designing handles TecServices requests — the thousands of monthly queries about credentials, procedures, and administrative processes. Not glamorous. High volume. Perfect for an agent that follows procedures without deviation and escalates anything unusual.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keep humans in the loop, but redefine the loop.&lt;/strong&gt; The supervisor does not review every action. They review patterns, exceptions, and escalations. Weekly, not hourly. The agent handles the routine. The human handles the judgment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Build on open infrastructure.&lt;/strong&gt; OpenClaw is open source. TECgpt runs on our own cloud. NemoClaw adds NVIDIA&amp;rsquo;s models locally. At no point does institutional data leave our control. This is not negotiable for a university handling student records, research data, and financial information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Measure outcomes, not activity.&lt;/strong&gt; An AgenTEC&amp;rsquo;s value is not measured by how many messages it processes. It is measured by how many human hours it liberates for higher-value work, how many response times it reduces, and how many errors it eliminates.&lt;/p&gt;

&lt;h2 class="relative group"&gt;The uncomfortable truth
 &lt;div id="the-uncomfortable-truth" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-uncomfortable-truth" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Here is what I tell my peers at every CIO forum: the question is not whether AI agents will transform your operations. That is settled. The question is whether you will build your own or rent someone else&amp;rsquo;s.&lt;/p&gt;
&lt;p&gt;NemoClaw makes the &amp;ldquo;build&amp;rdquo; option dramatically more accessible. OpenClaw provides the foundation. NVIDIA provides the guardrails. Your institutional knowledge — your processes, your data, your culture — provides the differentiation that no vendor can replicate.&lt;/p&gt;
&lt;p&gt;At Tec de Monterrey, we chose to build. We call them AgenTECs. And every month, the gap between what they can do and what we imagined widens — in our favor.&lt;/p&gt;
&lt;p&gt;The operating system for AI agents is here. The enterprise wrappers are shipping. The only scarce resource now is the courage to start.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Carles Abarca is VP of Digital Transformation at Tecnológico de Monterrey, where he leads the development of TECgpt and the AgenTECs program. Previously CTO of Banco Sabadell and CIO of TSB Bank.&lt;/em&gt;&lt;/p&gt;</content:encoded><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://carlesabarca.com/posts/nemoclaw-enterprise-agents/featured.svg"/></item></channel></rss>