LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Deployment & Operations

AI Pipeline

An AI pipeline is the end-to-end sequence of stages that turns raw data into deployed AI predictions or content — ingestion, cleaning, feature engineering, training, evaluation, deployment, monitoring, and retraining — usually orchestrated as code.

Full definition

A modern AI pipeline includes data validation gates, model training and evaluation, packaging (often as a container or serialized model), deployment to an inference server, online monitoring (latency, throughput, drift, business KPIs), and a feedback loop for retraining. Tooling varies — Airflow, Dagster, Prefect, Vertex AI Pipelines, SageMaker Pipelines — but the stages are stable.

Why it matters

Pipeline maturity is the single best predictor of whether an organization can ship AI repeatably. Teams without a versioned, code-defined pipeline struggle to reproduce yesterday's model, let alone audit it for the regulator.

Example

A bank's fraud pipeline runs hourly: pulls fresh transactions, runs feature engineering, scores them with the current production model, writes alerts to the case-management system, and logs metrics to the drift monitor — all defined in 800 lines of versioned Python.

Source & further reading

Primary source: Google Cloud — "MLOps: Continuous delivery and automation pipelines in machine learning" (2024).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/sv/glossary/ai-pipeline/.