A source-verified directory of 487 Jev projects — browser agents, model routers, SDKs and MCP servers — each one showing the exact decision it hands to Jev. Curated by the Awesome Jev community, mirrored here under MIT.
A Claude Code Stop hook that reads the turn transcript locally and calls Jev only when files changed and no check has passed, blocking an unverified “done”.
WHERE JEV FITS
Four questions: whether the closing message claims done, claims checks passed, whether verification applies, and a complete / partial / blocked / other choice.
Skips the model when a check already passed; every error path lets the turn end.
A commit-msg hook that scores the message against the staged diff with one Jev request of five Nouls and warns by default. Default blocking is a local regex belt on high-precision added-line hits; the secret_shaped Noul blocks only with --strict.
WHERE JEV FITS
Five Noul questions in one request: checkable message, hunk match, debug leftovers, unmentioned work, and credential-shaped added lines. Default blocking is the regex belt; secret_shaped participates only under --strict.
Turns commit-message review into thresholded probabilities instead of prose; API failures still allow the commit.
A browser extension that classifies YouTube caption segments with Jev, splitting requests when the segment or token budget is exceeded, paints five categories on the seek bar, and auto-skips those painted slices over the threshold.
WHERE JEV FITS
One Choice per caption segment among content, sponsor, intro, outro, self_promo, recap, and other. Painted categories sponsor, self_promo, intro, outro, and recap skip when probability is at or above the threshold; content and other never skip.
Works on videos nobody has labeled yet; with no captions it does nothing.
A Neovim plugin that asks a plain-language question of every function in the buffer and lists every Jev hit in quickfix, ranked by probability.
WHERE JEV FITS
Scores each Treesitter function against the user question, splitting across requests if the buffer does not fit. Every hit is listed in quickfix; only hits at or above the threshold get buffer marks.
Finds cross-language shapes that grep misses, and lands the ranked hits in the existing quickfix loop.
A community-maintained directory and radar for Jev, highlighting open-source projects with verified code and clear decision architectures.
What is Jev?
Jev is TypeSafe's decision model. This directory groups projects by how they use choices, scores and probability judgements, with implementation links to help you assess fit for your own task.
We prioritize open-source projects with clear Jev implementation evidence. Repositories without verifiable source code are excluded from the main directory.