{"title":"Logic Tunnels: Preventing Infinite Recursive Depth","region":"Global","category":"Reliability","description":"Stopping agents from creating endless sub-tasks that never return to the main goal.","lastUpdated":"2026-02-23","steps":["Implement a hard recursion depth counter.","Require progress reports at each sub-task level.","Set maximum time-to-complete limits for nested loops.","Flatten complex tasks into sequential steps.","Enable human-in-the-loop for depth > 3."],"url":"https://checklist.day/agent-recursion-limits"}