LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Fundamentals

Model

An AI model is the trained artifact — a specific set of numerical weights plus an architecture — produced when a learning algorithm runs against training data, and the thing that actually gets deployed and audited.

Full definition

A model is what you ship. It encodes everything the algorithm learned from the data into a fixed file (often gigabytes to terabytes for modern frontier models). The same algorithm trained on different data produces different models; the same data run through different algorithms also produces different models. Governance regimes such as the EU AI Act regulate models and their deployment context, not algorithms in the abstract.

Why it matters

Knowing exactly which model is in production — version, training data cutoff, evaluation results — is the prerequisite for debugging, audit, regulatory response, and rollback. Organizations that cannot answer "which model is running where?" cannot meaningfully govern AI.

Example

GPT-4o, Claude Sonnet 4.5, and Gemini 1.5 Pro are specific models. Each is a frozen artifact with a published model card describing training, evaluation, and limitations.

Source & further reading

Primary source: Mitchell, M. et al. — "Model Cards for Model Reporting" (2019).

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/nl/glossary/model/.