patina-cli 3.11.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/.patina.default.yaml +29 -29
  2. package/CHANGELOG.md +53 -0
  3. package/NOTICE +21 -0
  4. package/README.md +117 -224
  5. package/README_JA.md +134 -77
  6. package/README_KR.md +132 -74
  7. package/README_ZH.md +137 -80
  8. package/SKILL.md +11 -20
  9. package/artifacts/rebaseline-2025/README.md +147 -0
  10. package/artifacts/rebaseline-2025/human-controls.public.jsonl +250 -0
  11. package/artifacts/rebaseline-2025/intake.example.jsonl +2 -0
  12. package/artifacts/rebaseline-2025/intake.local.example.jsonl +25 -0
  13. package/artifacts/rebaseline-2025/prompts.template.jsonl +7 -0
  14. package/artifacts/rebaseline-2025/sources.ko-public.jsonl +39 -0
  15. package/assets/brand/patina-badge.svg +18 -0
  16. package/assets/brand/patina-mark.svg +8 -0
  17. package/assets/demo/README.md +79 -0
  18. package/core/scoring.md +12 -12
  19. package/core/standalone-prompt.md +3 -1
  20. package/core/stylometry.md +93 -22
  21. package/docs/API.md +1554 -0
  22. package/docs/AUTHENTICATION.md +50 -26
  23. package/docs/AUTHENTICATION_KR.md +54 -29
  24. package/docs/BRANDING.md +9 -8
  25. package/docs/CLI.md +55 -14
  26. package/docs/COOKBOOK.md +8 -21
  27. package/docs/DEMO.md +32 -5
  28. package/docs/EXIT-CODES.md +2 -3
  29. package/docs/FALSE-POSITIVES.md +63 -0
  30. package/docs/FAQ.md +9 -1
  31. package/docs/FAQ_KR.md +3 -1
  32. package/docs/FLAG-PARITY.md +33 -47
  33. package/docs/ISSUE-WAVES.md +57 -0
  34. package/docs/PATTERNS-EN.md +67 -3
  35. package/docs/PATTERNS-JA.md +68 -2
  36. package/docs/PATTERNS-KO.md +70 -7
  37. package/docs/PATTERNS-ZH.md +67 -3
  38. package/docs/PATTERNS.md +5 -5
  39. package/docs/RESEARCH-DOCS-PLATFORM.md +54 -0
  40. package/docs/ROADMAP.md +46 -66
  41. package/docs/TRANSLATIONESE-KO.md +51 -0
  42. package/docs/audits/2026-05-deep-research.md +3 -1
  43. package/docs/benchmarks/README.md +51 -0
  44. package/docs/benchmarks/detector-comparison.json +69 -9
  45. package/docs/benchmarks/detector-comparison.md +10 -5
  46. package/docs/benchmarks/katfish-ko-latest.json +657 -0
  47. package/docs/benchmarks/katfish-ko-latest.md +77 -0
  48. package/docs/benchmarks/latest.json +1183 -108
  49. package/docs/benchmarks/latest.md +84 -60
  50. package/docs/benchmarks/lexicon-freshness-en-2026-05-22.json +1121 -0
  51. package/docs/benchmarks/lexicon-freshness-en-2026-05-22.md +136 -0
  52. package/docs/benchmarks/rebaseline-latest.json +381 -0
  53. package/docs/benchmarks/rebaseline-latest.md +121 -0
  54. package/docs/benchmarks/register-stratified-latest.json +164 -0
  55. package/docs/benchmarks/register-stratified-latest.md +99 -0
  56. package/docs/benchmarks/register-stratified.md +43 -0
  57. package/docs/integrations/github-action.md +44 -11
  58. package/docs/integrations/playground.md +58 -0
  59. package/docs/integrations/pre-commit.md +5 -5
  60. package/docs/integrations/release.md +5 -3
  61. package/docs/integrations/static-sites.md +83 -0
  62. package/docs/research/2025-rebaseline-plan.md +71 -2
  63. package/docs/research/2026-rebaseline.md +102 -0
  64. package/docs/research/adversarial-mps.md +41 -0
  65. package/docs/research/ai-human-metrics.md +35 -23
  66. package/docs/research/human-eval-panel.md +42 -0
  67. package/docs/research/judge-agreement.md +24 -0
  68. package/docs/research/ko-2025-corpus-sources.md +135 -0
  69. package/docs/research/lexicon-freshness-audit.md +64 -0
  70. package/docs/research/zh-ja-lexicon-calibration.md +60 -0
  71. package/docs/social/patina-launch-copy.md +173 -100
  72. package/docs/social/patina-launch-execution.md +94 -0
  73. package/docs/social/patina-launch-korean-first.md +83 -0
  74. package/docs/social/signs-of-ai-writing.md +26 -0
  75. package/docs/social/signs-of-ai-writing_KR.md +26 -0
  76. package/lexicon/ai-en.md +21 -24
  77. package/lexicon/ai-ja.md +158 -0
  78. package/lexicon/ai-ko.md +9 -9
  79. package/lexicon/ai-zh.md +158 -0
  80. package/lexicon/provenance/ai-en.json +970 -0
  81. package/lexicon/provenance/ai-ja.json +542 -0
  82. package/lexicon/provenance/ai-ko.json +866 -0
  83. package/lexicon/provenance/ai-zh.json +542 -0
  84. package/package.json +49 -8
  85. package/patterns/en-communication.md +5 -0
  86. package/patterns/en-content.md +5 -0
  87. package/patterns/en-filler.md +5 -0
  88. package/patterns/en-language.md +29 -1
  89. package/patterns/en-structure.md +5 -0
  90. package/patterns/en-style.md +5 -0
  91. package/patterns/en-viral-hook.md +42 -2
  92. package/patterns/ja-communication.md +5 -0
  93. package/patterns/ja-content.md +5 -0
  94. package/patterns/ja-filler.md +5 -0
  95. package/patterns/ja-language.md +33 -1
  96. package/patterns/ja-structure.md +12 -0
  97. package/patterns/ja-style.md +5 -0
  98. package/patterns/ja-viral-hook.md +41 -2
  99. package/patterns/ko-communication.md +5 -0
  100. package/patterns/ko-content.md +5 -0
  101. package/patterns/ko-filler.md +5 -0
  102. package/patterns/ko-language.md +33 -1
  103. package/patterns/ko-structure.md +25 -6
  104. package/patterns/ko-style.md +5 -0
  105. package/patterns/ko-viral-hook.md +38 -2
  106. package/patterns/zh-communication.md +5 -0
  107. package/patterns/zh-content.md +5 -0
  108. package/patterns/zh-filler.md +5 -0
  109. package/patterns/zh-language.md +37 -1
  110. package/patterns/zh-structure.md +12 -0
  111. package/patterns/zh-style.md +5 -0
  112. package/patterns/zh-viral-hook.md +38 -2
  113. package/playground/README.md +55 -0
  114. package/playground/analytics.js +4 -0
  115. package/playground/analyzer.js +883 -0
  116. package/playground/app.js +157 -0
  117. package/playground/data/lexicons.js +343 -0
  118. package/playground/index.html +138 -0
  119. package/playground/styles.css +267 -0
  120. package/profiles/namuwiki.md +111 -0
  121. package/scripts/adversarial-mps-report.mjs +201 -0
  122. package/scripts/badge-json.mjs +79 -0
  123. package/scripts/benchmark-report.mjs +56 -9
  124. package/scripts/check-release-metadata.mjs +0 -2
  125. package/scripts/detector-comparison.mjs +7 -7
  126. package/scripts/generate-playground-data.mjs +77 -0
  127. package/scripts/katfish-calibration.mjs +464 -0
  128. package/scripts/lexicon-freshness.mjs +485 -0
  129. package/scripts/lint.mjs +1 -1
  130. package/scripts/precommit-score.mjs +4 -3
  131. package/scripts/prose-score.mjs +81 -5
  132. package/scripts/rebaseline-intake.mjs +242 -0
  133. package/scripts/rebaseline-score.mjs +268 -0
  134. package/scripts/rebaseline-summary.mjs +773 -0
  135. package/scripts/rebaseline-web-collect.mjs +410 -0
  136. package/scripts/update-benchmark-ranges.mjs +1 -0
  137. package/src/api.js +69 -105
  138. package/src/auth.js +50 -2
  139. package/src/backends/claude-cli.js +19 -4
  140. package/src/backends/codex-cli.js +19 -3
  141. package/src/backends/contract.js +230 -1
  142. package/src/backends/gemini-cli.js +18 -5
  143. package/src/backends/index.js +87 -12
  144. package/src/backends/kimi-cli.js +161 -0
  145. package/src/cli.js +577 -567
  146. package/src/commands/doctor.js +2 -2
  147. package/src/config.js +29 -0
  148. package/src/errors.js +53 -1
  149. package/src/features/discourse-tells.js +68 -0
  150. package/src/features/index.js +82 -8
  151. package/src/features/lexicon.js +40 -6
  152. package/src/features/markup-leakage.js +69 -0
  153. package/src/features/segment.js +41 -0
  154. package/src/features/signal-strength.js +81 -0
  155. package/src/features/stylometry.js +231 -1
  156. package/src/features/translationese.js +127 -0
  157. package/src/loader.js +76 -0
  158. package/src/logger.js +22 -23
  159. package/src/model-defaults.js +55 -0
  160. package/src/ouroboros.js +31 -0
  161. package/src/output.js +102 -90
  162. package/src/prompt-builder.js +103 -68
  163. package/src/providers.js +51 -4
  164. package/src/scoring.js +210 -2
  165. package/src/security.js +75 -0
  166. package/tests/fixtures/live-quality/en/public-docs-01.md +26 -0
  167. package/tests/fixtures/live-quality/ko/public-docs-01.md +26 -0
  168. package/tests/fixtures/suspect-zones/expected-ranges.json +207 -16
  169. package/tests/fixtures/suspect-zones/ja/ai/ja-ai-04-lexicon.md +11 -0
  170. package/tests/fixtures/suspect-zones/ja/natural/ja-nat-04-lexicon-cold.md +11 -0
  171. package/tests/fixtures/suspect-zones/ko/ai/ko-ai-02.md +4 -5
  172. package/tests/fixtures/suspect-zones/ko/ai/ko-ai-07-ko-diagnostic.md +11 -0
  173. package/tests/fixtures/suspect-zones/zh/ai/zh-ai-04-lexicon.md +11 -0
  174. package/tests/fixtures/suspect-zones/zh/natural/zh-nat-04-lexicon-cold.md +11 -0
  175. package/tests/quality/README.md +188 -11
  176. package/tests/quality/adversarial-mps/fixtures.jsonl +10 -0
  177. package/tests/quality/benchmark.mjs +39 -1
  178. package/tests/quality/dogfood.mjs +5 -3
  179. package/tests/quality/live-fixtures.jsonl +2 -0
  180. package/tests/quality/live-quality.mjs +596 -0
  181. package/tests/quality/ranking-metrics.mjs +136 -0
  182. package/tests/quality/rebaseline-manifest.example.jsonl +5 -0
  183. package/vercel.json +53 -0
  184. package/SKILL-MAX.md +0 -455
  185. package/docs/internal/HARNESS.md +0 -14
  186. package/docs/internal/README.md +0 -14
  187. package/docs/internal/WARP.md +0 -23
  188. package/patina-max/SKILL.md +0 -523
  189. package/patina-max/composite.py +0 -457
  190. package/src/cache.js +0 -106
  191. package/src/commands/init.js +0 -208
  192. package/src/manifest.js +0 -162
  193. package/src/max-mode.js +0 -207
