Free · MIT · no signup, no telemetry

Eval Harness Starter Kit

Every episode ends the same way: "keep an eval harness warm." This is that harness — one file, declarative YAML cases, CI-ready. Run it in 5 minutes against any OpenAI-compatible endpoint.

What's in it

Quick start

unzip aiops-eval-kit.zip && cd aiops-eval-kit
pip install -r requirements.txt
cp cases.example.yaml cases.yaml        # edit with YOUR cases

export EVAL_BASE_URL=https://api.openai.com/v1
export EVAL_API_KEY=sk-...
export EVAL_MODEL=gpt-5.6-luna

python3 eval.py cases.yaml --json results.json

Why this matters

The week Ox Alpha dropped, the teams who could answer "should we switch?" in an afternoon were the ones with an eval suite already written. Cisco's numbers say 85% of enterprises are stuck piloting agents — reliability, not capability, is the blocker. A harness is the smallest piece of the boring reliability layer, and it compounds: every incident becomes a new case.

Pair it with the cost calculator to price the switch you just validated. New models covered weekly on This Week in AIOps.