⚖️ JEV Sandbox

Multi-agent schema experimentation · Variance mapping

Construct a schema. Run it through multiple agents. Find the schema that generalizes.

How this works

JEV is a schema-bounded decision model. The schema you give defines what JEV can answer. Different schemas probe different decision surfaces.

This sandbox runs your schema through multiple JEV probes simultaneously — same schema, same state, multiple model versions (when available) — and shows you where the answers converge and where they diverge.

Convergence = the schema is well-formed for the question. Divergence = the question is ambiguous; refine the schema. JEV never hallucinates outside the schema. If the schema is loose, the question is loose. If the schema is tight, the question is tight.

Try a preset

The state (the question)

The schema (the bounded question)

JSON schema. Each key = a question. Each value: type, question, criteria/instructions.

type: "noul" (yes/no), "choice" (multiple), "score" (rubric)
question: what JEV is asked
criteria: for choice → {option: rubric}; for score → ordered array
instructions: for noul — explanation of what yes/no means here
state: (separate textarea above) — the context JEV decides within

Results

No experiment yet. Run JEV.

What JEV does differently

JEV returns typed probabilities, not text. Each answer includes a confidence score and full probability distribution.

JEV cannot hallucinate outside its schema. The schema IS the question. The shape of the answer is bounded; only the probabilities float.