As you may have seen recently, Jev (a generalist System One model) took Twitter by storm.
Many misleading examples are everywhere, but they don't really show Jev's real capabilities.
Hence, we decided to write this short beginner's guide to Jev.
But what is it exactly, and where can it be used in production?
Jev is a model built to make focused judgments.
You give it information to consider and define the answers it may choose from. Jev returns a structured answer your code can use, along with probabilities that show how uncertain the answer is.
TypeSafe AI calls Jev a System One model, meaning it is designed for quick decisions rather than long reasoning or open-ended writing like other models such as Claude Fable 5.1 or GPT-6.
This means that your code stays in control of the workflow while Jev handles one narrow judgment at a time.
Give Jev context and a decision
Imagine handing Jev a support ticket and a short decision sheet. The ticket is the state, which means the information Jev should read. The decision sheet contains the questions you want Jev to answer.
For one ticket, you might ask three questions.
Which team should handle it?
Does it need human review?
How severe is the customer impact?
Each question has a predictable answer shape.
Choice selects one option, such as payments, account, or frontend.
Noul returns the probability of yes, such as a 78% chance that human review is needed.
Score places the answer on an ordered scale, such as low, medium, or high impact.
You can ask several questions about the same state in one request. Jev answers them separately, so one answer doesn't influence another. TypeSafe's primitive guide shows the full request and response format.
