Is Jev What AI Has Been Missing? I Tested It.

T
Turing Post Sep 17, 2026

Audio Brief

Show transcript
This episode covers the launch of Jev, a groundbreaking System 1 AI model developed by TypeSafe AI that is designed specifically for fast, cheap, and structured decision-making in software workflows. There are three key takeaways from this development. First, System 1 AI represents a major architectural shift toward fast, intuitive, and highly constrained decisions rather than slow, token-by-token reasoning. Second, Jev achieves extreme speed and cost efficiency by using parallel output sampling to generate structured data instead of open-ended conversational text. Third, integrating calibrated probability models allows software to autonomously execute routine actions while reserving complex reasoning for traditional LLMs. To understand this shift, it helps to look at the architectural differences between cognitive systems. While traditional large language models act as slow, logical System 2 thinkers, Jev functions as a fast, intuitive System 1 engine. It bypasses conversational interfaces entirely to deliver immediate, programmatic outputs like boolean probabilities, multiple-choice selections, and calibrated ratings. This blistering speed is made possible by parallel output sampling. Rather than generating responses sequentially token by token, Jev produces structured data formats like JSON simultaneously. This architectural choice drastically reduces token consumption and operational costs, making it ideal for high-volume automated tasks. Additionally, Jev is trained using Reinforcement Learning for Calibrated Decisions, a post-training technique focused on calibrating probabilities. This ensures that the model's output scores represent true statistical likelihoods rather than simple human-pleasing answers. Consequently, software applications can confidently use these structured probabilities to automate complex workflows and make dependable programmatic decisions. In practice, developers can integrate Jev alongside traditional LLMs to optimize agentic workflows. Jev can handle rapid routing, triage, and tool calls, while slower models are reserved for complex reasoning. This allows systems to proceed autonomously when confidence is high and route to human review only when uncertainty arises. Ultimately, Jev represents a critical transition toward silent, programmatic AI utility where speed, reliability, and structured decision-making are prioritized over conversational text.

Episode Overview

  • This episode introduces "Jev," a groundbreaking "System 1" AI model developed by TypeSafe AI designed specifically for fast, cheap, and structured decision-making in software workflows.
  • It walks through practical demonstrations of Jev's playground, showcasing structured inputs like yes/no probabilities (Noul), multiple-choice categorization, and scoring.
  • It details the technical paradigm shift of System 1 thinking (fast, intuitive, constrained decisions) versus System 2 thinking (slow, token-by-token reasoning) and how Jev complements traditional LLMs.
  • This content is highly relevant for software engineers, product managers, and AI developers looking to build faster, more cost-effective AI agents with highly reliable and calibrated structured outputs.

Key Concepts

  • System 1 vs. System 2 AI: Named after Daniel Kahneman's behavioral economics framework, System 1 represents fast, intuitive decision-making, while System 2 represents slow, logical reasoning. Jev acts as a System 1 model by prioritizing speed and cost-effectiveness for deterministic tasks over conversational capabilities.
  • Parallel Output Sampling: Unlike traditional LLMs that generate responses token-by-token (sequentially), Jev produces structured data outputs (like JSON) in parallel. This architectural choice makes it exponentially faster and minimizes token consumption.
  • Constrained Judgments (Noul, Choice, Score): Jev does not generate open-ended text. Instead, it processes natural language inputs to return highly structured, programmatic outputs: boolean probabilities (Noul), selections from predefined lists (Choice), or calibrated ratings (Score).
  • Reinforcement Learning for Calibrated Decisions (RLCD): Jev is trained using RLCD, a post-training technique focused on calibrating probabilities rather than pleasing human evaluators. This ensures Jev’s probability outputs represent true statistical likelihoods that software systems can reliably act upon.

Quotes

  • At 4:29 - "TypeSafe says Jev produces its outputs in parallel instead of generating a text response token by token." - Explaining the fundamental technical difference that allows Jev to achieve its blistering speeds.
  • At 7:49 - "A lot of useful AI should barely have anything to say. They actually should not talk to you at all, and it can be blisteringly fast and super, super cheap." - Highlighting the shift away from conversational interfaces toward silent, programmatic utility.
  • At 12:07 - "He decided to concentrate on how do we make their decisions reliable enough for software to act on, because it's actually the software that will be acting on all this produced material." - Clarifying the ultimate vision behind Jev, moving from human-facing assistants to software-integrable decision engines.

Takeaways

  • Integrate Jev alongside traditional LLMs (System 2 models) in agentic workflows, using Jev to handle fast routing, triage, and tool calls, while reserving slower LLMs for complex reasoning and code generation.
  • Use precise criteria and structural definitions in Jev's playground to calibrate decision probabilities; adding explicit criteria can dramatically sharpen the model's accuracy on edge cases.
  • Leverage Jev's calibrated probabilities programmatically to create automated escalation paths, allowing software to proceed autonomously when confidence is high and route to human review when uncertain.