Skip to content

Research

Jev is closed-weight with no paper. The community reverse-engineered the inference shape in days — but the RLCD calibration training remains the real moat. Below: reproductions, and the independent evaluations that test the official claims.

Open-source reproductions (training pipelines)

ProjectWhy it's worth your time
TheoLeeCJ/SemIf2.1kZero-training "semantic if" on an RTX 3090: read option logits from Qwen3.5-4B. 20 decisions/s with shared-prefix reuse; 0.845 agreement vs Jev's 0.883 on the public subset
vinnylarouge/jevlike1kThe first viral reimplementation; options-as-queries attention pooling. Explicitly not an RLCD reproduction
TianyuCodings/NanoJev1.2k0.6B end-to-end training pipeline with paired proper-reward learning — closest public thing to RLCD. Chinese-friendly docs, weights + data on HF
jaredpalmer/kev692API-compatible with /v1/systemone. The money stat: −1.8pp in-distribution but −19.1pp OOD vs real Jev — proof calibration training is the moat
arnabgho/rlcd-lite1GRPO + Brier reward reimplementation; key ablation: proper-scoring-rule rewards produce calibration, binary rewards destroy it
DECRUX9812/openjev-lm1Cheapest entry point: LoRA on CPU in 89 min at $0, 92.9% answer agreement with the API

More: LightJev · jev-visual · razorback16/openjev · typed-decisions · openJev-verdict-2.0

Inference-layer reimplementations (no training)

ProjectWhat it does
ekzhang/openjev-sglang206Qwen3.6-35B-A3B + SGLang, prefill-only with radix cache, full official HTTP API
AlexWortega/openjevFirst open weights; Qwen3.5-4B as a 3-class NLI cross-encoder, zero-shot Doom
bnsd55/jevmlx40Apple Silicon MLX
r-ms/mini-jev26Frozen Qwen3-4B, option-letter logits
Trecto34/openjev-fighting-ring0Puts Diffusion/RLCD/Block-Causal/NLI approaches in one arena

Large-scale / pre-registered evaluations

EvaluationFinding
willkelly/jev-evaluation9 adversarial experiments, 123,805 requests, $12.69: calibration ECE 0.075 in-domain but fails OOD (random 3-SAT); polite authority injection moves 147/200 answers; batching 255 questions is genuinely free
exs-brady/jev-eval-evidence55,347 typed judgments, Jev vs 10 LLMs + keyword/regex floors, pre-registered with a blind cross-family replication
ickma2311/jev-baselines-evalBanking77/CLINC150: Jev 0.832/0.870, but a 9 ms bge-small + logistic-regression baseline hits 0.933; measured latency only 2.2× vs a nano-LLM — classical baselines still win some lanes
Fox-Islam/jev-bias-benchCounterfactual bias bench, 11,984 calls: 29 persona attributes across hiring/lending/clinical/bail scenarios, with noise floors and negative controls
kokuren333/jev-jmle-benchmark9 years of Japanese Medical Licensing Exams (3,556 items): 88.58%; companion manuscript on medRxiv
scienthoon/jev-ood-calibrationOpenBookQA 94.2% / ECE 0.024, but on an unknowable rule-based task 44.7% acc with stated p 0.74 — miscalibration sign flips by question type
EmilLindfors/jev-horingssvar-evalNorwegian hearing documents: equal accuracy to DeepSeek V4.1 Flash at $0.22 vs $3.08 / 1k docs, 0.32 s vs 26 s median

Focused task evals

EvaluationFinding
anisselbd/jev-phishing-benchNaive question: 62.6% (regex: 91.8%). Atomic decomposition + logistic regression: 95.0%
bitnovus/jev-spam-eval98.3% on 18.5k emails ≈ TF-IDF, but 97.3% vs 72.5% under distribution drift — drift robustness is the real edge
mahlernim/jev-korean-benchmarkReading comprehension nearly lossless; input reordering changes 13–14% of answers
rorshopping/jev-on-a-laptopA 1.5B model can't write 28-field JSON but makes 28 schema-valid decisions in 0.4s; 7B is the sweet spot
jev-pokerOnly 63% agreement with a solver, inverted confidence — feed it pre-digested intermediate conclusions

More: jev-banking77-experiment · jev-vs-open-decision-models · mnist-text-input · jev-ja-eval · jev-decision-benchmarks · does-jev-confidence-mean-anything · decision-model-benchmark · jev-capability-atlas

Deep dives & reports

PieceWhy read it
sgnt.ai — "You could have built Jev"Best technical explainer; reconstructs the single-token-logit recipe and cross-tabulates the reproduction results
HackSing/jev-report52-page independent research report (中文)
mizzlelover/jev-hubAggregator of 714 X posts (226 demo videos, 114 long-form) from launch week — the entry point to the video firehose
掘金:发布 3 天登顶 HN,我把 Jev 的源码和黑料都扒了一遍Vercel AI SDK source dive (中文)
lindfors.no — A first look at JevCareful first-principles cost/latency measurement on real documents
ic.work:TypeSafe 发布 Jev 模型Skeptical take (中文)

More: ickas.dev · southbridge.ai · classmethod · mikulskibartosz.name

Other awesome lists