What it is
Soupbase is a text-centric Chinese/English lateral-thinking puzzle website where Jev acts as host. It supports asking questions, step-by-step hints, submitting reconstructions, private creation, and link sharing.
How it uses Jev
Jev handles question judgment and reconstruction scoring. It returns structured options, probabilities, and confidence. The site uses these to display answers and judgment results. Application code requires supported facts, a coherent explanation, and sufficient confidence before marking a puzzle solved.
Primitives:choice
Technique worth stealing
Use Choice judgments with confidence thresholds to gate puzzle completion.
Try it
npm ci; cp .env.example .env.local; npm run content:sync; npm run dev
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.93
- Shows a System One patternyes0.83
- Handles uncertaintyno0.09
- Measuredno0.05
- Runnableyes0.94
- Worth recommendingunclear0.52
- Model replicano0.03
- Problem scopescore on a 0–2 scale0.22
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.