Glossary category

Evaluation and reliability

The evidence and controls used to decide whether an AI system works well enough to trust.

What belongs here

Evals, benchmarks, verification, observability, failure analysis, and reliability measures.

What belongs elsewhere

Security controls whose primary purpose is authorization, privacy, or abuse prevention.

Adjacent categories

Definitions in this category

stable

A/B testing

A randomized controlled experiment that exposes comparable groups to different variants and compares a predefined outcome.

Ablation

An experiment that removes or changes one component while holding others as constant as practical to estimate that component's contribution.

Acceptance criteria

Explicit conditions an outcome must satisfy before it can be accepted, promoted, or declared complete.

Accuracy

The proportion of evaluated predictions that are correct under a specified labeling and decision rule.

Benchmark

A standardized set of tasks, data, metrics, and procedures used to compare systems under a defined evaluation regime.

Calibration

The degree to which stated probabilities or confidence levels correspond to observed frequencies of correctness.

Concept drift

A change over time in the relationship between inputs and the correct target or decision.

Confusion matrix

A table counting predicted classes against actual classes, including true and false positives and negatives.

Cross-validation

A resampling method that estimates generalization by repeatedly training and evaluating on different non-overlapping subsets of available data.

Data drift

A change over time in the distribution of system inputs or features.

Evaluation (eval)

A systematic measurement of model or system behavior against defined tasks, criteria, datasets, or operational outcomes.

F1 score

The harmonic mean of precision and recall.

False negative

An outcome incorrectly classified as absent when it is actually present.

False positive

An outcome incorrectly classified or flagged as present when it is actually absent.

Held-out set

Evaluation examples deliberately withheld from training, prompt tuning, workflow design, or agent feedback to reduce leakage and overfitting.

Nondeterminism

The property that identical-looking requests can produce different behavior because of sampling, concurrency, infrastructure, model updates, or hidden state.

Observability

The ability to infer a system's internal state and behavior from emitted traces, logs, metrics, events, and artifacts.

Precision

Among predicted-positive cases, the proportion that are truly positive.

Recall

Among truly positive cases, the proportion correctly identified as positive.

Reward hacking

Achieving a high measured reward through behavior that exploits the metric or evaluator without accomplishing the intended objective.

Specification gaming

Satisfying the literal specification or metric in a way that violates its intended purpose.