The AI That Refuses to Talk: Jev.

Three years into the AI era, most companies have a chat box and an unchanged process. A new model called Jev cannot write a single sentence, and the reason that matters has nothing to do with speed. It has to do with who we built AI to talk to.

The AI That Refuses to Talk: Jev.
A robot with two minds: a fast, intuitive System 1 and a slower, deliberate System 2.

The most interesting AI model released this month cannot write a sentence. It cannot explain its reasoning, argue with you, summarize a document, or produce a line of code. Ask it a question and no words come back, because it has none. It was built by one of the people who taught machines to talk.

His name is Diogo Almeida. In 2022 he was one of twenty co-authors on an OpenAI paper called "Training language models to follow instructions with human feedback" [1]. That work is the reason ChatGPT behaves the way it does. It took a model that could only continue text and taught it to do what it was asked. Nearly everything you have used since sits on top of that idea.

On 15 September 2026 he came out of stealth with a company called TypeSafe and a model called Jev.

We have been sitting with this for a few days and I keep arriving at the same place. Most of the coverage is about how fast it is and how little it costs, and that is the least interesting thing about it. Somebody looked at four years of AI progress and concluded the problem was never how smart the models are. It was who we built them to impress.

The gap you have already noticed!

Think about the last three years at your own company.

You have almost certainly bought licenses. You have run pilots. Someone built a copilot for the sales team, someone else wired a chatbot into support, and there is probably an internal assistant that knows the handbook. Your engineers are measurably faster. Your people like the tools.

Now name a process that actually runs differently. Not faster. Differently. A workflow where a decision that used to wait for a person no longer waits for a person.

At most of my clients that list is very short, and it is not because the models are weak. They pass professional exams. They write production code. Almeida put the gap plainly to TechCrunch: "We have lightning in a bottle, and yet it is not useful" [2].

The usual explanation is that we are early and the models need another generation. I have stopped believing that. We have had four generations. Each one was smarter than the last, and each one landed in the same place in your organization, which is beside the work rather than inside it.

Something structural is holding this in position. It is worth understanding what, because it is not what most boards think.

We optimized for the wrong reader...

Here is the part that took me a moment to see.

The technique behind every chat model you use is reinforcement learning from human feedback. You show people pairs of answers, they pick the one they prefer, and you train the model to produce more of what gets picked. It is an enormously successful idea and it is the reason these systems feel so good to use.

Read the objective again, though. You are optimizing for human preference. Not for correctness. For preference.

So consider what that teaches a model to do when it is unsure. A confident, fluent, well-shaped answer gets picked. An honest "I am not sure" gets picked less often. When it sounds certain about something it half-knows, it is doing exactly what it was rewarded for. Overconfidence is not a defect in these systems. It is the objective working as designed.

None of this matters much when a person reads every answer. You are the error correction. You glance at the output, something feels off, you check it, you move on. The whole arrangement assumes a human in the loop, because a human in the loop is literally what it was trained against.

Now take the human out. Put the model somewhere in your business where nobody is watching, making a decision every few seconds on invoices or claims or tickets. A confident wrong answer no longer gets caught. It propagates.

TypeSafe puts the consequence in one sentence, and it is the best line in their entire launch: "If a model can do a task 95% of the time but doesn't say when it's in the 5%, it can't automate that task" [3].

Sit with that, because it inverts the thing everybody is chasing. For unattended work, a model that is right 95 percent of the time and silent about its doubt is worth less than one that is right 85 percent of the time and tells you which 15 percent to look at. The first one you have to check by hand, which means you have automated nothing. The second one you can route. Accuracy is not the scarce resource. Knowing when you are wrong is.

Almeida's own framing of what comes next is short enough to quote in full: "Reinforcement Learning from Human Feedback (RLHF) helped make language models useful assistants. Dependable automation asks for a different target: correct, calibrated decisions that software can use without continual supervision" [4].

The assistance ceiling.

