|
|
@@ -1,6 +1,6 @@
|
|
|
---
|
|
|
name: humanizer
|
|
|
-version: 2.7.0
|
|
|
+version: 2.8.0
|
|
|
description: |
|
|
|
Remove signs of AI-generated writing from text. Use when editing or reviewing
|
|
|
text to make it sound more natural and human-written. Based on Wikipedia's
|
|
|
@@ -338,7 +338,7 @@ Before returning the final rewrite, scan it for `—` and `–`. Any hit means t
|
|
|
|
|
|
### 20. Collaborative Communication Artifacts
|
|
|
|
|
|
-**Words to watch:** I hope this helps, Of course!, Certainly!, You're absolutely right!, Would you like..., let me know, here is a...
|
|
|
+**Words to watch:** I hope this helps, Of course!, Certainly!, You're absolutely right!, Would you like..., Want me to...?, Want me to give examples?, Should I continue?, let me know, here is a...
|
|
|
|
|
|
**Problem:** Text meant as chatbot correspondence gets pasted as content.
|
|
|
|
|
|
@@ -483,6 +483,43 @@ Before returning the final rewrite, scan it for `—` and `–`. Any hit means t
|
|
|
> This function uses a hash map for O(1) lookups, avoiding the O(n²) cost of naive iteration.
|
|
|
|
|
|
|
|
|
+### 31. Manufactured Punchlines and Staccato Drama
|
|
|
+
|
|
|
+**Problem:** LLMs often make every sentence land like a quotable closer, then stack short declarative fragments to manufacture drama. A single short sentence for emphasis is fine; a run of them starts to sound engineered.
|
|
|
+
|
|
|
+**Before:**
|
|
|
+> Then AlphaEvolve arrived. It had no preference for symmetry. No aesthetic prior. No nostalgia for human taste. The old rules were gone.
|
|
|
+
|
|
|
+**After:**
|
|
|
+> AlphaEvolve changed the search because it did not favor symmetry or human-looking designs. That made some of the older assumptions less useful.
|
|
|
+
|
|
|
+
|
|
|
+### 32. Aphorism Formulas
|
|
|
+
|
|
|
+**Words to watch:** X is the Y of Z, X becomes a trap, X is not a tool but a mirror, the language of, the currency of, the architecture of
|
|
|
+
|
|
|
+**Problem:** LLMs turn ordinary claims into reusable aphorisms that sound profound without adding precision. Replace the formula with the concrete claim it is gesturing at.
|
|
|
+
|
|
|
+**Before:**
|
|
|
+> Symmetry is the language of trust. Efficiency becomes a trap when teams forget the human layer.
|
|
|
+
|
|
|
+**After:**
|
|
|
+> Symmetric layouts often feel more predictable to users. Teams can over-optimize workflows and miss how people actually use them.
|
|
|
+
|
|
|
+
|
|
|
+### 33. Conversational Rhetorical Openers
|
|
|
+
|
|
|
+**Phrases to watch:** Honestly?, Look, Here's the thing, The thing is, Let's be honest, Real talk, when used as standalone hooks or fake-candid pauses before an ordinary point.
|
|
|
+
|
|
|
+**Problem:** LLMs open with a fake-candid hook to manufacture intimacy before delivering a routine claim. The tell is the theatrical pause-and-reveal: a one-word question or aside, then the "real" answer. A person being honest usually just says the thing.
|
|
|
+
|
|
|
+**Before:**
|
|
|
+> Is it worth the price? Honestly? It depends on how often you'll use it.
|
|
|
+
|
|
|
+**After:**
|
|
|
+> Whether it's worth the price depends on how often you'll use it.
|
|
|
+
|
|
|
+
|
|
|
## DETECTION GUIDANCE
|
|
|
|
|
|
### What NOT to flag (false positives)
|
|
|
@@ -497,6 +534,8 @@ A clean human writer can hit several of the patterns above without any AI involv
|
|
|
- **Common transition words in isolation.** *Additionally*, *moreover*, *consequently* are AI-coded only when piled up. One *however* is not a tell.
|
|
|
- **Curly quotes alone.** macOS, Word, Google Docs, and most CMSes auto-curl by default. Curly quotes only count when stacked with other tells.
|
|
|
- **Em dashes alone.** Many editors and journalists use them often. Em dashes are evidence only when paired with formulaic sales-y rhythm.
|
|
|
+- **One short emphatic sentence.** Humans use clipped sentences to land a point. Flag staccato drama only when several short fragments appear in a row and inflate the tone.
|
|
|
+- **"Honestly" or "look" mid-sentence.** These are ordinary in casual writing. The tell is the standalone theatrical opener, not the word itself.
|
|
|
- **Unsourced claims.** Most of the web is unsourced. Lack of citations doesn't prove anything.
|
|
|
- **Correct, complex formatting.** Visual editors and templates produce clean output without any AI.
|
|
|
|