Latent Space

Why We Made Jev — Diogo Almeida, TypeSafe Co-founder & CEO

Published 2026-09-21 · Duration 2:22:22

Summary

The video introduces Jev, a new class of AI model termed 'System One Models,' designed not for chat or general text completion, but for deep integration into software infrastructure. The core thesis is that AI's next wave of value lies in being a machine-native component optimized for 'intelligence per dollar.' The discussion emphasizes moving away from traditional methods like RLHF and public benchmarks, advocating instead for focusing on reliability, structured state, and decomposing complex tasks into small, measurable, and verifiable decisions.

Download summary

Key takeaways

  1. System One Models (Jev) 18:40

    Jev is designed to be a large programmable model optimized for intelligence per dollar, intended for code consumption rather than text reply. This represents a shift from pre-trained LLMs (autocomplete) or RHF models (chatbot instruction following).

  2. Critique of Current AI Alignment Methods 26:40

    The speaker critiques RLHF (Reinforcement Learning from Human Feedback) and mode collapse, arguing that these methods are often misaligned with the needs of software engineering. He posits that reliability and robustness are more critical than simple determinism.

  3. The Importance of Decomposition 35:00

    To maximize reliability and power, developers should decompose AI workflows into many small, measurable decisions rather than relying on large, single system messages. This approach allows for programmatic verification and bug fixing.

  4. Anti-Benchmarking Stance 40:00

    The speaker argues that public benchmarks are 'extremely gameable' and antithetical to true intelligence. He stresses that long-term value must be measured by how the model performs within a specific, real-world workflow.

Technical details

  • Model Architecture & Primitives 2600s

    Jev introduces three new, non-standard types for programmatic control: 'Choice' (maps to an enum/switch statement), 'Score' (maps to sorting/thresholding), and 'Bernoulli' (a boolean/true-false state). These primitives allow AI to interact with software control flow directly.

  • Structured State Management 3000s

    The model is optimized for structured JSON objects for inputs (state, instructions, criteria), moving away from the 'old way' of stuffing everything into system messages or templates. This enhances legibility and semantic understanding for machines.

  • Reliability vs. Determinism 3400s

    While determinism (same input = same output) is useful for unit tests, the speaker argues that 'robustness'—given similar inputs, getting similar outputs—is the more critical property for general-purpose AI in software.

  • Data Focus 2000s

    The company views itself as a 'data lab' rather than a 'model lab,' emphasizing that data is the core driver of model capability and reliability. They avoid training on user data due to inherent real-world bias.

Mentioned resources

  • Jev (Model/Platform)
  • RLCD (Model/Concept)
  • TypeSafe (Company)

Channel & topics

Watch on YouTube · Back to latest

This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.