claudeisms
收藏资源简介:
该数据集是一个词语列表,记录了Claude Code(AI助手)在对话中过度使用的词汇。数据集基于用户与Claude Code的聊天记录,通过词频分析生成,并与Stack Overflow评论数据集进行对比,以量化这些词汇的相对使用频率。数据集包含144个词汇及其频率比率,旨在展示Claude Code的语言使用特征。
This dataset is a word list documenting the overused vocabulary of Claude Code, an AI assistant, during its conversational interactions with users. Generated via word frequency analysis based on chat logs of user-Claude Code conversations, it is compared with the Stack Overflow comment dataset to quantify the relative usage frequencies of these words. Containing 144 words along with their respective frequency ratios, this dataset aims to demonstrate the language usage characteristics of Claude Code.
数据集概述:A List of Claudeisms
该数据集收录了作者在使用 Claude Code 过程中总结的、Claude 模型频繁使用的特定词汇(Claudeisms),并通过词频分析量化了这些词汇相对于人类(Stack Overflow 评论)的使用频率差异。
数据来源
- Claude Code 会话记录:来自本地存储的会话文本,文件位于
~/.claude/projects/**/*.jsonl,共计 175 个文件,总大小 140MB,覆盖约 5 周 的使用数据。 - 筛选条件:
- 仅包含 Opus 4.7/4.8 模型会话(排除 Haiku 等其他模型)。
- 仅统计发送给用户的 agent 响应消息(排除工具调用或子代理消息)。
分析方法
- 词频统计:对 Claude Code 会话文本进行词频分析。
- 对比基准:
- 作者自身的输入(因包含大量日志/机器生成文本,效果不佳)。
- 通用互联网(使用
wordfreq数据集,包含维基百科、Reddit、书籍、字幕、新闻等,数据截止于2021年前)。 - Stack Overflow 评论(BigQuery 公共数据集,包含 2008-2020 年间 17.2 亿词 的评论数据),此为用户最终选定的对比基准。
核心发现:高频 Claudeisms 词汇列表
词汇按词频比率(Claude 每百万词出现次数 / Stack Overflow 评论每百万词出现次数)排序,共 144 个词汇 的比率在 20 倍及以上,完整列表见 claudeisms.csv。
前 12 个最高频 Claudeisms
| 词汇 | Claude 每百万词次数 | Stack Overflow 每百万词次数 | 比率 |
|---|---|---|---|
load-bearing |
87 | <0.012 | >7,500x |
gating |
123 | 0.16 | 762x |
dedup |
102 | 0.16 | 649x |
decisive |
108 | 0.17 | 639x |
verdict |
200 | 0.32 | 633x |
scaffolds |
118 | 0.21 | 572x |
settles |
143 | 0.33 | 435x |
handoff |
113 | 0.31 | 360x |
prod |
2,516 | 9.14 | 275x |
pr |
2,552 | 9.34 | 273x |
gated |
133 | 0.51 | 263x |
genuinely |
328 | 1.46 | 224x |
其他值得关注的 Claudeisms(比率 >20x 的部分示例)
| 词汇 | Claude 每百万词次数 | Stack Overflow 每百万词次数 | 比率 |
|---|---|---|---|
scaffolded |
87 | 0.42 | 205x |
blocker |
241 | 1.30 | 185x |
pre-existing |
559 | 3.04 | 184x |
drift |
323 | 1.76 | 184x |
surfaced |
77 | 0.43 | 181x |
stale |
892 | 6.57 | 136x |
end-to-end |
225 | 2.06 | 110x |
scaffold |
282 | 2.75 | 102x |
parity |
179 | 2.45 | 73x |
idempotent |
128 | 3.11 | 41x |
canonical |
292 | 11 | 27x |
fallback |
323 | 14 | 23x |
surface |
374 | 18 | 21x |
注意事项
- 所有分析均使用 Claude Code 完成,代码未经过仔细审查。
- 结果高度偏向作者本人的使用场景和工作内容。
- 作者曾安装过
caveman工具,可能影响词频分布。 load-bearing一词据称出现在 Claude Code 的系统提示中(提示内容:“give brief updates when you find something load-bearing”)。- 分析 未进行词干提取,例如
scaffold和scaffolds、gating和gated作为独立词汇统计。





