TypeSafe AI's Jev returns typed answers, not prose
TypeSafe AI left stealth with $40M and Jev, a model that emits typed outputs and calibrated confidence scores instead of text. Why that matters for routing and tool calls.
Most of the automation we build does not need a model that writes. It needs a model that decides — which queue this ticket belongs in, whether this order looks fraudulent, which tool to call next. Today that job runs through a chat model that produces a paragraph, and you parse the paragraph. TypeSafe AI came out of stealth this week arguing that the paragraph is the bug, and raised $40 million to prove it.
What actually happened
TypeSafe AI announced a $40 million seed round led by DCVC on September 15, after roughly two years in stealth. The founders are CEO Diogo Almeida, a former OpenAI researcher who worked on RLHF and early ChatGPT, with CTO Erik Gafni and COO Sasha Sheng.
The product is Jev, which the company calls a System One model trained with a method it names Reinforcement Learning for Calibrated Decisions. Instead of emitting tokens, Jev returns constrained primitives — Choice, Score — with confidence attached. The Register's write-up shows the shape: a support query comes back as {"billing": 0.08, "technical": 0.85, "sales": 0.07}. No prose, no JSON-mode wrestling, no retry when the model decides to explain itself first.
The numbers are the company's own, not independent benchmarks. TypeSafe claims 70–500ms responses, a demo clocking Jev at 0.114s against 8.566s for GPT-5.6 Terra, and pricing at $0.042 per million input tokens with output billed at zero. It also claims up to 100x faster and cheaper than frontier models, and hundreds of parallel outputs from one prompt. Access is an early-access waitlist. There are no published third-party benchmarks yet.
Why typed outputs matter for your business
Calibrated confidence is the feature, not the speed. A confidence score is what lets you write the rule you actually want: act automatically above 0.9, route to a human below it. Today most teams fake this with a second LLM call asking "how sure are you?", which is a model guessing about its own guess. If the calibration holds up under load, that is the difference between an agent you can leave running and one that needs a babysitter.
Classification does not deserve a frontier model. We see this on nearly every intake pipeline we inherit: a $15-per-million-token model doing work that is a three-way routing decision. The cost is annoying. The latency is worse — eight seconds in front of a customer is a lost customer.
Do not rebuild your pipeline around a waitlist. No independent benchmarks, no GA, no published accuracy against the models you run today. Keep the routing decision behind your own interface so swapping the model underneath is a config change. We have made this case about pinning model aliases and it applies to any pre-GA vendor.
Key takeaways
- TypeSafe AI raised $40M in seed funding led by DCVC, announced September 15
- Its model Jev returns typed outputs — Choice, Score — with calibrated confidence rather than text
- Company-claimed latency is 70–500ms, with a demo at 0.114s versus 8.566s for GPT-5.6 Terra
- Claimed pricing is $0.042/MTok input and $0 output; up to 100x cheaper and faster than frontier models
- All performance and cost figures are vendor claims — no third-party benchmarks are published
- Access is early-access waitlist only, so treat it as a prototype target, not a production dependency
Routing, classification, and tool selection should sit behind your interface, not your vendor's. We build automation where the decision layer is swappable — same rules, same logs, different model next quarter if the price moves. See how we structure it, or tell us what your intake queue costs you today.
Sources: FinSMEs, The Register.
- #ai-agents
- #typed-outputs
- #latency
- #automation
- #llm
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Meta's WhatsApp Business MCP makes onboarding a tool call
Meta shipped a WhatsApp Business Tools MCP server that lets coding agents create accounts, verify numbers and build templates. What to scope before you connect it.
Read itVon der Leyen backs AI pacing: the EU holds a real dial
The Commission president endorsed pacing frontier AI in her State of the Union and will convene the labs. Unlike the July letter, the EU already has the AI Act.
Read it