Fast diagnostic sequence
- Verify the source revision, package lock, protocol version, and task manifest.
- Compare expected and observed trial IDs.
- Count every outcome and exclusion from raw records.
- Recompute the summary in a clean environment.
- Regenerate charts from that summary.
- Compare checksums with the versioned release.
- Review logs for credentials or customer content before sharing artifacts.
Symptom guide
Missing trials
Do not impute a pass or silently drop the row. Classify why the expected trial is absent:- never scheduled;
- infrastructure unavailable;
- provider refusal or rate limit;
- runner crash;
- timeout;
- result parse failure; or
- evidence rejected by validation.
Incomparable environments
If source, model, provider, region, prompt, budget, tools, or evaluator differ, the runs may still be useful individually but not as a controlled comparison. Create an environment-difference table and either:- rerun under compatible conditions;
- narrow the claim to each configuration; or
- label the result observational and identify the confounders.
Flaky evaluators and parsers
- Retain the original model output and parser version in protected evidence.
- Test the parser against fixed valid, invalid, truncated, and adversarial fixtures.
- Keep
parse_errordistinct from task failure. - Use dual review or adjudication for subjective rubrics.
- Report evaluator agreement and unresolved judgments.
- Version any rubric change and rerun the affected sample deliberately.
Chart or generated-page drift
In the public docs repository:Escalation bundle
Share only a redacted bundle containing:- artifact/release identifier and checksums;
- source revision and clean/dirty state;
- protocol and task-manifest versions;
- expected, observed, missing, and excluded trial counts;
- failure-class counts;
- generator and evaluator versions;
- exact failing command and safe error text; and
- the claim you were trying to evaluate.
Reproduction workflow
Rebuild a published artifact from pinned lineage and verify raw-to-summary
parity.
Interpret results
Keep counts, failures, resources, uncertainty, and claim boundaries visible.