HackerTrans
トップ新着トレンドコメント過去質問紹介求人

billyholevas

1 カルマ登録 4 日前

投稿

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

thatsbuddy.com
2 ポイント·投稿者 billyholevas·3 日前·2 コメント

コメント

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