By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: ArizePublished November 18, 2025

TL;DR: As generative and agentic systems mature, enterprises need continuous observability, evaluation, and experimentation because offline testing alone cannot keep pace with non-deterministic behaviour, production drift, and governance demands, according to Arize's analysis of Microsoft Foundry integration. The operational shift is from one-time model validation to a closed-loop quality control system where every trace, evaluator, and experiment becomes part of ongoing AI governance.


At a glance

What this is: This is an analysis of how continuous observability, evaluation, and experimentation create a unified lifecycle for assessing AI agent behaviour at scale.

Why it matters: It matters because IAM and security teams need governance patterns that can track AI system behaviour in production, not just validate models before deployment.

👉 Read Arize's analysis of evaluating and improving AI agents at scale with Microsoft Foundry


Context

AI agent governance fails when organisations treat model testing as a one-off event instead of a continuous control. Once a system can reason, call tools, and generate outputs in production, the risk shifts from whether it works to whether its behaviour remains bounded, auditable, and compliant over time. This is especially relevant where AI systems interact with identity, secrets, access tokens, or sensitive business data.

The article’s core point is not about model performance alone. It is about closing the gap between observability, evaluation, and experimentation so that teams can see what agents did, measure whether those actions were safe or compliant, and feed the results back into improvement workflows. That pattern matters for agentic AI governance because the same trace can reveal both quality failures and identity-related misuse of tools or data.


Key questions

Q: How should security teams govern AI models that can call tools and access data?

A: Security teams should govern AI models as non-human identities with named owners, limited scope, short-lived credentials, and continuous authorization. The critical shift is to treat every tool call, data read, and update path as a privileged action that can be logged, revalidated, and revoked. Without that discipline, model risk becomes identity risk.

Q: Why do production AI systems need continuous evaluation instead of periodic testing?

A: Production AI changes too quickly for periodic tests to provide reliable assurance. Models, prompts, retrievers, and tool schemas evolve independently, so continuous evaluation is the only way to catch drift in real traffic, convert failures into regression tests, and keep governance aligned with live behaviour.

Q: What breaks when AI observability is separated from evaluation?

A: Teams lose the ability to connect a runtime event to a scored decision, which weakens investigation and slows remediation. A trace without evaluation is just telemetry, while evaluation without traces is hard to trust or reproduce. Combined workflows give you both the event history and the governance signal needed to act.

Q: Which frameworks should organisations use for autonomous AI governance?

A: Use OWASP agentic and LLM guidance for application risk, NIST AI RMF for governance structure, and MITRE ATLAS for adversarial technique mapping. Then translate those frameworks into operational controls that restrict tool access, define approval boundaries, and produce auditable runtime evidence. Frameworks help classify the risk, but enforcement must happen in execution.


Technical breakdown

Why continuous AI observability matters for agent governance

Observability captures the raw runtime behaviour of an AI system, including prompts, context, outputs, and tool calls. In agentic environments, that is the only way to reconstruct what happened when a model takes multi-step actions or delegates work across tools. Without trace-level visibility, teams cannot separate harmless variation from risky behaviour such as overbroad tool use, data leakage, or unsafe reasoning paths. OpenTelemetry-style instrumentation makes those events inspectable across frameworks and deployment patterns.

Practical implication: Instrument agent traces early so you can reconstruct tool use, data flow, and unsafe outputs before they become governance blind spots.

How evaluation turns trace data into governance evidence

Evaluation converts recorded behaviour into scored evidence. Instead of relying on subjective review, teams apply evaluators that rate safety, quality, similarity, or domain-specific policy alignment against either live traces or curated datasets. This creates a repeatable control layer: the same evaluator can flag a bad production response, score a regression dataset, and support audit reporting. That consistency is what makes AI governance operational rather than aspirational.

Practical implication: Use shared evaluation standards across development and production so that policy thresholds, alerts, and audit evidence stay aligned.

Why experimentation must be part of the AI control loop

Experimentation lets teams compare prompt versions, model choices, and evaluator logic against curated datasets before changes affect production users. That matters because the behaviour of an AI agent is not stable in the way traditional software logic is stable. A change that improves one metric can worsen safety, compliance, or downstream tool behaviour. Controlled experiments give teams a safer way to validate trade-offs before deploying changes into live workflows.

Practical implication: Require regression testing and side-by-side experiments before promoting agent changes into production.


NHI Mgmt Group analysis

Continuous AI quality is now a governance control, not a developer convenience. The article shows why separate offline testing and live monitoring no longer scale once systems act through tools and multi-step reasoning. In those environments, quality is inseparable from control, because unsafe outputs, policy drift, and tool misuse only become visible when the full runtime lifecycle is monitored. Practitioners should treat evaluation pipelines as part of the control stack, not an adjacent analytics function.

AI governance debt is the hidden cost of disconnected evaluation. When teams use different evaluators, thresholds, and datasets across environments, they create a control mismatch that makes auditability weak and remediation slow. That mismatch is especially dangerous when AI systems handle sensitive data or interact with identity-linked workflows, because the evidence needed to explain a failure may not survive the handoff from development to production. Practitioners should align one evaluation schema across the lifecycle.

Trace-level evidence is becoming the new unit of accountability for agentic systems. The article’s architecture reflects a broader shift in AI security and governance: decisions about safety, fairness, and compliance are no longer abstract policy statements, but measurable events attached to runtime traces. That is the right model for organisations that need defensible oversight of AI behaviour under frameworks such as the NIST AI Risk Management Framework and OWASP Agentic AI Top 10. Practitioners should insist on trace-linked evidence for any critical AI workflow.

Agentic AI and identity governance now intersect through access to data and tools. Even when an article focuses on quality monitoring, the real governance issue is who or what the agent can reach at runtime. If a model can call tools, inspect contexts, or surface sensitive records, it is operating inside an identity and privilege boundary that must be managed like any other non-human identity. Practitioners should bring AI monitoring into the same governance conversation as secrets, permissions, and workload identity.

What this signals

AI programmes will increasingly be judged on whether they can produce defensible evidence, not just model outputs. That means traceability, scored evaluation, and experiment histories should be treated as governance artefacts that survive audit and incident review.

AI governance debt: when evaluation schemas differ between development and production, organisations create a hidden control gap that weakens safety claims and slows remediation. Teams should standardise evaluators, thresholds, and regression datasets before scaling agent deployments.


For practitioners

  • Instrument every agent workflow with trace-level visibility Capture prompts, context, outputs, and tool calls through a consistent tracing layer so production behaviour can be reviewed, scored, and investigated end to end. This is the minimum evidence base for responsible AI oversight.
  • Standardise evaluation thresholds across environments Use the same scoring schema for offline datasets and live production traces, then define clear cutoffs for flagged regressions so monitoring and pre-deployment testing produce comparable results.
  • Tie AI evaluations to identity and data controls Review where agents can read secrets, access sensitive datasets, or invoke privileged tools, then map those permissions to the same governance process used for other non-human identities.
  • Build regression datasets from production edge cases Turn failures, complaints, and flagged traces into curated datasets for repeatable experiments so changes to prompts, models, or evaluators can be validated before release.

Key takeaways

  • AI agents cannot be governed reliably with one-time validation because production behaviour changes with context, tools, and data.
  • Unified observability and evaluation turn trace data into evidence that teams can use for audit, remediation, and continuous improvement.
  • For practitioners, the practical shift is to manage agent behaviour as a controlled lifecycle with shared thresholds, traceability, and regression testing.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article focuses on agent runtime behaviour, evaluators, and tool-use governance.
NIST AI RMFGOVERNAI governance, accountability, and lifecycle oversight are central to the article's message.
NIST AI 600-1The article concerns GenAI evaluation, monitoring, and safety workflows.
MITRE ATLASTA0007 , Discovery; TA0009 , CollectionTrace capture and agent tool use overlap with adversarial discovery and collection concerns.
NIST CSF 2.0PR.DS-6The article emphasises monitoring, evidence, and governance around AI-related data flows.

Map agent evaluation and tool-use controls to OWASP agentic AI risks before scaling production deployments.


Key terms

  • AI observability: AI observability is the ability to see how AI systems are being used, what information they process, and what actions they trigger. In security programmes, it extends beyond uptime or model quality to runtime visibility, policy enforcement, and audit evidence across human and agent-driven use cases.
  • Evaluation Pipeline: An evaluation pipeline is the repeatable process used to score AI outputs against safety, quality, or policy criteria. It becomes a control when the same logic is applied consistently across offline datasets, live production traces, and regression testing.
  • Experimentation Workflow: An experimentation workflow is a structured method for comparing prompt versions, model settings, or evaluator strategies on curated datasets before release. It helps teams measure trade-offs, prevent regressions, and justify changes with evidence rather than intuition.
  • AI Governance: AI governance is the set of controls used to discover, classify, approve, restrict, monitor, and revoke AI-enabled access. It connects identity, data, and policy so organisations can manage what AI can reach, what it can share, and when it should be stopped.

What's in the full article

Arize's full article covers the implementation detail this post intentionally leaves for the source:

  • Notebook-level code for tracing Microsoft Foundry agents into Arize AX
  • Step-by-step evaluator integration for content safety scoring and experiment workflows
  • Dashboard examples showing trace metrics, evaluation results, and production alerting
  • Dataset and regression workflow details for comparing prompt and model changes

👉 The full Arize article covers the trace, evaluation, and experiment workflows in implementation detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and workload identity. It helps practitioners connect identity controls to broader security and AI governance programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 21, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org