Reliability

SkillDatabases & data

Run one analytics task through several fresh trials to measure what repeats and what varies. Use for reliability, repeatability, variance, or repeated-run requests. This measures stability, not correctness.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Reliability skill

What this skill tells your AI

The instructions your AI receives, as published by ai-analyst-lab/ai-analyst in .claude/skills/reliability/SKILL.md and read by ahel’s review.

What this answers

Does this named system configuration behave consistently on this task?

It does not answer whether the result is correct. A wrong analysis can repeat perfectly.

Run the evaluation

  1. Record the task, model, active data, available tools, system fingerprint, and the tolerance that matters for the decision.
  2. Use five fresh trials unless the user chooses another count. The trials must not share answers.
  3. Preserve completed, failed, blocked, error, and unparseable trials separately.
  4. Save the raw output from every trial.
  5. Use helpers.evals.reliability.measure_reliability for the calculation. Do not estimate agreement yourself.
  6. Report exact agreement and agreement within the named tolerance separately.
  7. State what changed if this is a comparison with an earlier run.

The deterministic CLI is available at python3 -m helpers.evals.cli run-reliability. Use it when the task can be executed noninteractively. Use --model claude-opus-4-6. Add --allow-code only when the task genuinely requires local code or data access.

Report

Lead with:

  • how many trials succeeded;
  • every normalized result beside its raw form;
  • exact agreement;
  • tolerance-based agreement;
  • what definitions or methods changed; and
  • what the evidence does not establish.

If the trials vary, locate the source before proposing a fix. If one definition or context change is made, freeze everything else and rerun the same task.

Signals

GitHub stars
297
Forks
137
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
reliability
Source
github.com/ai-analyst-lab/ai-analyst