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.
1. Evaluates the configured dataset and measures uncertainty.
2. Selects ambiguous rows plus a random audit sample for you to label.
3. Uses your accumulated labels and optional rationales to run GEPA.
4. Shows the score, certainty change, and proposed definition diff.
5. Lets you accept, reject, rewind, or resume later.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
A Python CLI and Codex Skill that recommends a suitable installed skill for the current task using TypeSafe Jev Choice and Noul checks without executing candidate skills.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Ranks text along a plain-English criterion using pairwise Jev Noul comparisons and a locally fitted Bradley-Terry scale.
WHERE JEV FITS
Jev judges whether text A ranks higher than text B on the supplied criterion; local code schedules comparisons and fits a Bradley-Terry scale with standard errors.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Rule-based CLI and agent skill that evaluates text and markdown files against custom rulesets for AI slop, grammar, and technical doc quality using Jev scores and line-by-line violation flags, then guides an AI agent to auto-fix violations.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
JEV never writes a review or changes a specification. It returns typed decisions and probabilities; deterministic Python code decides whether to pass, request review, or block.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Don't burn your expensive main model on grep-and-guess grunt work — let jev rank the whole repo, and save the main model for reading the right files and writing the right code.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Use it to assess unfamiliar instrumentation, review candidates for reduced retention, and selectively filter metrics before they reach a primary backend. Inference runs asynchronously, and cached assessments let subsequent batches use the same decision without another API call.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
I kept watching coding agents burn context on decisions that aren't hard - triage 400 tickets, tag 600 files, route to one of six teams. jev-mode moves those verdicts to a typed-judgment model. I A/B'd it: 78% fewer tokens, 16x less work-attributable input, accuracy 96.1% vs 93.7%. Python, no deps, MIT.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
**Jev scores 77.0%; Qwen3.5 2B with a 2,048-token thinking budget scores 82.0%;
Qwen3.5 4B with the same budget scores 96.7%.** This small benchmark makes Jev's
observed reasoning limits tangible through nine local-model settings.
WHERE JEV FITS
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
A GitHub Action that compiles `.jev.yml` rules into Jev questions and fails, comments, or passes from the numbers.
WHERE JEV FITS
Rules become at most twelve questions (`MAX_JEV_QUESTIONS` in src/types.ts). AKIA and private-key armor from src/redact.ts fail locally in src/pipeline.ts with no Jev call.
Does not write reviews, suggest patches, or approve. Policy is read from the base-ref config.
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.