Loop patterns
These are common ways to set up an AI that checks its work. Start with the smallest one that fits your task.
Retry Loop low cost low risk
Let the AI try, check if it worked, and try again if it did not.
Plan and Check Loop medium cost medium risk
Make a plan, do one step, check it, then continue.
Try Options Loop high cost medium risk
Try a few possible answers, compare them, and keep the best one.
Human Approval Loop medium cost low risk
Let the AI work, but ask a person before important or risky steps.
Checker Loop high cost low risk
Use a separate check to decide whether the AI's work is good enough.
Triggered Loop medium cost medium risk
Start the AI when something happens, like a new issue or a daily schedule.
Improve Over Time Loop high cost medium risk
Use past runs to make the whole AI setup better.