malevrigns/agent-jev
AgentJev-0.6B - a fast 'System One' decision model for AI Agents: feed it any unstructured state (diffs, traces, logs) and structured questions, get calibrated probability distributions back in one ~50ms forward pass. Zero output-token decoding.
About the project
AgentJev-0.6B is a specialist decision model for AI agent loops: it takes unstructured state (diffs, traces, logs) plus typed questions and returns a probability distribution over options in a single forward pass with zero token decoding.
Useful for
- Use it as a gate in an agent loop to decide whether tests passed without calling a large LLM
- Pick the next tool from a set of options based on the current task state
- Score whether a command is safe to run via a boolean question with a probability threshold
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 129 stars so far today, about 178 expected by the end of the day.
- The repository is 1 day old and already has 126 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #163.
- About 32 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
- 126
- Today
- 129 · ≈ 178 by evening
- Forks
- 6
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Python
- License
- Apache-2.0
- Created
- September 21, 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 22, 2026Top new repositories this week: #163
Similar by description
-
5.5
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.
-
2.3
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.
-
9.2
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.
-
5.9
Rizzo-AI-Academy/rizzo-flow
A local-first implementation of the Jev idea: an LLM returns typed decisions (boolean, choice, score, numeric) with probabilities in a single forward pass, without generating tokens. Compatible with the TypeSafe HTTP…
-
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.
-
5.2
TianyuCodings/NanoJev
A nano replica of Jev built on Qwen3-0.6B that outputs probability distributions over candidates in a single forward pass with no token decoding, plus a training pipeline and game demos (maze, Snake).