01
Choice
Pick one of up to 26 options you describe in plain language. You get the winner and a probability for every option.
{ "type": "choice",
"choice": "billing",
"probabilities": {
"billing": 0.91,
"shipping": 0.04, … } }Hesperan
Calibrated judgments for software.
Hesperan 1 reads text or application state and answers typed questions — choice, yes/no, score — with a probability for every outcome. One HTTP call, a number your code can put a threshold on.
Free plan · no card · email sign-in
(A)
A situation, a typed question, an answer with a probability for every outcome. These are recorded answers — run your own in the playground.
The situation
Hi, I was charged twice for order #48213 yesterday. The second charge still shows as pending on my card. Can you refund it? The parcel itself arrived fine.
The question · choice
Which team should handle this ticket?
Hesperan 1 answers
billing
p = 0.78
| billing | 77.7% |
|---|---|
| shipping | 15.9% |
| technical | 3.2% |
| account | 3.2% |
Recorded 2026-09-22 · 80 ms decision · from the mock API while the model is offline
(B)
Every answer is typed and schema-stable. Ask several questions about the same state in one request; they are answered together.
01
Pick one of up to 26 options you describe in plain language. You get the winner and a probability for every option.
{ "type": "choice",
"choice": "billing",
"probabilities": {
"billing": 0.91,
"shipping": 0.04, … } }02
State a claim; get the probability that it holds. Yes/no decisions with a number you can put a threshold on.
{ "type": "noul",
"noul": 0.97 }03
Rate on your own ordinal scale. You get the expected level and the full distribution across levels.
{ "type": "score",
"score": 2.64,
"probabilities": {
"0": 0.01, "1": 0.06,
"2": 0.21, "3": 0.72 } }(C)
Measured on public benchmarks, next to Jev 1.13. Strong on decisions; weaker on knowledge-heavy tasks such as MMLU-Pro (61.2 vs 82.9).
(D)
Anywhere software has to make a judgment call and a person should only see the uncertain cases.
Send each message to the right queue, and to a human when the probability is low.
Score emails, sign-ups and payments before they reach a person.
Decide from an alert and its context whether someone must be paged now.
Apply your written policy to posts and reviews, with a confidence per rule.
Let an agent ask “should I proceed?” and act only above a threshold you set.
Read a form or an email and rate fit on your own scale.
(E)
From sign-in to the first answer takes about two minutes. Only answered questions count.
With your email — no password. The free plan starts right away.
In the console, one per app or environment.
POST your state and typed questions to /v1/systemone.
A dedicated model in the EU, or Hesperan inside your own infrastructure. Tell us what you want to decide.