Posted in

Jev: A New Kind of AI

System One AIs

AI has spent the last few years becoming spectacularly good at talking (and coding). The problem is that most software doesn’t need to talk, it needs to decide.

Should this transaction be blocked? Who should handle this request? Should we escalate, retry or stop?

Today we often ask a giant LLM to read the situation, “think” about it, generate some JSON, and then throw almost all of that intelligence away except one field.

That is slightly insane.

TypeSafe AI thinks it has a better answer. Its new model, Jev, belongs to what the company calls “System One Models”: AI that doesn’t generate text at all. Give Jev unstructured data plus typed questions and it returns decisions, probabilities and confidence values.

Is this actually new? Not exactly.

Neural classifiers have produced labels and probabilities for years. What is interesting about Jev is that TypeSafe is trying to turn those ideas into a general intelligence primitive.

A traditional classifier normally has to be trained for your specific classification task. Jev is supposed to understand arbitrary state and answer arbitrary typed questions without building a new model each time.

And unlike an LLM forced to emit JSON, Jev isn’t secretly generating language and then squeezing it into a schema. The decision is the product.

TypeSafe says it also developed Reinforcement Learning for Calibrated Decisions (RLCD), optimizing the model so its probabilities actually mean something. It claims Jev can operate in roughly 70 to 500ms at $0.042 per million input tokens.

Jev cannot hallucinate an invalid output type because possible outputs are constrained, but it can still make a wrong decision.

LLM models think, Generators create. System One models decide.

If TypeSafe is right, a huge part of the AI economy may eventually belong to the models nobody ever chats with.

Leave a Reply