Llm Evaluation
by @codenova58
Deep LLM evaluation workflow—quality dimensions, golden sets, human vs automatic metrics, regression suites, offline/online signals, and safe rollout gates f...
clawhub install llm-evaluation📖 About This Skill
name: llm-evaluation description: Deep LLM evaluation workflow—quality dimensions, golden sets, human vs automatic metrics, regression suites, offline/online signals, and safe rollout gates for model or prompt changes. Use when shipping prompt updates, swapping models, or building eval harnesses for agents and RAG.
LLM Evaluation (Deep Workflow)
Evaluation turns “it feels better” into reproducible evidence. Design around failure modes your product cares about—not only aggregate scores.
When to Offer This Workflow
Trigger conditions:
Initial offer:
Use six stages: (1) define quality & constraints, (2) build datasets & rubrics, (3) automatic metrics, (4) human evaluation, (5) regression & gates, (6) online validation & iteration. Confirm latency/cost budgets and risk (PII, safety).
Stage 1: Define Quality & Constraints
Goal: Name dimensions that map to user harm if they fail.
Typical dimensions (pick what matters)
Constraints
Exit condition: Weighted priority of dimensions; non-goals stated.
Stage 2: Datasets & Rubrics
Goal: Fixed eval sets + clear scoring rules.
Practices
Exit condition: Golden set size justified; inter-rater plan if human scoring.
Stage 3: Automatic Metrics
Goal: Fast signals—know limitations.
Options
Hygiene
Exit condition: Each auto metric has known blind spots documented.
Stage 4: Human Evaluation
Goal: Authoritative judgment where automatic metrics lie.
Design
Exit condition: Human scores correlate enough with auto for ongoing monitoring—or you rely on human for release.
Stage 5: Regression & Gates
Goal: Block bad deploys in CI or release pipeline.
Gates
Artifacts
Exit condition: Rollback criteria defined before rollout.
Stage 6: Online Validation
Goal: Production truth—shadow, A/B, or gradual ramp.
Signals
Causality
Final Review Checklist
Tips for Effective Guidance
Handling Deviations
⚙️ Configuration
Hygiene
Exit condition: Each auto metric has known blind spots documented.
🔒 Constraints
Exit condition: Weighted priority of dimensions; non-goals stated.