# Build AI Agents

Published articles for Build AI Agents.

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

## How Full-Stack NIM Optimizations Deliver 2.5x More Users on Nemotron 3 Ultra

DevFeed: [How Full-Stack NIM Optimizations Deliver 2.5x More Users on Nemotron 3 Ultra](<https://devfeed.tech/articles/how-full-stack-nim-optimizations-deliver-2-5x-more-users-on-nemotron-3-ultra-6840.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/how-full-stack-nim-optimizations-deliver-2-5x-more-users-on-nemotron-3-ultra/>)

Author: Elizabeth Goodman

Published: 2026-09-10T16:55:32Z

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: [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [cache](<https://devfeed.tech/tags/cache.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-performance](<https://devfeed.tech/tags/inference-performance.md>), [latency](<https://devfeed.tech/tags/latency.md>), [mamba](<https://devfeed.tech/tags/mamba.md>), [mixture-of-experts](<https://devfeed.tech/tags/mixture-of-experts.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nim](<https://devfeed.tech/tags/nim.md>), [nvidia-blackwell](<https://devfeed.tech/tags/nvidia-blackwell.md>), [optimization](<https://devfeed.tech/tags/optimization.md>)

### AI overview

The article explains how NVIDIA NIM bundles serving optimizations to improve throughput for Nemotron 3 Ultra while meeting latency targets on GPU infrastructure.

### Source excerpt

Deploying a large language model is only the first step toward production-ready serving. Production teams also need to serve as many concurrent users as...

## AgentOps: How to build AI agents at scale

DevFeed: [AgentOps: How to build AI agents at scale](<https://devfeed.tech/articles/agentops-how-to-build-ai-agents-at-scale-12149.md>)

Original publisher: [Read original article](<https://www.port.io/blog/agentops-agent-creation>)

Author: Matar Peles

Published: 2026-09-06T18:44:36Z

Content type: tutorial

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [developer](<https://devfeed.tech/tags/developer.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [platform](<https://devfeed.tech/tags/platform.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article presents AgentOps as the practice of creating, running, and operating AI agents reliably in production and at scale. It recommends governing agents throughout their lifecycle, starting with an agent registry and a standardized golden-path workflow for creating new agents. The proposed workflow captures an agent's purpose and dependencies, obtains approval for sensitive access, creates scoped service accounts with minimum permissions, provisions the agent on a selected platform, and registers it.

### Source excerpt

AgentOps is the practice of running AI agents reliably at scale. See what it covers, which teams own it, and where to start.

## 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...

## Evaluating AI Agent Skill Performance with NVIDIA SkillEvaluator

DevFeed: [Evaluating AI Agent Skill Performance with NVIDIA SkillEvaluator](<https://devfeed.tech/articles/evaluating-ai-agent-skill-performance-with-nvidia-skillevaluator-6817.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/evaluating-ai-agent-skill-performance-with-nvidia-skillevaluator/>)

Author: Michelle Horton

Published: 2026-08-19T16: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: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [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>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [codex](<https://devfeed.tech/tags/codex.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [featured](<https://devfeed.tech/tags/featured.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [prompt-injection](<https://devfeed.tech/tags/prompt-injection.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [security](<https://devfeed.tech/tags/security.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [trustworthy-ai](<https://devfeed.tech/tags/trustworthy-ai.md>)

### AI overview

NVIDIA SkillEvaluator is an open-source evaluation layer for measuring how packaged skills affect AI-agent performance. It compares agent runs with and without a skill, using static validation, embedding-based distinctiveness checks, and live task evaluations in isolated sandboxes. The article reports benchmark results for more than 300 verified skills across over 30 NVIDIA products and describes integrations with Claude Code, Codex, Cursor, Skills.sh, ClawHub, and Hermes Hub.

### Source excerpt

AI agents are only as effective as the context they receive. Even with capable models and well-documented NVIDIA libraries, agents can spend extra steps finding...

## Make Long-Running NVIDIA TensorRT Engine Builds Observable and Cancelable in Python or C++

DevFeed: [Make Long-Running NVIDIA TensorRT Engine Builds Observable and Cancelable in Python or C++](<https://devfeed.tech/articles/make-long-running-nvidia-tensorrt-engine-builds-observable-and-cancelable-in-python-or-c-6877.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/make-long-running-nvidia-tensorrt-engine-builds-observable-and-cancelable-in-python-or-c/>)

Author: Michelle Horton

Published: 2026-07-22T16:35:04Z

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: [TensorRT](<https://devfeed.tech/topics/tensorrt.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Python](<https://devfeed.tech/topics/python.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Cache](<https://devfeed.tech/topics/cache.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cache](<https://devfeed.tech/tags/cache.md>), [code](<https://devfeed.tech/tags/code.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [developers](<https://devfeed.tech/tags/developers.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [python](<https://devfeed.tech/tags/python.md>), [tensorrt](<https://devfeed.tech/tags/tensorrt.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to make long-running NVIDIA TensorRT engine builds observable and cancelable in Python and C++. It presents a thread-safe progress monitor with nested build phases, shows how to connect it to the TensorRT builder, and demonstrates cancellation through Ctrl-C or a programmatic stop signal. Progress can be routed to a terminal, IDE, service, or agent runtime.

### Source excerpt

A TensorRT engine build can take seconds to many minutes. Large strongly typed models, deep tactic search, and a cold timing cache on a brand-new GPU SKU can...

## 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,...

## Parloa builds service agents customers want to talk to

DevFeed: [Parloa builds service agents customers want to talk to](<https://devfeed.tech/articles/parloa-builds-service-agents-customers-want-to-talk-to-6600.md>)

Original publisher: [Read original article](<https://openai.com/index/parloa>)

Published: 2026-05-07T11:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [apis](<https://devfeed.tech/tags/apis.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [customer-service](<https://devfeed.tech/tags/customer-service.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [model](<https://devfeed.tech/tags/model.md>), [openai](<https://devfeed.tech/tags/openai.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [production](<https://devfeed.tech/tags/production.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [routing](<https://devfeed.tech/tags/routing.md>), [scale](<https://devfeed.tech/tags/scale.md>), [startup](<https://devfeed.tech/tags/startup.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Parloa uses OpenAI models, including GPT-5.4, to power a platform for designing, simulating, deploying, and managing scalable voice-based AI customer service agents. The platform lets business teams configure agent behavior in natural language, connect internal systems and APIs, test realistic conversations, and optimize reliability, latency, and production performance.

### Source excerpt

Parloa leverages OpenAI models to power scalable, voice-driven AI customer service agents, enabling enterprises to design, simulate, and deploy reliable, real-time interactions.

## How to Build AI Agents Using Your GraphQL Schema

DevFeed: [How to Build AI Agents Using Your GraphQL Schema](<https://devfeed.tech/articles/how-to-build-ai-agents-using-your-graphql-schema-23371.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-to-build-ai-agents-using-your-graphql-schema>)

Author: Kaitlyn Barnard

Published: 2026-03-12T10:00:55Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo-mcp-server](<https://devfeed.tech/tags/apollo-mcp-server.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>)

### AI overview

A tutorial explaining how to connect an AI agent to a live GraphQL API using Apollo MCP Server. It describes how GraphQL schemas provide structured, machine-readable context and how MCP standardizes agent-to-tool communication without changing the existing backend.

### Source excerpt

AI agents are evolving at a remarkable pace. In just the past year, they've gone from experimental demos to production tools capable of planning and executing multi-step workflows. But for most engineering teams, the real question isn't whether agents are powerful. It's how to connect them to the applications and data you already have. If your team already maintains a mature GraphQL API, you're closer than you think.

## Build AI Agents with Spin and the OpenAI Agents SDK

DevFeed: [Build AI Agents with Spin and the OpenAI Agents SDK](<https://devfeed.tech/articles/build-ai-agents-with-spin-and-the-openai-agents-sdk-15156.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/agents-with-openai-agents-sdk>)

Author: Thorsten Hans

Published: 2025-10-28T12:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [build](<https://devfeed.tech/tags/build.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [openai](<https://devfeed.tech/tags/openai.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

A tutorial on building AI agents in TypeScript with Spin and the OpenAI Agents SDK.

### Source excerpt

Learn how to build, AI agents in TypeScript using the OpenAI Agents SDK

## Build AI agents with the Mistral Agents API

DevFeed: [Build AI agents with the Mistral Agents API](<https://devfeed.tech/articles/build-ai-agents-with-the-mistral-agents-api-6970.md>)

Original publisher: [Read original article](<https://mistral.ai/news/agents-api/>)

Published: 2025-05-27T12:00:00Z

Content type: release

Language: en

Sources: [Mistral AI Blog](<https://devfeed.tech/sources/mistral-ai-blog.md>)

Topics: [agentic workflow](<https://devfeed.tech/topics/agentic-workflow.md>), [API](<https://devfeed.tech/topics/api.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [api](<https://devfeed.tech/tags/api.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mistral](<https://devfeed.tech/tags/mistral.md>)

### AI overview

Mistral announces its Agents API, a framework for building AI agents with built-in connectors, persistent memory, orchestration capabilities, and MCP tools.

### Source excerpt

The most powerful AI platform for enterprises. Customize, fine-tune, and deploy AI assistants, autonomous agents, and multimodal AI with open models.