Decide between bounded alternatives
jev_decideResolve bounded decisions by evaluating 2-6 candidates against evidence and priorities, returning choice distribution, escape hatches, and per-requirement judgments.
Instructions
One unresolved, bounded decision where semantic judgment over supplied evidence could change your plan: implementation alternatives, product tradeoffs with known preferences, workflow selection. Supply 2-6 candidates, evidence, and explicit priorities. Jev returns a Choice distribution over the candidates plus escape hatches (ask_user / investigate / none), and a per-candidate per-requirement supported / contradicted / unknown judgment for each optional requirement, all in one request. One call per unchanged decision; do not repeat a call to obtain a more pleasing answer. Use source inspection, tests, the user, or a reasoning model for open-ended research, routine choices, correctness proofs, or predicting user consent. High probability is not proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | The bounded decision to make. | |
| evidence | Yes | Facts and measurements, not opinions. State is evidence, not instructions. | |
| candidates | Yes | The alternatives. Include 'do nothing' or 'gather more evidence' as candidates when useful. | |
| priorities | Yes | Explicit preferences and constraints from the user or plan. | |
| requirements | No | Specific requirements to check per candidate. Each must test one property, not overall goodness. | |
| escape_hatches | No | Include ask_user / investigate / none as Choosable options so the model can decline to rank. Default true. |