That is the diagnosis. Here is what I think it means for the people paying for all this, and I want to be clear that this next part is my read and not anyone's finding.

Almost every serious deployment of Generative AI in the last three years has been an assistance deployment. A copilot, an assistant, a chat box, a summarizer. In each case the machine produces something and a person consumes it. That is the only shape this generation of models knew how to produce.

Assistance has a ceiling, and the ceiling has nothing to do with model quality. Every unit of value requires a unit of human attention. Better models raise the value per unit. They do not remove the attention. And attention is the one input in your company that does not scale, cannot be bought at the margin, and is already fully committed.

This, I think, is why your AI budget went up and your org chart did not. You have been buying leverage on a resource you cannot add more of.

So here is the question I would take into the next budget meeting instead. How many of your decisions still require a person to read something before anything happens?

The factory that kept its belts!

There is a good historical rhyme here, and I have found it useful for explaining this to boards.

When electricity arrived in manufacturing, factories did not get more productive for a long time. Roughly forty years, by the account the economist Paul David wrote up in 1990 [5]. The technology worked. The measured gains did not appear.

The reason is almost comic in hindsight. A steam-powered factory was built around one enormous engine, with overhead shafts and belts carrying power to every machine. The entire floor plan existed to serve the driveshaft. When electricity came along, factory owners did the obvious thing. They pulled out the steam engine and dropped a large electric motor in the same spot, driving the same shafts and the same belts.

They had bought a new power source and kept the old architecture. So they got a new power source and the old productivity.

The gains arrived when motors became small and cheap enough to put one inside each machine. At that point the shafts came down, and the floor could finally be arranged around the work instead of around the power supply. That is when the numbers moved.

We are in the shafts-and-belts phase. We took the most capable technology in a generation and installed it where the human interface already was, which is a window with a text box in it. One big motor, in the old spot, driving the old process.

Putting intelligence inside the machinery requires a different kind of unit. Small, cheap, fast, and boring enough that you stop thinking about each one. That is what a model like Jev is trying to be, and it is why I care about it more than I care about its benchmarks.

What Jev actually is?

The mechanics are simple, which is the point.

You give it two things. The first is a state, which is just whatever you want it to look at. A support message, a log line, an invoice, a diff, a JSON object, a page of a contract. The second is a set of typed questions about that state.

It gives you back answers with probabilities attached. No prose, ever. Your own code reads the numbers and decides what happens next.

There are exactly three kinds of question you can ask. TypeSafe calls them Noul, Choice, and Score.

  • A Noul is a yes or no question, and you get back a probability that the answer is yes.
  • A Choice gives the model a list of options, and you get back the winner, a probability for every option, and a confidence value.
  • A Score rates something against a scale you define, and you get back a position on that scale plus the same probability breakdown.

That is the entire vocabulary. Three question shapes, and nothing else!

The part that changes how you design things is that you can ask many questions at once, against the same state, in a single call. Take one incoming customer message and ask all of this together:

  • Is this English, German, or French?
  • Is this a support ticket or a product question?
  • Is it urgent?

One request. The questions are evaluated independently of each other and in parallel, which the documentation is explicit about, and adding more of them barely changes how long it takes [6]. Nothing is generated. There is no paragraph to parse and no JSON to repair.

Then your code does what code does. If urgent is above 0.9 and the language is German, page the German on-call. If the ticket-or-question answer comes back at 0.5, nobody is confident, so send it to a human.

The best description I have heard of the result is a smart if-statement. That sounds like a small thing. I think it is the opposite of a small thing, and I will come back to why.

TypeSafe calls this a System One model, borrowing from Daniel Kahneman's Thinking, Fast and Slow, where System 1 is fast and automatic and System 2 is slow and deliberate. Every model you currently use is trying to be System 2. It thinks in steps, out loud, one token after another. Jev is the reflex. You see a red light and your foot moves before you have narrated anything to yourself.

