☆ Yσɠƚԋσʂ ☆@lemmy.ml to Share Funny Videos, Images, Memes, Quotes and more @lemmy.mlEnglish · 3 days agoStop spending money on Claude Code!lemmy.mlimagemessage-square28fedilinkarrow-up1385arrow-down13
arrow-up1382arrow-down1imageStop spending money on Claude Code!lemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Share Funny Videos, Images, Memes, Quotes and more @lemmy.mlEnglish · 3 days agomessage-square28fedilink
minus-squareveroxii@aussie.zonelinkfedilinkarrow-up14·3 days agoI 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.
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up5·3 days agoYeah 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.
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.