
Topic
AI Workflow Patterns
Reusable ways to coordinate model judgments with code, including fan-out, confidence gates, composite scoring, and intent routing.
2 pages
Writing25 September 2026
Jev: A Practical Reference
Jev makes bounded semantic judgments with Choice, Score, and Noul; code handles exact work and policy, while evaluation and confidence gates determine when to act or escalate.
Writing25 September 2026
Using Jev Compact LLM Context
Jev can shorten LLM context by scoring which tool events a current question still needs. A recorded Noul response and Python retention code show what stays and why the threshold matters.