JEVLINK / JUDGMENT TERMINAL[ JEV · BETA ]

Judgment, in action.

Ask your question. Bring your context.
Inspect the answer. Verify the receipt.

judgment_oracle.exeJEV / LIVE INFERENCE
INPUT / YOUR QUESTIONANY TOPIC

Your question. Your context. A signal your application can use.

0 / 4,000
Custom answer options OPTIONAL

Default: Yes / No / Undetermined. Add 2–6 options for routing or comparisons. Undetermined is always available.

Your text is sent to TypeSafe’s Jev API and saved in a shareable receipt. Use public or fictional information; never include secrets or personal data.

OUTPUT / READY

Ask freely. Judge precisely.

See the answer, its probability and the measured response time. Verify the original result.

LIVE MODEL OUTPUT · SIGNED RECORD
Jev → JevLink · Direct APIREAL INFERENCE
Use the same API in your application

Send your question and context as prompt. Add optional answer choices for routing or comparisons. The API returns real Jev output inside a signed receipt.

const response = await fetch('https://jevlink.xyz/api/judgments', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    mode: 'freeform',
    prompt: 'Does this order qualify for a refund? Policy: unused items within 30 days. Order: unopened, delivered 12 days ago.'
  })
});
const { receipt, error } = await response.json();
if (!response.ok) throw new Error(error);

// Verify and decode receipt.payload to read answers and labels.
// GET /api/receipts/{id} — retrieve the saved receipt
// GET /api/receipt-key?keyId={keyId} — verification key

Call from your server. Beta limits: 5 calls per minute per client, 200 per UTC day across the site. Existing announcement and direction integrations remain available.

API reference, examples & verification ↗
Explore illustrative feed concepts

These five feed concepts use sample data. The judgment console above makes real Jev calls.

judgment_feeds.exeDEMO SNAPSHOT
FileViewSignalsHelp5 feeds loaded
QUESTION / JEV-MKT-01

Is the market in a risk-on regime?

81.72%
JUDGMENTRISK-ONCONFIDENCE0.913MODELS17 / 17
Inspect proof bundle
Sample data / not connected to a live oracleREAD ONLY