Nick Khami on X: you can make any open source model behave like jev with just a bit of inference
@skeptrune@skeptrunelisted 51m agoreviewed by Jevyou can make any open source model behave like jev with just a bit of inference engineering. it's shockingly easy. to prove it, we built a new endpoint we're calling deepseek-v4.1-flash-jev. see the demo below. here's how it's done: sglang (an inference engine) offers a scoring endpoint in addition to the normal generation one. in scoring mode, given an input & set of possible answers, it forces the model to produce probabilities for each one. example: > input: what is most common letter in abcccde? > possible answers: a, b, c > output: (c, 0.9), (b, 0.0.5), (a, 0.05) getting the above behavior instead of streamed output is as simple as using sglang's /v1/score endpoint instead of /generate. there's just one other trick required. for deepseek, you have to add a closing think tag before the response. this forces a direct answer instead of a reasoning trace. if you want reasoning, you can do that too, but imo that makes things too slow to be worth it. dsv4.1 flash is not as good as jev, but if we had enough spare compute to experiment with this same approach for a larger model then i think the decision quality would be at least as good, if not better. also, somewhat unrelated, i think decision-making models kill all prospecting & sourcing work. i would have absolutely killed to have jev or similar when i was recruiting @mintlify. absolutely incredible. ❤️ 1.3K likes on X
- Author
- @skeptrune
- Use case
- Open Source
- Added
- 2026-09-25
All figures come from the author. Check the source before you quote them.
More in Open Source
- apolinario (poli) on X: @flaviusburca congrats on the release, i've added it to the jev decision index 0▲ 0x.com
- apolinario (poli) on X: @XyneAI congrats on the release! i've included xor on the Decision Index 0.2 ben▲ 0x.com
- GitHub - draeder/Vej: A local Jev: calibrated yes/no, choice and score judgments from small NLI models, in the browser or as a Node server.▲ 0github.com
- Ed Plese on X: Jev but for images? I built a local model to try it out! 63ms for a 512x384 imag▲ 0x.com63ms
- WquGuru on X: Jev 发布才 8 天,开源替身已经一堆了,今天诺基亚也来蹭热闹了😅▲ 0x.com25ms
- GitHub - backant-io/jevelry: Use Jev everywhere to make & track decisions▲ 0github.com
Jev guides for this use case
- Open-source Jev: what is actually open, and what is notThe model is hosted, the tooling is open — the exact split, plus every open-source Jev repo in the directory.
- Wiring Jev into Claude Code and Codex via MCPPutting a decision model behind a coding agent: what MCP buys you, what to gate, and what we have not verified.
- Is Jev reliable? The honest limitationsWhat the no-hallucination claim really covers, where the accuracy ceiling sits, and the failure mode we hit ourselves.
Bid history
No bids yet — the first one takes this project straight to the spotlight.