More on the topic…
TypeSafe AI, founded by Diogo Almeida (who worked on ChatGPT's instruction-following methods at OpenAI), is launching a new class of models called System One Models, with their first public release being Jev. The core premise is straightforward: existing LLMs excel at chat but are terrible at automation. Jev trades away text generation entirely to become a specialized decision engine—it takes unstructured input and outputs type-safe structured decisions with calibrated confidence scores. The speed difference is dramatic: 70-500ms end-to-end versus 3-329 seconds for frontier models like GPT-5.6, and the pricing is brutal for traditional models ($0.20-$10 per million input tokens, with output tokens costing 5x more) compared to Jev's $0.042 per million input tokens with free output tokens.
The technical stack differs fundamentally from standard LLMs. Instead of sequential token generation, Jev uses parallel sampling to generate all outputs in a single query, making it hardware-efficient. The training method is called Reinforcement Learning for Calibrated Decisions (RLCD), replacing RLHF/RLVR. Jev mathematically cannot produce type errors—the output structure is locked in advance—and it always reports confidence levels. This matters because existing models are overconfident and inconsistent; if a model solves a task 95% of the time but doesn't signal when it's in the failing 5%, you can't actually automate with it. The tradeoff is real: you lose the flexibility of text generation, but you gain something more useful for software: reliable decision-making that integrates cleanly into code workflows.
The evidence comes from workflow evaluations that test models within actual code rather than against abstract benchmarks. Jev dominates on what they call the Pareto frontier—achieving similar intelligence to larger models while being 40-200x faster on System One tasks. The company acknowledges this honestly: their most impressive claims (193.6x faster, 444.6x cheaper) come from their home-turf workflows and likely represent the upper end of real-world gains. The demos use simplified queries and dense inputs that favor their approach, and they're transparent about these limitations. For tasks requiring structured routing, classification, scoring, or extraction within larger systems, Jev appears genuinely useful. For general chat or creative writing, it's worthless by design.
Questions about this article
No questions yet.