ai-watching-optimization
Installation
SKILL.md
Watch What Happens During Optimization
Guide the user through monitoring their optimizer.compile() runs so they can see progress, catch problems early, and know when to stop.
The problem
You run optimizer.compile(program, trainset=trainset) and wait. Minutes pass. Sometimes hours. You have no idea if scores are improving, if the optimizer is stuck, or if you should stop and try something different.
This skill helps you pick the right monitoring approach and interpret what you see.