LLMQA

LLM Quality Assurance — evaluate models like software you can test

Open source · MIT licensed

About LLMQA

LLMQA treats LLM quality the way engineering treats software quality: measurable, versioned, and gated. It exists so a model or prompt change can't silently degrade what you ship.

Why it exists

Shipping with LLMs means quality is a moving target — a new model version, a reworded prompt, or a fresh temperature setting can quietly break behavior that used to work. LLMQA makes that regression visible and blockable: define a golden dataset once, score every change against it, and fail CI when quality drops. It's the automated version of the kind of manual, case-by-case model evaluation that otherwise doesn't scale.

Design principles

Open source & contributing

LLMQA is MIT-licensed and built in the open. Issues, ideas, and pull requests are welcome — new metrics, new providers, more golden-dataset cases, or docs. The deterministic mock providers mean the full test suite and CI gates run for free, without any API key.