What it is
A community translation project that renders the official Jev documentation (TypeSafe AI's System One model) into Simplified Chinese, covering all 109 pages, and ships a static site generator to build and host the translated docs.
How it uses Jev
The README does not describe any code that calls Jev. It only summarizes Jev as a System One model that takes state plus typed questions (Choice / Score / Noul) and returns structured answers with probabilities and confidence for code to consume.
Primitives:choicescorenoul
Technique worth stealing
Translate docs page-by-page while keeping product terms, code, field names and API signatures in English, then rebuild a static site from Markdown.
Try it
cd dist && python3 -m http.server 8137, or run python3 build.py to regenerate dist/.
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-centricno0.14
- Shows a System One patternno0.06
- Handles uncertaintyno0.04
- Measuredno0.03
- Runnableno0.08
- Worth recommendingno0.26
- Model replicano0.02
- Problem scopescore on a 0–2 scale1.00
- About Jevyes0.78
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.