HackerTrans
TopNewTrendsCommentsPastAskShowJobs

billyholevas

1 karmajoined 4 hari yang lalu

Submissions

I had 25 AI agents try to kill 25 startup ideas. They killed 22

thatsbuddy.com
2 points·by billyholevas·3 hari yang lalu·2 comments

comments

billyholevas
·3 hari yang lalu·discuss
[flagged]
billyholevas
·3 hari yang lalu·discuss
that's actually not me and a pretty wild coincidence! i'll check it out now...
billyholevas
·4 hari yang lalu·discuss
[flagged]
billyholevas
·4 hari yang lalu·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.