What it is
DWIM is a macOS command palette for anyone in any Mac app: type what you want in plain words and it finds and runs the matching menu item, with no per-app setup.
How it uses Jev
DWIM reads the frontmost app's menu tree via the accessibility API and asks Jev one Noul (yes/no) per menu item against the user's typed request, all in parallel. If the top match clears a probability threshold it runs; otherwise a ranked list appears.
Primitives:noul
Technique worth stealing
Ask one yes/no question per candidate menu item in parallel, then act only when the top probability clears a threshold.
Try it
cd app && ./build.sh, then run DWIM --query Finder "zip these files" (add --run to press the top match).
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.95
- Shows a System One patternyes0.92
- Handles uncertaintyyes0.92
- Measuredno0.05
- Runnableyes0.90
- Worth recommendingunclear0.49
- Model replicano0.03
- Problem scopescore on a 0–2 scale1.02
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 21 Sept 2026.