What problem does it solve? It provides objective, repeatable measurement of AI agent and prompt quality, replacing subjective judgment with deterministic graders, LLM judges, and statistical metrics like pass@k and pass^k. ## Core Features & Use Cases - Multi-Grader Evaluation: Combines deterministic scorers (string match, binary tests, static analysis) with model-based graders (LLM rubrics, natural language assertions, pairwise comparison) and human review. - Suite & Failure Management: Converts real agent failures into regression test tasks, manages capability and regression suites, and detects saturation to graduate suites automatically. - Model and Prompt Comparison: Runs A/B prompt tests with position swapping and multi-model comparisons with statistical significance reporting. - Use Case: After an agent edits the wrong file in production, log the failure, convert it into a regression task, and run the suite on every future change to prevent recurrence. ## Quick Start Run the regression-core eval suite and update my ALGORITHM ISC row 3 with the results.