AI 4UAnalyze my business

Plain-language AI glossary

Term 37InfrastructureMeaning / context / connections

Infrastructure / Definition

Distillation

A technique where a smaller "student" model is trained to replicate the behavior of a larger "teacher" model, achieving comparable quality at lower cost.

37of 75
01

MeaningThe one-sentence definition.

02

ContextHow the idea works in practice.

03

UsesWhere the concept becomes useful.

01 / Plain-language context

How Distillation works.

Knowledge distillation trains a smaller student model to imitate useful behavior from a larger teacher model. The teacher generates targets, scores, or intermediate signals, and the student learns to reproduce them with less compute.

For builders, distillation can reduce serving cost or enable deployment on smaller hardware, but the result must be evaluated on the real task. A student may preserve common behavior while losing rare skills, calibration, or safety properties. A sound workflow defines the evaluation set first, creates legally and contractually permitted training data, trains the student, and compares quality, latency, and cost before replacing the teacher.

02 / Practical uses

Where it helps.

  1. 01Reducing inference costs in production
  2. 02Creating task-specific compact models
  3. 03Mobile model optimization
  4. 04Building cheaper alternatives to large models