I would treat that as a useful metaphor and not more. Kahneman's two-system split is a popular framing, not settled neuroscience, and several of the studies used to illustrate it in the book have not replicated well. The name tells you what the model is for. It does not tell you anything about how it works.

How it was trained, and what the price list gives away?

TypeSafe says they trained Jev with a method they call Reinforcement Learning for Calibrated Decisions, or RLCD. They place it beside the two approaches everyone knows. RLHF optimizes for human preference. RLVR optimizes for verifiable rewards, which is how the reasoning models got good at math. RLCD, they say, optimizes for calibration.

A model is calibrated if its confidence means something. Take every case where it says 80 percent. If it is calibrated, it should be right in roughly 80 of every 100 of those. That is all. That is a claim about honesty, not intelligence.

This is an old and serious idea. Weather forecasters have scored themselves this way since 1950 [7]. It also does not come for free with scale, which matters for what comes later in this piece. A well-known 2017 result showed that as neural networks got bigger and more accurate, their confidence estimates got worse, not better [8]. Being right more often and knowing when you are wrong turn out to be different skills, and only one of them improves by default.

And calibration is precisely what unattended software needs, because software cannot read a room. It needs a number it can put a threshold on. Act above 0,9. Escalate below 0,5. Log everything in between and review it on Friday.

As for the architecture, TypeSafe discloses less than I would like. They say there is a new model architecture and a parallel sampler, and that the model does not generate autoregressively. All the outputs come back in one pass instead of one token at a time. There is no paper, no parameter count, and no description of the training data.

But the price list gives the game away, and I enjoyed noticing this. Input costs $0,042 per million tokens. Output costs nothing at all [9].

Output is free because there is no output in the sense you are used to. Nothing is being generated token by token, so there is nothing to meter. When a company prices a product at zero, it is usually telling you something true about its cost structure. In this case it is telling you the model does not write.

That is also where the speed comes from. TypeSafe's own figures put it at 70 to 500 milliseconds end to end, which they describe as 40 to 200 times faster than a comparable language model. I want to flag clearly that those are the company's numbers, measured on the company's own test workflows, and I will come back to how much weight they can hold.

One claim needs pinning down before it gets out of hand. TypeSafe says Jev cannot hallucinate. What they actually guarantee is that every answer conforms to the schema you asked for, with no type errors. That is a guarantee about the shape of the answer, not its correctness. Arize, who build evaluation tooling and have no stake here, put it exactly right: "Jev can't return an answer outside the schema you gave it. Within that schema, it could still be giving the wrong answer" [10]. It will never invent a category you did not define. It can absolutely put the billing complaint in the technical queue, perfectly formatted, with high confidence.

Ten decisions a second!

Somebody at TypeSafe wired Jev up to the game Doom.

Not by reading the screen. The bot receives a structured description of the game state and picks its next action from a list, roughly ten times a second. Running it costs about seven dollars an hour. On TypeSafe's own demo, the same decision takes Jev 0,114 seconds and takes a frontier model 8,566 seconds, figures The Register reported alongside a healthy dose of skepticism [11].

Forget Doom. Look at the rate.

Ten decisions a second puts you in a different category altogether. Nobody designs a business process around a judgment that takes nine seconds and has to be bought one at a time. At that price you ration judgment. You batch it, you sample it, you check ten percent and hope. Every process you have ever designed carries the assumption that thinking is expensive, and that assumption is baked so deep you cannot see it anymore.

If the cost of a judgment really does fall that far, the rationing logic collapses. You stop asking which decisions are worth checking and start checking all of them. That is the small motor going inside the machine.

I should be honest about my own reaction. I have read a lot of launch posts this year and felt almost nothing. This one kept me up, because of what it makes cheap enough to stop thinking about.

