Ask HN:Opus 与训练数据中未包含的模式回归
2 分•作者: dleech•3 天前
我遇到了一个非常棘手的问题,Claude Opus 经常会重写我的部分代码库。这是因为我正在做一些新颖的事情,而这些内容并没有包含在它的训练数据中。过去一个月,我一直在与训练数据作斗争,它总是会“条件反射式地”让 Claude 进入重构循环,因为它认为它识别出了我代码中的某种模式,然后就“修复”它。我简直束手无策,直到我试用了一天 Fable,Fable 指出了问题所在……我的模式在训练数据中不存在,所以它会被纠正。我删掉了一些内容,因为它们与我遇到的问题无关……感谢那些回答的人,特别是那位建议将任务分解成更小的部分并使用 Markdown 规范的人。这给了我很好的验证,因为这实际上和我自己想出的解决方案一样。
查看原文
I'm having a terrible problem with claude opus constantly clobering some of my codebase ..because I'm doing some things that are novel and arent inclded in his training data ..for the last month "ve been fighting the training data which keeps knee jerking claude into a refactor loop because it thinks it recognizes a pattern in my code and then jst 'fixes it' ..I was at my witts end and then I got to use fable for a day and fable pointed it out to me ...my patern isnt somthing in the training data so it gets corrected ..I redacted some of this because it was irrelevant to the problems I'm having...thanks to the pps that answered .specialy the one who said smaller tasks and markdown spec..that was good validation since it was effectively the same solution I had come up with ..-