PulseAugur
实时 11:51:18
English(EN) Claude system prompts as a git timeline

Simon Willison 将 Anthropic 的 Claude 系统提示转换为 git 时间线

Simon Willison 开发了一种方法,可以将 Anthropic 公布的 Claude 系统提示转换为类似 git 的时间线。这种方法将单一的 markdown 文件分解为细粒度的文件,每个文件代表一个特定的模型修订版本,并带有时间戳的提交。这使得可以详细跟踪提示的演变,使研究人员能够使用标准的 git 工具,如 "log"、"diff" 和 "blame" 来分析随时间的变化,而无需手动解析。 AI

排序理由 该条目描述了一种分析和可视化 AI 模型系统提示变化的新颖方法,并将其呈现为一个面向研究的工具。

在 Simon Willison 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. Simon Willison TIER_1 English(EN) ·

    Claude system prompts as a git timeline

    <p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/extract-system-prompts#readme">Claude system prompts as a git timeline</a></p> <p>Anthropic <a href="https://platform.claude.com/docs/en/release-notes/system-prompts">publish the system prompts</a…