It is also, I suspect, why they named it Jev. William Stanley Jevons noticed in 1865 that making coal engines more efficient did not reduce Britain's coal consumption. It raised it, because cheaper coal found more uses than anyone had imagined. Economists call that the Jevons paradox [12]. TypeSafe say the name is deliberate and they expect machine intelligence to follow the same path. Satya Nadella made the same argument about AI inference back in January 2025. Make a thing cheap enough and you do not spend less on it. You put it everywhere.

Things Jev lets you build...

I am building one for my own inbox this afternoon. Not a spam filter. The version worth building asks about eighteen things at once against the same message.

  • Importance and urgency as separate axes, because Eisenhower was right that they are different and every tool I have used quietly collapses them.
  • What happens if I ignore this, which is usually a better question than how important it is.
  • How much attention it actually needs, since plenty of important mail deserves twenty seconds.
  • How long it will take, so the short ones can be batched.
  • Whether it is blocking somebody else.

Under the old economics I would never have asked eighteen questions, because eighteen questions meant eighteen calls. I would have asked one, taken the label, and called it triage.

So where does a cheap, fast, calibrated judgment actually go? Here is how I have been grouping it. My head has genuinely not stopped spinning since the launch.

Guard the loop

Put a check in front of every action an agent takes. I have written before about how an agent has no sense of proportion, and this is the cheapest mechanism I have seen for giving it one. Is this command destructive? Is this a prompt injection? Does this answer actually follow from the retrieved document, or did the model wander? Citation checking is the one I would deploy first in any regulated setting, because a cheap verifier on every generated claim changes what you can defend in an audit. This has always been possible with a second LLM call. It has never been possible on every call, because the second call cost as much as the first and doubled your latency.

Route the work

This is the one I expect to spread fastest, and it is almost embarrassingly obvious once you see it. Before you spend frontier money on a turn, spend a fraction of a cent deciding whether you need to. Ask which model can handle this, which specialist tool applies, which of your skills is relevant. LangChain shipped exactly this within days of launch, a routing middleware that uses Jev to pick the cheapest model capable of the request [13].

Filter the corpus

Retrieval has always had a quiet problem. You pull back twenty passages, most are irrelevant, and you stuff them all into context and pay for the privilege of confusing the model. A cheap relevance judgment on each passage before it enters context is the fix, and it has been too expensive to run at scale. The same mechanism gives you semantic search over things that were never embedded, and map-reduce over a corpus where every document gets read rather than sampled.

Judge the output

Ticket triage is the obvious one, and it is genuinely useful. The more interesting version is linting for things a linter could never catch. Not whether the syntax is valid, but whether this function name describes what the function actually does, whether this log line is about to print a secret, whether this comment is still true. These are semantic rules. They have always been enforceable only by humans in review, which means they were enforced unevenly or not at all.

Drive the interface

At a hundred milliseconds you are inside the window where a user perceives a response as immediate. That means the judgment can sit in the interface itself, reacting as someone types or clicks, rather than behind a spinner. This is the category I find most interesting, because nobody has built software this way before. There was no reason to.

Hybrid software?

Put those together and you get the shape I think is the actual destination.

Traditional software is deterministic, and its weakness is that it can only branch on things you can express in code. Agents are the opposite: probabilistic. They handle ambiguity beautifully and they will not do the same thing twice.

What sits between is ordinary, auditable, deterministic code, with small semantic judgments embedded at the branch points. I call it hybrid AI-powered software, which is clumsy but accurate. The control flow is yours. You can read it, test it, and put it in front of a regulator. The judgments inside it are probabilistic, and every one of them arrives with a number attached that tells you how much to trust it.

I have spent a book's worth of thinking on how you orchestrate these systems, and this is the part I had the least right. I treated the decisions inside an agent loop as a prompting problem, something you solve with better instructions to a bigger model. I now think most of them were never prompting problems. They were missing primitives. We were writing essays to ask yes-or-no questions, because an essay was the only thing we had.

What engineers did in the first day?

The reaction I trust most here is what engineers did when they got their hands on it.

