Glossary Hub · 11 terms
AI Evaluation & Benchmarks
Before an AI system touches revenue, it has to be measured. These terms cover how AI systems are tested, scored, and certified as safe to deploy, and what the numbers in an eval report actually mean.
On this page
Agent Evals
EvaluationStandardized tests for AI agents to prove they are smart, safe, and reliable before they are deployed.
The systematic process of evaluating AI agent performance across defined tasks, benchmarks, and success criteria. Agent evals measure accuracy, reliability, reasoning quality, and safety of agentic systems.
Why it matters: Prevents deploying expensive or dangerous autonomous agents that fail in edge cases.
AI Model Monitoring
EvaluationKeeping a constant watch on a deployed AI to make sure it hasn't gotten broken or less accurate over time.
The continuous tracking of a deployed AI model's performance, behavior, and health in production environments. Detects issues like model drift, data quality degradation, and outliers.
Why it matters: Models degrade over time; monitoring catches failures before they impact revenue or customers.
Area Under the Curve (AUC)
EvaluationA score from 0 to 1 that tells you how good your model is at distinguishing between two things (like spam vs. not spam).
A performance metric for classification models measuring the area under the ROC curve. Represents the probability that the model ranks a random positive example higher than a random negative one. 1.0 is perfect; 0.5 is random guessing.
Why it matters: A robust metric that works well even when classes are imbalanced, unlike raw accuracy.
Confidence Score
EvaluationA number that tells you how sure an AI model is about its prediction, high confidence means it's certain, low means it's guessing.
A numerical value (typically 0-1) indicating the model's certainty about a prediction. Used for thresholding decisions, routing to humans when confidence is low, and prioritizing review queues.
Why it matters: The mechanism that enables human-in-the-loop systems, agents only escalate when confidence drops below acceptable thresholds.
Conformal Prediction
EvaluationA technique that tells you not just what the AI predicts, but how confident it is, with a mathematical guarantee.
A framework for producing prediction sets with guaranteed coverage probabilities. Instead of a single point prediction, it outputs a set of possible values with a user-specified confidence level.
Why it matters: Critical for high-stakes applications where knowing the uncertainty of a prediction is as important as the prediction itself.
Cross-Validation
EvaluationTesting an AI model on different slices of data to make sure it works well everywhere, not just on one lucky sample.
A model evaluation technique that partitions data into complementary subsets, trains on some and tests on others, rotating through all combinations. K-fold cross-validation is the most common approach.
Why it matters: Prevents overfitting by ensuring the model generalizes across different data splits, not just one test set.
Data Drift
EvaluationWhen the real-world data your AI encounters starts to look different from what it was trained on, making it less accurate.
A gradual shift in the statistical properties of input data over time, causing a deployed model's predictions to degrade. Can result from seasonal changes, market shifts, or evolving user behavior.
Why it matters: The silent killer of production AI, models that were accurate at launch can quietly become unreliable.
Ground Truth
EvaluationThe correct, verified answer that you compare your AI's predictions against, the gold standard for measuring accuracy.
The known, validated correct labels or values in a dataset used to evaluate model performance. Serves as the benchmark for measuring prediction accuracy.
Why it matters: Without reliable ground truth, you can't tell if your model is getting better or worse, measurement requires a standard.
Model Drift
EvaluationWhen a deployed AI model's accuracy quietly degrades over time because the real world has changed since it was trained.
The degradation of a model's predictive performance over time due to changes in the underlying data distribution or relationships. Includes concept drift (changing relationships) and data drift (changing inputs).
Why it matters: A model that was 95% accurate at launch can silently drop to 70%, continuous monitoring is non-negotiable.
Precision and Recall
EvaluationTwo complementary accuracy metrics: Precision asks "of the things I flagged, how many were correct?" Recall asks "of all correct things, how many did I find?"
Precision = true positives / (true positives + false positives). Recall = true positives / (true positives + false negatives). The F1 score is their harmonic mean. Critical for imbalanced datasets.
Why it matters: Choosing between precision and recall depends on the cost of errors, missing fraud (low recall) vs. false alarms (low precision).
Validation Set
EvaluationA held-out portion of data used to tune your model during development, separate from both training and final test data.
A subset of data reserved for evaluating model performance during training and hyperparameter tuning. Not used for training or final evaluation. Prevents overfitting to the test set.
Why it matters: The guardrail that prevents you from inadvertently cheating on your test set, essential for honest model evaluation.
Other glossary hubs
From vocabulary to outcomes
Ready to put this vocabulary to work?
Knowing the terms is step one. Deploying them inside a revenue architecture that compounds is what Sophizo builds.
Book a Discovery Call