Skip to main content

Pull the open benchmark-defect set into your terminal and run a fair, pinned eval.

Project description

delphik

Pull the open benchmark-defect set into your terminal, hold out the broken tasks, pin the version, and run your own fair eval.

delphik reads the open defect store (github.com/delphik-ai/open-defect) and tells you which tasks of a benchmark are currently broken or have a fix in flight — so you can exclude them and compare models on the same clean set.

Install

pip install delphik        # (or: pipx install delphik)

No configuration needed — it reads the public open-defect repo directly.

Use

# what's broken or in-flight in a benchmark right now?
$ delphik defects swebench-verified
swebench-verified  @ main
● 36 found    22 fixing    49 tasks held out
  + 13 benchmark-level caveats (whole-benchmark; can't hold out per task)

# list the benchmarks in the store
$ delphik benchmarks

Run a clean, pinned eval with Harbor

--exclude-args prints Harbor -x <task> flags, ready for command substitution:

harbor run -d swebench-verified@2.0 \
  $(delphik defects swebench-verified --exclude-args) \
  -a claude-code -m <model>

Harbor excludes the held-out tasks (-x / --exclude-task-name) and pins the benchmark version (-d name@version), so any two runs are compared on the same clean, versioned set.

Reproducibility

The held-out set is a snapshot of an open-defect commit. Pin it with --ref:

delphik defects swebench-verified --ref <commit>     # reproducible set
delphik defects swebench-verified --refresh          # re-pull latest

What counts as "held out"

  • held-out tasks — task-specific defects that are found (open) or fixing (fix in flight). These are excluded from a fair eval.
  • benchmark-level caveats — defects in the harness/grading/dataset that affect the whole benchmark. They can't be held out per task, so they're reported separately, never folded into the count.
  • fixed tasks are healthy again and are not held out.

Options

flag meaning
--unresolved held-out set (found + fixing) — the default view
--exclude-args print -x <task> args for $(...) into Harbor
--json emit the full DefectSet as JSON
--ref <ref> read the store at a branch/tag/commit (default: main)
--refresh re-download the store snapshot
--repo <path> read a local delphik-open-defects checkout (dev)

Data is open under CC BY 4.0. Apache-2.0 code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

delphik-0.1.1.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

delphik-0.1.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file delphik-0.1.1.tar.gz.

File metadata

  • Download URL: delphik-0.1.1.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for delphik-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8a0cb38022add9bae28532a04df7f7e9e33c188d9848ed1c70111f7f3029c2c6
MD5 2f54f1f5dab197c08f82ba2da1f90375
BLAKE2b-256 6ee8d19b468f70d6fedb4851f3f96e40df2c3367b1bafd44a4bdddb51e1a6966

See more details on using hashes here.

File details

Details for the file delphik-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: delphik-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for delphik-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 052968f6cfbe9cad5ae99dbb8ba319ec85506a64b57af63a02d5a42a4ba75ad0
MD5 6c0d62ab9ee00ba7d020ca73b042556c
BLAKE2b-256 0335de6c9c71e1dfefc73909e658a61c6a0bb370ed21ee2020d0a5b72ff32824

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page