NVIDIA Proposes NOOA: Abstracting AI Agents as Python Objects

omarsar0 · x · 2026-07-30

NVIDIA suggested a new approach to building AI agents called NOOA, which models agents directly as Python objects.

This replaces the current scattered approach of prompt templates, tool schemas, callback code, and workflow graphs with a single abstraction:

This convention places the boundary between probabilistic (LLM-completed at runtime) and deterministic (normal Python) behavior directly in the source code, making agent behavior testable, traceable, and refactorable with existing codebase tools.

Related event: NVIDIA Introduces NOOA: Building AI Agents as Python Objects(2 posts)→

Original post →

More from coding & agent

coding & agent channel →