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.
- package/.patina.default.yaml +29 -29
- package/CHANGELOG.md +53 -0
- package/NOTICE +21 -0
- package/README.md +117 -224
- package/README_JA.md +134 -77
- package/README_KR.md +132 -74
- package/README_ZH.md +137 -80
- package/SKILL.md +11 -20
- package/artifacts/rebaseline-2025/README.md +147 -0
- package/artifacts/rebaseline-2025/human-controls.public.jsonl +250 -0
- package/artifacts/rebaseline-2025/intake.example.jsonl +2 -0
- package/artifacts/rebaseline-2025/intake.local.example.jsonl +25 -0
- package/artifacts/rebaseline-2025/prompts.template.jsonl +7 -0
- package/artifacts/rebaseline-2025/sources.ko-public.jsonl +39 -0
- package/assets/brand/patina-badge.svg +18 -0
- package/assets/brand/patina-mark.svg +8 -0
- package/assets/demo/README.md +79 -0
- package/core/scoring.md +12 -12
- package/core/standalone-prompt.md +3 -1
- package/core/stylometry.md +93 -22
- package/docs/API.md +1554 -0
- package/docs/AUTHENTICATION.md +50 -26
- package/docs/AUTHENTICATION_KR.md +54 -29
- package/docs/BRANDING.md +9 -8
- package/docs/CLI.md +55 -14
- package/docs/COOKBOOK.md +8 -21
- package/docs/DEMO.md +32 -5
- package/docs/EXIT-CODES.md +2 -3
- package/docs/FALSE-POSITIVES.md +63 -0
- package/docs/FAQ.md +9 -1
- package/docs/FAQ_KR.md +3 -1
- package/docs/FLAG-PARITY.md +33 -47
- package/docs/ISSUE-WAVES.md +57 -0
- package/docs/PATTERNS-EN.md +67 -3
- package/docs/PATTERNS-JA.md +68 -2
- package/docs/PATTERNS-KO.md +70 -7
- package/docs/PATTERNS-ZH.md +67 -3
- package/docs/PATTERNS.md +5 -5
- package/docs/RESEARCH-DOCS-PLATFORM.md +54 -0
- package/docs/ROADMAP.md +46 -66
- package/docs/TRANSLATIONESE-KO.md +51 -0
- package/docs/audits/2026-05-deep-research.md +3 -1
- package/docs/benchmarks/README.md +51 -0
- package/docs/benchmarks/detector-comparison.json +69 -9
- package/docs/benchmarks/detector-comparison.md +10 -5
- package/docs/benchmarks/katfish-ko-latest.json +657 -0
- package/docs/benchmarks/katfish-ko-latest.md +77 -0
- package/docs/benchmarks/latest.json +1183 -108
- package/docs/benchmarks/latest.md +84 -60
- package/docs/benchmarks/lexicon-freshness-en-2026-05-22.json +1121 -0
- package/docs/benchmarks/lexicon-freshness-en-2026-05-22.md +136 -0
- package/docs/benchmarks/rebaseline-latest.json +381 -0
- package/docs/benchmarks/rebaseline-latest.md +121 -0
- package/docs/benchmarks/register-stratified-latest.json +164 -0
- package/docs/benchmarks/register-stratified-latest.md +99 -0
- package/docs/benchmarks/register-stratified.md +43 -0
- package/docs/integrations/github-action.md +44 -11
- package/docs/integrations/playground.md +58 -0
- package/docs/integrations/pre-commit.md +5 -5
- package/docs/integrations/release.md +5 -3
- package/docs/integrations/static-sites.md +83 -0
- package/docs/research/2025-rebaseline-plan.md +71 -2
- package/docs/research/2026-rebaseline.md +102 -0
- package/docs/research/adversarial-mps.md +41 -0
- package/docs/research/ai-human-metrics.md +35 -23
- package/docs/research/human-eval-panel.md +42 -0
- package/docs/research/judge-agreement.md +24 -0
- package/docs/research/ko-2025-corpus-sources.md +135 -0
- package/docs/research/lexicon-freshness-audit.md +64 -0
- package/docs/research/zh-ja-lexicon-calibration.md +60 -0
- package/docs/social/patina-launch-copy.md +173 -100
- package/docs/social/patina-launch-execution.md +94 -0
- package/docs/social/patina-launch-korean-first.md +83 -0
- package/docs/social/signs-of-ai-writing.md +26 -0
- package/docs/social/signs-of-ai-writing_KR.md +26 -0
- package/lexicon/ai-en.md +21 -24
- package/lexicon/ai-ja.md +158 -0
- package/lexicon/ai-ko.md +9 -9
- package/lexicon/ai-zh.md +158 -0
- package/lexicon/provenance/ai-en.json +970 -0
- package/lexicon/provenance/ai-ja.json +542 -0
- package/lexicon/provenance/ai-ko.json +866 -0
- package/lexicon/provenance/ai-zh.json +542 -0
- package/package.json +49 -8
- package/patterns/en-communication.md +5 -0
- package/patterns/en-content.md +5 -0
- package/patterns/en-filler.md +5 -0
- package/patterns/en-language.md +29 -1
- package/patterns/en-structure.md +5 -0
- package/patterns/en-style.md +5 -0
- package/patterns/en-viral-hook.md +42 -2
- package/patterns/ja-communication.md +5 -0
- package/patterns/ja-content.md +5 -0
- package/patterns/ja-filler.md +5 -0
- package/patterns/ja-language.md +33 -1
- package/patterns/ja-structure.md +12 -0
- package/patterns/ja-style.md +5 -0
- package/patterns/ja-viral-hook.md +41 -2
- package/patterns/ko-communication.md +5 -0
- package/patterns/ko-content.md +5 -0
- package/patterns/ko-filler.md +5 -0
- package/patterns/ko-language.md +33 -1
- package/patterns/ko-structure.md +25 -6
- package/patterns/ko-style.md +5 -0
- package/patterns/ko-viral-hook.md +38 -2
- package/patterns/zh-communication.md +5 -0
- package/patterns/zh-content.md +5 -0
- package/patterns/zh-filler.md +5 -0
- package/patterns/zh-language.md +37 -1
- package/patterns/zh-structure.md +12 -0
- package/patterns/zh-style.md +5 -0
- package/patterns/zh-viral-hook.md +38 -2
- package/playground/README.md +55 -0
- package/playground/analytics.js +4 -0
- package/playground/analyzer.js +883 -0
- package/playground/app.js +157 -0
- package/playground/data/lexicons.js +343 -0
- package/playground/index.html +138 -0
- package/playground/styles.css +267 -0
- package/profiles/namuwiki.md +111 -0
- package/scripts/adversarial-mps-report.mjs +201 -0
- package/scripts/badge-json.mjs +79 -0
- package/scripts/benchmark-report.mjs +56 -9
- package/scripts/check-release-metadata.mjs +0 -2
- package/scripts/detector-comparison.mjs +7 -7
- package/scripts/generate-playground-data.mjs +77 -0
- package/scripts/katfish-calibration.mjs +464 -0
- package/scripts/lexicon-freshness.mjs +485 -0
- package/scripts/lint.mjs +1 -1
- package/scripts/precommit-score.mjs +4 -3
- package/scripts/prose-score.mjs +81 -5
- package/scripts/rebaseline-intake.mjs +242 -0
- package/scripts/rebaseline-score.mjs +268 -0
- package/scripts/rebaseline-summary.mjs +773 -0
- package/scripts/rebaseline-web-collect.mjs +410 -0
- package/scripts/update-benchmark-ranges.mjs +1 -0
- package/src/api.js +69 -105
- package/src/auth.js +50 -2
- package/src/backends/claude-cli.js +19 -4
- package/src/backends/codex-cli.js +19 -3
- package/src/backends/contract.js +230 -1
- package/src/backends/gemini-cli.js +18 -5
- package/src/backends/index.js +87 -12
- package/src/backends/kimi-cli.js +161 -0
- package/src/cli.js +577 -567
- package/src/commands/doctor.js +2 -2
- package/src/config.js +29 -0
- package/src/errors.js +53 -1
- package/src/features/discourse-tells.js +68 -0
- package/src/features/index.js +82 -8
- package/src/features/lexicon.js +40 -6
- package/src/features/markup-leakage.js +69 -0
- package/src/features/segment.js +41 -0
- package/src/features/signal-strength.js +81 -0
- package/src/features/stylometry.js +231 -1
- package/src/features/translationese.js +127 -0
- package/src/loader.js +76 -0
- package/src/logger.js +22 -23
- package/src/model-defaults.js +55 -0
- package/src/ouroboros.js +31 -0
- package/src/output.js +102 -90
- package/src/prompt-builder.js +103 -68
- package/src/providers.js +51 -4
- package/src/scoring.js +210 -2
- package/src/security.js +75 -0
- package/tests/fixtures/live-quality/en/public-docs-01.md +26 -0
- package/tests/fixtures/live-quality/ko/public-docs-01.md +26 -0
- package/tests/fixtures/suspect-zones/expected-ranges.json +207 -16
- package/tests/fixtures/suspect-zones/ja/ai/ja-ai-04-lexicon.md +11 -0
- package/tests/fixtures/suspect-zones/ja/natural/ja-nat-04-lexicon-cold.md +11 -0
- package/tests/fixtures/suspect-zones/ko/ai/ko-ai-02.md +4 -5
- package/tests/fixtures/suspect-zones/ko/ai/ko-ai-07-ko-diagnostic.md +11 -0
- package/tests/fixtures/suspect-zones/zh/ai/zh-ai-04-lexicon.md +11 -0
- package/tests/fixtures/suspect-zones/zh/natural/zh-nat-04-lexicon-cold.md +11 -0
- package/tests/quality/README.md +188 -11
- package/tests/quality/adversarial-mps/fixtures.jsonl +10 -0
- package/tests/quality/benchmark.mjs +39 -1
- package/tests/quality/dogfood.mjs +5 -3
- package/tests/quality/live-fixtures.jsonl +2 -0
- package/tests/quality/live-quality.mjs +596 -0
- package/tests/quality/ranking-metrics.mjs +136 -0
- package/tests/quality/rebaseline-manifest.example.jsonl +5 -0
- package/vercel.json +53 -0
- package/SKILL-MAX.md +0 -455
- package/docs/internal/HARNESS.md +0 -14
- package/docs/internal/README.md +0 -14
- package/docs/internal/WARP.md +0 -23
- package/patina-max/SKILL.md +0 -523
- package/patina-max/composite.py +0 -457
- package/src/cache.js +0 -106
- package/src/commands/init.js +0 -208
- package/src/manifest.js +0 -162
- 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
|
+
]
|