An eval suite for an LLM app does:
ASpeeds up generation
BReduces token cost
CReplaces the model itself
DAuto-checks output quality on a golden set
Answer & Solution
Correct answer: D. Auto-checks output quality on a golden set
Evals run a golden input/expected set against every change so quality regressions are caught before they ship.
Related questions