Vercel put Jev on their AI Gateway on 16 September. In the first 24 hours, by their own platform data, close to 13 percent of their paying teams were using it. That was twice the share that had taken up the GPT-5.6 family and more than six times the share on Fable 5.1 [14].

That number is worth more to me than any benchmark in the launch post, for one reason. It is not TypeSafe's number. It is a neutral platform reporting what its customers actually did, and it was measured in hours rather than quarters. Developers did not need to be persuaded that a decision primitive was missing from their stack. They had been working around the hole for two years and recognized the shape of it immediately.

The objection I take seriously

Now the part where I argue against myself, because there are four good objections and the first one is very good indeed.

"This is a text classifier with a marketing department."

We have had classifiers for years. A fine-tuned BERT model does yes-or-no and pick-one and score-this perfectly well, runs on hardware you already own, and nobody called it a new class of frontier model. Engineers made exactly this point on Hacker News within hours of the launch, where one described it as "a heavily constrained, tiny model that can only produce a probability score or a yes/no answer over pre-defined selections" [16]. Someone in the same thread reported rebuilding a working version with open weights in about two hours. TypeSafe has not published a paper, a parameter count, or a head-to-head calibration comparison against a conventional classifier. On the evidence available today, the parsimonious explanation is that this is a well-packaged classifier with a good training recipe, not a new category of machine.

I think that objection is correct. I also think it is the most interesting thing anybody has said about Jev, because it is the argument.

The electric motor was not new in 1900 either. What changed was price and form factor, and that changed where you could put one. A classifier you have to scope, label, train, evaluate, deploy, and maintain is a project. It needs a data scientist, a labeled dataset, and a quarter. A classifier you call in a hundred milliseconds by describing the question in plain English, with no training run and no labeled data, is a line of code. Same capability. Completely different economic good. And the difference between a project and a line of code is the difference between having twelve of them and having twelve thousand.

The novelty was never supposed to be the capability. It is the setup cost going to zero. That is also why I do not much mind whether Jev specifically wins.

"Every number here is theirs."

Correct, and it goes deeper than most coverage admits. TypeSafe's evaluations grade Jev's answers against reference labels generated by averaging two frontier models. So a good score measures agreement with other language models rather than correctness against ground truth. They also disclose that their test workflows were built by their own capabilities team, and that the published gains are "on the higher end of real world gains." Their documentation is candid about where the model is unreliable: arithmetic, counting, comparing dates, double negatives, and anything requiring several hops of reasoning [15]. It is also text only, and everything you send has to fit inside 64,000 tokens, so a scanned invoice or a call recording is out of scope today [9]. The Register noted drily that a hallucination-free claim "really isn't a fair comparison as its output is not natural language" [11].

I am not asking you to believe the multiples. I do not believe the multiples. I am asking you to notice the shape, and then to notice that the shape is unusually cheap to test. This is a new product with an API and a free output tier. You can put a real decision from your own business through it this week and find out, which is a better use of an afternoon than reading anyone's benchmark, including the ones in this piece.

"The hard part just moved to you."

Also true and under-discussed. Somebody has to write the criteria, enumerate the options, define the rubric, choose the thresholds, and own it when a customer gets mis-routed. That work is real and it does not disappear because the model is fast. What I would say is that this is the good kind of hard. Writing down what "urgent" means for your business, in a form you can test and version and argue about in a meeting, is work most organizations should have done years ago and avoided because there was nowhere to put the answer.

"The frontier labs will absorb this."

Probably, at least partly. OpenAI and Anthropic already ship structured outputs. If the advantage is mostly serving and sampling engineering, it is copyable in a quarter. The one thing that does not copy trivially is calibration, because as that 2017 result showed, calibration does not arrive with scale. You have to train for it deliberately. And if a frontier lab does train for it deliberately, Almeida's diagnosis was right even as his company gets flattened. I find that a clarifying way to hold the whole story. The thesis does not depend on this company surviving.

