notjev turns any local LLM into a 23ms decision engine with one token and logprobs

n8tz · reddit · 2026-09-22

A developer released notjev, a small Node library that turns any OpenAI-compatible model into a fast System 1 decision engine: instead of generating text, the model outputs a single letter token (A/B/C...) with logprobs enabled, keeps only the option-letter probabilities, renormalises them, and returns a verdict, probability, margin, and a tunable abstention threshold.

Key points:

Repo: github.com/9pings/notjev

Original post →

More from coding & agent

coding & agent channel →