Skip to main content
Design note. The pinned source implements field-level mutator comparison through LLMEvaluator. The broader layers below are recommendations, not bundled evaluators.
Start with the concrete Mutator evaluation, then add layers only where they answer a real product risk.

Suggested layers

Dataset shape

An evaluation case should identify:
  • pre-state;
  • input and message identity;
  • expected interpretive post-state;
  • accepted alternatives or tolerances;
  • expected canonical outcome, when resolution is in scope; and
  • relevant metadata such as language or interaction type.
LLMEvaluator currently compares exact best-value and confidence pairs. If your domain accepts semantic equivalents or confidence ranges, implement that policy deliberately instead of presenting the built-in score as a universal quality measure.

Reproducibility

Record source commit, model/client configuration, prompt revision, dataset revision, and environment. Separate deterministic comparison failures from provider or network failures. Report measured numbers with the sample, procedure, and uncertainty needed to interpret them.