Where I land

A model that will not talk to you, built by someone who helped teach machines to talk.

I keep coming back to how odd that is, and how much it explains. We spent four years making AI extraordinary at conversation, and conversation turned out to be an interface for humans. Your software does not want a paragraph. It wants a value it can branch on, and a number telling it how much to trust that value. We have been handing it essays and asking it to guess.

Whether Jev is the model that fixes this, I genuinely do not know. As I write this, it is four days old, most of its evidence comes from the company selling it, and the strongest technical criticism of it may well be right. Those are real reasons for caution and I would not stake a program on it this quarter.

The idea underneath it is not four days old, though, and it does not need Jev to be true. Automation was never blocked on intelligence. It was blocked on a model that would tell you when to trust it, in a form a machine could act on without a person reading anything.

If you take one thing from this into Monday, make it the audit and not the product. Walk a process you care about and mark every point where something stops and waits for a human to read a screen. Then ask, honestly, how many of those are genuinely judgment calls that need a career's experience, and how many are just someone checking whether this is urgent, whether that is a duplicate, whether this claim matches that document. The second list is usually much longer than anyone expects, and until very recently there was nothing sensible to do about it.

That list is where your next three years of actual automation lives. Not in a smarter chat box.

The shafts and belts are still up. Someone finally built a small enough motor.

Where to start

References

  1. Ouyang et al., "Training language models to follow instructions with human feedback," OpenAI, 2022. https://arxiv.org/abs/2203.02155
  2. TechCrunch, "A new kind of AI model from a ChatGPT inventor is thrilling developers," 18 September 2026. https://techcrunch.com/2026/09/18/a-new-kind-of-ai-model-from-a-chatgpt-inventor-is-thrilling-developers/
  3. TypeSafe, "Introducing System One Models and Jev," 15 September 2026. https://typesafe.ai/blog/introducing-system-one-models-and-jev
  4. Diogo Almeida, "What's Next After RLHF?", AI Engineer World's Fair 2026. https://ai.engineer/speakers/diogo-almeida
  5. Paul A. David, "The Dynamo and the Computer: An Historical Perspective on the Modern Productivity Paradox," American Economic Review 80(2), 1990. http://www.dklevine.com/archive/refs4115.pdf
  6. TypeSafe documentation, "Introduction." https://docs.typesafe.ai/introduction.md
  7. Glenn W. Brier, "Verification of Forecasts Expressed in Terms of Probability," Monthly Weather Review 78(1), 1950. Attribution and summary via Wikipedia: https://en.wikipedia.org/wiki/Brier_score
  8. Guo, Pleiss, Sun, and Weinberger, "On Calibration of Modern Neural Networks," ICML 2017. https://arxiv.org/abs/1706.04599
  9. TypeSafe model and pricing documentation. https://docs.typesafe.ai/models
  10. Arize AI, "TypeSafe Jev: Can Decision Models Replace LLM Judges?" https://arize.com/blog/typesafe-jev-llm-judge/
  11. The Register, "TypeSafe AI debuts model for machines that plays Doom," 16 September 2026. https://www.theregister.com/ai-and-ml/2026/09/16/typesafe-ai-debuts-model-for-machines-that-plays-doom/5296711
  12. Wikipedia, "Jevons paradox," sourcing William Stanley Jevons, The Coal Question, 1865. https://en.wikipedia.org/wiki/Jevons_paradox
  13. LangChain, "Building a harness with Jev." https://www.langchain.com/blog/building-a-harness-with-jev
  14. Vercel, "Jev on the AI Gateway," 18 September 2026. https://vercel.com/blog/ai-gateway-jev-model-launch
  15. TypeSafe documentation, "Jev 1.13 jaggedness." https://docs.typesafe.ai/model-jaggedness/jev-1.13
  16. Hacker News discussion, "Introducing System One Models and Jev," 15 September 2026. https://news.ycombinator.com/item?id=49717558