What it is
A single-page app that reads a clinical note and tells you what the note commits to that the chart does not yet carry out. Built on TypeSafe's jev model. For demonstration only, not for clinical use.
How it uses Jev
Jev answers two atomic questions per catalogue item: whether the item is mentioned and whether it is committed. The probabilities and the chart decide the bucket in Python. Committed ≥0.70 and not on chart triggers a nudge; 0.45–0.70 is uncertain; mentioned ≥0.60 but committed <0.45 is considered and set aside.
Primitives:choice
Technique worth stealing
Separate 'mentioned' from 'committed' to avoid nudging for orders the note explicitly declines or holds.
Try it
Open ygivenx.github.io/jev-try/ to replay a real response; no install needed.
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.92
- Shows a System One patternunclear0.58
- Handles uncertaintyno0.09
- Measuredno0.05
- Runnableyes0.79
- Worth recommendingunclear0.40
- Model replicano0.04
- Problem scopescore on a 0–2 scale1.13
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.