Active Diagnostic Queue
2m ago · Candidate from Dubai just unlocked their Premium Score Diagnostic ($15)
5m ago · Candidate from Toronto just flagged a Coherence & Cohesion penalty in Writing Task 2 (Band 7.0)
6m ago · Candidate from Riyadh just upgraded to the Complete System ($49/mo)

Mustafa Darras · Director of AI & LLM Evaluation

Prompting Isn't the Skill. Evaluation Is.

2026-02-01 · 8 min

Original post on LinkedIn →

LinkedIn Executive Summary

You can't vibe check an LLM into reliability. If you don't measure outputs, you can't improve them. Real systems ship with test prompts, pass/fail criteria, regression checks, and drift monitoring. No eval = no product.

Read and discuss on LinkedIn →

Technical Deep-Dive

From Prompt Craft to Evaluation Discipline

Prompt engineering gets demos on Twitter. Evaluation engineering gets products through compliance reviews. At Band9AI, every scoring surface is tested against representative learner responses with expected band ranges and criterion-level expectations.

When we change prompts or update models, we don't ask 'does it feel better?' — we measure against defined quality criteria and block release if results regress.

Quality Checklist (Conceptual)

{
  "quality_checks": [
    {"check": "band_estimate_in_range", "question": "Does the score match the response quality?"},
    {"check": "criterion_flags_accurate", "question": "Are penalty patterns correctly identified?"},
    {"check": "no_false_official_claims", "question": "Does output avoid impersonating official examiners?"},
    {"check": "actionable_feedback", "question": "Can the learner act on this immediately?"}
  ],
  "principle": "Measure before you ship — every time"
}

Drift Monitoring in Production

Model providers silently update weights; a prompt that worked in February may regress in July. Ongoing sampling against known-good cases catches drift before learners feel it.

Evaluation is not a phase. It is the product.

#LLM #AIEngineering #MLOps

Entity anchor: Mustafa Darras · linkedin.com/in/mustafadarras · All insights