questions: { requested: boolean, issued: boolean, route: choice, // +1 }
NanoJev
A nano replica of Jev: parallel decisions, dynamic candidates, and an end-to-end training pipeline.

Every project here really calls Jev in its source · refreshed daily
questions: { requested: boolean, issued: boolean, route: choice, // +1 }
A nano replica of Jev: parallel decisions, dynamic candidates, and an end-to-end training pipeline.
questions: { department: choice, return_reason: choice, requested_resolution: choice, // +2 }
tiny Jev-like model built on top of Qwen2.5-0.5B you can train and run on your MacBook
questions: { queue: choice, escalate: boolean, urgency: score, // +1 }
A small open decision model: state + typed questions -> calibrated probabilities. A Jev / System One re-creation on Qwen3.5.
questions: { intent: choice, needs_reasoning: score, }
The open-source System One decision model. Sub-15ms, non-autoregressive, local drop-in alternative to TypeSafe Jev.
questions: { department: choice, urgent: boolean, frustration: score, }
OpenDecision is an open-source semantic decision engine like typesafe's jev.
questions: { binary: boolean, rating: score, }
Replicating Jev with a local LLM
questions: { department: choice, frustration: score, is_urgent: boolean, }
Jev-compatible System 开源Jev
questions: { enabled: boolean, color: choice, progress: score, }
Local JEV-style decisions with DiffusionGemma on Apple Silicon, with benchmarks and coding-agent examples.
questions: { composition: choice, legibility: boolean, }
Image-native typed decisions with shared visual encoding and Qwen3-VL
questions: { billing: boolean, urgent: boolean, team: choice, // +1 }
Jev-like model inference engine + Jev-compatible API