Skip to content
github·Tools and apps

pi-jev

TypeSafe Jev as a decision layer for the Pi coding agent. A gate judges bash, write, and edit calls before they run, an output judge reads bash results, and jev_ask lets the model request the same kind of typed answer.

Sami Ansari

Sami Ansari

@y0usaf

TypeSafe Jev as a decision layer for the Pi coding agent: tool-call gate, output judge, and jev_ask.

01 / The Decision

Allow or hold a coding-agent tool call before it runs.

Jev sits between the incoming context and the next system action. Rather than generating lengthy, slow natural language that requires brittle regex parsing, Jev returns non-autoregressive, calibrated probabilities that downstream code can immediately execute.

02 / Typed Outputs
01allowPrimary action
02holdConfidence score
03confidenceFallback route

Related Tools and apps Builds