TypeSafe AI has introduced Jev, a model designed to score predefined options and return probabilities rather than compose messages or code. A developer supplies questions and allowed answers; Jev might label a customer request as a payment issue and estimate whether the customer wants a refund, while conventional software decides what happens next.

The startup says responses take 70 to 500 milliseconds because the model evaluates outputs in parallel instead of generating prose token by token. That could make it useful for request routing, buying-intent detection, escalation decisions or checks applied before another model sends a response. It does not verify underlying facts by itself: a refund label, for example, still has to be checked against transaction records.

Conventional language models can already return fixed schemas, so speed and classification quality—not the response format alone—will determine whether Jev is useful. The published comparisons cover four workflows created by TypeSafe and use other models’ answers as references rather than independently verified labels. They also omit some newer competitors. Jev therefore represents a focused architectural bet, not established superiority. Its practical appeal is that narrow judgments can be inserted into deterministic software with explicit review thresholds, avoiding the cost and unpredictability of asking a general chatbot to write an answer when the application only needs a decision.