Model
The learned component at the core of an AI system — what turns inputs into predictions, decisions, or generated content.
A model is the component of an AI system that has been trained to take inputs and produce outputs — a fraud score, a customer churn prediction, a document summary, a generated response. It is built through a training process that exposes it to large amounts of data, allowing it to learn patterns rather than follow explicitly coded rules. The model itself is distinct from the system around it: the data pipelines feeding it, the application presenting its outputs, the human review process downstream. When an AI system fails, the problem is often not the model but something in that surrounding infrastructure.
Accountability for an AI system's outputs requires knowing what the model is, who controls it, what it was trained on, and where its performance has limits. Organizations that treat the model as a black box — purchasing capabilities without understanding what they're running — lose the ability to explain decisions, diagnose failures, or respond to regulatory questions. The model is also where vendor dependency concentrates: if a provider changes, deprecates, or degrades a model, the organization needs to know what they're relying on and what it would take to replace it.
Read next
Related concepts
Machine Learning
AI that learns patterns from data rather than following fixed rules — which means its behavior is only as good as the data it learned from.
Technical ConceptsInference
Where training ends and the model starts doing actual work — producing outputs on real inputs, in real time.
Technical ConceptsParameters
The learned numerical values inside a model — the \"7 billion parameters\" figure vendors cite as a size signal, with bigger meaning more capable but also more expensive.
Optional map
Concept neighborhood
Focused neighborhood
Model
The learned component at the core of an AI system — what turns inputs into predictions, decisions, or generated content.
In these paths
Selected concept
Directly related
One step further
via Machine Learning
via Inference
via Parameters
via Model Evaluation