What it is
jevify is a Rust CLI that searches by meaning: it finds the error in a long log, a commit by description, or the command for a task. It works like a Unix tool, reading stdin and printing lines.
How it uses Jev
jevify uses Jev to make decisions: which line caused a failure (why), which item matches a description (pick), whether a statement is true (is), which command does a task (run), which git changes belong to a topic (add), and which folder a file belongs in (sort). Results are used as lines, commands, or exit codes.
Primitives:choicescorenoul
Technique worth stealing
Use Jev as a selector: describe what you want, get back a line, command, or folder with a confidence score.
Try it
cargo install jevify --locked, then run jevify health and cargo build 2>&1 | jevify why
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.71
- Shows a System One patternno0.09
- Handles uncertaintyno0.03
- Measuredno0.04
- Runnableyes0.97
- Worth recommendingno0.28
- Model replicano0.06
- Problem scopescore on a 0–2 scale1.94
- About Jevyes0.95
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 21 Sept 2026.