What it is
A community .NET SDK for the TypeSafe AI System One API. It lets C# developers ask small, typed judgments about text or structured state and receive calibrated probabilities their code can act on.
How it uses Jev
Jev answers Noul (is this true?), Choice (which label?), and Score (where on this scale?) questions. The client sends a state plus a QuestionSet; results are retrieved via typed handles like result.Get(handle).Choice or .Probability, or through untyped dictionaries.
Primitives:choicescorenoul
Technique worth stealing
Wrap TypeSafe judgments around and inside a chat pipeline as guardrails, routers, tools, and evaluators.
Try it
dotnet add package TypeSafeAI, then create a TypeSafeClient with your API key.
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.73
- Shows a System One patternno0.29
- Handles uncertaintyno0.04
- Measuredno0.04
- Runnableyes0.97
- Worth recommendingno0.06
- Model replicano0.04
- Problem scopescore on a 0–2 scale1.33
- About Jevyes0.92
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.