Main Page
- notags -
Recent changes
- Kishore.org
Loop
New name
Show page
Syntax
an agent repeating cycles of work until a stop condition is met. What the hell is a loop, anyway? https://x.com/aparnadhinak/status/2073492320159510869 Only 4 types exist, and each one hands off a different piece of your job: https://x.com/PrajwalTomar_/status/2074424941286719706 # → Turn-based: hands off the checking. Skills verify the work end to end # → Goal-based: hands off the stop condition. /goal keeps it going until done is DONE # → Time-based: hands off the trigger. /loop 5m fixes your PR while you work # → Proactive: hands off the prompt itself. It runs while you sleep
Password
Summary of changes