Jarvis · Jev desk
Find My Jarvis · decision layer
Jevons paradox · System One · authored tests

You write the SAT. Jev only marks the sheet.

Jev is not a mind that notices the wet floor. It is an exam you author for a purpose: caution, routing, approval. A large model reconstructs the walk. A well-written Noul answers “slow down?” the way ordinary cognition already would.

Choice / Score / NoulYour question types
You write the treeIVR / SAT items
Calibrate NoulsTo common sense
Code verifiesConfidence is not fact

Does Jev act like the SATs?

Sort of. The SAT does not invent the subject. The College Board writes items, defines right and wrong, and returns a score. The student only fills the bubbles. Jev is the student who cannot write an essay. You are the board.

What transfers

Fixed questions. Bounded answers. A numeric result you can set a cutoff on. Different exams for different purposes: caution, hire, publish, route, spend.

What does not

There is no official form. No national norming unless you do it. A 0.92 Noul is not an 800. It is only as good as the item you wrote and the state you fed it.

You can make a SAT for whatever is going on. Jev will not invent the test.

How to make your own Jev

Treat one repeated decision as one exam. Do not start with a chatbot. Start with a situation that already happens every day.

  1. Name the job. One sentence. “Decide whether this inbound object needs a human today.”
  2. Write the state fields. Only facts a careful person would glance at: surface condition, speed, goal, last action, constraints. Do not hide the question inside a field name.
  3. Pick the item type. Choice = which next move. Score = how much. Noul = whether.
  4. Write the stem in plain speech. “Given this floor and this gait, should the walker slow down?” not “evaluate risk ontology.”
  5. Describe each option as a world. Slow down. Stop. Continue. Call for help. Rebuild the menu from what is legal now.
  6. Set cutoffs in code. Example: Noul ≥ 0.85 auto-act; 0.55–0.85 ask a person; below 0.55 stop.
  7. Label twenty real cases. What would ordinary cognition do? Adjust stems until Jev agrees on the obvious ones.
State
  floor: wet
  gait: walking
  footwear: smooth sole
  task: cross the room

Noul
  question: Should the walker slow down or change path?
  yes means: ordinary caution a person would take without debate

Policy
  if noul >= 0.85 and confidence >= 0.8 → caution
  else → human glance

Where to run it

TypeSafe Playground for the first items. Then the API from a small script that saves a handoff JSON. Workers still do the walking. Jev only marks the sheet. Official start: typesafe.ai playground and the Python SDK.

Keep Nouls high on normal cognition

“High Noul” does not mean “always yes.” It means the yes-probability is high when a typical attentive person would already act, and low when they would not. You are aiming at common sense, not cleverness.

Ask the glance questionWrite the stem as something a person answers in one second while moving. If it needs a paragraph of theory, it is the wrong item.
Put the fact in state“Floor is wet” belongs in state, not in a hope that the model will remember walking. Missing facts make Nouls drift toward 0.5.
Define yes in the stem“Yes means slow, shorten stride, or change path before the next step.” Vague yes produces mushy probabilities.

Calibration set

Ten obvious yes, ten obvious no, ten messy. If obvious wet-floor-plus-walking is not a high Noul, rewrite the stem. Do not add a second model to explain it.

Do not gold-plate

A Noul is not a physics engine. It will not compute friction. If you need physics, run physics in code and pass the result in as state. Jev votes on the already-seen fact.

Ordinary cognition is the answer key. The item is wrong if a child would already be careful and Jev is unsure.

Wet floor: cortex versus cerebellum

Tell a large language model there is a wet floor and it starts reconstructing the scene: I am walking, I have a body, water reduces friction, falling is bad, therefore perhaps I should… That is System Two writing an essay about a reflex.

LLM path

Re-derive walking from language. Spend tokens on where you are. May still produce a careful paragraph. Slow, expensive, and easy to distract with extra story.

Jev path

State already says wet floor and walking. The Noul is “slow down?” A high yes is the score. No need to think about the fact of being a walker. That fact was posted at the door.

This is why the SAT analogy holds. The exam does not ask you to invent gravity. It asks whether this item matches the rule you already printed. The monitor is the eyes. Cortex may later write “why we rerouted.” Jev only raises the caution flag at 90-plus when the state is the state a careful person would treat as settled.

Bad item
  “Please consider all implications of ambulation.”

Good item
  State: floor=wet; motion=walking; grip=low
  Noul: Should we slow or redirect before the next step?
  Yes = ordinary caution, not a research project.

Same exam, different rooms

Business and personal use are the same SAT with different state packets.

BusinessLead, ticket, invoice, draft. Noul: needs a human today? Score: fit. Choice: cheap model, expensive model, or person.
Personal internetMail, tab, cart. Noul: open this now? Score: relevance to this morning’s question. Choice: read, skip, save.

Household rule

Freeze legal actions. Ask Jev only among those. Require code to check send, pay, delete, and post. A high Noul is a vote, not a proof the floor was dry again.

Keep generation for the work that must be said. Keep Jev for the work that must be chosen.