eval · git:20260910.c4b91ef · 2026-09-10 · sha256 c9fc9f395aabddf1
eval git:20260910.c4b91efA
Immutable. This exact content is served forever at /api/v1/blob/c9fc9f395aabddf1.
--- name: eval description: Evaluate a named AI Analyst configuration across a frozen suite. Use when the user asks to run an eval suite, compare a change, inspect system accuracy, or run working, heldout, capability, or regression cases. --- # Evaluate the system ## Before running Name the exact system under test. Record its model, instructions, skills, agents, helpers, knowledge, workflow, tools, connector configuration, and data snapshot. Use one of these modes honestly: - Working mode supports iteration. Its references may be visible to the evaluator, but never to the child trial before its output is locked. - Course heldout mode sends locked outputs to the course-controlled grader. The expected results do not live in the student clone. - A local visible answer file is development material. Do not call it a secret heldout evaluation. ## Run 1. Load the question-only manifest from `data/evals/public/`. 2. Select the split and any named slice before the run starts. 3. Use `helpers.evals.controller.EvaluationController` to launch and record the trials. 4. Give each trial only its public task, permitted system files, permitted data, and permitted tools. 5. Lock every trial output before grading begins. 6. Grade deterministic criteria first. Keep model-based grades separate. 7. Preserve pass, fail, blocked, error, invalid, and unknown as different results. 8. Report every case and slice before discussing the aggregate. The local controller is available through `python3 -m helpers.evals.cli run-suite`. Use `--model claude-opus-4-6`. General code access is not required for routing or contract cases. When local data analysis requires `--allow-code`, state that local process isolation is not the same as course-heldout answer isolation. For a reviewed working suite with local references, lock the trial outputs first, then grade them with `python3 -m helpers.evals.cli grade-suite`. Pass the run ID, public manifest, and reviewed reference file. Never copy the reference file into the trial workspace. ## Compare a change Hold the suite, data snapshot, model, evaluator, tools, and trial count fixed. Name one intended system change. If more than one material input changed, label the comparison confounded rather than attributing the score movement. Use `--intended-change context` for a candidate context run. Do not expose expected values, reference queries, private grader prompts, or a heldout answer key in the report.