# OpenShell

Published articles for OpenShell.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building a Memory-Driven Agent with NVIDIA NemoClaw

DevFeed: [Building a Memory-Driven Agent with NVIDIA NemoClaw](<https://devfeed.tech/articles/building-a-memory-driven-agent-with-nvidia-nemoclaw-6768.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/building-a-memory-driven-agent-with-nvidia-nemoclaw/>)

Author: Tanya Lenz

Published: 2026-09-04T18:04:55Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [llms](<https://devfeed.tech/tags/llms.md>), [memory](<https://devfeed.tech/tags/memory.md>), [nemoclaw](<https://devfeed.tech/tags/nemoclaw.md>), [openshell](<https://devfeed.tech/tags/openshell.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [retrieval-augmented-generation-rag](<https://devfeed.tech/tags/retrieval-augmented-generation-rag.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This tutorial describes building a memory-driven AI agent with NVIDIA NemoClaw for enterprise work. It presents a structured self model, separates evidence from derived knowledge and governed execution, and emphasizes retrieval, user corrections, security, and authorization.

### Source excerpt

Enterprise work spans messages, decisions, projects, and obligations that change over time. An AI agent that starts without this context must reconstruct it...

## Where Security Fits in an AI Agent Stack

DevFeed: [Where Security Fits in an AI Agent Stack](<https://devfeed.tech/articles/where-security-fits-in-an-ai-agent-stack-6946.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/where-security-fits-in-an-ai-agent-stack/>)

Author: Michelle Horton

Published: 2026-08-21T13:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-safety](<https://devfeed.tech/tags/ai-safety.md>), [ai-security](<https://devfeed.tech/tags/ai-security.md>), [inference](<https://devfeed.tech/tags/inference.md>), [nvidia-research](<https://devfeed.tech/tags/nvidia-research.md>), [openshell](<https://devfeed.tech/tags/openshell.md>), [security](<https://devfeed.tech/tags/security.md>), [trustworthy-ai-cybersecurity](<https://devfeed.tech/tags/trustworthy-ai-cybersecurity.md>)

### AI overview

The article explains where security controls fit in an emerging AI agent stack. It emphasizes runtime boundaries, scoped access, authorization, isolation, auditability, and defense in depth rather than relying solely on prompts, model safeguards, or harness logic.

### Source excerpt

As AI agents become more capable and operate over longer horizons, building security and trust into the applications they power becomes increasingly important....

## Six Agent Harness Capabilities for Higher Model Performance

DevFeed: [Six Agent Harness Capabilities for Higher Model Performance](<https://devfeed.tech/articles/six-agent-harness-capabilities-for-higher-model-performance-6940.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/six-agent-harness-capabilities-for-higher-model-performance/>)

Author: Michelle Horton

Published: 2026-07-27T09:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [ai observability](<https://devfeed.tech/topics/ai-observability.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [featured](<https://devfeed.tech/tags/featured.md>), [framework](<https://devfeed.tech/tags/framework.md>), [llms](<https://devfeed.tech/tags/llms.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openshell](<https://devfeed.tech/tags/openshell.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [security-for-ai](<https://devfeed.tech/tags/security-for-ai.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>), [trustworthy-ai-cybersecurity](<https://devfeed.tech/tags/trustworthy-ai-cybersecurity.md>)

### AI overview

The article presents NVIDIA Labs Object-Oriented Agents (NOOA), a Python-based framework for building AI agents as single classes. It outlines six harness capabilities intended to improve model performance, including typed interfaces, live object references, code-based actions, programmable loops, explicit state, and model-callable APIs.

### Source excerpt

Building a great AI agent isn't just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes...

## Building an Analysis AI Agent for Industrial Alarm Management with NVIDIA Nemotron

DevFeed: [Building an Analysis AI Agent for Industrial Alarm Management with NVIDIA Nemotron](<https://devfeed.tech/articles/building-an-analysis-ai-agent-for-industrial-alarm-management-with-nvidia-nemotron-6772.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/building-an-analysis-ai-agent-for-industrial-alarm-management-with-nvidia-nemotron/>)

Author: Tanya Lenz

Published: 2026-07-07T17:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [industrial-digitalization-digital-twin](<https://devfeed.tech/tags/industrial-digitalization-digital-twin.md>), [llms](<https://devfeed.tech/tags/llms.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [nemo-retriever](<https://devfeed.tech/tags/nemo-retriever.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [openshell](<https://devfeed.tech/tags/openshell.md>)

### AI overview

The article describes an NVIDIA-based AI agent for analyzing industrial alarms. It gathers historical and playbook context, runs specialist checks such as anomaly detection and OCR, and returns structured recommendations through an HTTP endpoint.

### Source excerpt

Industrial machinery generates more alarms than technicians can triage. For each important alarm requiring follow-up, the technician pulls historical context,...

## How to Govern Autonomous Agents in Enterprise AI Factories

DevFeed: [How to Govern Autonomous Agents in Enterprise AI Factories](<https://devfeed.tech/articles/how-to-govern-autonomous-agents-in-enterprise-ai-factories-6851.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/how-to-govern-autonomous-agents-in-enterprise-ai-factories/>)

Author: Michelle Horton

Published: 2026-06-29T15:50:13Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Factory](<https://devfeed.tech/topics/ai-factory.md>), [systems](<https://devfeed.tech/topics/systems.md>), [vulnerability management](<https://devfeed.tech/topics/vulnerability-management.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Network](<https://devfeed.tech/topics/network.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [ide](<https://devfeed.tech/topics/ide.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-factory](<https://devfeed.tech/tags/ai-factory.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [browser](<https://devfeed.tech/tags/browser.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [featured](<https://devfeed.tech/tags/featured.md>), [ide](<https://devfeed.tech/tags/ide.md>), [mlops](<https://devfeed.tech/tags/mlops.md>), [network](<https://devfeed.tech/tags/network.md>), [openshell](<https://devfeed.tech/tags/openshell.md>), [policy](<https://devfeed.tech/tags/policy.md>), [soc](<https://devfeed.tech/tags/soc.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

This tutorial presents NVIDIA's Secure Agent Workspace Reference Design for governing autonomous AI agents in enterprise environments. It explains how to separate the presentation layer from managed agent execution and enforce identity, network access, credentials, runtime policy, auditing, human review, and workspace isolation.

### Source excerpt

AI agents are quickly moving beyond chat. They inspect code, run tests, read documents, search knowledge bases, query internal systems, and operate for hours on...

## DigitalOcean at NVIDIA GTC 2026: Building the AI Factory for the Agentic Era

DevFeed: [DigitalOcean at NVIDIA GTC 2026: Building the AI Factory for the Agentic Era](<https://devfeed.tech/articles/digitalocean-at-nvidia-gtc-2026-building-the-ai-factory-for-the-agentic-era-19862.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/building-ai-factory-for-agentic-era-nvidia-gtc>)

Author: Vinay Kumar, DigitalOcean Chief Product & Technology Officer

Published: 2026-03-16T20:35:55Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [NemoClaw](<https://devfeed.tech/topics/nemoclaw.md>), [OpenClaw](<https://devfeed.tech/topics/openclaw.md>), [OpenShell](<https://devfeed.tech/topics/openshell.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [announce](<https://devfeed.tech/tags/announce.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [models](<https://devfeed.tech/tags/models.md>), [nemoclaw](<https://devfeed.tech/tags/nemoclaw.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openclaw](<https://devfeed.tech/tags/openclaw.md>), [openshell](<https://devfeed.tech/tags/openshell.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [production](<https://devfeed.tech/tags/production.md>), [services](<https://devfeed.tech/tags/services.md>)

### AI overview

DigitalOcean announces an expansion of its AI inference capabilities in partnership with NVIDIA. The article describes an AI Factory for production AI workloads, including agentic workflows, OpenClaw deployment, NemoClaw, and the OpenShell runtime.

### Source excerpt

A seamless path for builders: Start building on build.nvidia.com, Deploy to DigitalOcean The landscape of artificial intelligence has shifted from static models to dynamic, long-running agents. At DigitalOcean, our mission is to provide developers with a purpose-built, agentic, inference cloud for running AI in production--without the operational overhead or complex cost structures of traditional infrastructure. Today, at NVIDIA GTC 2026, we are excited to announce a massive expansion of our inference capabilities in partnership with NVIDIA. We are moving beyond basic infrastructure; we are building an AI Factory designed specifically to support AI builders and power the next generation of autonomous agents. The Proven Home for AI Agents DigitalOcean is rapidly becoming the dominant player and preferred deployment destination for agentic workflows. When the open-source agent OpenClaw (formerly Clawdbot) went viral, we recognized the market's need for frictionless deployment. In under 36 hours, we shipped a production-ready 1-Click Droplet to our Marketplace. The results demonstrate our reach: OpenClaw has driven 43,000+ total deployments on DigitalOcean with over 11,000 active OpenClaw deployments in production today. Builders aren't just deploying models; they are utilizing our ecosystem, expanding into adjacent services like Backups, Snapshots, and Gradient AITM Serverless Inference to support their agentic workloads. DigitalOcean and NVIDIA are also working together on NVIDIA NemoClaw, an open source stack that simplifies running OpenClaw always-on assistants, more safely, with a single command. The NVIDIA OpenShell runtime offers a secure environment to run autonomous agents and open source models, then deploy seamlessly to DigitalOcean. Investing in the "AI Factory": Deep Cloud & Inference Integration Why is DigitalOcean uniquely positioned to win in this new marketplace? We are investing deeply to integrate traditional cloud primitives with our state-of-the-art