Convert judgment into an admissible action.
Jev returns an answer. The application computes the action using the current state and an independently maintained permission set. If state is stale, output is malformed, or no action is permitted, the policy returns hold.
a = π(s_now, J(s, Q), grants, consent, policy_version)a ∈ permitted_actions(s_now) ∪ {hold}A Choice or Score confidence value summarizes distribution concentration. It is not the probability that an action is safe, correct, or authorized. For a calibrated binary correctness estimate p, a simplified policy acts only when (1 − p) × cost_wrong < cost_review, then separately checks authorization. Estimate p and both costs from labeled outcomes; this formula assumes review resolves the decision.