Jev is a masterclass in productizing research and taking that product to market to optimize adoption. Jev is an agent support tool from TypeSafe AI that took over social media this weekend. It’s built to make small, structured decisions inside a larger agentic harness or software platform. Its architecture makes it faster and much less expensive than LLMs for a range of decision types. (View Highlight)
Everything about Jev is a play on words. Jev is short for Jevons and references Jevons’ paradox: usage climbs as cost drops. The marketing is clever, and it is working. 13% of Vercel’s paid AI Gateway teams used Jev within the first 24 hours of its release. It has really captured builders’ imaginations, and there is obvious utility. (View Highlight)
But I haven’t seen anyone explain the bigger picture. The implementations that are going viral only scratch the surface of what Jev was built to do. TypeSafe AI built Jev to showcase their System One model capabilities. They are a category of models that expose simple-seeming primitives. (View Highlight)
They take a state and questions about the state as input. It predicts the answers. They call it “a classifier attached to a transformer.” Said simply, you supply the information and define the possible answers. Jev’s model returns a choice, score, and/or probability set that software or agents can act on. In my Harness, Loop, and Graph series, I explained why letting the LLM make open-ended decisions results in low reliability. Jev is a clean way to prevent that from happening, making it a valuable addition to early-maturity agentic harnesses. (View Highlight)
In my framework’s early maturity phases, I rely on lightweight taxonomies to support decision-making. Jev uses its System One models to do the same things. Both approaches require some information, but handle the reality that you often don’t get enough information for an agent to act reliably with LLMs alone. The special thing about Jev is how well its classifier generalizes to a wide range of decision domains. (View Highlight)
Jev supports three question types: multiple choice that returns probabilities and confidence for each choice (RIP your multiple-choice tests, professor), score that rates answers against a rubric, and noul (binary or yes/no). You can evaluate multiple questions against the same state or initial question. (View Highlight)
The pattern has legs, and Jev demonstrates a solid approach to multiple agentic challenges. This is where I don’t see enough coverage, so in this article, I will get deeper into why what you’re seeing in early applications isn’t all that TypeSafe AI is building for. (View Highlight)
TypeSafe AI’s founder, Diogo Almeida, left OpenAI to build in a direction that OpenAI wasn’t interested in at the time. He researched and engineered methods behind instruction-following models. His thesis is that automating long-chain workflows requires models that are architected to return decisions that a downstream software or agentic platform can act on. (View Highlight)