What it is
An experimental decision-first CSV cleaning tool for data engineers who need auditable, conservative repairs. It profiles issues, builds bounded repair candidates locally, and uses Jev to judge applicability and semantic safety before committing versioned snapshots.
How it uses Jev
Jev Choice selects an action, Noul returns P(applicable), and ordered Score returns P(risk level = 0/1/2) for each candidate. A deterministic policy gate accepts or abstains based on these distributions, expected risk, and snapshot eligibility; accepted candidates are executed and semantically postchecked.
Primitives:choicenoulscore
Technique worth stealing
Separate deterministic candidate generation from model judgment, then gate repairs with fixed policy thresholds and record full distributions.
Try it
uv run idac clean --input examples/data/dirty.csv --config configs/demo.yaml --output runs/my-first-run
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.94
- Shows a System One patternyes0.70
- Handles uncertaintyno0.08
- Measuredno0.04
- Runnableyes0.73
- Worth recommendingunclear0.48
- Model replicano0.04
- Problem scopescore on a 0–2 scale1.64
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 23 Sept 2026.