HackerTrans
TopNewTrendsCommentsPastAskShowJobs

billyholevas

1 karmajoined 4 дня назад

Submissions

У меня было 25 агентов искусственного интеллекта, которые пытались уничтожить 25 идей стартапов. Они убили 22

thatsbuddy.com
2 points·by billyholevas·3 дня назад·2 comments

comments

billyholevas
·3 дня назад·discuss
[flagged]
billyholevas
·3 дня назад·discuss
that's actually not me and a pretty wild coincidence! i'll check it out now...
billyholevas
·4 дня назад·discuss
[flagged]
billyholevas
·4 дня назад·discuss
Interesting approach. From the practitioner side, the doom loop pattern I hit most with coding agents is context pollution: after two or three failed fix attempts, the failed approaches stay in context and the model keeps circling them. Clearing the session and rewriting the prompt with the exact symptom almost always beats a fourth correction. Curious whether penalizing at the token preference level actually reduces that, or whether it mostly shifts where the loop shows up, since the root cause often seems to be the conversation history rather than the model's token-level tendencies.