Claude系统提示词的git时间线

Simon Willison's Blog 工具

摘要

一种研究工具,它将Anthropic的Claude系统提示词文档转化为基于git的时间线,使研究人员能够使用标准git命令(如log、diff和blame)追踪不同模型版本间的提示词演变。

暂无内容
查看原文
查看缓存全文

缓存时间: 2026/04/20 08:26

# 研究:以 git 时间线形式呈现的 Claude 系统提示 来源:https://simonwillison.net/2026/Apr/18/extract-system-prompts/ 研究:以 git 时间线形式呈现的 Claude 系统提示(https://github.com/simonw/research/tree/main/extract-system-prompts#readme)——Anthropic 为 Claude 发布的系统提示历史记录被转化为基于 git 的探索工具,将庞大的 Markdown 源文件拆分为细粒度的文件和带时间戳的提交。通过按模型、模型家族和修订版本结构化的提取提示,研究人员可以利用 `git log`、`diff` 和 `blame` 追溯提示的演变、比较差异并将更改归因到具体日期——无需手动解析。 Anthropic 会发布 Claude 聊天的系统提示(https://platform.claude.com/docs/en/release-notes/system-prompts),并提供了该页面的 Markdown 版本(https://platform.claude.com/docs/en/release-notes/system-prompts.md)。我让 Claude Code 将该页面转换为每个模型及模型家族的独立文件,并添加了伪造的 git 提交日期,以便通过 GitHub 提交视图浏览更改。 我利用这个工具撰写了关于 Opus 4.6 与 4.7 之间变化的详细笔记(https://simonwillison.net/2026/Apr/18/opus-system-prompt/)。

相似文章

Claude Opus 4.6 与 4.7 系统提示的变更

Simon Willison's Blog

Anthropic 发布了 Claude Opus 4.7,系统提示有显著变化,包括扩展的儿童安全指令、新的工具集成(Claude 在 PowerPoint、Chrome、Excel 中),以及行为调整以减少冗长并提高任务完成度,避免不必要的说明。