TL;DR: LangSmith provides tracing and evaluation for LangChain applications, but Openlayer argues production AI now needs runtime guardrails, drift detection, and compliance mapping as AI complexity, regulatory pressure, and multi-step workflows outgrow trace-only observability, according to Openlayer. The real divide is between debugging what happened and governing what is allowed to happen.
At a glance
What this is: This is an Openlayer review of LangSmith that finds tracing and evaluation are useful, but insufficient for production AI governance.
Why it matters: It matters because IAM, security, and risk teams increasingly need controls that span AI systems, identities, and compliance, not just developer visibility into prompts and traces.
By the numbers:
- The global observability market reached $5.1 billion in 2021 and projects to $20.5 billion by 2028.
- 90% of IT professionals consider observability important to their business, yet only 26% rate their practice as mature.
- Organizations with advanced observability deployments reduce downtime costs by 90%, dropping from $23.8M to $2.5M annually.
- Openlayer provides 100+ automated tests for hallucinations, bias, toxicity, PII leakage, prompt injection, drift, and robustness across text, vision, tabular, audio, and agents with CI/CD integration.
👉 Read Openlayer's review of LangSmith alternatives for production AI observability
Context
LangSmith is positioned as a tracing and evaluation tool for LangChain applications, which makes it useful for debugging but not sufficient for production governance. In practice, organisations running multi-step LLM workflows, RAG pipelines, and agentic systems need controls that address runtime risk, compliance evidence, and behavioural drift, not only execution visibility. That gap is now a primary concern for AI observability and adjacent identity governance programmes.
The article’s central point is that observability has moved from a developer support function to a governance requirement. Where AI systems can access tools, retrieve data, and trigger downstream actions, the control problem starts to resemble access governance for non-human systems: who or what can act, under what conditions, and with what audit trail. That makes this topic relevant to NHI, agentic AI, IAM, and broader security governance teams.
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 traces alone fail to secure production AI workflows?
A: Traces record what happened, but they do not prevent a model from leaking data, following a malicious prompt, or invoking an unsafe tool. Production workflows need runtime guardrails, policy enforcement, and drift detection because the risk is operational. Visibility supports investigation, but it does not stop harmful behaviour before impact.
Q: How do teams know if AI observability is actually working?
A: It is working when teams can show which change caused a quality shift, which dataset surfaced the issue, and whether the regression was contained before users were affected. If the team cannot trace behaviour across versions, observability is producing logs, not governance evidence.
Q: What is the difference between AI discovery and AI governance?
A: AI discovery answers what exists in the environment, while AI governance decides what should be allowed, restricted, or blocked. Discovery is an inventory control. Governance adds context, policy, enforcement, and monitoring so the organisation can manage AI risk after the first finding is made.
Technical breakdown
Why trace-level observability stops short in production AI
Trace-level observability records prompts, model outputs, retrieval steps, and latency. That is valuable for debugging because it lets engineers reconstruct what happened in a single execution path. But production AI introduces stateful risks that traces do not control: unsafe outputs, prompt injection, drift, data leakage, and policy violations across many sessions and tools. Once agents start calling APIs or retrieving sensitive data, observability alone becomes forensic, not preventive.
Practical implication: treat tracing as an evidence layer, not the control plane for production AI risk.
How runtime guardrails change the control model for AI systems
Runtime guardrails intervene before a model output or tool action reaches the next system. In AI governance terms, that shifts the control point from after-the-fact inspection to real-time enforcement. This matters when LLMs or agents can generate code, send messages, query databases, or expose secrets. Without enforcement, a system can be observable and still unsafe. Guardrails therefore sit closer to access control than to logging, because they constrain what the system is permitted to do in operation.
Practical implication: align guardrails with the highest-risk actions, not just with output review workflows.
What compliance mapping means for AI observability
Compliance mapping turns technical events into audit-ready evidence. For regulated enterprises, that means linking tests, alerts, risk scores, and model changes to frameworks such as the EU AI Act and NIST AI RMF. The important distinction is that mapping does not create compliance by itself. It gives security, legal, and risk teams a shared record of what was tested, what was blocked, and what evidence exists when regulators ask for it.
Practical implication: require audit trails that connect model behaviour to named governance obligations and controls.
NHI Mgmt Group analysis
Trace-only observability creates a governance illusion: organisations can see more of an AI system’s behaviour without actually constraining it. That becomes dangerous when agentic workflows can retrieve data, invoke tools, and persist across sessions. For identity teams, the lesson is familiar: visibility is not authorisation. In AI programmes, the equivalent gap is allowing logs to stand in for policy. Practitioners should treat this as a control deficiency, not a tooling preference.
AI systems are becoming non-human actors with access responsibilities: once an AI system can access data, call APIs, or trigger workflows, it begins to resemble an identity governance problem. That does not mean every model is an autonomous agent, but it does mean access, scope, and auditability matter. The governance gap is not just model quality. It is whether the system’s permitted actions are explicit, bounded, and reviewable across its runtime lifecycle.
Production AI now needs a named concept: observability without enforcement debt: this is the growing gap between what teams can inspect and what they can stop. The article shows that many tools expose traces, yet leave runtime blocking, drift response, and policy mapping to separate systems or custom build work. That increases operational complexity and delays accountability. Security leaders should evaluate whether their AI stack closes the loop from detection to prevention.
Regulated enterprises should stop separating AI telemetry from governance workflows: logs, tests, risk scoring, and compliance evidence belong in one operating model. When these functions sit in different teams, policy exceptions linger and incident response slows. For AI programmes that intersect with personal data, regulated decisions, or downstream automation, the question is no longer whether observability exists. It is whether observability can produce control, evidence, and ownership.
The market is moving toward converged AI control stacks: products are increasingly being evaluated on whether they combine testing, monitoring, guardrails, and compliance mapping. That signals a shift away from developer-only tooling toward governance platforms that support production risk management. For practitioners, this validates a broader programme change: AI security and identity governance are converging around runtime control, not just development-time analysis.
What this signals
Observability is becoming a governance dependency for AI programmes, not a monitoring add-on: as agents and multi-step LLM workflows move into production, teams need runtime controls, evidence capture, and escalation logic that sit closer to access governance than to developer telemetry. The practical shift is to build a control stack around enforcement first and dashboards second, with external standards such as the NIST AI Risk Management Framework used to anchor accountability.
Non-human access patterns will increasingly merge AI security with identity governance: once systems can retrieve data, invoke tools, and make decisions across sessions, their permissions must be owned, scoped, and revocable. That pushes AI observability teams toward the same questions IAM and PAM teams already ask about service accounts and workload identities. For practitioners, the next step is to align AI telemetry with identity lifecycle controls and audit ownership.
Openlayer's emphasis on automated testing and compliance mapping reflects a wider market pivot toward control convergence: buyers are no longer comparing trace tools only on visibility. They are evaluating whether the platform can block unsafe actions, produce evidence, and satisfy governance requirements in one operating model. The programmes that win will be the ones that turn AI observability into enforceable risk management rather than passive inspection.
For practitioners
- Define the production control boundary for AI observability Separate debugging telemetry from enforcement requirements. Decide which AI actions must be blocked in real time, which can be logged for review, and which require human approval before execution. Use that boundary to avoid assuming trace visibility is enough for production risk control.
- Map AI systems to governance obligations Inventory AI use cases, data access paths, and tool connections, then map them to the EU AI Act, NIST AI RMF, and internal policy requirements. Capture evidence for testing, monitoring, and escalation so compliance teams can verify control operation instead of relying on manual attestations.
- Add policy checks around high-risk model actions Prioritise guardrails for actions that can expose data, call external systems, or change downstream state. If an AI workflow can write, send, retrieve, or delegate, those actions should have explicit policy checks and escalation paths, not just post-execution review.
- Review AI access like a non-human identity programme Treat agentic systems as access-bearing entities with scoped permissions, service credentials, and audit expectations. Tie their runtime privileges to owners, approval workflows, and revocation processes so access cannot persist beyond the task or control objective.
Key takeaways
- Production AI exposes a governance gap that tracing alone cannot close.
- The practical benchmark is whether a platform can prevent unsafe behaviour, not just record it.
- Identity, AI governance, and compliance teams should now evaluate AI observability through the lens of runtime control.
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 address the attack surface, NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the technical controls, and EU AI Act define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | The article centres on AI governance, accountability, and control ownership. |
| NIST AI 600-1 | The post discusses generative AI monitoring and compliance mapping. | |
| EU AI Act | Art. 9 | Runtime monitoring and compliance evidence align with high-risk AI obligations. |
| OWASP Agentic AI Top 10 | Agentic workflows and tool use create the risks this framework addresses. | |
| NIST CSF 2.0 | PR.DS-1 | The article emphasises protecting data used and produced by AI systems. |
Use OWASP agentic guidance to prioritise tool misuse, data exposure, and prompt attack controls.
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.
- Runtime Guardrail: A control applied while an AI agent is operating, not just during configuration or review. Guardrails can block dangerous tool calls, require approval for sensitive actions, or stop data leakage before it reaches systems or users.
- 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.
- Non-Human Identity (NHI): A digital identity assigned to a non-human entity such as a software application, service account, API key, bot, machine, or AI agent that enables it to authenticate and interact with systems without direct human involvement. NHIs now outnumber human identities in most enterprises by 25 to 50 times.
What's in the full article
Openlayer's full article covers the operational detail this post intentionally leaves for the source:
- Comparative feature breakdowns across LangSmith alternatives and the specific workflows each tool is built to support
- Detailed pricing tiers for LangSmith, including trace volume limits, retention, and enterprise self-hosting requirements
- Implementation criteria for automated testing, runtime guardrails, and compliance mapping in regulated AI deployments
- Per-product capability comparisons that help teams decide which observability layer fits a production AI programme
👉 Openlayer's full article covers pricing, feature comparisons, and production governance criteria
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps practitioners connect identity control to broader security and AI governance programmes.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org