Home › Glossary › Systems › Model Observability

Intermediate · Systems

Model Observability

Visual diagram · (in preparation) · Math · (in preparation) · Worked example · 3 difficulty levels.

TL;DR. The ability to monitor, understand, and troubleshoot the internal workings and predictions of an AI model in production.

Technical Definition

The ability to monitor, understand, and troubleshoot the internal workings and predictions of an AI model in production.

How it works

Model observability is crucial for ensuring the reliability and maintainability of AI systems, especially LLMs. It involves tracking inputs, outputs, internal states, and performance metrics to detect issues like data drift, model degradation, or unexpected behavior. Robust observability tools provide insights that are essential for continuous improvement and responsible operations.

Related Concepts

  • Data Drift — When the statistical distribution of inputs to a deployed model changes over time.
  • Explainable AI (XAI) — A set of techniques that allow humans to understand the output of AI models, especially deep learning models.
  • Model Monitoring — Continuously tracking the performance and behavior of deployed AI models in production.
  • MLOps — A set of practices combining Machine Learning, DevOps, and Data Engineering to reliably and efficiently deploy and maintain ML systems.