JevMade hello@JevMade.com
← Back to getting started videos

JevMade field notes / Video guide

Probé Jev: Esta IA NO es un LLM… y Puede Cambiar Cómo Programamos

Carlos Alarcón explains TypeSafe AI's Jev model architecture, contrasting System 1 parallel sampling against autoregressive LLMs. He reviews its core decision primitives, tests moderation and triage scenarios, and implements a ticket classification pipeline using the Python SDK.

Original by Carlos Alarcón - AIGetting startedIntermediate40 min 40 sec Published Source reviewed

Before you press play

What you’ll find in the video

  1. Jev structures evaluations into three primary decision primitives: Noul (binary probability), choice (categorical selection up to 255 options), and score (ordered rubrics).
  2. Inputs consist of a state string or JSON object paired with structured questions, processed via parallel sampling without autoregressive text generation.
  3. Python SDK integrations allow developers to branch backend business logic directly using returned continuous probabilities and confidence scores rather than parsing raw text.
Worth knowing

Gemini-assisted video/transcript review. Jev cannot perform open-ended generation, reasoning chains, or multimodal processing, and its probabilities must still be tested against domain-specific edge cases.

Probé Jev: Esta IA NO es un LLM… y Puede Cambiar Cómo Programamos