Jev on X: What Developers Are Saying About TypeSafe's Decision Model

The three public conversations that shaped how Jev landed — X, Hacker News and r/LocalLLaMA — converged on the same two questions: what do you actually build with a model that only decides, and is the open implementation the real story? Quotes below are from public posts, linked to their source.

@CompleteSkeptic profile picture
@CompleteSkepticDiogo Almeida (TypeSafe AI, co-creator of ChatGPT)
source

Launch thread for Jev, the first System One model: a frontier model trained for decisions rather than text, reported at 20–200x faster and 40–400x cheaper than chat models, with output tokens effectively free.

@mvanhorn profile picture
@mvanhornMatthew Van Horn
source

WTF Is Jev? 9 things people are already building with it. One developer counted a bill of about 5,000 requests for roughly two dollars, spread across classification, model routing, intent and steering. The sticker-sized rule from the thread: AI executes, code decides.

@omarsar0 profile picture
@omarsar0Elvis Saravia (DAIR.AI)
source

Reaction thread highlighting the practical use case: swapping LLM calls for a decision model in structured classification, judging and routing pipelines.

@chaseleantj profile picture
@chaseleantjChase Lean
source

Same read from the agent-building side: an LLM is expensive overhead when the step only needs a category, a score or a yes/no.

@Yuchenj_UW profile picture
@Yuchenj_UWYuchen Jin
source

Notes that typed decisions make more of the work inside an agent measurable — and that the hosted model's terms restrict benchmarking it directly.

r/LocalLLaMAReddit thread, 1,568 upvotes
source

The largest community thread is about who built the architecture first: a developer says the same non-autoregressive decision design was built and open-sourced a year earlier, now maintained as Laya.

Show 10 more reactions ▾
Hacker Newsnews.ycombinator.com
source

On the launch thread, the top counterpoint: an open project for the same decision-model pattern already existed, and it runs in 1–2 GB of RAM on CPU.

@kunchenguid profile picture
@kunchenguidKun Chen
source

poor guy claim to have built Jev a year ago but no one cared, and now Jev stole all the thunder many people are saying “you gotta tell your story” or “marketing is important”, and they just completely missed what actually made the difference here i just looked into this laya

@mvanhorn profile picture
@mvanhornMatt Van Horn
source

TL;DR of my new article: WTF is Jev by @typesafeai, and the 9 things people are already building with it. The thesis: 𝗮 𝗰𝗼-𝗰𝗿𝗲𝗮𝘁𝗼𝗿 𝗼𝗳 𝗖𝗵𝗮𝘁𝗚𝗣𝗧 𝘀𝗽𝗲𝗻𝘁 𝘁𝘄𝗼 𝘆𝗲𝗮𝗿𝘀 𝗶𝗻 𝘀𝘁𝗲𝗮𝗹𝘁𝗵 𝗼𝗻 𝗮 𝗺𝗼𝗱𝗲𝗹 𝘁𝗵𝗮𝘁 𝗰𝗮𝗻𝗻𝗼𝘁 𝘄𝗿𝗶𝘁𝗲 𝗮

@conradlotz profile picture
@conradlotzConrad Lotz
source

INTERESTING: TypeSafe launches Jev—non-generative decision model TypeSafe AI shipped Jev, a model built for structured decisions instead of free-form token generation. Claims massive speed and cost advantages for workflow-level choices.

@Techmeme profile picture
@TechmemeTechmeme
source

TypeSafe AI debuts Jev, a model using "Reinforcement Learning for Calibrated Decisions" to produce typed probabilistic decisions that software can use directly (@thomasclaburn / The Register) (Visit Techmeme dot com for the link and full context!)

@ryanvogel profile picture
@ryanvogelvogel
source

this model is actually insane at email classification i tested it on 1500 of my own emails to see how well it works and I am blown away

@MichaelLee04 profile picture
@MichaelLee04Michael
source

I got access to Jev earlier today (thank you @hackgoofer). I have run ~5,000 requests so far, (which cost me around $2!), across classification, model routing, intent, steering, and many other things. tl;dr, Jev enables a new intelligent decision-making primitive, separate from

@testingcatalog profile picture
@testingcatalog🚨 AI News | TestingCatalog
source

TypeSafe AI has introduced its first model named Jev - a small and customizable System One decision model. Not being an LLM, Jev can’t reason or write explanations; it generates a fast judgment with calibrated probabilities and a confidence score. Anything heavier gets split

@StockSavvyShay profile picture
@StockSavvyShayShay Boloor
source

TypeSafe AI just launched JEV which is its first “System One” model built to answer structured questions in parallel instead of generating text token by token. That opens the door to AI systems that can return usable decisions with confidence scores.

@wallstengine profile picture
@wallstengineWall St Engine
source

TYPESAFE AI LAUNCHES JEV, ITS FIRST “SYSTEM ONE” AI MODEL Instead of generating text token by token, it answers structured questions in parallel and returns typed outputs with probabilities and confidence scores. - 20-200x faster - 40-400x cheaper - $0.042 per 1M input tokens -

The pattern behind the reactions

Three claims repeat across every platform:

  1. "AI executes, code decides." The model picks among options you defined; arithmetic, thresholds and side effects stay in ordinary code.
  2. The bill, not the benchmark, sells it. The most-shared number of the week was a developer's own invoice: thousands of classification, routing and steering calls for about two dollars.
  3. Open weights changed the argument. The most-upvoted thread on Reddit is not about the hosted model at all — it is about a community project that had implemented the same architecture a year earlier.

What the sceptics say

For the technical version of all of this, start with what Jev is and the Laya comparison.

Last updated: 2026-09-21 · sources & corrections