← 文章

2026.05.19

一个优秀的coding提示词

Anthropic的网红工程师Thariq分享了一个很赞的提示词,用来记录ai在coding过程中一些未知的选择,可以让工程师打开llm coding的一些黑盒,这个有助于工程师后续介入干预。 提示词如下:

实现 ,在工作过程中,维护一个运行中的 implementation-notes.html 文件,记录实现与规范之间任何差异或解释的内容,包括我应该知道的:

  • 设计决策:在规范模糊不清的地方,你所做的选择
  • 偏差:你有意偏离规范的地方,以及原因
  • 权衡:你考虑过的备选方案,以及为什么选择当前方案
  • 未解决问题:任何你希望我确认或修改的内容 Implement . As you work maintain a running implementation-notes.html file that captures anything I should know about how the implementation diverges from or interprets the spec, including:
  • Design decisions: choices you made where the spec was ambiguous
  • Deviations: places where you intentionally departed from the spec, and why
  • Tradeoffs: alternatives you considered and why you picked what you did
  • Open questions: anything you'd want me to confirm or revise

原文链接:https://mp.weixin.qq.com/s/yjtURGCwfbCTe3yhg_cm8Q

本文所属主题:AI 工程 枢纽 →

相关文章