Can the agent execution stack be governed independently of its own assertions? #3079
Unanswered
ljefford2-cmyk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Architectural question: Can the agent execution stack be governed independently of its own assertions?
I am an independent end user and operator working on a technology-neutral governance architecture for AI-mediated operations. I have been following NVIDIA’s work around agentic systems, including NemoClaw and OpenShell, and I would like to ask a fairly direct architectural question.
Can an external governing system sit above this stack without depending upon the governed components to certify their own correctness?
More specifically:
The larger reason for asking is this:
We are trying to determine whether this architecture supports independent governance of the complete AI-mediated execution environment, rather than governance that ultimately depends upon the governed stack’s own assertions.
I do not think AI or its agents can be adequately governed by evaluating individual controls in isolation.
Sandboxing may work correctly. Identity may work correctly. Policy enforcement may work correctly. The model may behave correctly. The operating system may work correctly. Audit logging may work correctly.
But none of those facts, individually, establishes that the resulting machine action was authorized and correctly executed.
At the system level, I believe we eventually have to be able to independently evaluate and reconcile:
what was authorized → what the system intended → what was dispatched → what actually occurred → what evidence remains afterward
That distinction becomes increasingly important as agentic systems span models, runtimes, operating systems, local and cloud resources, tools, external services, and physical or institutional effects.
I am not asking NVIDIA, the maintainers, or the community to validate our architecture. Nor am I suggesting that NemoClaw or OpenShell should themselves solve every part of this problem.
I am trying to understand something more fundamental:
Where does the boundary of their responsibility end, what evidence and control surfaces do they expose at that boundary, and can an independent governing architecture remain genuinely independent while the underlying AI execution stack changes?
I would appreciate technical correction if I have misunderstood the architecture. I would also be interested in pointers to existing interfaces, documentation, design decisions, or work already addressing these questions.
— Lawrence S. Jeffords
Independent End User / Operator
All reactions