
Share
A former OpenAI researcher's new startup bets that the next big AI market isn't chatbots but machine-to-machine decisions, delivered as typed probabilities instead of prose, and priced to make LLMs look wasteful.
Every frontier lab launch these days follows the same script: bigger context window, better benchmark scores, a chat interface to try it in. TypeSafe AI just skipped all of that. The startup, which emerged from stealth with $40 million in funding, unveiled Jev on Tuesday, a model that doesn't generate text at all. It returns typed, structured, probabilistic decisions meant to be consumed by other software, not by people.
That's a genuinely different design target, and it's worth understanding why. Type safety is a concept borrowed straight from programming language design: it's the mechanism that stops your code from, say, trying to divide an integer by a string and blowing up at runtime. Apply that idea to model outputs and you get something LLMs have never really offered. Ask GPT-5.6 Terra a question and you get back a blob of natural language that a developer then has to parse, validate, and coerce into a usable data structure, hoping the model didn't hedge, ramble, or hallucinate a field that doesn't exist. Jev skips the translation layer entirely. Feed it structured state, get back structured output. No parsing required.
The interaction model is built around what TypeSafe calls question primitives: Choice, Score, and Noul. Each takes a state value (a JSON object, or something as simple as a plain string like "My card was charged twice") and returns a specific type of structured answer with attached probabilities.
Here's the customer service example TypeSafe uses to illustrate it. Ask the model which of three departments should field a support ticket, and instead of a paragraph of reasoning you get:
That output is useless to a human trying to get their card charge fixed. But it's exactly what a routing system needs to make a reliable, auditable decision without a human or an LLM's prose in the loop.
Under the hood, Jev runs on what TypeSafe calls a System One model, built on an architecture the company is calling Reinforcement Learning for Calibrated Decisions, or RLCD. That's a notable pedigree move: TypeSafe co-founder and CEO Diogo Almeida is a former OpenAI researcher and one of the co-inventors of RLHF (reinforcement learning from human feedback), the technique that underpins ChatGPT's alignment. Almeida's pitch is basically that he spent years optimizing models to talk to humans, and now wants to optimize models to talk to machines instead.
"TypeSafe was founded to pursue an alternative path for AI research, focused on machine-native AI," Almeida said in a statement. "I spent years working on models designed to make AI better at interacting with people. But if AI is going to fundamentally change how work gets done, people can't be the only consumers of intelligence."

The architectural distinction that makes this possible: LLMs are autoregressive. They predict the next token in a sequence one step at a time, which is why generation is inherently sequential and why latency balloons with response length. Jev's System One architecture instead returns all outputs to a query simultaneously, via parallel processing, rather than token by token.
The speed numbers TypeSafe is publishing are steep. Jev's response time reportedly ranges from 70ms to 500ms, which the company claims is 40x to 200x faster than typical LLM response times, which can stretch into the minutes according to public benchmarks TypeSafe cites. In a demo posted on its site, Jev answers in 0.114 seconds against GPT-5.6 Terra's 8.566 seconds for the same task, an eyebrow-raising gap if it holds up under independent scrutiny.
Pricing tells a similar story. Jev charges $0.042 per million tokens for input and nothing for output. GPT-5.6 Terra runs $2.00 per million tokens in and $12 per million out. Against a top-tier model like Fable 5.1, TypeSafe claims Jev is 238x cheaper. Whether that pricing model survives contact with real production volume is a separate question, but on paper it's a dramatically different cost structure.
There's also a demo that doubles as marketing bait: Jev playing Doom, fed structured data describing the player's game state and returning decisions fast enough to act on in real time. It's a fun proof point, but the actual target use cases TypeSafe names are more mundane: customer service ticket routing, AI map-reduce jobs for classifying large document corpora, verifying AI-generated inputs, and serving as a fast decision layer inside larger agent harnesses.
The name itself is a wink at economics. Jev references William Stanley Jevons, the 19th-century economist behind Jevons paradox, the observation that making coal use more efficient increased overall coal consumption rather than reducing it. TypeSafe is explicitly betting the same dynamic plays out with tokens: cheaper, faster inference should expand demand rather than shrink the market. That's a bet the whole AI infrastructure industry is implicitly making, though it's not obviously settled. Pew Research found in June that plenty of people with access to AI tools simply don't find a use for them, and a CNBC survey from May found many workers avoiding AI tools on moral, environmental, or privacy grounds. A machine-native model sidesteps a lot of that human ambivalence, since the "user" is another piece of software with no opinions about AI ethics.
TypeSafe also markets Jev as "hallucination-free," which needs a caveat. Since Jev doesn't produce natural language, it can't hallucinate in the fabricated-citation sense that's dogged LLMs. But structured output with attached probabilities can still be wrong, confidently and cleanly wrong, just not in a way that looks like a made-up fact. TypeSafe's own blog post frames the real stakes: "Having a hallucinated tool call is inconvenient in an agent, but is an absolute deal-breaker if it's part of a system with latency guarantees or it's buried several layers deep in a dependency chain."
The pitch is compelling for one specific problem: agentic systems and automation pipelines that need fast, type-safe, bounded decisions rather than a paragraph to parse. If Jev's latency and cost numbers hold up outside a controlled demo, it's a legitimately useful component for tool-calling and classification-heavy workflows, not a ChatGPT competitor. Where it gets more uncomfortable is the range of applications TypeSafe itself lists, from real-time decisioning to systems "buried several layers deep in a dependency chain." Fast, cheap, structured decision-making is exactly the kind of capability that gets adopted quietly into places with much higher stakes than support ticket routing, and the industry should probably be thinking now about where the guardrails go before that happens rather than after.
Tags
Original Sources
TypeSafe AI debuts model for machines that plays Doom
↗ https://www.theregister.com/ai-and-ml/2026/09/16/typesafe-ai-debuts-model-for-machines-that-plays-doom/5296711
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
16 September 2026
31 articles
Related Articles
Related Articles
More Stories
© 2026 Cedar & Bloom. All rights reserved.