Basic Concept: Observability in AI systems refers to the ability to monitor, log, trace, and audit the behavior of AI models in production. MLOps is the operational discipline that establishes the processes, tooling, and practices for managing AI systems throughout their lifecycle. CompTIA SecAI+ Study Guide covers MLOps as a key mechanism for AI system transparency and auditability.
Why C is Correct: MLOps implements comprehensive monitoring, logging, versioning, and audit pipelines for AI systems. It provides observability through model performance tracking, data drift detection, prediction logging, lineage tracking, and audit trails. MLOps platforms enable organizations to understand what their AI models are doing, why they are making certain decisions, and how their behavior changes over time, directly improving observability and auditing.
Why A is Wrong: Redeploying a model is an operational action taken to restore a previous version or apply updates. It does not improve monitoring infrastructure, logging capabilities, or auditing frameworks for ongoing observability.
Why B is Wrong: Manual detection relies on human observation to identify issues. It is labor-intensive, inconsistent, and not scalable for AI systems processing high volumes of data. It does not provide systematic observability or comprehensive audit trails.
Why D is Wrong: Anomaly detection identifies unusual patterns in data or behavior. While useful as a monitoring component within an observability strategy, it is a single technique and does not encompass the full observability and auditing capabilities provided by a comprehensive MLOps implementation.