What it is
A community .NET client for the TypeSafe AI API (System One / Jev), letting C# code ask small typed questions about text or structured state and receive calibrated probabilities to act on.
How it uses Jev
Code sends a state plus typed questions (Noul, Choice, Score) via SystemOneAsync; Jev returns calibrated probabilities. Results are read by name from Nouls, Choices, Scores, or bound to a SystemOneResponse subclass with required or [OptionalAnswer] properties.
Primitives:choicescorenoul
Technique worth stealing
Ask all independent questions about a state in one round trip, then act on calibrated probabilities in code.
Try it
dotnet add package Jev.Net, then call SystemOneAsync with a state and typed questions.
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.87
- Shows a System One patternno0.17
- Handles uncertaintyno0.06
- Measuredno0.04
- Runnableyes0.98
- Worth recommendingno0.21
- Model replicano0.03
- Problem scopescore on a 0–2 scale1.00
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.