this post was submitted on 13 Mar 2026
219 points (99.5% liked)
Share Funny Videos, Images, Memes, Quotes and more
3191 readers
671 users here now
#funny
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like the idea but most chatbots have timeout limits. And even agentic workflows have number of step limits to stop infinite loops.
However this is because it's super easy for LLMs to get stuck in loops. You don't even need a nonhalting problem. They're stupid enough on their own.
Yeah I assumed they had some sort of breaker, but hitting that limit is still expensive for them, if you can get them to do it over & over with a script that does the prompting.