@maestroagora/agora 1.8.0 → 1.10.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/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +2 -2
- package/README.md +52 -16
- package/package.json +7 -3
- package/scripts/install.mjs +5 -0
- package/scripts/style-audit-core.mjs +267 -0
- package/scripts/style-audit.mjs +54 -0
- package/scripts/task-voice-sketch.mjs +110 -0
- package/scripts/voice/lexicon.mjs +14 -12
- package/scripts/voice/profile.mjs +6 -6
- package/skills/agora/SKILL.md +113 -330
- package/skills/agora/references/agora-case-study-runtime.md +31 -0
- package/skills/agora/references/agora-conversion-runtime.md +49 -0
- package/skills/agora/references/agora-craft.md +7 -15
- package/skills/agora/references/agora-marketing-runtime.md +85 -0
- package/skills/agora/references/agora-marketing.md +39 -75
- package/skills/agora/references/agora-science.md +34 -5
- package/skills/agora/references/agora-voice.md +43 -17
- package/skills/agora/references/agora-writing-runtime.md +259 -0
- package/skills/agora/references/human-voice-editing-reference.md +717 -0
|
@@ -0,0 +1,717 @@
|
|
|
1
|
+
# Anti-AI Writing Tells: Human-Voice Editing Reference
|
|
2
|
+
|
|
3
|
+
Source: Wikipedia's *Signs of AI writing* guide (WikiProject AI Cleanup), expanded with current research on detector reliability, style transfer, paraphrase attacks, and semantic fidelity.
|
|
4
|
+
|
|
5
|
+
Purpose: turn generic AI-assisted drafts into concrete, author-specific writing that holds up under editorial and factual scrutiny. Detector scores are noisy secondary signals, not proof of authorship.
|
|
6
|
+
|
|
7
|
+
**Scope and limit:** no prompt, checklist, or "humanizer" can guarantee that text will pass every detector. Detectors use different methods, change over time, and sometimes label known human writing as AI-generated. The defensible target is writing that is genuinely shaped by the author: accurate, specific, natural for the genre, consistent with real writing samples, and acceptable under any applicable disclosure policy.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Contents
|
|
12
|
+
|
|
13
|
+
- [The Core Principle](#the-core-principle)
|
|
14
|
+
- [Global Output Bans](#global-output-bans)
|
|
15
|
+
- [1. Banned Vocabulary](#1-banned-vocabulary)
|
|
16
|
+
- [2. Banned Connective Phrases](#2-banned-connective-phrases)
|
|
17
|
+
- [3. Banned Phrase Templates](#3-banned-phrase-templates)
|
|
18
|
+
- [4. Present-Participle Significance Tails](#4-present-participle-significance-tails)
|
|
19
|
+
- [5. Structural Tells](#5-structural-tells)
|
|
20
|
+
- [6. Punctuation and Typography](#6-punctuation-and-typography)
|
|
21
|
+
- [7. Prompt and Sycophancy Leakage](#7-prompt-and-sycophancy-leakage)
|
|
22
|
+
- [8. Citation Tells](#8-citation-tells)
|
|
23
|
+
- [9. The Concrete-Detail Test](#9-the-concrete-detail-test)
|
|
24
|
+
- [10. Workflow for AI-Assisted Drafting](#10-workflow-for-ai-assisted-drafting)
|
|
25
|
+
- [11. What Wikipedia Explicitly Says About This List](#11-what-wikipedia-explicitly-says-about-this-list)
|
|
26
|
+
- [12. What Detectors Actually Measure](#12-what-detectors-actually-measure)
|
|
27
|
+
- [13. Build an Author Voice Profile Before Rewriting](#13-build-an-author-voice-profile-before-rewriting)
|
|
28
|
+
- [14. Structural Editing Beyond Word Substitution](#14-structural-editing-beyond-word-substitution)
|
|
29
|
+
- [15. Meaning-Preservation Gate](#15-meaning-preservation-gate)
|
|
30
|
+
- [16. Calibrate to the Genre](#16-calibrate-to-the-genre)
|
|
31
|
+
- [17. Multi-Pass Editing Workflow](#17-multi-pass-editing-workflow)
|
|
32
|
+
- [18. Optional Detector-Panel Protocol](#18-optional-detector-panel-protocol)
|
|
33
|
+
- [19. Common Humanizer Failure Modes](#19-common-humanizer-failure-modes)
|
|
34
|
+
- [20. Reusable LLM Editing Prompt](#20-reusable-llm-editing-prompt)
|
|
35
|
+
- [21. Research Basis and Limits](#21-research-basis-and-limits)
|
|
36
|
+
- [22. Privacy, Provenance, and Process Evidence](#22-privacy-provenance-and-process-evidence)
|
|
37
|
+
- [Quick Reference Card](#quick-reference-card)
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## The Core Principle
|
|
42
|
+
|
|
43
|
+
No single item on this list proves AI authorship. Humans use every word and mark
|
|
44
|
+
described here. Authorship diagnosis still depends on density, repeated patterns,
|
|
45
|
+
provenance, and context.
|
|
46
|
+
|
|
47
|
+
Output policy is different from authorship diagnosis. This reference imposes
|
|
48
|
+
strict house rules on AI-assisted deliverables even when one isolated occurrence
|
|
49
|
+
would not prove anything about authorship. Apply the bans below before delivery.
|
|
50
|
+
|
|
51
|
+
The useful signal is **density**: clusters of low-information phrases, repeated templates, and generic positive framing. There is no universal count at which a paragraph becomes "AI-written." Model drafts often regress toward statistically common wording; human writing can be generic too.
|
|
52
|
+
|
|
53
|
+
**Operational rule:** if a paragraph could describe any company in a category, it is too generic for publication. That is an editing judgment, not an authorship verdict. Make material claims un-substitutable.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Global Output Bans
|
|
58
|
+
|
|
59
|
+
Unless immutable source text or an explicit legal, technical, brand, or user
|
|
60
|
+
requirement makes preservation necessary, final AI-assisted copy must contain:
|
|
61
|
+
|
|
62
|
+
- zero em dashes;
|
|
63
|
+
- zero curly or smart quotation marks;
|
|
64
|
+
- zero prompt acknowledgements or task meta-commentary;
|
|
65
|
+
- zero stock phrase templates from Section 3;
|
|
66
|
+
- zero generic significance tails from Section 4;
|
|
67
|
+
- zero fabricated citations, quotations, anecdotes, memories, motives,
|
|
68
|
+
credentials, opinions, comparisons, or facts;
|
|
69
|
+
- zero banned vocabulary or connective phrases without a documented,
|
|
70
|
+
load-bearing reason;
|
|
71
|
+
- zero unneeded conclusion or recap paragraphs;
|
|
72
|
+
- zero repeated or formulaic tripartite structures;
|
|
73
|
+
- zero repeated `Not only... but also...` constructions;
|
|
74
|
+
- zero deliberate errors, fake informality, synonym soup, or detector-evasion
|
|
75
|
+
promises.
|
|
76
|
+
|
|
77
|
+
Use straight quotes. Replace an em dash with a comma, colon, parentheses, or a
|
|
78
|
+
new sentence. Preserve banned punctuation only inside immutable verbatim text.
|
|
79
|
+
Do not silently alter verified quotations, legal wording, code, or identifiers.
|
|
80
|
+
|
|
81
|
+
These are mandatory output rules derived from an operational editorial
|
|
82
|
+
screening list. Wikipedia's AI-cleanup guidance uses these patterns to flag
|
|
83
|
+
text for review, and related editorial workflows can adopt the same cues. That
|
|
84
|
+
operational use is why this reference bans them even though one occurrence does
|
|
85
|
+
not prove AI authorship.
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## 1. Banned Vocabulary
|
|
90
|
+
|
|
91
|
+
Strip these words by default. Retain one only when it is load-bearing, exact,
|
|
92
|
+
technically required, part of a verified proper name, preserved verbatim, or
|
|
93
|
+
explicitly required by the user or house style. A reviewer should be able to
|
|
94
|
+
state why the retained term is more accurate than a concrete alternative.
|
|
95
|
+
|
|
96
|
+
**Verbs to cut:**
|
|
97
|
+
delve, underscore, showcase, foster, navigate (as metaphor), harness, leverage, unlock, unleash, empower, streamline, bolster, elevate, facilitate, enhance, optimize (when vague), drive (as metaphor), craft (as metaphor), forge, spearhead
|
|
98
|
+
|
|
99
|
+
**Adjectives to cut:**
|
|
100
|
+
pivotal, crucial, vital, essential, robust, seamless, holistic, comprehensive, multifaceted, nuanced, intricate, meticulous, profound, transformative, groundbreaking, revolutionary, cutting-edge, state-of-the-art, world-class, best-in-class, unparalleled, unprecedented, remarkable, noteworthy, notable, significant, invaluable, indispensable, paramount, breathtaking, stunning, vibrant, rich (as in "rich history"), bespoke, curated
|
|
101
|
+
|
|
102
|
+
**Nouns to cut (especially as metaphors):**
|
|
103
|
+
tapestry, landscape, realm, ecosystem, journey, testament, frontier, forefront, cornerstone, backbone, lifeblood, powerhouse, trailblazer, game-changer
|
|
104
|
+
|
|
105
|
+
**Test:** if the word is doing emotional work rather than descriptive work, delete it.
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## 2. Banned Connective Phrases
|
|
110
|
+
|
|
111
|
+
Model drafts often overuse formal transitions. The same phrases are legitimate in legal, academic, and institutional prose, so judge repetition, information value, genre, and author baseline.
|
|
112
|
+
|
|
113
|
+
**Cut on sight unless required by immutable verbatim text or formal genre:**
|
|
114
|
+
- moreover
|
|
115
|
+
- furthermore
|
|
116
|
+
- additionally
|
|
117
|
+
- in addition
|
|
118
|
+
- notably
|
|
119
|
+
- importantly
|
|
120
|
+
- indeed
|
|
121
|
+
- in essence
|
|
122
|
+
- in summary
|
|
123
|
+
- in conclusion
|
|
124
|
+
- ultimately
|
|
125
|
+
- that said
|
|
126
|
+
- on the other hand / on one hand
|
|
127
|
+
|
|
128
|
+
**Replacement rule:** delete a transition when the logical relationship remains clear. When one is needed, use language natural to the author and genre; sometimes that is "But," "So," or "Then," and sometimes a formal connective is correct.
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## 3. Banned Phrase Templates
|
|
133
|
+
|
|
134
|
+
Delete every generated occurrence. Preserve one only when it appears inside
|
|
135
|
+
immutable verbatim text or the user explicitly requires the wording.
|
|
136
|
+
|
|
137
|
+
- "It's important to note that..."
|
|
138
|
+
- "It's worth noting/mentioning that..."
|
|
139
|
+
- "In today's fast-paced world..."
|
|
140
|
+
- "In the ever-evolving landscape of..."
|
|
141
|
+
- "In the realm of..."
|
|
142
|
+
- "A testament to..."
|
|
143
|
+
- "Stands as a..."
|
|
144
|
+
- "Serves as a..."
|
|
145
|
+
- "Plays a [crucial/pivotal/vital] role in..."
|
|
146
|
+
- "Not only X but also Y"
|
|
147
|
+
- "Whether you're X or Y..."
|
|
148
|
+
- "From X to Y, [subject] has..."
|
|
149
|
+
- "At its core..."
|
|
150
|
+
- "When it comes to..."
|
|
151
|
+
- "Navigating the complexities of..."
|
|
152
|
+
- "Unlocking the potential of..."
|
|
153
|
+
- "Harnessing the power of..."
|
|
154
|
+
- "Paving the way for..."
|
|
155
|
+
- "Setting the stage for..."
|
|
156
|
+
- "Bringing X to the forefront"
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## 4. Present-Participle Significance Tails
|
|
161
|
+
|
|
162
|
+
Wikipedia's guide identifies this as a recurring pattern. Research does not establish it as the single strongest cue across models and genres. Model drafts often append a floating participial clause to make a statement sound weightier than it is.
|
|
163
|
+
|
|
164
|
+
**Ban these generated patterns:**
|
|
165
|
+
- "..., emphasizing the significance of..."
|
|
166
|
+
- "..., reflecting the continued relevance of..."
|
|
167
|
+
- "..., underscoring the importance of..."
|
|
168
|
+
- "..., highlighting its role in..."
|
|
169
|
+
- "..., demonstrating its impact on..."
|
|
170
|
+
- "..., marking a turning point in..."
|
|
171
|
+
- "..., cementing its place as..."
|
|
172
|
+
- "..., solidifying its reputation for..."
|
|
173
|
+
- "..., showcasing its commitment to..."
|
|
174
|
+
|
|
175
|
+
**Rule:** remove every generated significance-tail template. End with the fact
|
|
176
|
+
or state a specific, supportable inference directly. Preserve a listed pattern
|
|
177
|
+
only inside immutable verbatim text.
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## 5. Structural Tells
|
|
182
|
+
|
|
183
|
+
Structural repetition is often more distracting than one flagged word. Break
|
|
184
|
+
the generated patterns below before delivery. Do not treat one occurrence in
|
|
185
|
+
unrelated human writing as proof of authorship.
|
|
186
|
+
|
|
187
|
+
**Prompt-leakage openers to remove from deliverables:**
|
|
188
|
+
- "Certainly!"
|
|
189
|
+
- "Of course!"
|
|
190
|
+
- "Absolutely!"
|
|
191
|
+
- "Great question!"
|
|
192
|
+
- Any acknowledgment of a prompt
|
|
193
|
+
|
|
194
|
+
**Paragraph-level patterns to break:**
|
|
195
|
+
- Every paragraph closing with a summary/significance sentence
|
|
196
|
+
- Tripartite parallelism (three adjectives, three clauses, three examples: the rule of three, every time)
|
|
197
|
+
- "Not only... but also..." recurring across a piece
|
|
198
|
+
- Headings followed by a sentence that restates the heading
|
|
199
|
+
- Bullet lists where every item is `**Bolded Term:** followed by a sentence.`
|
|
200
|
+
- Balanced both-sides paragraphs that refuse to commit to a claim
|
|
201
|
+
- A "conclusion" or summary section on formats that don't require one (product pages, bios, encyclopedia entries, news items)
|
|
202
|
+
|
|
203
|
+
**Content-shape tells:**
|
|
204
|
+
- Generic positive framing replacing specific facts (a person is "highly regarded" instead of "winner of the 2019 X Award")
|
|
205
|
+
- "Some argue... others contend..." framing with no named sources
|
|
206
|
+
- Definitions repeated across sections
|
|
207
|
+
- Smooth transitions between unrelated facts
|
|
208
|
+
- Topic sentences that restate the heading
|
|
209
|
+
|
|
210
|
+
**Fix:** write concrete. Material factual claims should use names, numbers, dates, places, events, or other verifiable detail when the genre and evidence support them. Reflective and analytical claims can be specific without containing those items. If a sentence survives the "could this describe any X" test unchanged, rewrite it.
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
## 6. Punctuation and Typography
|
|
215
|
+
|
|
216
|
+
- **Em dashes (Unicode U+2014):** do not use them in generated copy. Convert each one to a
|
|
217
|
+
comma, colon, parentheses, or a separate sentence. Preserve one only inside
|
|
218
|
+
immutable verbatim material. The older reference's `3–5x` usage claim has no
|
|
219
|
+
supplied source, so do not repeat it as evidence for this house rule.
|
|
220
|
+
- **Curly or smart quotes:** use straight quotes unless immutable verbatim text,
|
|
221
|
+
code, legal wording, or an explicit house style requires curly characters.
|
|
222
|
+
- **En dashes (Unicode U+2013) for date ranges:** retain only when the publication's formal
|
|
223
|
+
style requires them; otherwise use hyphens.
|
|
224
|
+
- **Title Case mid-sentence:** lowercase generic concepts such as `artificial
|
|
225
|
+
intelligence`, `machine learning`, and `the cloud` unless they are verified
|
|
226
|
+
proper names.
|
|
227
|
+
- **Mid-paragraph bold:** remove it from flowing prose unless technical
|
|
228
|
+
documentation, accessibility, or explicit house style requires emphasis.
|
|
229
|
+
|
|
230
|
+
---
|
|
231
|
+
|
|
232
|
+
## 7. Prompt and Sycophancy Leakage
|
|
233
|
+
|
|
234
|
+
These are instant disqualifiers. If any of these appear in a submitted draft, reject it unopened.
|
|
235
|
+
|
|
236
|
+
- "Here is your [article/blog post/essay] on..."
|
|
237
|
+
- "As an AI language model..."
|
|
238
|
+
- "Up to my last training update..."
|
|
239
|
+
- "I hope this helps!"
|
|
240
|
+
- "Let me know if you'd like..."
|
|
241
|
+
- "Certainly! Here's a..."
|
|
242
|
+
- "Sure, I can help with that."
|
|
243
|
+
- Any meta-commentary about the writing task inside the deliverable
|
|
244
|
+
- Any reference to "the user" or "you" addressing the person who commissioned the piece
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
## 8. Citation Tells
|
|
249
|
+
|
|
250
|
+
Relevant for fact-heavy or research-style content.
|
|
251
|
+
|
|
252
|
+
- Fabricated sources that do not exist
|
|
253
|
+
- Real publications paired with wrong authors, wrong dates, or wrong article titles
|
|
254
|
+
- URLs that 404
|
|
255
|
+
- Every citation sharing the same access date (especially today's date)
|
|
256
|
+
- Over-specific invented dates with no supporting evidence
|
|
257
|
+
- Citations to "a 2023 study" with no author, journal, or link
|
|
258
|
+
- Echoing Wikipedia's own policy language: "independent coverage", "significant coverage in multiple reliable sources", "widely regarded as", "has received critical acclaim"
|
|
259
|
+
|
|
260
|
+
**Rule:** every citation must be verifiable by clicking the link. If a writer uses AI assistance for research, they verify every source manually before submission. No exceptions.
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
## 9. The Concrete-Detail Test
|
|
265
|
+
|
|
266
|
+
The deepest LLM tell is lack of specificity. This is what Wikipedia's guide calls regression to the mean. Run every paragraph through this filter:
|
|
267
|
+
|
|
268
|
+
- Does this sentence name a specific person, number, date, place, product, or event?
|
|
269
|
+
- If I deleted the subject's name and dropped this into a competitor's page, would it still read as accurate?
|
|
270
|
+
- Does any adjective do descriptive work, or is it just positive emotional padding?
|
|
271
|
+
- Could a reader learn a concrete fact from this paragraph that they didn't know before?
|
|
272
|
+
|
|
273
|
+
If three of four answers are bad, rewrite with research, not thesaurus work.
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
## 10. Workflow for AI-Assisted Drafting
|
|
278
|
+
|
|
279
|
+
AI assistance is not banned here. Human ownership, factual fidelity, and author-specific writing are the goals.
|
|
280
|
+
|
|
281
|
+
**Writer workflow:**
|
|
282
|
+
1. Use AI only as permitted. Retain source notes and meaningful draft history when authorship or process may matter.
|
|
283
|
+
2. Run the draft through this checklist:
|
|
284
|
+
- Search Sections 1 and 2. Delete banned items unless a narrow documented
|
|
285
|
+
exception applies.
|
|
286
|
+
- Search Sections 3 and 4. Remove every generated template and significance
|
|
287
|
+
tail.
|
|
288
|
+
- Convert every generated em dash to a comma, colon, parentheses, or a new
|
|
289
|
+
sentence. Convert curly quotes to straight quotes.
|
|
290
|
+
- Break tripartite parallelism and repeated `Not only... but also...`
|
|
291
|
+
structures unless immutable source form requires them.
|
|
292
|
+
- Remove every conclusion or recap paragraph that the genre does not need.
|
|
293
|
+
3. Replace generic descriptions with verified specifics wherever evidence and genre permit. Do not invent detail to satisfy a quota.
|
|
294
|
+
4. Read aloud. If it sounds like a TV commercial or a LinkedIn post, rewrite.
|
|
295
|
+
5. Verify every citation, quotation, name, number, and date against its source.
|
|
296
|
+
|
|
297
|
+
**Editorial workflow:**
|
|
298
|
+
Reject any draft with Section 7 leakage. Enforce the Global Output Bans and
|
|
299
|
+
Sections 1 through 6 before approval. Explain each retained exception. Require
|
|
300
|
+
the writer or named author to own the final revision. For review-only work,
|
|
301
|
+
return actionable rewrite requests instead of silently fixing the draft. When
|
|
302
|
+
rewriting is authorized, supply the revision but require the named author's
|
|
303
|
+
final review. Do not infer authorship from a fixed item count.
|
|
304
|
+
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
## 11. What Wikipedia Explicitly Says About This List
|
|
308
|
+
|
|
309
|
+
Direct paraphrase of the guide's own caveats:
|
|
310
|
+
|
|
311
|
+
- For authorship diagnosis, a listed word is not proof of AI use. For output,
|
|
312
|
+
Section 1 bans it unless a narrow documented exception applies.
|
|
313
|
+
- The list is still operationally important: editors use its patterns to find
|
|
314
|
+
and clean likely model-written prose. This reference therefore treats them
|
|
315
|
+
as output bans, not optional warnings.
|
|
316
|
+
- Detection tools like GPTZero have non-trivial error rates. Don't rely on them.
|
|
317
|
+
- Experienced readers may notice repeated AI-associated patterns, but neither human judgment nor software is reliable enough to prove authorship by itself.
|
|
318
|
+
- The patterns are signals of a deeper problem: promotional tone, lack of specific fact, regression to generic framing. Fixing only the surface symptoms makes detection harder but does not produce good writing.
|
|
319
|
+
|
|
320
|
+
The goal is not to disguise authorship. The goal is to produce writing that is concrete, specific, useful, and recognizably owned by its author. Lower detector scores may follow, but they are not guaranteed and should not override quality or truth.
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
## 12. What Detectors Actually Measure
|
|
325
|
+
|
|
326
|
+
"AI detection" is not one test. Products may combine several signals:
|
|
327
|
+
|
|
328
|
+
- **Predictability:** how probable each token is under a language model, often described through likelihood or perplexity.
|
|
329
|
+
- **Variation:** changes in sentence length, syntax, and predictability, sometimes marketed as "burstiness."
|
|
330
|
+
- **Learned classification:** a model trained to separate examples labeled human and AI-generated.
|
|
331
|
+
- **Semantic and stylistic features:** embeddings, discourse structure, repetition, punctuation, or relationships between neighboring sentences.
|
|
332
|
+
- **Provenance signals:** watermarks or retrieval against known model outputs, when available.
|
|
333
|
+
|
|
334
|
+
The same passage can receive conflicting scores because each tool has different training data, thresholds, supported languages, length requirements, and blind spots. Scores are not interchangeable. A 20% result from one product does not mean the same thing as 20% from another.
|
|
335
|
+
|
|
336
|
+
Performance also changes with:
|
|
337
|
+
|
|
338
|
+
- the model that produced the draft;
|
|
339
|
+
- the subject and genre;
|
|
340
|
+
- document length;
|
|
341
|
+
- whether the detector has seen that model or domain before;
|
|
342
|
+
- ordinary editing, translation, paraphrasing, or grammar correction;
|
|
343
|
+
- the detector version and operating threshold.
|
|
344
|
+
|
|
345
|
+
**Editorial rule:** never treat a detector result as a verdict. First test the detector on several known human samples from the same author and genre. If it flags those, its score is not a useful target for that assignment.
|
|
346
|
+
|
|
347
|
+
---
|
|
348
|
+
|
|
349
|
+
## 13. Build an Author Voice Profile Before Rewriting
|
|
350
|
+
|
|
351
|
+
A list of generic "human" traits is weaker than evidence of how the intended author actually writes. Give the editor or LLM three to ten authentic samples when possible. Samples from the same genre are more useful than unrelated social posts or messages.
|
|
352
|
+
|
|
353
|
+
Record a short voice profile:
|
|
354
|
+
|
|
355
|
+
- typical sentence lengths and how often the author uses fragments;
|
|
356
|
+
- paragraph length and pacing;
|
|
357
|
+
- function-word and grammatical habits: articles, prepositions, conjunctions, and preferred clause connections;
|
|
358
|
+
- contractions, first-person language, and level of formality;
|
|
359
|
+
- punctuation habits, including semicolons, parentheses, commas, and any source
|
|
360
|
+
use of em dashes that must be normalized under the output ban;
|
|
361
|
+
- favored transitions and recurring turns of phrase;
|
|
362
|
+
- directness, humor, warmth, skepticism, and degree of qualification;
|
|
363
|
+
- how the author opens, changes direction, and ends;
|
|
364
|
+
- words or constructions the author avoids;
|
|
365
|
+
- natural imperfections that appear consistently in real samples.
|
|
366
|
+
|
|
367
|
+
Separate relatively stable habits from genre-dependent ones. Function-word patterns, punctuation preferences, and habitual qualification may persist across topics. Paragraph size, list use, formality, openings, and conclusions often change by genre.
|
|
368
|
+
|
|
369
|
+
Simple measurements can sharpen an editorial profile: median sentence length, sentence-length range, fragment frequency, paragraph-length range, and relative use of commas, semicolons, parentheses, and dashes. Treat them as descriptive guardrails, not quotas. Three to ten samples can guide editing but cannot statistically prove authorship.
|
|
370
|
+
|
|
371
|
+
Preserve genuine author habits when they do not conflict with the Global Output
|
|
372
|
+
Bans. If authentic samples use em dashes or curly quotes, preserve the author's
|
|
373
|
+
voice through cadence, syntax, qualification, and other punctuation while
|
|
374
|
+
normalizing those banned marks. This is house style, not an authorship claim.
|
|
375
|
+
|
|
376
|
+
If no samples are available, preserve the draft's credible individual choices and ask the author to complete a personal edit. Do not invent an idiolect, biography, anecdote, opinion, or mistake.
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
## 14. Structural Editing Beyond Word Substitution
|
|
381
|
+
|
|
382
|
+
Replacing flagged words with synonyms does not fix AI-shaped prose. Edit the thought structure.
|
|
383
|
+
|
|
384
|
+
### Paragraph level
|
|
385
|
+
|
|
386
|
+
- Break the repeated pattern of topic sentence, three supporting points, and summary sentence.
|
|
387
|
+
- Let paragraph length follow the size of the idea. A one-sentence paragraph can be natural; so can a longer developed one.
|
|
388
|
+
- Remove throat-clearing and begin where the actual information starts.
|
|
389
|
+
- Keep a transition only when the logical turn would otherwise be unclear.
|
|
390
|
+
- End on the strongest fact, implication, or decision. Do not automatically restate the paragraph.
|
|
391
|
+
|
|
392
|
+
### Sentence level
|
|
393
|
+
|
|
394
|
+
- Vary length for a reason: a short sentence can land a conclusion; a longer one can hold a necessary qualification.
|
|
395
|
+
- Mix sentence openings. Repeated dependent clauses, gerunds, or "This" constructions create a template even when the vocabulary changes.
|
|
396
|
+
- Prefer the verb that names the action over a noun phrase that describes it abstractly.
|
|
397
|
+
- Keep necessary technical language. Forced synonyms can make expert writing less accurate.
|
|
398
|
+
- Preserve honest uncertainty. Human experts distinguish what they know, infer, remember, and believe.
|
|
399
|
+
|
|
400
|
+
### Document level
|
|
401
|
+
|
|
402
|
+
- Allow the argument to have a center of gravity. Not every point deserves equal length or equal praise.
|
|
403
|
+
- Include relevant friction: constraints, tradeoffs, exceptions, failed attempts, or reasons for a decision.
|
|
404
|
+
- Use details the author can stand behind, not decorative specificity.
|
|
405
|
+
- Remove conclusions that merely summarize. Keep a conclusion when the genre expects a recommendation, judgment, request, or next step.
|
|
406
|
+
|
|
407
|
+
Never add random typos, grammatical errors, slang, rare words, or sentence-length whiplash to manipulate predictability. Those tricks imitate noise rather than a person and often reduce credibility.
|
|
408
|
+
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
## 15. Meaning-Preservation Gate
|
|
412
|
+
|
|
413
|
+
Humanizing software can change names, numbers, causality, qualifications, citations, and the writer's level of certainty. Create a fact ledger before any substantial rewrite.
|
|
414
|
+
|
|
415
|
+
For each material statement, record:
|
|
416
|
+
|
|
417
|
+
| Item | Original claim | Status | Must preserve |
|
|
418
|
+
|---|---|---|---|
|
|
419
|
+
| Fact | Names, dates, numbers, events | Verified or supplied | Exact substance |
|
|
420
|
+
| Inference | Conclusion drawn from facts | Inference | Degree of certainty |
|
|
421
|
+
| Opinion | Author's judgment | Opinion | Ownership and tone |
|
|
422
|
+
| Quote | Exact attributed language | Verified quote | Wording and attribution |
|
|
423
|
+
| Term | Legal, medical, scientific, or product term | Required | Correct terminology |
|
|
424
|
+
|
|
425
|
+
After editing, compare the original and revised versions sentence by sentence:
|
|
426
|
+
|
|
427
|
+
1. Does every revised factual claim follow from the source draft or supplied evidence?
|
|
428
|
+
2. Did any qualification disappear?
|
|
429
|
+
3. Did correlation become causation, or possibility become certainty?
|
|
430
|
+
4. Did any number, name, title, date, quotation, or citation change?
|
|
431
|
+
5. Did the rewrite add praise, criticism, experience, or intent that the author did not provide?
|
|
432
|
+
6. Can the author defend every first-person claim?
|
|
433
|
+
|
|
434
|
+
If meaning and naturalness conflict, preserve meaning and flag the awkward passage for the author.
|
|
435
|
+
|
|
436
|
+
---
|
|
437
|
+
|
|
438
|
+
## 16. Calibrate to the Genre
|
|
439
|
+
|
|
440
|
+
Writing can sound human and still be wrong for its job.
|
|
441
|
+
|
|
442
|
+
- **Recommendation letter:** establish the recommender's authority and relationship, give comparative judgments backed by firsthand examples, state the recommendation plainly, and avoid inflated claims the recommender could not defend.
|
|
443
|
+
- **Academic work:** preserve disciplinary terminology, evidence, citations, and the writer's actual reasoning. Follow the institution's AI-use policy.
|
|
444
|
+
- **Professional email:** make the request and context easy to find. Natural brevity is usually more credible than a polished essay.
|
|
445
|
+
- **Executive memo:** lead with the decision or finding, show the evidence and tradeoffs, and make ownership clear.
|
|
446
|
+
- **Blog or essay:** preserve point of view, selective emphasis, digressions that earn their place, and the author's own relationship to the subject.
|
|
447
|
+
- **SEO/GEO copy:** answer the query concretely, but do not force identical headings, paragraph lengths, keyword placements, or miniature conclusions.
|
|
448
|
+
|
|
449
|
+
Do not sacrifice genre norms to chase a detector score. A law-school recommendation should sound like a serious professional endorsement, not casual conversation with artificial mistakes added.
|
|
450
|
+
|
|
451
|
+
---
|
|
452
|
+
|
|
453
|
+
## 17. Multi-Pass Editing Workflow
|
|
454
|
+
|
|
455
|
+
Do not ask an LLM to "humanize this" in one pass. Use separate passes with explicit constraints.
|
|
456
|
+
|
|
457
|
+
### Pass 0: Authority and requirements
|
|
458
|
+
|
|
459
|
+
- Confirm who wrote the source material and what AI use or disclosure rules apply.
|
|
460
|
+
- Identify the audience, genre, length, purpose, and non-negotiable facts.
|
|
461
|
+
- Preserve source notes, meaningful drafts, and the author's final changes when process evidence may matter.
|
|
462
|
+
- Remove confidential material before sending text to an external service.
|
|
463
|
+
|
|
464
|
+
### Pass 1: Evidence extraction
|
|
465
|
+
|
|
466
|
+
- Build the fact ledger.
|
|
467
|
+
- Separate verified facts, supplied recollections, inference, and opinion.
|
|
468
|
+
- Mark anything that requires the author's answer.
|
|
469
|
+
|
|
470
|
+
### Pass 2: Voice profile
|
|
471
|
+
|
|
472
|
+
- Analyze authentic samples without copying their subject matter.
|
|
473
|
+
- Describe recurring patterns with examples.
|
|
474
|
+
- Distinguish stable habits from one-off quirks.
|
|
475
|
+
|
|
476
|
+
### Pass 3: Macrostructure
|
|
477
|
+
|
|
478
|
+
- Reorder around the actual purpose and strongest evidence.
|
|
479
|
+
- Remove repeated introductions, symmetrical sections, filler, and recap paragraphs.
|
|
480
|
+
- Check that paragraph lengths reflect importance rather than a template.
|
|
481
|
+
|
|
482
|
+
### Pass 4: Sentence texture
|
|
483
|
+
|
|
484
|
+
- Rewrite templated syntax and vague abstraction.
|
|
485
|
+
- Use purposeful variation in length and cadence.
|
|
486
|
+
- Preserve the author's natural punctuation and level of formality within the
|
|
487
|
+
Global Output Bans.
|
|
488
|
+
|
|
489
|
+
### Pass 5: Tell-density scan
|
|
490
|
+
|
|
491
|
+
- Enforce the Global Output Bans and Sections 1 through 8 as output rules.
|
|
492
|
+
- Remove banned marks, phrases, templates, and unsupported exceptions.
|
|
493
|
+
- Treat the same items as diagnostics, not proof, when evaluating authorship.
|
|
494
|
+
|
|
495
|
+
### Pass 6: Fidelity audit
|
|
496
|
+
|
|
497
|
+
- Compare against the fact ledger and sources.
|
|
498
|
+
- Verify every citation and quotation.
|
|
499
|
+
- Produce a short change log for any material rephrasing.
|
|
500
|
+
|
|
501
|
+
### Pass 7: Human read-aloud edit
|
|
502
|
+
|
|
503
|
+
- Have the intended author read it aloud and change anything they would not naturally say.
|
|
504
|
+
- Ask: "What sentence would I be uncomfortable defending in person?" Fix or remove it.
|
|
505
|
+
- Keep the author's final changes, even when they are less polished.
|
|
506
|
+
|
|
507
|
+
### Pass 8: Optional detector panel
|
|
508
|
+
|
|
509
|
+
- Use the protocol in Section 18.
|
|
510
|
+
- Treat results as diagnostics for repeated patterns, not instructions to corrupt the prose.
|
|
511
|
+
- Re-run the fidelity audit after any score-driven edit.
|
|
512
|
+
|
|
513
|
+
### Stop rule
|
|
514
|
+
|
|
515
|
+
Stop when the author recognizes the text as their own, the facts survive comparison, the genre is right, and an independent reader finds no distracting pattern density. Endless detector chasing overfits the prose to changing black boxes.
|
|
516
|
+
|
|
517
|
+
---
|
|
518
|
+
|
|
519
|
+
## 18. Optional Detector-Panel Protocol
|
|
520
|
+
|
|
521
|
+
Use this only when detector resilience is a practical concern. It is a benchmark, not proof of authorship.
|
|
522
|
+
|
|
523
|
+
### Calibration set
|
|
524
|
+
|
|
525
|
+
Assemble at least:
|
|
526
|
+
|
|
527
|
+
- three known human samples from the intended author, preferably five to ten and same-genre;
|
|
528
|
+
- three known human samples from the same genre by other authors;
|
|
529
|
+
- the raw draft;
|
|
530
|
+
- the human-edited draft;
|
|
531
|
+
- the author-final draft.
|
|
532
|
+
|
|
533
|
+
Keep samples long enough for each detector's stated minimum. Do not paste confidential, privileged, unpublished, or personally sensitive material into a third-party checker without permission.
|
|
534
|
+
|
|
535
|
+
### Test method
|
|
536
|
+
|
|
537
|
+
1. Use at least three methodologically different detectors when feasible; one score has little diagnostic value.
|
|
538
|
+
2. Record the product, date, disclosed version or release, mode, language, genre, document length, revision stage, whole-document score, and flagged sentences.
|
|
539
|
+
3. Test all calibration samples in the same session and settings.
|
|
540
|
+
4. Compare the revised draft with genuine same-author writing, not an arbitrary "0% AI" target.
|
|
541
|
+
5. Look for agreement at the sentence or pattern level. Ignore a lone product's unexplained swing.
|
|
542
|
+
6. Make only edits that improve voice, clarity, structure, or factual precision.
|
|
543
|
+
7. Recheck meaning after every revision round.
|
|
544
|
+
8. When possible, use blinded human reviewers to rate clarity, voice match, genre fit, and factual trust without showing detector scores or asking them to guess authorship.
|
|
545
|
+
9. Stop after two detector-driven revision rounds unless another round has a clear editorial benefit independent of its score.
|
|
546
|
+
|
|
547
|
+
Suggested log:
|
|
548
|
+
|
|
549
|
+
| Date | Tool and mode | Known human baseline | Raw draft | Revised draft | Shared flagged pattern | Action |
|
|
550
|
+
|---|---|---:|---:|---:|---|---|
|
|
551
|
+
| YYYY-MM-DD | Product/version | Score | Score | Score | Pattern or none | Keep, revise, or disregard |
|
|
552
|
+
|
|
553
|
+
### Interpretation
|
|
554
|
+
|
|
555
|
+
- If known human samples score "AI," document the false positive and discount that tool for this task unless adequate same-genre recalibration is possible.
|
|
556
|
+
- If tools disagree, do not average their percentages; the scales are not equivalent.
|
|
557
|
+
- If several tools flag the same repetitive sentence pattern and a human editor also dislikes it, revise the pattern.
|
|
558
|
+
- If a lower score requires inaccurate, awkward, or out-of-character prose, reject the edit.
|
|
559
|
+
- Never claim that a passing score proves human authorship or that the text will pass another version tomorrow.
|
|
560
|
+
|
|
561
|
+
---
|
|
562
|
+
|
|
563
|
+
## 19. Common "Humanizer" Failure Modes
|
|
564
|
+
|
|
565
|
+
Reject revisions that introduce any of the following:
|
|
566
|
+
|
|
567
|
+
- synonym soup or unnecessarily rare vocabulary;
|
|
568
|
+
- fabricated anecdotes, emotions, memories, comparisons, or credentials;
|
|
569
|
+
- changed figures, dates, names, citations, quotations, or legal meaning;
|
|
570
|
+
- deliberate mistakes and fake informality;
|
|
571
|
+
- random fragments or abrupt sentence-length oscillation;
|
|
572
|
+
- verbosity added solely to change statistical patterns;
|
|
573
|
+
- a voice younger, choppier, or more casual than the author;
|
|
574
|
+
- plagiarism or close imitation of a supplied style sample;
|
|
575
|
+
- loss of technical precision;
|
|
576
|
+
- private text uploaded to an opaque service with unclear retention terms;
|
|
577
|
+
- repeated rewrite cycles aimed only at one detector's score.
|
|
578
|
+
|
|
579
|
+
The best revision is not the one with the strangest distribution of words. It is the one the author can read, defend, and revise without pretending.
|
|
580
|
+
|
|
581
|
+
---
|
|
582
|
+
|
|
583
|
+
## 20. Reusable LLM Editing Prompt
|
|
584
|
+
|
|
585
|
+
Copy this reference and the prompt below into the same context. Replace the bracketed fields.
|
|
586
|
+
|
|
587
|
+
```text
|
|
588
|
+
Act as a senior editor. Your job is to turn the supplied draft into accurate,
|
|
589
|
+
author-specific writing, not to manufacture errors or promise detector evasion.
|
|
590
|
+
|
|
591
|
+
Inputs
|
|
592
|
+
- Draft: [PASTE]
|
|
593
|
+
- Genre and purpose: [DESCRIBE]
|
|
594
|
+
- Audience: [DESCRIBE]
|
|
595
|
+
- Author's authentic writing samples: [PASTE 3-10 IF AVAILABLE]
|
|
596
|
+
- Verified facts and source notes: [PASTE]
|
|
597
|
+
- Required terms, quotations, and citations: [PASTE]
|
|
598
|
+
- Tone and length constraints: [PASTE]
|
|
599
|
+
- Applicable AI-use or disclosure policy: [PASTE OR STATE NONE SUPPLIED]
|
|
600
|
+
|
|
601
|
+
Follow the attached Human-Voice Editing Reference. Work in this order:
|
|
602
|
+
1. Build a compact fact ledger. Do not add facts, memories, opinions, motives,
|
|
603
|
+
comparisons, or experiences that are absent from the inputs.
|
|
604
|
+
2. Derive a voice profile from the samples. Use recurring habits, not caricature.
|
|
605
|
+
Do not copy phrases or subject matter from the samples.
|
|
606
|
+
3. Diagnose repeated structural and lexical patterns in the draft. Apply the
|
|
607
|
+
reference's vocabulary, connective, phrase, punctuation, and structure bans.
|
|
608
|
+
4. Rewrite for the genre, using the author's real level of formality, directness,
|
|
609
|
+
sentence variation, and qualification. Use zero generated em dashes, zero
|
|
610
|
+
curly quotes, and zero prompt leakage.
|
|
611
|
+
5. Compare the rewrite against the fact ledger sentence by sentence. Restore any
|
|
612
|
+
lost condition, uncertainty, attribution, number, date, name, or technical term.
|
|
613
|
+
6. Read for cadence. Remove promotional filler, forced transitions, symmetrical
|
|
614
|
+
paragraphs, generic conclusions, synonym substitutions, and artificial errors.
|
|
615
|
+
|
|
616
|
+
Priority order
|
|
617
|
+
1. Truth and semantic fidelity
|
|
618
|
+
2. The author's ownership and genuine voice
|
|
619
|
+
3. Genre and audience fitness
|
|
620
|
+
4. Clarity and natural cadence
|
|
621
|
+
5. Reduction of repeated AI-associated patterns
|
|
622
|
+
|
|
623
|
+
Output
|
|
624
|
+
A. The revised text, ready to use.
|
|
625
|
+
B. A concise factual-change audit confirming what was preserved and identifying
|
|
626
|
+
anything that needs the author's verification.
|
|
627
|
+
C. No detector guarantee. If the inputs are too thin to support an authentic
|
|
628
|
+
revision, say exactly what author evidence is missing.
|
|
629
|
+
```
|
|
630
|
+
|
|
631
|
+
---
|
|
632
|
+
|
|
633
|
+
## 21. Research Basis and Limits
|
|
634
|
+
|
|
635
|
+
These sources support the reliability and robustness cautions in this reference:
|
|
636
|
+
|
|
637
|
+
- [RAID benchmark (2024)](https://arxiv.org/abs/2405.07940): a large benchmark spanning models, domains, decoding strategies, and adversarial modifications found major detector weaknesses under distribution shifts and attacks.
|
|
638
|
+
- [Krishna et al. (2023)](https://arxiv.org/abs/2303.13408): paraphrasing sharply reduced several detectors' performance, while retrieval against known generations offered a different defense.
|
|
639
|
+
- [DAMAGE shared task overview (2025)](https://aclanthology.org/2025.genaidetect-1.9/): testing across many humanizer tools showed that humanized text can defeat detectors, although training across such transformations improves robustness.
|
|
640
|
+
- [A Practical Examination of AI-Generated Text Detectors (2025)](https://aclanthology.org/2025.findings-naacl.271/): performance fell across unseen models, domains, and moderate attacks, especially at strict false-positive thresholds.
|
|
641
|
+
- [GPT detectors are biased against non-native English writers (2023)](https://arxiv.org/abs/2304.02819): some detectors disproportionately misclassified non-native English writing in the study's setting.
|
|
642
|
+
- [GPTZero's detector methodology paper (2026)](https://arxiv.org/abs/2602.13042): even a detector vendor's own technical account identifies distribution shift, standardization, and generalization as open limitations.
|
|
643
|
+
- [Can AI-Generated Text be Reliably Detected? (2023)](https://arxiv.org/abs/2303.11156): theoretical and experimental analysis connects detector limits to overlap between human and model text distributions and shows sensitivity to recursive paraphrasing.
|
|
644
|
+
- [Almost AI, Almost Human (2025)](https://arxiv.org/abs/2502.15666): eleven detectors frequently misclassified minimally AI-polished human text and struggled to distinguish degrees of AI involvement.
|
|
645
|
+
- [Human heuristics for AI-generated language are flawed (2022)](https://arxiv.org/abs/2206.07271): experiments found that people relied on manipulable cues such as contractions and first-person language rather than dependable authorship evidence.
|
|
646
|
+
- [Authorship Attribution through Function Word Adjacency Networks (2014)](https://arxiv.org/abs/1406.4469): function-word relationships can capture authorial habits with less dependence on subject matter than content vocabulary.
|
|
647
|
+
|
|
648
|
+
The older source asserted that LLMs use em dashes at `3–5x` the human rate and
|
|
649
|
+
that experienced users detect AI writing correctly about `90%` of the time. No
|
|
650
|
+
supporting source accompanied either figure. Do not repeat those numbers as
|
|
651
|
+
scientific facts. This does not weaken the bans. Their operational basis is the
|
|
652
|
+
screening list itself and its use in editorial cleanup, not either percentage
|
|
653
|
+
or a promise that following the list guarantees non-detection.
|
|
654
|
+
|
|
655
|
+
The popular [30-detector comparison](https://anangsha.substack.com/p/i-tested-30-ai-detectors-here-are) is useful as one person's product test, but it is not a controlled scientific benchmark. It includes affiliate links, and its comment section contains a reported false positive from a reader's own writing. Treat its rankings as anecdotal leads to test, not established performance.
|
|
656
|
+
|
|
657
|
+
The research does **not** support a universal, permanent "undetectable" method. It supports three narrower conclusions:
|
|
658
|
+
|
|
659
|
+
1. Detector performance varies materially by data, model, domain, threshold, and revision method.
|
|
660
|
+
2. Surface-level transformations can lower some scores while harming meaning and may fail against other or future detectors.
|
|
661
|
+
3. Provenance, authentic samples, factual auditing, and human revision are more durable than optimizing prose against a changing classifier.
|
|
662
|
+
|
|
663
|
+
---
|
|
664
|
+
|
|
665
|
+
## 22. Privacy, Provenance, and Process Evidence
|
|
666
|
+
|
|
667
|
+
Detector scores cannot establish how a document was produced. When authorship, policy compliance, or professional accountability matters, preserve process evidence:
|
|
668
|
+
|
|
669
|
+
- the author's notes and factual inputs;
|
|
670
|
+
- source links and verification records;
|
|
671
|
+
- meaningful draft versions rather than every autosave;
|
|
672
|
+
- the fact ledger and unresolved-question log;
|
|
673
|
+
- tracked material revisions;
|
|
674
|
+
- the author's final read-through and changes;
|
|
675
|
+
- any required AI-use disclosure.
|
|
676
|
+
|
|
677
|
+
This record does not replace applicable policy, but it is more informative about authorship and editorial control than a classifier score alone.
|
|
678
|
+
|
|
679
|
+
Before using an external detector, editor, or humanizer, check:
|
|
680
|
+
|
|
681
|
+
- whether submitted text is stored and for how long;
|
|
682
|
+
- whether content may train or improve models;
|
|
683
|
+
- opt-out, deletion, and enterprise controls;
|
|
684
|
+
- subprocessors, cross-border transfer, and jurisdiction where relevant;
|
|
685
|
+
- whether the current terms permit confidential, regulated, educational, or client material.
|
|
686
|
+
|
|
687
|
+
Do not upload confidential, privileged, unpublished, regulated, or personally sensitive text without authorization. If retention or training terms are unclear, keep the material out of the service.
|
|
688
|
+
|
|
689
|
+
---
|
|
690
|
+
|
|
691
|
+
## Quick Reference Card
|
|
692
|
+
|
|
693
|
+
**Before submission, confirm:**
|
|
694
|
+
|
|
695
|
+
- [ ] Voice profile derived from authentic samples when available
|
|
696
|
+
- [ ] Fact ledger checked after the final rewrite
|
|
697
|
+
- [ ] Zero generated em dashes
|
|
698
|
+
- [ ] Zero curly or smart quotes unless immutable text requires them
|
|
699
|
+
- [ ] Zero prompt leakage phrases
|
|
700
|
+
- [ ] Zero banned phrase templates
|
|
701
|
+
- [ ] Zero generic significance or importance tail clauses
|
|
702
|
+
- [ ] Zero banned vocabulary or connective phrases without a documented exception
|
|
703
|
+
- [ ] Zero fabricated citations
|
|
704
|
+
- [ ] No invented anecdotes, opinions, motives, or credentials
|
|
705
|
+
- [ ] Zero conclusion or recap paragraphs unless required by the genre
|
|
706
|
+
- [ ] Each paragraph is specific enough that it could not be pasted into an unrelated piece
|
|
707
|
+
- [ ] Zero generated tripartite templates
|
|
708
|
+
- [ ] Zero generated `Not only... but also...` constructions
|
|
709
|
+
- [ ] House-style capitalization followed (lowercase for generic concepts)
|
|
710
|
+
- [ ] Sentence-length variation is purposeful, not random
|
|
711
|
+
- [ ] Meaning, uncertainty, names, numbers, dates, and technical terms survived intact
|
|
712
|
+
- [ ] Known-human samples were used to calibrate any detector panel
|
|
713
|
+
- [ ] Detector-driven edits stopped after two rounds unless they independently improved prose
|
|
714
|
+
- [ ] No confidential text was uploaded without approval
|
|
715
|
+
- [ ] Source notes, meaningful drafts, and final author changes preserved when process evidence matters
|
|
716
|
+
- [ ] The author read the final version aloud and can defend every sentence
|
|
717
|
+
- [ ] No claim that a score proves authorship or guarantees future detector results
|