AI tools ·
TypeSafe AI's Jev: the 'System One' decision model that's not a chatbot
A San Francisco startup called TypeSafe AI just came out of two years in stealth with a $40 million seed round led by DCVC and a new model called Jev — and it's deliberately not a chatbot. Launched September 15, 2026, Jev is the first so-called 'System One Model': instead of generating text, it takes unstructured state plus typed questions and returns typed, probabilistic decisions — Choice, Score, and Null primitives that your software branches on directly.
The difference is speed and cost. TypeSafe says Jev answers in 70 to 500 milliseconds end to end, using a new model architecture plus a parallel sampler that outputs all decisions in a single pass — no autoregressive token-by-token generation. It's priced at $0.042 per million input tokens, with output free because it's 'too cheap to meter.' Under the hood is a training method TypeSafe calls RLCD — Reinforcement Learning for Calibrated Decisions — which optimizes for calibrated probabilities on structured decisions rather than the RLHF and verifiable rewards used by GPT-5.6 and Opus 5-class models, as DataCamp's independent explainer lays out. Developers hit it at POST https://api.typesafe.ai/v1/systemone.
The idea is named after Kahneman's System 1 fast thinking and economist William Stanley Jevons of Jevons-paradox fame — and the implication is that cheap, fast machine judgment makes every agent workflow economically viable. Two honest caveats: TypeSafe's own blog admits it 'can't prove' the pricing isn't subsidized, and every performance figure is vendor self-reported with no independent reproduction yet. The company's founder is CEO Diogo Almeida, formerly of OpenAI, with Erik Gafni as CTO and Sasha Sheng as COO.
Why it matters
If agents are the future of software, they need a cheap judgment layer — every decision an agent makes today costs an expensive, slow LLM call. A model that returns calibrated decisions in milliseconds for fractions of a cent could make always-on agentic workflows practical for small businesses and builders, not just frontier labs. Watch for independent benchmarks before treating the speed claims as gospel.
Sources
- TypeSafe AI — Introducing System One Models and Jev (launch blog)
- Business Wire — TypeSafe AI emerges from stealth with $40M in funding
- DataCamp — System One Models: Jev explainer
- Gloonce — TypeSafe launches Jev, a model for structured decisions
Spot an error? We correct quickly and note it. Contact us via the contact page.