6 Sources
[1]
Shut up and calculate: Jev's new AI primitives for coders
TypeSafe's Jev, launched last week, behaves differently from the standard frontier models that everyone is now used to and has therefore quickly attracted plenty of scrutiny and interest as developers explore how to work with this technology. Jev's output is more restricted than the chatty
[2]
TypeSafe Jev: the AI that cannot write, and beat GPT-5.6
We have lightning in a bottle, and yet it is not useful. Diogo Almeida helped build ChatGPT. He worked on the instruction-following research behind it at OpenAI, and the four years since have left him disappointed by what it became, as he told TechCrunch last week. His answer is a model that
[3]
Jev AI agent security: Prompt injection risk | VentureBeat
Many routing and classification steps in enterprise agent pipelines burn a full LLM call to extract a small structured answer: which tool to use, whether an action is allowed or which category an input belongs to. TypeSafe's Jev is designed to replace that step. The model does not generate prose
[4]
TypeSafe AI's Jev doesn't write, code or chat. So why are developers obsessed with it?
TypeSafe AI has introduced Jev, a model that makes structured decisions using unstructured information. It outputs typed choices, scores, or probabilities instead of generated text. Developers are excited because it improves efficiency and speed for small decision-making tasks in AI systems. Jev is
[5]
Jev AI Beats ChatGPT and Claude for Logical Task Processing
Jev offers a structured approach to automation, making it an excellent choice for beginners looking to streamline workflows. Designed for tasks requiring accuracy and consistency, it excels in scenarios like email categorization, decision-based operations and data management. Corbin demonstrates
[6]
Jev by Typesafe AI Classifies Data in Under 500 Milliseconds
Jev, developed by Typesafe AI, introduces a streamlined approach to AI classification tasks by using system 1 thinking, a method focused on rapid, intuitive decision-making. Unlike traditional models that rely on slower, more deliberate reasoning, Jev excels in scenarios requiring quick, automated
Share
Copy Link
TypeSafe AI launched Jev, a decision-making model that doesn't generate text but returns structured choices, scores and probabilities. Created by former OpenAI researcher Diogo Almeida, it achieved the fastest adoption rate in Vercel AI Gateway history at 13% of paid teams within 24 hours. However, both TypeSafe and integration partners warn that injected text can steer its decisions, raising questions about agent safety checks in production environments.
TypeSafe AI released Jev on September 15, 2026, alongside a $40m seed round led by DCVC
2
. The model reached nearly 13% of Vercel AI Gateway's paid teams within 24 hours, making it the fastest-adopted model in the platform's history2
. Jev AI was created by Diogo Almeida, who helped build ChatGPT at OpenAI and worked on instruction-following research behind it2
. TypeSafe cleared 140,000 people from the waitlist within 36 hours and dropped the waitlist entirely on September 20, opening Jev to anyone with $5 in free credit3
. Cloudflare, LangChain and Langfuse added integrations within three days of launch3
.Jev AI behaves fundamentally differently from standard frontier models. It does not generate text, write code, draft emails or hold conversations
1
4
. Instead, TypeSafe AI designed it as a classifier with intelligence that returns predefined typed decisions along with probability distributions and confidence scores1
. The model operates through three primitives: Choice, Score and Noul, which is a probability score of truthfulness between 0 and 11
. TypeSafe calls Jev a System One model, designed to make fast, highly structured decisions1
4
. The schema configuration fixes possible answers before the call goes out, so the model cannot invent options outside the predefined set2
.
Source: Geeky Gadgets
Jev delivers end-to-end response times of 70 to 500 milliseconds, fast enough for interactive and real-time applications
1
2
. TypeSafe charges $0.042 per million input tokens with no charge for output tokens1
3
. Frontier models take three to 329 seconds on comparable queries, according to TypeSafe's measurements2
. Vercel engineers reported that replacing a conventional language model with Jev for command-safety classification made responses five to 18 times faster while improving accuracy4
. The decision-making AI trains entirely on synthetic data using a method TypeSafe calls reinforcement learning for calibrated decisions2
.
Source: The Register
Developers have built numerous applications using Jev's structured automation capabilities. FPV Ventures partner Nikunj Kothari created Jevable, a site collecting prototype Jev apps posted on X
1
. Gaming applications include tools for speeding through Doom, Tetris, League of Legends, Settlers of Catan and chess, where Jev lost to the GLM 5.3 open-weight model but ran far cheaper1
. One developer demonstrated a virtual clothing try-on app where Jev reads transcripts, consults clothing lists and changes outfits on user images in real time at $0.0011 per decision with approximately 620ms latency1
. API integration with platforms like Zapier enables email categorization into sponsor, newsletter or support categories, reducing manual effort5
. The model also handles model routing, deciding which AI model a job needs, and guardrails for watching agents for jailbreaks2
.Related Stories
Both TypeSafe and integration partners warn that injected text can steer Jev's decisions. Pydantic's official Jev documentation states that the order of options is part of what Jev sees and reordering them can move the answer
3
. TypeSafe's limitations page for Jev 1.13 confirms that content written to adversarially steer the model, whether injected instructions, deliberately misleading framing or text arguing for its own classification, can move the answer3
. An Octomind engineer demonstrated this effect by adding a fake tool-output field claiming user pre-approval, which dropped the block probability from 0.76 to 0.48 and confidence from 0.64 to 0.223
. LangChain responded by shipping middleware that excludes tool output from classifier input so content the agent fetched cannot authorize its own execution3
. Pydantic advises that a guard built on Jev belongs alongside deterministic checks, not instead of them3
.
Source: VentureBeat
Jev is spreading into agent infrastructure faster than enterprises have established how to audit, constrain and review the decisions it makes
3
. On September 21, LangChain made Jev available as a judge in LangSmith Evals, where it evaluates open-ended agent behavior and turns judgments into structured feedback3
. This puts Jev on both sides of the agent lifecycle: making decisions inside live pipelines and evaluating agent behavior3
. In the June VentureBeat Pulse agent security wave, only 34 of 107 enterprise respondents gave every agent its own scoped identity, rising to 57 of 116 by July3
. SOC 2, ISO 27001 and PCI DSS have not fully operationalized agent identities, and a decision-making AI returning probabilities instead of prose does not map neatly onto existing audit categories3
. Armin Ronacher, chief technology officer of Earendil, noted that Jev delegates the hallucination problem to the user, as confidence scores of 95% are actionable but 50% represents a coin toss requiring developer judgment2
.Summarized by
Navi
[1]
[2]
[3]
[5]
1
Technology

2
Policy and Regulation

3
Technology
