Guides

14 guides on getting real work out of Jev: what it is, where it wins, where it breaks, and how to build around the edges.

Fundamentals

Engineering

Your First Jev Integration, End to End

12 min read

curl to Python to TypeScript: the request shape, reading answers correctly, error handling with backoff, and why you should pin the version.

jevsdkapigetting-started

How to Use Jev Correctly: 9 Documented Failure Modes

12 min read

TypeSafe documents nine ways jev-1.13 gets things wrong. Here is what each one looks like in production and how to engineer around it.

jevfailure-modesreliabilitysystem-one

The Traps: Noul vs Choice, Score Expectations, and Thresholds That Don't Transfer

11 min read

Jev's answers are calibrated, not algebraic. The invariants you assume between question types are not guaranteed, and TypeSafe publishes the numbers to prove it.

jevcalibrationnoulscorethresholds

Four Architectural Patterns for Building with Jev

11 min read

Speculative fan-out, confidence-gated routing, composite scoring, and intent routing, with working code for each.

jevpatternsarchitecturesystem-one

Atomic Questions: The Skill That Decides Whether Jev Works for You

10 min read

Decomposition is the whole job. Broad questions hide judgments; atomic ones expose them so your code can inspect, tune, and combine them.

jevdecompositionpromptingsystem-one

When Jev Beats an LLM, and When It Definitely Doesn't

10 min read

A field guide to the tasks Jev is genuinely good at, the ones it cannot do at all, and the category error behind most of the viral demos.

jevarchitecturellmdecisions

Jev vs. Zero-Shot Classifiers, BERT, and Constrained Decoding

9 min read

Taking the "this is nothing new" critique seriously in both directions, and working out what Jev actually replaces.

jevbertclassifiersconstrained-decoding

Business

Projects

Background