Score card
A score card reports how a piece of content scored against a model. It gives an overall score, a breakdown per trait, and — for each — a tier, a distance to the next tier, and a confidence reading.
§1What the card reports
Every score card carries the same four things. Each is a separate decision input and is meant to be read independently.
- An overall score on the 0–100 scale — the composite across the model’s traits.
- A per-trait score on the same 0–100 scale for each trait declared on the model.
- A tier for each score — Strong, Solid, Developing, or Weak — and the headroom to the next tier.
- A confidence level for each score, rendered as dots: ●●● high, ●●○ moderate, ●○○ low.
The same fields appear in the JSON response from the REST API. The card is the visual rendering; the data is the same.
§2How to read a card
Signals are identified below. The top block is the overall score; each row below is one trait.
§3Going further on any signal
Click any row to open its detail: the trait’s description, its polarity labels (which end of the axis is which), and the headroom from the current score to the next tier on that trait. Click the overall block to return to the summary, which names the bottleneck trait — the weakest trait and the one the overall score is most sensitive to.
§4Edge cases
§4.1Single-trait models
A model with one trait still shows an overall block; the overall score equals that trait’s score. The shape of the card does not change with the number of traits.
§4.2Low-confidence rows
When a trait’s confidence is low, the numeric score is still shown but the tier label and headroom are withheld. The confidence glyph makes the reason explicit. Treat the score as directional, not exact.
§5Related concepts
- Composite — the overall score at the top of the card.
- Tiers — the four bands each score falls into.
- Breaks — the thresholds between tiers.
- Headroom — the distance from a score to the next tier.
- Confidence — the reliability reading shown as dots.