Baseline monitoring looks at a representative set of historical prompts and responses to establish expected behavior. Production observability extends that view to live traffic, metadata, and safety signals so teams can detect outliers, drift, and harmful outputs as they happen. In practice, baseline data supports calibration, while production observability supports ongoing governance and response.
Why This Matters for Security Teams
Baseline LLM monitoring and production observability solve different problems, and confusing them leaves teams blind at the point of impact. Baselines help define expected behavior from a controlled sample, while observability tracks what the system is actually doing in live use, including prompts, tool calls, latency, refusals, policy hits, and unsafe outputs. That distinction matters because AI risk is not limited to model quality; it also includes misuse, drift, prompt injection, and agentic side effects, which are all covered in different ways by the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10.
Practitioners often get this wrong by treating a one-time evaluation set as proof that a model is safe in production. That approach misses changes in user behavior, retrieval content, downstream tools, and policy context. Baseline monitoring is useful for calibration and regression checks, but it does not show whether the application is being abused, whether a model is degrading under real traffic, or whether safety controls are firing when they should. In practice, many security teams encounter harmful AI behavior only after users, customers, or auditors report it, rather than through intentional detection.
How It Works in Practice
Baseline monitoring usually starts before or during deployment. Teams build a representative prompt set, score model outputs against expected answers, and compare safety, quality, and refusal behavior across versions. This gives a reference point for model selection, prompt tuning, and policy calibration. Production observability goes further by instrumenting the running application so security and platform teams can see live requests, response attributes, retrieved documents, tool execution, escalation paths, and safety outcomes. The goal is not only to measure quality, but to detect abnormal behavior and support response.
Good production observability for AI applications typically includes both technical telemetry and governance signals. Security teams should expect visibility into:
- Prompt and response metadata, with sensitive content redacted where required
- Model version, prompt template, and retrieval source provenance
- Policy decisions such as blocks, refusals, and content filters
- Tool calls, external actions, and agent approvals
- Latency, error rates, token usage, and anomaly trends
The NIST AI 600-1 Generative AI Profile is useful here because it connects generative AI risk management to measurable controls across governance, mapping, measurement, and management functions. For agentic systems, the CSA MAESTRO agentic AI threat modeling framework and MITRE ATLAS adversarial AI threat matrix help teams think about abuse paths, adversarial prompts, and model-driven actions as operational risks rather than abstract model issues.
In mature environments, observability feeds incident response, model change control, and red-team feedback loops. That means alerts are actionable, not noisy: an unusual spike in refusals, a sudden change in retrieved source quality, or a surge in tool calls can be investigated quickly and tied back to a deployment or policy change. These controls tend to break down when AI is embedded in third-party workflows without consistent telemetry, because the team loses visibility into prompts, retrieval, and downstream actions.
Common Variations and Edge Cases
Tighter observability often increases storage, privacy, and operational overhead, requiring organisations to balance detection value against data minimisation and cost. That tradeoff is especially visible when systems process regulated content, customer data, or proprietary prompts. Current guidance suggests that not every field needs to be retained forever, and best practice is evolving around what should be logged, masked, sampled, or discarded.
There is also no universal standard for how much observability is enough. A research prototype may only need lightweight logging and periodic evaluation, while a customer-facing agent may need full traceability for prompt, retrieval, and tool execution. Hybrid systems add complexity because some failures appear in the model layer, some in the retrieval layer, and some in the orchestration layer. Teams should also be careful not to confuse observability with detection alone: if dashboards do not support triage, policy enforcement, and rollback, they create visibility without control.
For agentic AI, the risk boundary is broader because the system may take actions, not just generate text. In that setting, monitoring a baseline prompt set is useful but insufficient for approval workflows, delegated tools, or autonomous retries. The practical standard is to connect observability to governance and response, not just metrics. That is the difference between knowing a model is capable and knowing a live AI application is behaving safely under real demand. The OWASP Top 10 for Agentic Applications 2026 is especially relevant when tool use and autonomous execution create edge cases that baseline tests rarely reproduce.
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, MITRE ATLAS and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | Explains accountability and oversight for AI monitoring and response. |
| NIST AI 600-1 | GenAI profile ties measurements to operational risk management. | |
| OWASP Agentic AI Top 10 | A10 | Agentic systems need runtime visibility into tool use and unsafe actions. |
| MITRE ATLAS | AML.TA0001 | Adversarial AI threats help distinguish baseline testing from live attack detection. |
| CSA MAESTRO | MAESTRO supports threat modeling for observability across agent workflows. |
Instrument GenAI systems so safety, quality, and misuse signals feed ongoing risk decisions.
Related resources from NHI Mgmt Group
- What is the difference between LLM observability and AI gateway governance?
- What is the difference between AI observability and AI governance?
- What is the difference between access review and continuous monitoring for AI integrations?
- What is the difference between monitoring developer activity and monitoring AI assistant activity?