ai-improving-accuracy
Installation
SKILL.md
Measure and Improve Your AI
Guide the user through measuring how well their AI works, then systematically improving it. This is a loop: define "good" -> measure -> improve -> verify.
The Workflow
- Define what "good" means — write a metric
- Measure current quality — run an evaluation
- Improve — choose an optimizer, run it
- Verify — re-evaluate to confirm improvement
- Iterate or ship
Step 1: Understand the problem
Ask the user:
- What does your AI get wrong? (wrong answers, wrong format, inconsistent, too slow?)
- Do you have labeled examples? (how many? what format?)
- How do you know when an answer is good? (exact match, partial credit, human judgment?)
- Have you tried optimization before? (if yes, what and what happened?)