jev: give any coding agent (Claude Code, Codex, OpenCode) a calibrated gut check. A zero-dependency CLI + a global skill that wraps TypeSafe's Jev decision model, so an agent can classify, filter,… A developer released jev, a zero-dependency Python CLI and library that wraps TypeSafe's Jev decision model so coding agents like Claude Code, Codex, and OpenCode can classify, filter, rank, or verify hundreds of items in a single ~250 ms call without loading them into context. The tool returns calibrated probabilities for yes/no, choice, and rubric-score questions at $0.042 per million input tokens, and ships with usage and cost tracking, a one-line installer, and documentation of a measured pitfall the vendor docs omit. | | /usr/bin/env python3 | | | """jev: calibrated, typed decisions from TypeSafe's Jev model, for agents. | | | | | | Jev is a "System One" model. It does not generate text. You hand it a STATE | | | text or JSON and typed QUESTIONS, and it returns typed answers with | | | calibrated probabilities in ~250 ms for $0.042 per million input tokens. | | | | | | noul yes/no - probability that the answer is yes 0..1 | | | choice pick one - chosen option + probability per option + confidence | | | score rate on rubric- position on your ordered levels + confidence | | | | | | Progressive disclosure: | | | jev short help this | | | jev guide the agent playbook: when to use it, how to ask, how to read | | | jev guide