kshetrajna12/reflex
A small open decision model: state + typed questions -> calibrated probabilities. A Jev / System One re-creation on Qwen3.5.
About the project
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.
Useful for
- Auto-route support tickets to teams using a confidence threshold
- Score urgency and sentiment of a message without parsing free text
- Run a local /v1/systemone HTTP server as a drop-in for TypeSafe's hosted Jev API
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 25 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 2 days old and already has 62 stars.
- Top new repositories this week: #177.
- Recent forks include notable developers: @sbusso (300 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 62
- Stars in a day
- 25
- Forks
- 4
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Python
- License
- MIT
- Created
- September 17, 2026
- Last push
- September 18, 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 19, 2026Top new repositories this week: #175
Similar projects
-
8.0
TheoLeeCJ/SemIf
An open reproduction of the Jev-style semantic decision interface: reads typed option probabilities directly from a 4B model's logits without generating text. Runs on a single RTX 3090.
-
6.9
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).
-
6.8
Continuum-AI-Corp/OrcaBonsai-27B-Uncensored
A tool for runtime refusal ablation in the compressed Ternary Bonsai 2 27B LLM: it projects the residual stream to remove the refusal direction without modifying or re-quantizing weights. Runs on Apple Silicon via MLX.
-
5.8
jaredpalmer/kev
kev is a LoRA adapter with a small readout head on top of Qwen2.5-0.5B that answers many typed questions about a document in a single forward pass, returning calibrated probabilities instead of text.
-
5.5
vinnylarouge/jevlike
A small trainable model that picks one option from a changing list of text options in a single forward pass, an open alternative to TypeSafe's Jev. Aimed at developers who need fast classification or menu selection…
-
5.4
zhengkid/Dream-RSI
Research project on recursive self-improvement: past discovery histories become a replay simulator used to evaluate and refine exploration policies. Code is still being prepared; paper and demo are available.