Most LLM evals miss what users actually care about. SIMILE, covered by Latent Space, reframes evaluation around human judgment with clear rubrics, pairwise comparisons, and task-grounded tests you can run in your own stack.
Source: Read Latent Space’s overview of SIMILE here: latent.space/p/simile.
What is SIMILE?
SIMILE is a human-centered approach to LLM evaluation. Instead of chasing proxy metrics, it scores outputs the way people do—against clear rubrics, on realistic tasks, and via side‑by‑side (A/B) comparisons.
The goal: align quality signals with real user outcomes (clarity, usefulness, safety, and factuality) and make regressions visible before they hit production.
Why it matters
- Aligns evals with user value instead of leaderboard tricks.
- Reduces overfitting to automated judges and “prompt gaming.”
- Makes regressions and model/version drift obvious and measurable.
Build a SIMILE‑style eval pipeline (fast)
- Define jobs-to-be-done: Write 5–10 core tasks your users actually do (e.g., summarize a call, draft an email, extract fields).
- Write plain‑English rubrics: 3–5 criteria (e.g., correctness, helpfulness, tone, safety). Use 0–5 or pass/fail for each.
- Collect realistic prompts: Pull anonymized production prompts or simulate from support tickets and docs.
- Compare side‑by‑side: Blind A/B model outputs and ask humans (or trusted SMEs) which is better and why.
- Record justifications: Require a short rationale to spot failure modes and train future auto‑judges.
- Track over time: Version datasets, prompts, and model configs; run evals on every major change.
- Close the loop: Triage top failures weekly; fix prompts, tools, or data; re‑run to verify.
What to measure
- Win rate: Percent of head‑to‑head comparisons your candidate model wins.
- Rubric scores: Average per‑criterion (e.g., correctness 4.3/5) and overall pass rate.
- Error taxonomy: Top 3 failure modes (e.g., missing constraints, hallucinated facts, unsafe suggestions).
- Latency and cost: P50/P95 response times and $/1k requests.
Implementation tips
- Start tiny: 25–50 high‑signal examples beat 1,000 noisy ones.
- Blind A/B always: Hide model names to reduce rater bias.
- Seed “golden” items: Catch inattentive raters and calibrate consistency.
- Store traces: Keep prompts, system messages, tools used, and outputs for reproducibility.
- Schedule evals: Run weekly or on release; alert on win‑rate drops >5%.
- Add guardrails: Include safety and policy checks as mandatory gates.
- Version everything: Dataset v#, rubric v#, model+temperature; log changes.
Bottom line
SIMILE’s core insight is simple: judge models the way users judge results. If your evals reflect real tasks and human rubrics, your quality signals will finally predict product outcomes.
Want more bite‑size AI playbooks? Subscribe to our free newsletter: theainuggets.com/newsletter.

