What it is
A demo where Jev, TypeSafe AI's System One model, determines which of three major clouds (AWS, Azure, Google Cloud) a given service name belongs to, showing probabilities. For developers exploring probabilistic classification.
How it uses Jev
Jev takes a service name and returns a probability distribution over the three clouds in one parallel pass. The three bars on screen are drawn directly from the model's returned `probabilities`. No text generation.
Primitives:choice
Technique worth stealing
Using Jev's probability distribution to visualize confidence via bar lengths.
Try it
npm install; export TYPESAFE_API_KEY=; npm run serve
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.90
- Shows a System One patternno0.22
- Handles uncertaintyno0.06
- Measuredno0.07
- Runnableyes0.87
- Worth recommendingunclear0.51
- Model replicano0.03
- Problem scopescore on a 0–2 scale0.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.