Usagi 在 【转载分享】在 .cursorrules 中引入 CoT 等策略能减轻多轮对话的幻觉(即越改越错) 中发帖
原贴如下x.com
最近试用Cursor正好有遇到一些小毛病,正好看到这个X,心想先放在这里 钓一钓大佬有没有更牛的干货,然后过两天回来自己试试看这个好不好用,本人新手小白,希望指正原文内容如下(加翻译):
#分享 根据我的实践,在 .cursorrules 中引入 CoT 等策略能减轻多轮对话的幻觉(即越改越错)。 基本策略就是 1. 先让 cursor 把问题定义清楚(Identify the issue and analyze the cause), 2. 计划和实施代码(Planning and Implementation) 3. 最后对代码进行审查和优化(Review and Optimize) 一个例子: // other context — # Methodology 1. Utilize the Chain-of-Thought (CoT) method to rea...