The prompt
Prompt
OUTLINE ONLY — Not a production recipe.
When to use: LLM draft must pass a gate.
Inputs: draft + policy text as state.
Question sketch:
- policy_ok: Boolean
- jailbreak_suspected: Boolean
- quality: Score on your rubric
Confidence policy: fail closed on low confidence.
Links: TypeSafe launch “verify everything”.
Needs access to: typesafellm
How it's set up
LLM writes; Jev judges; code branches. Do not ask Jev to rewrite prose.
Not a production recipe.
Why it works
Keeps generation and judgment in different model classes.
This use case was collected from the public Jev community and is credited to its original author. Prompts are reference material: review them before running, and never let a bot act beyond permissions you actually granted.