What problem does it solve?
Eval-harness fixes the problem of shipping AI-assisted changes without objective proof that the agent meets requirements, stays reliable, and doesn’t regress over time.
Core Features & Use Cases
- Eval-driven development workflow: define expected behavior before implementation, run evals during development, and track regressions as prompts/agents change.
- Capability and regression evaluations: create capability evals to validate new behavior and regression evals to confirm existing functionality remains intact.
- Grader options for different certainty levels: use deterministic code-based graders, rubric-style model-based graders, and human review gates for ambiguous or security-sensitive outcomes.
Use cases: designing release gates for prompt/agent updates, building regression suites for EDD workflows, benchmarking reliability across model versions using pass@k/pass^k metrics, and producing structured eval reports for stakeholder review.
Quick Start
Ask the AI to create an EDD eval definition for feature authentication and include capability, regression, and pass@3/pass^3 success thresholds.