Anne Hecht on why autonomous agents only pay off when governed
NVIDIA's Anne Hecht explains how enterprises deploy autonomous agents safely: treat each agent as a whole system, engineer the guardrails in from the start, and run open and frontier models side by side.
An agent is a system, not just a model
When you prompt an agent you are driving an entire system — a harness, skills, a governance layer and one or more models — not a single brain.
You're not just prompting a model when you write into that context window, you are prompting an entire system. That includes the harness, the skills, the model, the governance layer.
From chatbot to colleague
The leap to agents is autonomy — you hand over a whole project instead of trading prompts, and the agent plans, acts and critiques its own work before reporting back.
now you can give it a project a prompt and it'll go off and research and come back and it even can critique itself and its own results before it comes back and gives you an answer
Keep the rules outside the sandbox
Each agent runs in its own sandbox, but the policy that governs it lives outside — because an agent left holding its own rules could rewrite them to finish the task.
so you don't put the policies inside the sandbox with the agent because the agent could act upon the policies and change them so they need to live outside that sandbox
Manage the agent like an employee
Give an agent a role and only the access that role needs — the same least-privilege discipline you apply to people, extended to which networks, models, permissions and actions it gets.
It's the same best practices. They need to have a role. They need to have access to information, but only the information that they need access to.
IT needs a strategy for shadow AI
Employees are already pasting company data into public models, so IT needs an adoption strategy that controls what gets uploaded and on what terms.
People are taking that roadmap and uploading it to a public model, and you don't want that.
Protect the model while it's running
Most security covers data at rest and in motion; confidential computing adds the missing third state — protecting the model and its data while they are actually in use — and now runs on GPUs.
Confidential computing guards the model and protects the model when it's in use. And then also the data that's being used.
Enterprises need both open and frontier models
The model choice isn't either-or: enterprises need proprietary frontier models and open models they can own, fine-tune and run air-gapped, and most will blend both, like cloud and on-prem before them.
So I don't think it's a choice between one or the other. I think we need both open, open source, open models, as well as proprietary protected frontier models as well.