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.
Requires Python 3.9+ and a modern browser with module workers and OffscreenCanvas
(current Chrome, Edge, Firefox, or Safari). No packages, build step, or Node installation needed.
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.
Custom nodes for using Jev's text interpretation and judgments in ComfyUI. Use natural-language instructions to select candidates, evaluate conditions, score text, or extract numbers, then pass the results to other nodes. Jev judgments use the TypeSafe API by default.
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 can't generate text. So I made it talk anyway. A conversational interface built from probabilistic decisions and a deterministic language compiler — no generative LLM.
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.
TypeSafe's `/v1/systemone` endpoint classifies text — it returns a `choice`, a
`score`, or a probability. It does not generate prose. This library makes it
generate prose anyway: every word of the answer is a separate `choice` question
over a vocabulary, and the loop feeds its own output back in as the prefix.
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 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.