将 Claude 系统提示构建为 Git 时间线Claude system prompts as a git timeline
Simon Willison 开发了一个工具,自动提取 Anthropic 发布的 Claude 各版本系统提示,并将其组织成可追踪的 Git 历史记录。该工具利用 Claude Code 解析官方 Markdown 文档,生成按时间排序的独立文件,便于开发者观察系统提示的演变过程。这种方法不仅提升了透明度,也为研究 AI 行为变化提供了结构化数据源。
Simon Willison
Research Claude system prompts as a git timeline — Anthropic's published system prompt history for Claude is transformed into a git-based exploration tool, breaking up the monolithic markdown source into granular files and timestamped commits. By structuring extracted prompts per model, family, and revision, researchers can leverage `git log`, `diff`, and `blame` to trace prompt evolution, compare differences, and attribute changes to specific dates—all without manual parsing.
Anthropic publish the system prompts for Claude chat and make that page available as Markdown. I had Claude Code turn that page into separate files for each model and model family with fake git commit dates to enable browsing the changes via the GitHub commit view.
I used this to write my own detailed notes on the changes between Opus 4.6 and 4.7.
需要完整排版与评论请前往来源站点阅读。