AIToday
Large Language ModelsAI Coding AssistantsTHE DECODERPublished: Sep 17, 2026, 01:00 JST

TypeSafe AI's Jev skips text, scores options in 70ms

TypeSafe AI's Jev skips text, scores options in 70ms

3 Key Points

  1. What happened

    TypeSafe AI introduced Jev, a classification-only model that scores developer-defined options instead of generating text, with response times of 70 to 500 milliseconds and pricing of $0.042 per million input tokens.

  2. Why it matters

    Jev is aimed at background sorting tasks such as tagging a payment complaint and flagging refund requests, and at pre-checks on an AI assistant's draft answer, so this kind of judgment could be done far faster than with chatbots.

  3. What to watch

    TypeSafe's published tests compare four of its own workflows against other AI models' responses rather than independently verified correct answers, and GPT-6 Astra is absent from those evaluations, so buyers will need to measure quality on their own tasks; developers get access first through a waitlist.

WHO IT HITSSoftware teams that embed model calls into products — support routing, sales-intent tagging, AI-assistant guardrails — are the audience here, since Jev is designed to make many small, cheap judgments behind the scenes rather than to converse with end users.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

Jev is unusual less for its technology than for what it refuses to do. Co-founder and CEO Diogo Almeida worked at OpenAI and is among the authors of the InstructGPT research that laid the groundwork for ChatGPT, and his new startup has stripped away the part of a language model most users interact with: the writing. Developers define the questions and the permitted answers, and Jev returns only a label and a probability. The company says it reaches this by skipping step-by-step text generation and computing several outputs in parallel, which is why adding more questions in the same call barely increases response time.

The speed advantage matters because it changes where such a model can sit. TypeSafe's example workflows describe checks before every response from an AI assistant — did the draft contradict the conversation, did it promise a refund not recorded on the account — as well as sorting requests by topic, spotting buying intent, and judging when a human should take over. In its store example, the software attaches fixed rules to Jev's labels: payment issues go to accounting, refund requests get flagged, unclear cases go to a staffer. Jev supplies the assessment; the surrounding program decides what happens.

The catch is that preset categories and data structures are not unique to Jev — OpenAI offers Structured Outputs for the same purpose — so TypeSafe would need to match competitors on quality, not just speed and cost. Its published evaluations compare four workflows it built itself against responses from other AI models rather than independently verified correct answers, and GPT-6 Astra does not appear among them. Whether Jev's judgments hold up on a given company's tasks looks like the test that decides its usefulness.

FAQ
What is Jev actually used for?
It scores developer-defined questions and preset answers inside other software. TypeSafe's documentation describes an online store tagging a complaint as a "payment issue" and estimating the probability the customer wants a refund.
Does Jev's no-hallucination guarantee mean it won't be wrong?
No. TypeSafe's guarantee only covers the allowed output structure — Jev won't answer outside the preset options. A factually wrong choice within those options is still possible.
How can developers get access to Jev?
Through a waitlist. TypeSafe says developers get access first via that route.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Palo Alto Networks details 10-hour AI agent hackSemafor Tech · 1h ago
  • Mozilla's Firefox Smart Window beta runs on Mistral modelsTHE DECODER · 1h ago
  • Devin adds hosted macOS so agents build Apple apps without a MacPublickey · 1h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleDevin adds hosted macOS so agents build Apple apps without a Mac