Skip to content
JevDirectory.org
PrimitivesScore question

Score

Rate the state against 2 to 10 ordered levels; returns a probability-weighted position, per-level probabilities, and confidence.

Category
Primitives
Also known as
Score question
Related terms
6
Directory entries
3
Docs
docs.typesafe.ai
Added
2026-09-24

Definition

A Score question takes an ordered array of level descriptions. The answer's score is each level's index multiplied by its probability, so it can land between levels — 0×0.0 + 1×0.57 + 2×0.43 = 1.43. The legend field maps level numbers back to their descriptions.

Levels are judged separately, so describing one level as worse than another adds no signal, and the model sees descriptions rather than numbers. Score fits a spectrum with described points — bug severity, frustration, skill level — and the arithmetic belongs in code.

Tagsprimitivesevaluation

From the directory

Rate content against 2 to 10 ordered levels. Returns a probability-weighted score that can land between levels, per-level probabilities, and confidence, with the arithmetic left to code.
Practices & PatternsDocs#official#primitives#score
Official
The three TypeSafe question types, the typed answers they return, how to choose between them, and how to ask several in a single call.
Practices & PatternsDocs#official#primitives#choice
Official
Break a judgment into atomic Score questions, normalize each by its top level, and combine them with weights you control in code, as in the resume example's four scored dimensions.
Practices & PatternsDocs#official#patterns#score
Official

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

724 competitor ads, broken down

A chat bot with no LLM

3,282 posts, eight questions each

Jev repositories worth a look, in Japanese

やぁ!兄弟たち! Jevに関するGitHubの実用性と発展性がありそうなリポジトリをまとめたよ! やはり、高速判断を要するComputerUseや完全自動トレードなんかに対しての活用が多い印象だね! Jevは公式のウェイトリストも1日ほどで承認されるけど、待たなくてもVercel AI GatewayからModel: Show more

Reply

Company invoices, classified for the books

Real-time Clippy that wakes up when you struggle

I built real-time Clippy with Jev. It quietly watches how you use the product and only wakes up when it thinks you’re struggling. Hesitating? Confused? Stuck? Clippy knows. Even its reactions are controlled by Jev. 👀

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply