4 ms·
How do you recover from doom loops? Just send the same prompt again and pray that it works, or anything more sophisticated?
by johndough 1mo ago
How do you recover from doom loops? Just send the same prompt again and pray that it works, or anything more sophisticated?
- _pdp_ 1mo agodetect, slice & dice, re-prompt
- antimony51 1mo agoIt feels like all these models are missing a long horizon orchestrator of some kind. Humans don't think in a single thread, they have thoughts that appear, pause and disappear. The reason humans don't go into a doom loop is because of this ability of other thoughts to interject and say, no this is stupid.
- _pdp_ 1mo agoIDK In my experience humans do go into doom loops.
- zamalek 1mo agoI'm not 100% sure what I'd do to detect this for shells specifically, maybe prompt the user, but my toy harness scolds refuses to re-read files because the previous iteration of GLM was room-looping on that. Clearly something that they need to work on.