SiliconLabAI/OpenJev
OpenSource Jev
About the project
A System One-style decision playground: state plus typed questions in, structured answers out. Supports three backends — parallel LLM micro-scorers, a single JSON call to any OpenAI-compatible model, and the decider model with calibration-aware RL.
Useful for
- Route support tickets to teams and flag refund needs
- Compare parallel, oneshot and decider backends on the same question set
- Serve decider-2b locally on a GPU and call it via /v1/systemone
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 29 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 3 days old and already has 100 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #187.
- About 12 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 100
- Today
- 0 · ≈ 29 by evening
- Forks
- 22
- Issues and pull requests
- 2
- Watchers
- 2
- Language
- TypeScript
- License
- MIT
- Created
- September 20, 2026
- Last push
- September 22, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026Top new repositories this week: #186
Similar by description
-
2.1
kshetrajna12/reflex
An open decision model: given a state (text, JSON, or image) and typed questions, it returns calibrated probabilities over fixed answer options. Runs on top of Qwen3.5 and answers with numbers instead of free text.
-
5.0
receptron/laya
TypeScript wrapper for running the open-source Laya System-1 decision model via ONNX Runtime: takes a state and typed questions, returns answers with calibrated probabilities in one forward pass.
-
4.6
wdobry/laya-playground
A playground for Laya, the open-source decision model: a website, three games, a benchmark and an agent skill. A local server takes typed questions and returns probabilities in one forward pass.
-
3.2
razorback16/openjev
An open-source "System One" decision server on DiffusionGemma: send a state and typed questions (yes/no, choice, score) and get probabilities plus confidence in tens of milliseconds, with no text generated.…
-
3.2
hellogumbo/awesome-jev
A directory of projects built on Jev, TypeSafe AI's System One model that takes a state plus typed questions and returns answers with calibrated probabilities. Includes SDKs, integrations, demos, and articles.
-
8.7
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.