TypeSafe launches Jev, a "System One" model that answers typed judgments in ~100ms

aronchick · x · 2026-09-18

TypeSafe AI, a San Francisco lab that emerged from stealth on Sep 15, 2026 with $40M in seed funding, released Jev, its first public model — a "System One" model built for fast decisions inside software, not for chat.

Jev isn't a chatbot or coding model: you send data plus a list of typed questions, and it returns one answer per question — a yes/no probability, a pick from a defined option list, or a position on a defined scale — each with probabilities. Most calls complete in 100ms; input tokens cost $0.042/million and output is free.

Flavio Copes' deep dive frames Jev as "a smart if statement": ordinary code branches only on computable values, while Jev handles judgment-based branching ("is this email about billing?", "which button continues checkout?") as a small component inside ordinary applications, with JavaScript examples, practical patterns, and failure modes documented. Commentator aronchick praised the direction: down-scoping very large models into constrained, deterministic components as the next generation of models.

Related event: TypeSafe launches decision-only model Jev, claiming 20-200x speed and 40-400x cost gains(15 posts)→

Original post →

More from coding & agent

coding & agent channel →