Guides — field manual for System One.
Conceptual ladder first, then hands-on recipes. Use Cases stay on their own index.
- 4 foundation pages
- 5 recipe pages
- Paraphrased from public TypeSafe docs
Conceptual ladder first, then hands-on recipes. Use Cases stay on their own index.
What Jev is → vs chat/code → Choice / Score / Noul → first small task.
01
Jev is TypeSafe’s System One decision model: send state + typed questions, get structured answers your code can branch on—illustrated with a support email, not a chat.
02
Code owns control flow and side effects; Jev owns narrow semantic judgments; LLMs write prose when you need text. Prefer workflows + gates over open agent loops.
03
Choice selects from a closed set; Score rates ordered levels; Noul returns P(yes). Mix them in one call; each question runs in parallel against the same state.
04
Shrink “AI handles support” to a reviewable label on desensitized mail. Define input, options, success checks, and what you refuse to automate.
Prepare materials → support routing → RAG filtering → n8n → extract and validate.
Step 01
API key, SDK or HTTP, optional Gateway; decide atomic judgments, state fields, thresholds, and escalate paths before you code.
Step 02
Route desensitized mail into shipping/refund/billing/other for human review—never refund or send mail from the model path.
Step 03
Retrieve candidates with your search stack; ask Jev which snippets are relevant enough to keep—code enforces the cut.
Step 04
Call Jev from n8n via community node or HTTP; gate side effects on confidence — community node ≠ TypeSafe product.
Step 05
Let Jev propose or select candidate field values; deterministic validators own schema, ranges, and rejects.