TheoLeeCJ/SemIf-OpenJev
Semantic ifs from open models, on a 3090 at home. Independent; not affiliated with Jev or TypeSafe.
About the project
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.
Useful for
- Route support tickets to queues by reading model logits directly
- Benchmark direct logit readout against autoregressive JSON generation on a 3090
- Reuse one long state across 21 criteria via shared mode
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 101 stars so far today, about 222 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 7 days old and already has 4,024 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this month: #18.
- Hacker News: “OpenJev” — 720 points, 5 days ago.
- About 39 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
- 4,024
- Today
- 101 · ≈ 222 by evening
- Forks
- 266
- Issues and pull requests
- 36
- Watchers
- 12
- Language
- Python
- License
- MIT
- Created
- September 16, 2026
- Last push
- September 21, 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.
Hacker News discussions
- OpenJev720 points, September 18, 2026
Spotted in
- September 23, 2026Top new repositories this month: #18
- September 22, 2026Top new repositories this week: #7; Top new repositories this month: #17
- September 21, 2026Top new repositories this week: #5; Top new repositories this month: #20
- September 20, 2026Top new repositories this week: #4; Top new repositories this month: #30
- September 19, 2026Top new repositories this week: #3; Top new repositories this month: #40
- September 18, 2026Top new repositories this week: #3; Top new repositories this month: #47
- September 17, 2026Top new repositories this week: #7
Similar by description
-
2.4
hr98w/jev-visual
An educational project for running vision-language model inference on Apple Silicon via MLX: answers multiple questions about one image by choosing options or scoring levels, without autoregressive generation.
-
9.0
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.