📰 On September 15, TypeSafe AI released Jev. Surprisingly, within just 24 hours, about 13% of Vercel’s paying teams started using it, and Cloudflare, LangChain, and Langfuse also provided native support within a few days.
The most special thing about Jev is that it doesn’t handle chat at all. It doesn’t write articles or generate full answers—it only outputs probabilities, scores, and confidence levels. The question types are limited to true/false judgments, multiple choice, and rating.
🔥 This hits a common pain point in software automation: many systems only need to determine things like “Is this spam?” “Should we block it?” “Which route should we take?”—yet they first have to make the large model generate a paragraph, and then parse the result from it. Jev directly provides structured conclusions, reducing generation and parsing. That makes it better suited for high-volume calls in terms of speed, cost, and format consistency.
The official claim is that, for single-system tasks, Jev is 40 to 200 times faster than comparable large language models, with costs 40 to 400 times lower. In third-party tests, replacing the OpenAI model with Jev for safe command classification increased speed by 5 to 18 times. In another test, 60 AI Agents completed 13,200 decisions; Jev’s actual cost was $0.35, compared to $37.64 for leading models—a gap of about 107x.
💡 But it isn’t a replacement for chat models. Jev can only answer pre-designed judgment questions, and it provides stable output formats—but that doesn’t mean its judgments will always be correct. So-called “no hallucinations” is more about not generating unparseable content, rather than never mislabeling an email as spam.
TypeSafe AI was founded by former OpenAI researcher Diogo Almeida. The team also announced a $40 million seed round. Honestly, Jev feels more like a fast decision engine bolted onto software: it doesn’t need to be able to “talk”—it just needs to make fewer mistakes where decisions have to be made, and be cheap enough. In what kinds of products do you think this model will see large-scale adoption first?
#AI #Jev #大模型 #Developer Tools