A computer tower with blue and orange LED lights
AI

TypeSafe AI launches Jev, a typed decision model pitched for agent automation

The startup says Jev returns probabilistic structured outputs in 70–500ms and prices output tokens at $0.

By Elliot Marsh6 min read

TypeSafe AI has released Jev, a “machine-native” model that returns typed probabilistic decisions designed to be consumed by software rather than chat users. The company is pitching the system as a faster, cheaper path to reliable agent workflows, with latency and pricing claims positioned against mainstream LLMs.

Key Takeaways

  • TypeSafe AI released Jev, an AI model that outputs typed, structured probabilistic decisions instead of natural-language responses.
  • The startup said it has $40 million in funding and is positioning Jev for constrained-answer automation like workflow routing and tool-call systems.
  • TypeSafe AI claimed 70ms–500ms response times and framed Jev as “40x–200x faster than traditional LLMs,” citing parallel processing and a “System One” design.
  • Jev is listed at $0.042 per million tokens (MTok) for input and $0 for output, and a TypeSafe demo showed 0.114s responses versus 8.566s for OpenAI’s GPT-5.6 Terra.

Jev Debuts as a Model Built for Machines, Not Chat

TypeSafe AI’s new model, Jev, is built around a simple premise: many agent workflows do not need prose. They need a decision object a program can consume without a second pass of parsing, validation, and guardrails.

Instead of returning natural language to a prompt, Jev returns typed probabilistic decisions, meaning the output is a predefined data type like a category choice or score, paired with probabilities. TypeSafe is explicitly positioning this as “machine-native AI,” a shift away from chat-style interfaces where the model’s primary product is text.

The company said it has $40 million in funding and described itself as a maker of frontier models. TypeSafe AI co-founder and CEO Diogo Almeida, identified as a former OpenAI researcher and “one of the co-inventors” of reinforcement learning from human feedback (RLHF) and ChatGPT, framed the goal as building intelligence for software consumers, not just human ones. “TypeSafe was founded to pursue an alternative path for AI research, focused on machine-native AI,” Almeida said. “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.”

Speed and Price Claims: 70–500ms Latency and $0 Output Tokens

TypeSafe’s launch pitch leans hard on two primitives traders actually care about in AI infrastructure narratives: latency and unit economics.

On performance, TypeSafe claimed Jev’s response time ranges from 70ms to 500ms and said it is “40x–200x faster than traditional LLMs.” The mechanism offered is architectural. Traditional large language models generate text sequentially by predicting the next token, while Jev is described as a “System One” model that returns all outputs to a query at once, using parallel processing.

TypeSafe also published a direct demo comparison on its website: Jev returning a response in 0.114 seconds versus 8.566 seconds for OpenAI’s GPT-5.6 Terra. The packet does not include independent benchmarking, so the numbers should be read as vendor-asserted performance under a specific demo setup.

On pricing, TypeSafe listed Jev at $0.042 per MTok for input and $0 for output. The same material compared that to OpenAI’s GPT-5.6 Terra at $2.00 per MTok input and $12 per MTok output, and claimed Jev is 238x cheaper than a “top tier model like Fable 5.1.” Those comparisons are directionally clear, but they are not corroborated by additional sources in the packet.

The broader bet is familiar: if the marginal cost of “thinking” collapses, usage expands. TypeSafe even bakes that into the name. “Jev” references economist William Stanley Jevons and Jevons paradox, the idea that efficiency gains can increase total consumption rather than reduce it.

Inside the Interface: Choice/Score/Noul and Probabilistic Typed Outputs

Jev’s interface is designed to look less like chat and more like a function call.

A developer starts with a “state value,” which can be a JSON object or a plain string such as “My card was charged twice.” Jev then receives that state through question primitives called Choice, Score, and Noul. Each primitive returns a different structured response type with probabilities, which is the point: the output is already shaped for software.

TypeSafe’s example for customer-service routing is the cleanest illustration. A question asking which of three departments should handle a query returns a probability distribution: {"billing": 0.08, "technical": 0.85, "sales": 0.07}, with a confidence score of 0.82. For a human, that is awkward. For a workflow engine, it is a ready-made routing decision with an explicit uncertainty measure.

TypeSafe described Jev as a “System One” model using an architecture called Reinforcement Learning for Calibrated Decisions (RLCD). The company’s reliability pitch is aimed at tool calls, meaning an agent triggering an external function or API. TypeSafe argued that “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,” and added: “Existing models, no matter how smart, still hallucinate and have type errors.”

TypeSafe also claimed Jev is “hallucination-free,” but the packet itself qualifies that this is not an apples-to-apples comparison. Jev does not output natural language, and structured probabilistic outputs can still be wrong even if they avoid the classic failure mode of fabricated text like fake legal citations.

Signals for Traders: Token-Economics Pressure and Agent Automation Adoption

The near-term market signal is not “smarter model,” it is cost curve pressure. A published $0 output-token price, if it holds in production and at scale, is a direct challenge to the common assumption that agentic systems must pay for long generations and verbose reasoning traces.

The second signal is latency as a product spec. If Jev’s claimed 70–500ms range generalizes outside a controlled demo, it supports a shift toward real-time decision models where response-time guarantees matter more than chat quality. That is the difference between an agent that can sit in a dependency chain and one that has to be sandboxed behind timeouts.

The third signal is adoption evidence in constrained-answer automation. TypeSafe listed use cases including AI automation software, real-time applications needing quick decisions, map-reduce jobs for classifying large corpora, verification of AI inputs, and AI model harnesses. The Doom demo is memorable, but production routing, verification, and classification workloads are where “machine-native” either becomes a category or stays a demo.

Finally, the packet leaves a clean checklist for what would move this from narrative to measurable: third-party benchmarking of the latency and “40x–200x faster” claim, any revisions to the published $0.042/MTok input and $0 output pricing, and follow-on announcements tied to the stated $40 million funding such as expanded availability, enterprise partnerships, or infrastructure scaling.

My Read: If Jev’s Benchmarks Hold, the Competitive Fight Shifts From ‘Smarter’ to ‘Cheaper and Safer to Automate’

The part that decides whether Jev matters is not the Doom demo, it is whether typed probabilistic outputs actually reduce the operational tax of agents in production. If a workflow can consume a Choice/Score-style response without layers of parsing and validation, then “hallucinations” stops being a philosophical argument and becomes an engineering budget line.

The threshold that matters is independent verification: if the 70–500ms latency range and the 0.114s demo result hold outside TypeSafe’s environment, then the competitive axis shifts from chat quality to response-time guarantees and unit cost per decision, which is what makes automation cheap enough to run everywhere rather than only where it is worth babysitting.

Sources