Latest run
How the harness worksfrom packages/ai/src/evals/run.ts
- Real pipeline, live model. Golden scenarios run through the exact
runTutorTurnpipeline the product uses; the DB is an in-memory double, but the model calls are live. - Dual-scored. Mechanical checks first (a
mustNotContainlist, crisis must surface988 / findahelplineand be reported), then a reasoning-tier LLM judge (EVAL_JUDGE_V1) scores the rubric. - Zero-tolerance leak gate. Any answer leak in an assessment or answer-extraction context fails the run outright; overall pass-rate threshold is ≥90%.
- Refuses to fake a pass. A missing
ANTHROPIC_API_KEYis a hard failure, not a skipped test.
By category
| Category | Passed | Leaks | Pass rate |
|---|