mmastrac/djev
Jev-style structured decisions on DiffusionGemma: the example server from vLLM PR 57250
About the project
A server wrapper over vLLM for structured reads on the DiffusionGemma diffusion model: given a question schema it returns answer distributions (yes/no, choice, score, spans) and implements the Jev decision API.
Useful for
- Deploy a service to extract answer probabilities from ticket text against a given question schema
- Get span answers as exact substrings of the source text without the model generating new values
- Front the port with an OpenAI-compatible router and call /v1/systemone by model name
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 8 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 4 days old and already has 77 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 77
- Today
- 0 · ≈ 8 by evening
- Forks
- 8
- Issues and pull requests
- 11
- Watchers
- 0
- Language
- Python
- License
- Apache-2.0
- Created
- September 21, 2026
- Last push
- September 24, 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 25, 2026Top new repositories this week: #200
Similar by description
-
0.8
Davipar/djev-dev
An open implementation of small typed decisions (yes/no, choice, score) on DiffusionGemma and vLLM, with native image and camera input. It reads allowed-label probabilities instead of generating prose or JSON.
-
2.6
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.…
-
1.2
mmastrac/djev-spark
Container recipe for running DiffusionGemma 26B-A4B (NVFP4) on a DGX Spark with vLLM and a structured-decision server exposing Jev's /v1/systemone API.
-
2.8
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…
-
1.7
itsmostafa/typesafe-mcp
A Go MCP server that gives AI agents access to TypeSafe's Jev model: instead of parsing prose, the agent gets typed answers with probabilities it can branch on. One-command setup for Claude Code, Claude Desktop, Codex,…
-
4.3
allebee/jevk5
An open-weight alternative to TypeSafe Jev: given a state (ticket, log, policy, diff) and a yes/no, choice, or score question, it returns a probability for every option in one forward pass with zero generated tokens.…