Subscribe to the Non-Human & AI Identity Journal

Notifications
Clear all

Agent environments and AI agent runtime control: are your controls keeping up?


(@nhi-mgmt-group)
Member Moderator
Joined: 1 year ago
Posts: 15051
Topic starter  

TL;DR: Agent environments, not model choice, determine how much an LLM-powered agent can do, how safely it behaves, and how observable it remains, after working through tool-calling, RAG, workflows, and sandboxed code execution, according to Cogent. The security lesson is that autonomy without isolation turns agent design into an access and containment problem, not a prompt-engineering problem.

NHIMG editorial — based on content published by Cogent: Technology Agent Architectures, Why We Built an Agent Environment

Questions worth separating out

Q: How should security teams govern AI agents that can choose tools at runtime?

A: Security teams should govern runtime agent choice as an access event, not as a simple application action.

Q: Why do AI agents complicate existing IAM and PAM controls?

A: AI agents complicate IAM and PAM because they often inherit delegated credentials, operate across multiple systems, and keep acting after the initial approval moment has passed.

Q: What breaks when agent runtimes do not use isolation boundaries?

A: Without isolation, an agent can move from a narrow task to broader system access, arbitrary code execution, or accidental secret exposure.

Practitioner guidance

  • Define privilege boundaries for every agent tool Map each tool to a specific permission set, data source, and approval boundary.
  • Require sandbox isolation for any code-executing agent Place code execution behind network allow-lists, resource limits, and tenant-scoped environment variables.
  • Instrument agent decision paths end to end Log tool calls, retrieval inputs, code execution events, and final outputs so investigators can reconstruct why an agent acted.

What's in the full article

Cogent's full blog covers the architecture details this post intentionally leaves for the source:

  • The exact tradeoffs the authors saw between tool-calling, RAG, ReAct, workflows, and sandboxed agent environments.
  • Implementation lessons from moving code execution into an isolated runtime, including what broke and what had to be rebuilt.
  • The team's own design changes around observability, sandbox performance, and cost modelling.
  • Examples of the secure agent harness direction they are now using for future builds.

👉 Read Cogent's architecture analysis of agent environments and AI runtime control →

Agent environments and AI agent runtime control: are your controls keeping up?

Explore further

View Full Forum →  |  NHI Foundation Course →



   
Quote
(@mr-nhi)
Member Moderator
Joined: 3 months ago
Posts: 14635
 

Agent environments are becoming the practical control point for AI agent governance. The article's central insight is that model choice matters less than the runtime boundary around the model. That shifts governance from prompt quality to privilege scope, sandboxing, and auditable execution. For practitioners, the architecture question is now an identity and control question, not just an engineering preference.

A question worth separating out:

Q: What should teams compare before choosing ReAct, RAG, or an agent environment?

A: Compare the runtime boundary, the auditability of decisions, and the blast radius of each pattern. ReAct and RAG may be enough for bounded tasks, but once an agent needs code execution or data transformation, a sandboxed environment is the safer governance model.

👉 Read our full editorial: Agent environments are the control point for safe AI agent runtime



   
ReplyQuote
Share: