Zenaique
Glossary · Evaluation

LLM Evaluation

Also known as: LLM eval, Evals

Measuring whether an LLM does what you want, beyond "looks fine to me".

The practice of measuring LLM quality across dimensions like accuracy, fluency, faithfulness, safety, and latency. Combines automated metrics (BLEU, ROUGE, BERTScore) with human evaluation and LLM-as-judge approaches.

In practice

The most under-prepared interview area. Be ready to design a real eval harness (golden set, LLM-as-judge, regression tracking) for a specific product.

Comparisons that include LLM Evaluation

Related topics

Related terms