> For the complete documentation index, see [llms.txt](https://eval.playbook.org.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eval.playbook.org.ai/additional-resources/glossary.md).

# Glossary

<details>

<summary><strong>Core concepts</strong></summary>

{% hint style="info" icon="book-blank" %}
**Continuous Evaluation:** An ongoing process where deployment, adaptation, evaluation, and improvement happen in rapid cycles. It ensures that GenAI applications remain safe, effective, and aligned with intended goals even as models or data evolve.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Repeatable Motions:** Concrete, actionable processes that embed evaluation into ongoing development cycles, such as user funnel mapping, ETL pipelines, targeted hypothesis testing, and experimentation.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Cross-Functional Team:** A multidisciplinary group (AI engineers, data scientists, product managers, behavioral scientists, economists) that collaborates across all four evaluation levels to connect model performance with social outcomes.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**User Funnel:** A structured map showing how users move through a product journey, from recruitment and onboarding to engagement, retention, and long-term outcomes, defining metrics, thresholds, and responsible leads for each stage.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**ETL Pipeline (Extract, Transform, Load):** A data pipeline that extracts data from multiple sources, cleans and standardizes it, and loads it into centralized storage for consistent and reliable measurement.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Observability and Tracing:** Systematic logging of inputs, outputs, and metadata (like model parameters and costs) for every AI interaction, enabling transparency, debugging, and continuous improvement.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Experimentation:** A disciplined process of testing hypotheses through controlled methods such as A/B tests, holdout studies, or randomized trials to generate causal evidence about what works.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Randomized Controlled Trial (RCT):** A study design that randomly assigns participants to a treatment group (receiving the AI product) or a control group (without it) to establish causal impact.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Holdout Testing:** An evaluation method that withholds a subset of users from receiving a feature or product update to serve as a comparison group.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**A/B Test:** A method of comparing two versions of a product or feature (A and B) to see which one performs better, typically by randomly assigning users to one version or the other.
{% endhint %}

</details>

<details>

<summary><strong>Level 1 – Model Evaluation</strong></summary>

{% hint style="info" icon="book-blank" %}
**Rubric:** A list of qualitative characteristics and their domain-specific definitions (e.g., accuracy, empathy, clarity) that define what “good” performance looks like for a specific AI product or domain.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Metric:** A quantitative measure used to evaluate how well the model meets each rubric criterion (for example, accuracy of classifying a user’s message as relevant or irrelevant).
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Scorer:** A tool or method that produces a numeric score for a given metric. Scorers can be statistical (like precision or recall), or model-based (like using a stronger LLM to judge the quality of responses from a weaker LLM ), or human evaluators.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Golden Dataset:** A curated collection of representative inputs used to evaluate a model’s performance across iterations, paired with either ideal reference outputs or structured evaluation rubrics that define the characteristics of high-quality responses (e.g., as in [HealthBench](https://www.google.com/url?q=https://openai.com/index/healthbench/\&sa=D\&source=editors\&ust=1770879887200975\&usg=AOvVaw0u-TKPSSZu5Bu--gVy5Hsw)), and including real, edge-case, out-of-scope, and adversarial examples.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Red-Teaming:** A structured, adversarial testing process in which evaluators intentionally try to break or exploit the system to uncover vulnerabilities, biases, or unsafe behaviors before deployment.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Human Evaluation:** Manual assessment by domain experts or human raters, used when subtlety or context sensitivity is needed, or when automated scorers may miss key nuances.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Statistical Scorers:** Automated metrics that quantitatively compare model outputs to reference targets using predefined mathematical criteria (e.g., word overlap for text, precision/recall for classification, or error functions like MSE for regression). They are fast and scalable but limited in capturing higher-order semantic or contextual quality.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Model-Based Scorers:** 1) Smaller, trained models that assess semantic similarity or text quality (e.g., BLEURT, COMET, BARTScore), or 2) LLM-as-Judge: an evaluation method that uses a Large Language Model (LLM) to assess and score the outputs of another model, typically calibrated against human judgments.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**WER (Word Error Rate):** A measure of speech recognition accuracy, calculated by counting substitutions, insertions, and deletions between predicted and reference transcripts.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**CER (Character Error Rate):** Similar to WER but computed at the character level, used for fine-grained evaluation of transcription models.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**MER (Match Error Rate):** A variation of error metrics that focuses on matching semantic meaning rather than exact words or characters.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Context Precision:** The extent to which the retrieved context consists of information that is actually relevant to answering the user’s query, minimizing irrelevant or noisy content.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Context Recall:** The extent to which the retrieved context includes all the necessary information required to answer the user’s query, minimizing missing or omitted relevant content.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Answer Relevancy:** The extent to which an AI-generated response directly addresses the user’s question or task, staying on-topic and aligned with the user’s intent.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Faithfulness:** The extent to which an AI-generated response accurately reflects information from retrieved or reference sources, avoiding hallucinations.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Observability Tools:** Software such as Helicone, Langfuse, or Traceloop that logs the inputs, outputs and other metadata (like, cost, latency, and version history) of your AI system for debugging and evaluation.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Benchmarking:** Comparing model performance against standardized public metrics or datasets to understand relative performance, though often insufficient for context-specific evaluation.
{% endhint %}

</details>

<details>

<summary><strong>Level 2 – Product Evaluation</strong></summary>

{% hint style="info" icon="book-blank" %}
**Engagement Metrics:** Measures of user participation and interaction with the product, such as session length, number of turns, or frequency of logins.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Non-Engagement Metrics:** Quality and experience metrics that go beyond raw usage data, including user satisfaction ratings, toxicity scores, or perceived helpfulness.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Retention Metrics:** Indicators of how many users continue to actively use the product over time, such as Daily Active Users (DAU) or Monthly Active Users (MAU).
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Action-Based Engagement:** Measures of how users respond to AI-generated outputs (e.g., clicks, prompt rewrites, or emoji reactions) that show behavioral engagement.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Feature Uptake:** The rate at which users adopt optional product features, indicating trust in and perceived usefulness of the AI’s suggestions or capabilities.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**A/B Test:** A method of comparing two versions of a product or feature (A and B) to see which one performs better, typically by randomly assigning users to one version or the other.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Multi-Armed Bandit:** An adaptive experimental approach that allocates more users to the better-performing variant as evidence accumulates.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Holdout Testing:** An evaluation method that withholds a subset of users from receiving a feature or product update to serve as a comparison group.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Quality Scores:** Automated or human-assigned ratings that evaluate AI outputs for attributes like clarity, correctness, empathy, or tone.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**User-Level Surveys:** Post-interaction questionnaires that measure satisfaction, usability, and perceived value of the product experience.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Experimentation Platform:** Tools such as Evidential that automate randomization, monitor outcomes, and streamline experimental workflows.
{% endhint %}

</details>

<details>

<summary><strong>Level 3 – User Evaluation</strong></summary>

{% hint style="info" icon="book-blank" %}
**Cognitive Outcomes:** Changes in users’ knowledge, reasoning, comprehension, or decision-making abilities as a result of using the AI tool.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Affective Outcomes:** Changes in users’ emotions, motivation, or sense of trust, belonging, and empathy while interacting with the AI.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Behavioral Outcomes:** Observable actions such as following AI recommendations, asking more questions, or applying learned information in real-world contexts.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**On-Platform Behavioral Measures:** Telemetry or interaction data collected within the app, such as the number of sessions, conversation depth, or rate of follow-up questions.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Self-Report Surveys:** Short questionnaires embedded in the product experience that directly ask users about their feelings, confidence, or learning outcomes.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Psychometrically Sound Measures:** Survey instruments or scales that have been validated for reliability and construct validity, ensuring they accurately measure psychological constructs.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Sentiment Analysis:** Automated scoring of the emotional tone in users’ messages, detecting trends such as increased positivity or reduced anxiety over time.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Topic Modeling:** An NLP method that clusters user text into recurring themes or topics to track what users are discussing and how it evolves.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Linguistic Inquiry and Word Count (LIWC):** A dictionary-based text analysis tool that categorizes words into psychological and linguistic domains, revealing shifts in emotion, thinking, or social connection.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**LLM-Based Text Analysis:** Using large language models to infer psychological or behavioral constructs (e.g., confidence, agency) from user text in a scalable and nuanced way.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Off-Platform Assessments**: Methods such as structured interviews, standardized tests, or observer reports (from teachers, caregivers, etc.) that evaluate real-world behavioral or attitudinal changes.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Proximal Outcomes:** Near-term indicators (cognitive or behavioral) that signal whether a product is on track to achieve longer-term development outcomes.
{% endhint %}

</details>

<details>

<summary><strong>Level 4 – Impact Evaluation</strong></summary>

{% hint style="info" icon="book-blank" %}
**Impact Evaluation:** The rigorous assessment of whether an intervention leads to measurable improvements in long-term outcomes such as health, learning, or income.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Randomized Controlled Trial (RCT):** A study design that randomly assigns participants to a treatment group (receiving the AI product) or a control group (without it) to establish causal impact.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Counterfactual:** The hypothetical scenario representing what would have happened without the intervention; used to isolate true program effects.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Treatment Group:** The participants or units who receive access to the AI product or intervention being evaluated.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Control Group:** Participants or units deliberately withheld from receiving the AI product to serve as a comparison.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Evaluability:** The degree to which a product or program is ready for rigorous impact evaluation, including whether randomization or measurement structures can be feasibly implemented.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Product Dynamism:** The tendency of AI products to evolve during evaluation (through retraining or updates), which must be managed through version tagging and careful analysis.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Spillovers and Contamination**: When participants in the control group are unintentionally exposed to the AI product, potentially biasing results, mitigated through clustered or encouragement designs.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Cost-Effectiveness:** A measure comparing the magnitude of impact achieved relative to the cost of implementation, often used by funders to guide scaling decisions.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**External Validity:** The degree to which the results of an RCT can be generalized to other settings, populations, or time periods.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Attrition:** Loss of participants during an evaluation, which can threaten the validity and interpretability of results if not managed and reported transparently.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Theory of Change:** A logical model describing how an intervention is expected to lead to its intended outcomes, outlining causal pathways and assumptions.
{% endhint %}

</details>

<details>

<summary><strong>Tools</strong></summary>

{% hint style="info" icon="book-blank" %}
**Prompt Engineering:** The process of designing and refining prompts to elicit desired model behavior or output quality.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Promptfoo:** An open-source tool for testing, red-teaming, and securing prompt pipelines.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**DeepEval:** An open-source evaluation framework for automated model testing and guardrails.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**RAG (Retrieval-Augmented Generation):** An AI architecture that retrieves relevant knowledge before generating responses, improving factual accuracy and grounding.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**RAGAS Metrics:** A set of evaluation metrics for RAG systems, including Answer Relevancy, Faithfulness, Contextual Recall, Precision, and Relevancy.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Helicone / Langfuse / Traceloop:** Observability and telemetry platforms that capture prompts, model calls, costs, and latency for continuous evaluation.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**OpenTelemetry:** An open-source standard for collecting and exporting metrics, logs, and traces across systems.
{% endhint %}

{% hint style="info" icon="book-blank" %}
**Evidential:** A lightweight experimentation tool that automates randomization, tracking, and analysis for A/B or holdout tests.
{% endhint %}

</details>

***

{% hint style="success" icon="star" %}
**Note: This playbook can be used directly with AI tools like Claude, ChatGPT, and NotebookLM.** \
[***Explore how*****&#x20;>**](/additional-resources/using-the-playbook-with-ai-tools.md)
{% endhint %}

***

<details>

<summary>💬 Want to suggest edits or provide feedback?</summary>

{% embed url="<https://tally.so/r/A788l0?originPage=references%2Fglossary>" %}

</details>
