Fascinating. I think it's the first time I've heard it put that way.
For me it's more intuitive the other way around, as the "outer" loops increase in complexity (and can have additional separate loops running inside them). It also makes sense because you can always add more (meta) loops that way.
The issue I have with loops is that for truly complex work, where I care about building a generalized solution for a complex problem, the agents frequently reward hack and end up burning indefinitely without finishing until I step in.
12 comments
[ 5.3 ms ] story [ 29.9 ms ] threadFor me it's more intuitive the other way around, as the "outer" loops increase in complexity (and can have additional separate loops running inside them). It also makes sense because you can always add more (meta) loops that way.
Curious how you're addressing this