> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create and validate evaluators

> Interpret traces, define success criteria, and build code and LLM-as-a-judge evaluators calibrated against human judgment.

Evaluation turns raw traces into measurable judgments of quality. Interpret what your traces reveal, define the criteria that separate a good response from a bad one, and build evaluators, both code-based and LLM-as-a-judge, whose scores you can rely on.

## Interpret traces and define success criteria

<Frame>
  <video src="https://storage.googleapis.com/arize-assets/doc-images/Learn/episode%205.mp4" controls />
</Frame>

Read what your traces reveal and establish the criteria that distinguish a good response from a bad one.

## Code-based evaluators

<Frame>
  <video src="https://storage.googleapis.com/arize-assets/doc-images/Learn/episode%206.mp4" controls />
</Frame>

Score outputs with deterministic checks for criteria that don't require a model to judge.

## LLM-as-a-judge evaluators

<Frame>
  <video src="https://storage.googleapis.com/arize-assets/doc-images/Learn/episode%207.mp4" controls />
</Frame>

Use an LLM to assess qualities that are difficult to capture in code, and write judge prompts that produce consistent scores.

## Evaluation anti-patterns

<Frame>
  <video src="https://storage.googleapis.com/arize-assets/doc-images/Learn/episode%208.mp4" controls />
</Frame>

The common mistakes that make evaluations misleading, and how to avoid them.

## Validate your LLM judge

<Frame>
  <video src="https://storage.googleapis.com/arize-assets/doc-images/Learn/episode%209.mp4" controls />
</Frame>

Calibrate an LLM judge against human judgment so you can rely on its scores.

## Up next

<Card title="Experiment, monitor, and export traces" href="/ax/learn/getting-started-with-ax/ongoing-improvement" icon="chart-line">
  Prove changes with experiments, evaluate production traffic, and turn failures into fixes.
</Card>
