Supervision is any expression of the standard a training run accepts as input. Four forms are defined, each distinguished by the class of signal it carries. All four resolve to the same common representation before training consumes them.
Supervision is the input that tells a model what distinguishes content that meets the standard from content that does not. Each form of supervision differs in the class of signal it carries — whether the standard is stated as labels, embedded in artifacts, articulated as intent, or inferred from behavior.
Each supervision form resolves to the same common representation — labeled samples on the content-trait axes — before training runs. The resolution path differs per form:
| Form | Resolution to samples |
|---|---|
| Samples | Consumed directly; no translation. |
| References | The artifact is parsed and samples are extracted from it. Positive and negative items are identified based on the artifact's own structure and content. |
| Briefs | The brief's elements are interpreted to retrieve, generate, or elicit samples that reflect the articulated intent. |
| Feedback | Scored content paired with downstream signal is captured during live operation and appended as new samples. |
Table 1. How each form becomes samples. Downstream steps (calibration, break placement, scoring) are identical across forms.
A training run can combine multiple forms. A brief paired with a small set of direct samples is common when articulated intent is clear but concrete anchor points are useful. Feedback supplements any base training by continuing to refine the model during operation. Training behavior is unchanged when forms are mixed — all supervision resolves to samples, which training then processes uniformly.