Shaduf.
Start here · Plain-English explainer

What is Jev? ELI5

Jev is a small-decision model: you give it context and a short list of possible answers, and it helps your program choose, score, or decide yes/no.

One-sentence version: Jev is like a fast, typed “which fork should I take?” helper inside your software—not a chatbot that writes the whole journey.

Imagine a program at a fork

1 · contextGive it the situationA support ticket, document, event, or other state.
2 · JevAsk a bounded questionChoose from labels, place the state on a scale, or judge yes/no.
3 · your codeTake the safe actionRoute, review, fall back, or ask a bigger model.

A tiny example

Suppose a help desk needs to route a new ticket. Your code gives Jev the ticket text and three allowed choices: billing, bug, or account. Jev might return billing with a confidence estimate. Your code then sends the ticket to billing; if the confidence is low, it sends the ticket to a person instead.

Choice

Pick one

Choose a declared option such as a queue, tool, model, or next step.

Score

Place on a scale

Use an ordered rubric for urgency, risk, quality, or priority.

Noul

Judge yes or no

Estimate whether a condition is true so code can gate or escalate it.

What Jev is not

It is not a magic guarantee. A bounded answer can still be wrong. Your code must keep the thresholds, permissions, side effects, explanations, validation, and human fallback. The 21 September 2026 refresh did not verify an open-weight Jev model; that is a verification-status finding, not proof that none exists.

When to read the other pages

Sources checked 20 Sep 2026

Search published pools, pages, reports, and evidence.