Glossary

LLM observability

Monitoring a language model's live behavior in production, tracking its inputs, outputs, latency, cost, and failure patterns.

Also called: AI observability

LLM observability is the practice of continuously monitoring a language model's behavior after it has been deployed: logging prompts and responses, tracking latency and token cost, and watching for shifts in output quality, safety, or user satisfaction as real traffic flows through the system.

It extends the older discipline of model monitoring to the specifics of generative systems, where "correct" output is harder to define than a single predicted number. In practice this means capturing structured signals, such as flagged hallucination rates or guardrails triggers, alongside the raw conversation logs, and often replaying failures to reproduce and diagnose them.

Observability differs from LLM evaluation in timing and purpose: evaluation happens before or between releases against curated test sets, while observability runs continuously against live traffic to catch problems evaluation did not anticipate, including data drift as user behavior or input patterns change. The main pitfalls are logging so much raw data that nothing gets reviewed, and treating dashboards of averages as sufficient when a small number of severe failures can matter more than the mean.

Last reviewed September 22, 2026

In the index now

Related terms

Related tools

Related guides