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.0.tar.gz (9.7 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.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: delphik-0.1.0.tar.gz
  • Upload date:
  • Size: 9.7 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.0.tar.gz
Algorithm Hash digest
SHA256 a42dbb5f2b37befd488782ec556fff5551e156652e366bc39224df7b74495987
MD5 d4c24cb818a555ec0b946d5a8949dba4
BLAKE2b-256 fd2a340b23ce34a662d0f8b6a0d09732b5dca5f5af3649b8d02fc93a3058ebcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: delphik-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 28d4d3e20afe19dd3cfc3f9b5a90a9cd0215566fe3d410d34e5d6e12452734b7
MD5 f11c80b8aab272a6ff91caaf53afae1e
BLAKE2b-256 ae9262c042ef2da1b1c60f9adef540b8510fb3a6ee93539f5b12047008c908fa

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