@@ -0,0 +1,970 @@
1
+ [
2
+ {
3
+ "kind": "strict",
4
+ "entry": "transformative",
5
+ "added": null,
6
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
7
+ "last_validated": "2026-05-22",
8
+ "lift": "83.4x",
9
+ "status": "current",
10
+ "hot_docs": 417,
11
+ "cold_docs": 5
12
+ },
13
+ {
14
+ "kind": "strict",
15
+ "entry": "cutting-edge",
16
+ "added": null,
17
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
18
+ "last_validated": "2026-05-22",
19
+ "lift": "165x",
20
+ "status": "current",
21
+ "hot_docs": 165,
22
+ "cold_docs": 1
23
+ },
24
+ {
25
+ "kind": "strict",
26
+ "entry": "bespoke",
27
+ "added": null,
28
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
29
+ "last_validated": "2026-05-22",
30
+ "lift": "8.625x",
31
+ "status": "current",
32
+ "hot_docs": 69,
33
+ "cold_docs": 8
34
+ },
35
+ {
36
+ "kind": "strict",
37
+ "entry": "curated",
38
+ "added": null,
39
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
40
+ "last_validated": "2026-05-22",
41
+ "lift": "15.143x",
42
+ "status": "current",
43
+ "hot_docs": 106,
44
+ "cold_docs": 7
45
+ },
46
+ {
47
+ "kind": "strict",
48
+ "entry": "dynamic",
49
+ "added": null,
50
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
51
+ "last_validated": "2026-05-22",
52
+ "lift": "6.955x",
53
+ "status": "current",
54
+ "hot_docs": 765,
55
+ "cold_docs": 110
56
+ },
57
+ {
58
+ "kind": "strict",
59
+ "entry": "vibrant",
60
+ "added": null,
61
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
62
+ "last_validated": "2026-05-22",
63
+ "lift": "76.077x",
64
+ "status": "current",
65
+ "hot_docs": 989,
66
+ "cold_docs": 13
67
+ },
68
+ {
69
+ "kind": "strict",
70
+ "entry": "seamless",
71
+ "added": null,
72
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
73
+ "last_validated": "2026-05-22",
74
+ "lift": "44x",
75
+ "status": "current",
76
+ "hot_docs": 176,
77
+ "cold_docs": 4
78
+ },
79
+ {
80
+ "kind": "strict",
81
+ "entry": "seamlessly",
82
+ "added": null,
83
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
84
+ "last_validated": "2026-05-22",
85
+ "lift": "39.111x",
86
+ "status": "current",
87
+ "hot_docs": 352,
88
+ "cold_docs": 9
89
+ },
90
+ {
91
+ "kind": "strict",
92
+ "entry": "streamline",
93
+ "added": null,
94
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
95
+ "last_validated": "2026-05-22",
96
+ "lift": "14x",
97
+ "status": "current",
98
+ "hot_docs": 42,
99
+ "cold_docs": 3
100
+ },
101
+ {
102
+ "kind": "strict",
103
+ "entry": "streamlined",
104
+ "added": null,
105
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
106
+ "last_validated": "2026-05-22",
107
+ "lift": "8.667x",
108
+ "status": "current",
109
+ "hot_docs": 26,
110
+ "cold_docs": 3
111
+ },
112
+ {
113
+ "kind": "strict",
114
+ "entry": "empower",
115
+ "added": null,
116
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
117
+ "last_validated": "2026-05-22",
118
+ "lift": "35.5x",
119
+ "status": "current",
120
+ "hot_docs": 142,
121
+ "cold_docs": 4
122
+ },
123
+ {
124
+ "kind": "strict",
125
+ "entry": "empowering",
126
+ "added": null,
127
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
128
+ "last_validated": "2026-05-22",
129
+ "lift": "23.714x",
130
+ "status": "current",
131
+ "hot_docs": 166,
132
+ "cold_docs": 7
133
+ },
134
+ {
135
+ "kind": "strict",
136
+ "entry": "enabling",
137
+ "added": null,
138
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
139
+ "last_validated": "2026-05-22",
140
+ "lift": "6.744x",
141
+ "status": "current",
142
+ "hot_docs": 263,
143
+ "cold_docs": 39
144
+ },
145
+ {
146
+ "kind": "strict",
147
+ "entry": "align",
148
+ "added": null,
149
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
150
+ "last_validated": "2026-05-22",
151
+ "lift": "21.765x",
152
+ "status": "current",
153
+ "hot_docs": 370,
154
+ "cold_docs": 17
155
+ },
156
+ {
157
+ "kind": "strict",
158
+ "entry": "alignment",
159
+ "added": null,
160
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
161
+ "last_validated": "2026-05-22",
162
+ "lift": "5.87x",
163
+ "status": "current",
164
+ "hot_docs": 135,
165
+ "cold_docs": 23
166
+ },
167
+ {
168
+ "kind": "strict",
169
+ "entry": "pivot",
170
+ "added": null,
171
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
172
+ "last_validated": "2026-05-22",
173
+ "lift": "36.8x",
174
+ "status": "current",
175
+ "hot_docs": 184,
176
+ "cold_docs": 5
177
+ },
178
+ {
179
+ "kind": "strict",
180
+ "entry": "ecosystem",
181
+ "added": null,
182
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
183
+ "last_validated": "2026-05-22",
184
+ "lift": "4.271x",
185
+ "status": "current",
186
+ "hot_docs": 205,
187
+ "cold_docs": 48
188
+ },
189
+ {
190
+ "kind": "strict",
191
+ "entry": "skillset",
192
+ "added": null,
193
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
194
+ "last_validated": "2026-05-22",
195
+ "lift": "Infinity",
196
+ "status": "current",
197
+ "hot_docs": 4,
198
+ "cold_docs": 0
199
+ },
200
+ {
201
+ "kind": "strict",
202
+ "entry": "toolkit",
203
+ "added": null,
204
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
205
+ "last_validated": "2026-05-22",
206
+ "lift": "13x",
207
+ "status": "current",
208
+ "hot_docs": 39,
209
+ "cold_docs": 3
210
+ },
211
+ {
212
+ "kind": "strict",
213
+ "entry": "modalities",
214
+ "added": null,
215
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
216
+ "last_validated": "2026-05-22",
217
+ "lift": "4.067x",
218
+ "status": "current",
219
+ "hot_docs": 61,
220
+ "cold_docs": 15
221
+ },
222
+ {
223
+ "kind": "strict",
224
+ "entry": "harness",
225
+ "added": null,
226
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
227
+ "last_validated": "2026-05-22",
228
+ "lift": "15.571x",
229
+ "status": "current",
230
+ "hot_docs": 218,
231
+ "cold_docs": 14
232
+ },
233
+ {
234
+ "kind": "strict",
235
+ "entry": "unlock",
236
+ "added": null,
237
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
238
+ "last_validated": "2026-05-22",
239
+ "lift": "11x",
240
+ "status": "current",
241
+ "hot_docs": 165,
242
+ "cold_docs": 15
243
+ },
244
+ {
245
+ "kind": "strict",
246
+ "entry": "bolster",
247
+ "added": null,
248
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
249
+ "last_validated": "2026-05-22",
250
+ "lift": "14.583x",
251
+ "status": "current",
252
+ "hot_docs": 175,
253
+ "cold_docs": 12
254
+ },
255
+ {
256
+ "kind": "strict",
257
+ "entry": "amplify",
258
+ "added": null,
259
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
260
+ "last_validated": "2026-05-22",
261
+ "lift": "23.4x",
262
+ "status": "current",
263
+ "hot_docs": 117,
264
+ "cold_docs": 5
265
+ },
266
+ {
267
+ "kind": "strict",
268
+ "entry": "accelerate",
269
+ "added": null,
270
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
271
+ "last_validated": "2026-05-22",
272
+ "lift": "4.059x",
273
+ "status": "current",
274
+ "hot_docs": 69,
275
+ "cold_docs": 17
276
+ },
277
+ {
278
+ "kind": "strict",
279
+ "entry": "catalyst",
280
+ "added": null,
281
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
282
+ "last_validated": "2026-05-22",
283
+ "lift": "6.192x",
284
+ "status": "current",
285
+ "hot_docs": 161,
286
+ "cold_docs": 26
287
+ },
288
+ {
289
+ "kind": "strict",
290
+ "entry": "inflection",
291
+ "added": null,
292
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
293
+ "last_validated": "2026-05-22",
294
+ "lift": "Infinity",
295
+ "status": "current",
296
+ "hot_docs": 12,
297
+ "cold_docs": 0
298
+ },
299
+ {
300
+ "kind": "strict",
301
+ "entry": "meaningful",
302
+ "added": null,
303
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
304
+ "last_validated": "2026-05-22",
305
+ "lift": "6.354x",
306
+ "status": "current",
307
+ "hot_docs": 305,
308
+ "cold_docs": 48
309
+ },
310
+ {
311
+ "kind": "strict",
312
+ "entry": "impactful",
313
+ "added": null,
314
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
315
+ "last_validated": "2026-05-22",
316
+ "lift": "27.667x",
317
+ "status": "current",
318
+ "hot_docs": 83,
319
+ "cold_docs": 3
320
+ },
321
+ {
322
+ "kind": "strict",
323
+ "entry": "actionable",
324
+ "added": null,
325
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
326
+ "last_validated": "2026-05-22",
327
+ "lift": "34.667x",
328
+ "status": "current",
329
+ "hot_docs": 104,
330
+ "cold_docs": 3
331
+ },
332
+ {
333
+ "kind": "strict",
334
+ "entry": "scalable",
335
+ "added": null,
336
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
337
+ "last_validated": "2026-05-22",
338
+ "lift": "6.8x",
339
+ "status": "current",
340
+ "hot_docs": 34,
341
+ "cold_docs": 5
342
+ },
343
+ {
344
+ "kind": "strict",
345
+ "entry": "sustainable",
346
+ "added": null,
347
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
348
+ "last_validated": "2026-05-22",
349
+ "lift": "10.299x",
350
+ "status": "current",
351
+ "hot_docs": 690,
352
+ "cold_docs": 67
353
+ },
354
+ {
355
+ "kind": "strict",
356
+ "entry": "inclusive",
357
+ "added": null,
358
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
359
+ "last_validated": "2026-05-22",
360
+ "lift": "11.389x",
361
+ "status": "current",
362
+ "hot_docs": 205,
363
+ "cold_docs": 18
364
+ },
365
+ {
366
+ "kind": "strict",
367
+ "entry": "ethical",
368
+ "added": null,
369
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
370
+ "last_validated": "2026-05-22",
371
+ "lift": "10.36x",
372
+ "status": "current",
373
+ "hot_docs": 259,
374
+ "cold_docs": 25
375
+ },
376
+ {
377
+ "kind": "strict",
378
+ "entry": "thoughtful",
379
+ "added": null,
380
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
381
+ "last_validated": "2026-05-22",
382
+ "lift": "6.909x",
383
+ "status": "current",
384
+ "hot_docs": 228,
385
+ "cold_docs": 33
386
+ },
387
+ {
388
+ "kind": "strict",
389
+ "entry": "compelling",
390
+ "added": null,
391
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
392
+ "last_validated": "2026-05-22",
393
+ "lift": "12.593x",
394
+ "status": "current",
395
+ "hot_docs": 340,
396
+ "cold_docs": 27
397
+ },
398
+ {
399
+ "kind": "strict",
400
+ "entry": "thrive",
401
+ "added": null,
402
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
403
+ "last_validated": "2026-05-22",
404
+ "lift": "15.5x",
405
+ "status": "current",
406
+ "hot_docs": 279,
407
+ "cold_docs": 18
408
+ },
409
+ {
410
+ "kind": "strict",
411
+ "entry": "thriving",
412
+ "added": null,
413
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
414
+ "last_validated": "2026-05-22",
415
+ "lift": "22.833x",
416
+ "status": "current",
417
+ "hot_docs": 137,
418
+ "cold_docs": 6
419
+ },
420
+ {
421
+ "kind": "strict",
422
+ "entry": "elevate",
423
+ "added": null,
424
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
425
+ "last_validated": "2026-05-22",
426
+ "lift": "26.5x",
427
+ "status": "current",
428
+ "hot_docs": 106,
429
+ "cold_docs": 4
430
+ },
431
+ {
432
+ "kind": "strict",
433
+ "entry": "reimagine",
434
+ "added": null,
435
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
436
+ "last_validated": "2026-05-22",
437
+ "lift": "Infinity",
438
+ "status": "current",
439
+ "hot_docs": 22,
440
+ "cold_docs": 0
441
+ },
442
+ {
443
+ "kind": "strict",
444
+ "entry": "rethink",
445
+ "added": null,
446
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
447
+ "last_validated": "2026-05-22",
448
+ "lift": "15x",
449
+ "status": "current",
450
+ "hot_docs": 45,
451
+ "cold_docs": 3
452
+ },
453
+ {
454
+ "kind": "strict",
455
+ "entry": "envision",
456
+ "added": null,
457
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
458
+ "last_validated": "2026-05-22",
459
+ "lift": "13x",
460
+ "status": "current",
461
+ "hot_docs": 117,
462
+ "cold_docs": 9
463
+ },
464
+ {
465
+ "kind": "strict",
466
+ "entry": "prioritize",
467
+ "added": null,
468
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
469
+ "last_validated": "2026-05-22",
470
+ "lift": "79.667x",
471
+ "status": "current",
472
+ "hot_docs": 239,
473
+ "cold_docs": 3
474
+ },
475
+ {
476
+ "kind": "phrase",
477
+ "entry": "a wide array of",
478
+ "added": null,
479
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
480
+ "last_validated": "2026-05-22",
481
+ "lift": "13x",
482
+ "status": "current",
483
+ "hot_docs": 13,
484
+ "cold_docs": 1
485
+ },
486
+ {
487
+ "kind": "phrase",
488
+ "entry": "a plethora of",
489
+ "added": null,
490
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
491
+ "last_validated": "2026-05-22",
492
+ "lift": "5.2x",
493
+ "status": "current",
494
+ "hot_docs": 26,
495
+ "cold_docs": 5
496
+ },
497
+ {
498
+ "kind": "phrase",
499
+ "entry": "a myriad of",
500
+ "added": null,
501
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
502
+ "last_validated": "2026-05-22",
503
+ "lift": "22.333x",
504
+ "status": "current",
505
+ "hot_docs": 67,
506
+ "cold_docs": 3
507
+ },
508
+ {
509
+ "kind": "phrase",
510
+ "entry": "in today's",
511
+ "added": null,
512
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
513
+ "last_validated": "2026-05-22",
514
+ "lift": "4.059x",
515
+ "status": "current",
516
+ "hot_docs": 69,
517
+ "cold_docs": 17
518
+ },
519
+ {
520
+ "kind": "phrase",
521
+ "entry": "in the modern era",
522
+ "added": null,
523
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
524
+ "last_validated": "2026-05-22",
525
+ "lift": "7x",
526
+ "status": "current",
527
+ "hot_docs": 7,
528
+ "cold_docs": 1
529
+ },
530
+ {
531
+ "kind": "phrase",
532
+ "entry": "in the digital age",
533
+ "added": null,
534
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
535
+ "last_validated": "2026-05-22",
536
+ "lift": "Infinity",
537
+ "status": "current",
538
+ "hot_docs": 23,
539
+ "cold_docs": 0
540
+ },
541
+ {
542
+ "kind": "phrase",
543
+ "entry": "ever-evolving",
544
+ "added": null,
545
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
546
+ "last_validated": "2026-05-22",
547
+ "lift": "Infinity",
548
+ "status": "current",
549
+ "hot_docs": 144,
550
+ "cold_docs": 0
551
+ },
552
+ {
553
+ "kind": "phrase",
554
+ "entry": "ever-changing",
555
+ "added": null,
556
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
557
+ "last_validated": "2026-05-22",
558
+ "lift": "Infinity",
559
+ "status": "current",
560
+ "hot_docs": 74,
561
+ "cold_docs": 0
562
+ },
563
+ {
564
+ "kind": "phrase",
565
+ "entry": "rapidly evolving",
566
+ "added": null,
567
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
568
+ "last_validated": "2026-05-22",
569
+ "lift": "32x",
570
+ "status": "current",
571
+ "hot_docs": 32,
572
+ "cold_docs": 1
573
+ },
574
+ {
575
+ "kind": "phrase",
576
+ "entry": "rapidly changing",
577
+ "added": null,
578
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
579
+ "last_validated": "2026-05-22",
580
+ "lift": "42x",
581
+ "status": "current",
582
+ "hot_docs": 42,
583
+ "cold_docs": 1
584
+ },
585
+ {
586
+ "kind": "phrase",
587
+ "entry": "fast-paced",
588
+ "added": null,
589
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
590
+ "last_validated": "2026-05-22",
591
+ "lift": "17.667x",
592
+ "status": "current",
593
+ "hot_docs": 53,
594
+ "cold_docs": 3
595
+ },
596
+ {
597
+ "kind": "phrase",
598
+ "entry": "the world of",
599
+ "added": null,
600
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
601
+ "last_validated": "2026-05-22",
602
+ "lift": "5.738x",
603
+ "status": "current",
604
+ "hot_docs": 241,
605
+ "cold_docs": 42
606
+ },
607
+ {
608
+ "kind": "phrase",
609
+ "entry": "the realm of",
610
+ "added": null,
611
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
612
+ "last_validated": "2026-05-22",
613
+ "lift": "32x",
614
+ "status": "current",
615
+ "hot_docs": 224,
616
+ "cold_docs": 7
617
+ },
618
+ {
619
+ "kind": "phrase",
620
+ "entry": "the landscape of",
621
+ "added": null,
622
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
623
+ "last_validated": "2026-05-22",
624
+ "lift": "134x",
625
+ "status": "current",
626
+ "hot_docs": 134,
627
+ "cold_docs": 1
628
+ },
629
+ {
630
+ "kind": "phrase",
631
+ "entry": "the future of",
632
+ "added": null,
633
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
634
+ "last_validated": "2026-05-22",
635
+ "lift": "8.833x",
636
+ "status": "current",
637
+ "hot_docs": 212,
638
+ "cold_docs": 24
639
+ },
640
+ {
641
+ "kind": "phrase",
642
+ "entry": "unlock the potential",
643
+ "added": null,
644
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
645
+ "last_validated": "2026-05-22",
646
+ "lift": "Infinity",
647
+ "status": "current",
648
+ "hot_docs": 6,
649
+ "cold_docs": 0
650
+ },
651
+ {
652
+ "kind": "phrase",
653
+ "entry": "realize the potential",
654
+ "added": null,
655
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
656
+ "last_validated": "2026-05-22",
657
+ "lift": "Infinity",
658
+ "status": "current",
659
+ "hot_docs": 3,
660
+ "cold_docs": 0
661
+ },
662
+ {
663
+ "kind": "phrase",
664
+ "entry": "harness the power",
665
+ "added": null,
666
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
667
+ "last_validated": "2026-05-22",
668
+ "lift": "Infinity",
669
+ "status": "current",
670
+ "hot_docs": 8,
671
+ "cold_docs": 0
672
+ },
673
+ {
674
+ "kind": "phrase",
675
+ "entry": "pave the way",
676
+ "added": null,
677
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
678
+ "last_validated": "2026-05-22",
679
+ "lift": "133x",
680
+ "status": "current",
681
+ "hot_docs": 133,
682
+ "cold_docs": 1
683
+ },
684
+ {
685
+ "kind": "phrase",
686
+ "entry": "usher in",
687
+ "added": null,
688
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
689
+ "last_validated": "2026-05-22",
690
+ "lift": "6.167x",
691
+ "status": "current",
692
+ "hot_docs": 37,
693
+ "cold_docs": 6
694
+ },
695
+ {
696
+ "kind": "phrase",
697
+ "entry": "a new era",
698
+ "added": null,
699
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
700
+ "last_validated": "2026-05-22",
701
+ "lift": "14.444x",
702
+ "status": "current",
703
+ "hot_docs": 130,
704
+ "cold_docs": 9
705
+ },
706
+ {
707
+ "kind": "phrase",
708
+ "entry": "a new chapter",
709
+ "added": null,
710
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
711
+ "last_validated": "2026-05-22",
712
+ "lift": "Infinity",
713
+ "status": "current",
714
+ "hot_docs": 138,
715
+ "cold_docs": 0
716
+ },
717
+ {
718
+ "kind": "phrase",
719
+ "entry": "a new frontier",
720
+ "added": null,
721
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
722
+ "last_validated": "2026-05-22",
723
+ "lift": "Infinity",
724
+ "status": "current",
725
+ "hot_docs": 8,
726
+ "cold_docs": 0
727
+ },
728
+ {
729
+ "kind": "phrase",
730
+ "entry": "gain valuable insights",
731
+ "added": null,
732
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
733
+ "last_validated": "2026-05-22",
734
+ "lift": "Infinity",
735
+ "status": "current",
736
+ "hot_docs": 2,
737
+ "cold_docs": 0
738
+ },
739
+ {
740
+ "kind": "phrase",
741
+ "entry": "glean insights",
742
+ "added": null,
743
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
744
+ "last_validated": "2026-05-22",
745
+ "lift": "Infinity",
746
+ "status": "current",
747
+ "hot_docs": 3,
748
+ "cold_docs": 0
749
+ },
750
+ {
751
+ "kind": "phrase",
752
+ "entry": "valuable insights",
753
+ "added": null,
754
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
755
+ "last_validated": "2026-05-22",
756
+ "lift": "41.333x",
757
+ "status": "current",
758
+ "hot_docs": 124,
759
+ "cold_docs": 3
760
+ },
761
+ {
762
+ "kind": "phrase",
763
+ "entry": "key insights",
764
+ "added": null,
765
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
766
+ "last_validated": "2026-05-22",
767
+ "lift": "Infinity",
768
+ "status": "current",
769
+ "hot_docs": 4,
770
+ "cold_docs": 0
771
+ },
772
+ {
773
+ "kind": "phrase",
774
+ "entry": "key takeaways",
775
+ "added": null,
776
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
777
+ "last_validated": "2026-05-22",
778
+ "lift": "Infinity",
779
+ "status": "current",
780
+ "hot_docs": 2,
781
+ "cold_docs": 0
782
+ },
783
+ {
784
+ "kind": "phrase",
785
+ "entry": "play a crucial role",
786
+ "added": null,
787
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
788
+ "last_validated": "2026-05-22",
789
+ "lift": "18.75x",
790
+ "status": "current",
791
+ "hot_docs": 75,
792
+ "cold_docs": 4
793
+ },
794
+ {
795
+ "kind": "phrase",
796
+ "entry": "plays a vital role",
797
+ "added": null,
798
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
799
+ "last_validated": "2026-05-22",
800
+ "lift": "11x",
801
+ "status": "current",
802
+ "hot_docs": 11,
803
+ "cold_docs": 1
804
+ },
805
+ {
806
+ "kind": "phrase",
807
+ "entry": "pave the path",
808
+ "added": null,
809
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
810
+ "last_validated": "2026-05-22",
811
+ "lift": "Infinity",
812
+ "status": "current",
813
+ "hot_docs": 4,
814
+ "cold_docs": 0
815
+ },
816
+ {
817
+ "kind": "phrase",
818
+ "entry": "bridge the gap",
819
+ "added": null,
820
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
821
+ "last_validated": "2026-05-22",
822
+ "lift": "31.333x",
823
+ "status": "current",
824
+ "hot_docs": 94,
825
+ "cold_docs": 3
826
+ },
827
+ {
828
+ "kind": "phrase",
829
+ "entry": "at the forefront",
830
+ "added": null,
831
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
832
+ "last_validated": "2026-05-22",
833
+ "lift": "47.5x",
834
+ "status": "current",
835
+ "hot_docs": 95,
836
+ "cold_docs": 2
837
+ },
838
+ {
839
+ "kind": "phrase",
840
+ "entry": "at the heart of",
841
+ "added": null,
842
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
843
+ "last_validated": "2026-05-22",
844
+ "lift": "7.944x",
845
+ "status": "current",
846
+ "hot_docs": 143,
847
+ "cold_docs": 18
848
+ },
849
+ {
850
+ "kind": "phrase",
851
+ "entry": "at its core",
852
+ "added": null,
853
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
854
+ "last_validated": "2026-05-22",
855
+ "lift": "24x",
856
+ "status": "current",
857
+ "hot_docs": 48,
858
+ "cold_docs": 2
859
+ },
860
+ {
861
+ "kind": "phrase",
862
+ "entry": "holistic approach",
863
+ "added": null,
864
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
865
+ "last_validated": "2026-05-22",
866
+ "lift": "32x",
867
+ "status": "current",
868
+ "hot_docs": 128,
869
+ "cold_docs": 4
870
+ },
871
+ {
872
+ "kind": "phrase",
873
+ "entry": "comprehensive approach",
874
+ "added": null,
875
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
876
+ "last_validated": "2026-05-22",
877
+ "lift": "33x",
878
+ "status": "current",
879
+ "hot_docs": 33,
880
+ "cold_docs": 1
881
+ },
882
+ {
883
+ "kind": "phrase",
884
+ "entry": "best practices",
885
+ "added": null,
886
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
887
+ "last_validated": "2026-05-22",
888
+ "lift": "8.5x",
889
+ "status": "current",
890
+ "hot_docs": 51,
891
+ "cold_docs": 6
892
+ },
893
+ {
894
+ "kind": "phrase",
895
+ "entry": "continuous improvement",
896
+ "added": null,
897
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
898
+ "last_validated": "2026-05-22",
899
+ "lift": "28x",
900
+ "status": "current",
901
+ "hot_docs": 28,
902
+ "cold_docs": 1
903
+ },
904
+ {
905
+ "kind": "phrase",
906
+ "entry": "a deeper dive",
907
+ "added": null,
908
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
909
+ "last_validated": "2026-05-22",
910
+ "lift": "Infinity",
911
+ "status": "current",
912
+ "hot_docs": 7,
913
+ "cold_docs": 0
914
+ },
915
+ {
916
+ "kind": "phrase",
917
+ "entry": "the bigger picture",
918
+ "added": null,
919
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
920
+ "last_validated": "2026-05-22",
921
+ "lift": "11x",
922
+ "status": "current",
923
+ "hot_docs": 22,
924
+ "cold_docs": 2
925
+ },
926
+ {
927
+ "kind": "phrase",
928
+ "entry": "a robust framework",
929
+ "added": null,
930
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
931
+ "last_validated": "2026-05-22",
932
+ "lift": "Infinity",
933
+ "status": "current",
934
+ "hot_docs": 28,
935
+ "cold_docs": 0
936
+ },
937
+ {
938
+ "kind": "phrase",
939
+ "entry": "the digital landscape",
940
+ "added": null,
941
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
942
+ "last_validated": "2026-05-22",
943
+ "lift": "Infinity",
944
+ "status": "current",
945
+ "hot_docs": 13,
946
+ "cold_docs": 0
947
+ },
948
+ {
949
+ "kind": "phrase",
950
+ "entry": "the regulatory landscape",
951
+ "added": null,
952
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
953
+ "last_validated": "2026-05-22",
954
+ "lift": "Infinity",
955
+ "status": "current",
956
+ "hot_docs": 4,
957
+ "cold_docs": 0
958
+ },
959
+ {
960
+ "kind": "phrase",
961
+ "entry": "the competitive landscape",
962
+ "added": null,
963
+ "source": "hape-en-gpt4o-vs-human-2026-05-22",
964
+ "last_validated": "2026-05-22",
965
+ "lift": "Infinity",
966
+ "status": "current",
967
+ "hot_docs": 1,
968
+ "cold_docs": 0
969
+ }
970
+ ]