Jev Foundations
From zero to your first production decision
Start here. Build an accurate mental model of what a System One model is, learn the three primitives by composing them in the browser, and ship a working ticket triage endpoint.
What you’ll be able to do
- ✓Explain what Jev returns and why it never emits a string
- ✓Write Choice, Score, and Noul questions that survive contact with real input
- ✓Read probabilities and confidence without over-reading them
- ✓Ship a triage endpoint with sensible confidence gates
Lessons
- 0112m
What You're Actually Calling
freeOne endpoint, three primitives, zero strings out. Build a request payload piece by piece and watch the JSON assemble.
- 0218m
The Three Primitives
freeChoice is a match statement, Score is a sort key, Noul is an if. Compose all three against one state in the builder.
- 0316m
Reading Probabilities and Confidence
paidConfidence is derived from the distribution, not reported separately. Drag the sliders until that clicks.
- 0422m
Writing Atomic Questions
paidThe single skill that decides whether Jev works for you. Decompose four compound questions and get graded.
- 0535m
Project: Ticket Triage
paidBuild the whole thing — fan out five questions, gate on confidence, route to four handlers.