Sunday, September 20, 2026

Today’s Edition

AI Intel Report

MARKETS

Frontier Models

TypeSafe AI Releases Jev as First Public System One Model

The early access launch on September 15, 2026, introduces a decision-focused alternative to language models that supplies structured results for direct code integration.

4 MIN READ
In a modern open-plan technology research facility with floor-to-ceiling windows overlooking an urban skyline, several anonymous engineers wearing hoodies and jeans work at long wooden desks arranged in rows. The workspace features multiple black server racks lined against the back wall, each rack holding dense stacks of computing hardware with small status indicator lights glowing steadily in green and blue tones. Thick bundles of multicolored cables snake between the racks and the desks, connecting to desktop towers and external storage units. On the desks sit arrays of flat-screen monitors displaying complex graphical interfaces with flowcharts, decision trees, and structured data diagrams without any visible lettering. One engineer sits at the central desk pointing toward a monitor while two others stand nearby examining printed schematic diagrams spread across the table surface. Additional engineers in the background interact with portable diagnostic tools and handheld measurement devices near the server racks. The room includes potted plants, whiteboards covered in hand-drawn diagrams, and scattered technical reference books. The overall setting conveys a collaborative development environment focused on advanced decision-oriented artificial intelligence systems, with emphasis on hardware integration points such as cable connections, rack-mounted processors, and workstation setups that support direct code-level outputs. The scene includes subtle references to specialized modeling approaches through the presence of decision-tree visualizations on screens and organized stacks of technical documentation on shelves, all within a clean, professional workspace environment associated with the early access release of structured AI tools designed for seamless software integration rather than conversational text generation.
Illustration: AI Intel Report

Jev is a non-LLM System One decision model from TypeSafe AI that accepts unstructured program state and typed questions to return structured outputs without hallucinations or type errors.

TypeSafe AI announced the early access availability of Jev on September 15, 2026. The model addresses limitations in existing frontier systems by prioritizing machine-usable decisions over text generation.

What background led to the introduction of System One Models?

Diogo Almeida, founder of TypeSafe AI, identified that prior optimization for human language created barriers for automation. Computers require structured data rather than natural language responses to function reliably in software pipelines.

The development occurred over two years in stealth with multiple research advancements. These efforts produced a category of models built specifically for fast, structured decisions that software systems can consume without further interpretation.

What capabilities set the Jev release apart from prior offerings?

Jev takes unstructured program state and typed questions as inputs. It produces outputs limited to Choice, Score, or Noul/Boolean formats that include calibrated probabilities and confidence scores.

Predefinition of output structures by the user removes the possibility of hallucinations or type mismatches. Results become immediately actionable in code without additional validation steps.

Availability extends through integrations with Vercel AI Gateway, Netlify AI Gateway, LiteLLM, and Cloudflare AI. These connections support broader developer adoption of the early access release.

What technical design choices enable Jev performance?

The architecture incorporates a parallel sampler and RLCD training method. All questions undergo simultaneous evaluation against the shared program state inside one API request.

Reported end-to-end response times fall between 70 milliseconds and 500 milliseconds. These latencies support time-sensitive decision loops in automated environments.

Performance metrics drawn from TypeSafe AI workflow evaluations for System One tasks.
MetricJevTraditional LLMs
SpeedUp to 193.6x faster on System One tasksBaseline sequential processing
Cost444.6x cheaper at $42 per billion input tokensInput prices up to 238x higher
Output FormatPredefined structures with probabilitiesUnstructured text requiring post-processing
Error HandlingNo hallucinations or type errorsFrequent need for correction
Query ModeParallel in single callTypically one query per call

What market and stakeholder implications follow from Jev adoption?

Cost reductions and speed gains open automation opportunities in sectors constrained by LLM variability. Organizations can deploy decision logic at higher volumes with greater consistency.

Software teams gain tools that align with programmatic requirements through typed outputs. This alignment may expand AI use in backend services and multi-step agent workflows.

  1. Predefined structures remove post-processing requirements in automation sequences.
  2. Confidence scores allow direct incorporation into conditional code logic.
  3. Parallel single-call evaluation lowers cumulative API latency and expense.
  4. Token pricing supports sustained high-throughput decision workloads without proportional cost increases.

What reactions accompanied the announcement of the Jev model?

After two years in stealth, countless technical challenges, and research breakthroughs… I am beyond excited to announce that today, TypeSafe AI is releasing our first System One Model: a new class of frontier models built to make fast, structured decisions that software can use directly.Diogo Almeida, Founder, TypeSafe AI

The statement positions Jev as the initial entry in a distinct model class. Reports from integration partners such as Vercel confirm the reported efficiency metrics from internal testing.

What steps may follow the early access phase for System One Models?

TypeSafe AI has positioned Jev as the first public model in its System One line. Continued application of RLCD training and parallel sampling techniques is expected to inform subsequent releases.

Expanded integration support and additional model variants could extend the approach to wider automation scenarios based on the initial release framework.

Frequently asked

When did TypeSafe AI make Jev available in early access?

TypeSafe AI released Jev on September 15, 2026.

How does Jev avoid producing hallucinations?

Jev avoids hallucinations because users define the possible outputs and structures in advance through typed questions.

What pricing applies to Jev usage?

Jev costs $42 per billion input tokens with free output tokens.

Sources

  1. TypeSafe AI — 193.6x Faster, 444.6x Cheaper. *based on workflows for System One tasks (proof) ... $42 Per Billion input tokens. ... 238x Lower input price than Claude Fable 5.1
  2. TypeSafe AI — Our first public model is Jev, available today in early access. Jev achieves similar levels of intelligence on System One tasks compared to existing LLMs, while being two orders of magnitude faster and more efficient. ... End-to-end response time is 70ms-500ms for TypeSafe. This can range from 40x-200x faster...
  3. Vercel — TypeSafe reports Jev was up to 193.6x faster and 444.6x cheaper than LLMs on its workflow evaluations.
  4. TechCrunch — The problem is we are optimizing for human language … We have been super good at human language for four years, but it’s not useful for automation because computers speak a different language.