Intent becomes a plan.
A small language model turns your English into typed questions and allowed answers. Missing criteria become follow-up questions.
English → structured planOPEN SOURCE. HUMAN FIRST.
You speak English. JEV speaks decisions.
One small wrapper makes the connection.
Turn everyday requests into explicit criteria, typed questions, and structured answers you can actually use.
“Route this customer request
and tell me if it’s urgent.”
{
"department": "billing",
"urgent_probability": 0.64,
"status": "needs_review"
}
THE DECISION SANDBOX
See the questions before you trust the answers. Start with an illustrative example, or connect to this instance’s live service.
You review the plan. JEV evaluates the questions.
This wrapper does not carry out external actions.
Your request becomes a plan you can inspect, edit, and approve before JEV evaluates it.
Edit the criteria or allowed options before running. All questions must have a unique ID and a supported type.
Uses provider confidence for choices and scores; distance from 50% for truth estimates. Neither guarantees correctness.
THE ANSWER, WITH THE DETAILS
A SMALL BRIDGE. A CLEAR CONTRACT.
The conversational model helps express the task. JEV evaluates the structured questions. You can inspect the handoff between them.
A small language model turns your English into typed questions and allowed answers. Missing criteria become follow-up questions.
English → structured planReview the plan, adjust the criteria, then send the questions and context to JEV for evaluation. The questions define what it judges.
Explicit inputs → typed resultsRead the results and available confidence. Low-confidence or ambiguous answers get a review flag. Export the full response for your workflow.
Clear answers + visible uncertaintyYOURS TO RUN. YOURS TO BUILD ON.
Run your own instance with your LLM and JEV API keys. Keep your credentials server-side, define the decision rules, and build the interface your team needs.
MIT license · Node.js · Vanilla frontend · No build step
git clone https://github.com/bouncerguy/jevwrapper.git
cd jevwrapper
cp .env.example .env
# Add your API keys and access token to .env
npm startMake the conversation natural.
Make the decision explicit.