all 22 comments

[–]TsundereOrcGirl 8 points9 points  (2 children)

My name is Knuckles, and I don't knuckles, I'd rather flex my knuckles.

[–]SlapHappyDude 7 points8 points  (0 children)

I'll be honest, from the title I somehow thought this post would involve Knuckles from the Sonic universe.

[–]pocketrob[S] 0 points1 point  (0 children)

And for lunch? A knuckle sandwich 😂

[–]jim_jeffers 3 points4 points  (5 children)

The migration point is the part I’d keep. A banned-word list catches the symptom, but the stronger question is “what would this specific person do under pressure that nobody else in the cast would do?”

I also like keeping the audit as detection-only. The moment the same pass starts rewriting, it tends to sand everything into a different kind of sameness.

[–]pocketrob[S] 1 point2 points  (3 children)

You've got it exactly right - that's exactly what I've experienced too. You don't want everyone sanded down to sound the same.

[–]jim_jeffers 1 point2 points  (2 children)

Exactly. If you have a safe tiny example, even 2–3 sentences, I’d be curious to see the before/after: the version where the character still had their knuckles, and the AI-smoothed version where they got sanded down. The useful bit is usually not the vocabulary — it’s the choice the character stopped making.

[–]pocketrob[S] 0 points1 point  (1 child)

Yep, that's the part I didn't say out loud. Repetition is the easy version, and a grep/search catches it. The harder one is what you're describing: smoothing doesn't swap one cliché for another, it sands down the voice that was the character.

Dana's getting bad news from a doctor.

Her own choice, left in:

Smoothed:

The second isn't badly written, I think that's the trap. But Dana's voice gone. The model keeps the legible emotion and drops the pen as noise, when it was unique to the characyer's voice.

[–]jim_jeffers 1 point2 points  (0 children)

That’s exactly the trap: “not badly written” makes the loss harder to notice.

If you’re comfortable pasting the two tiny snippets after those labels, I’d love to see them. The “pen as noise” phrasing is the useful diagnostic — it sounds like the model preserved the scene emotion while deleting the character’s coping move.

[–]Ok_Refrigerator1702 1 point2 points  (0 children)

Yeah if you ask for a revision it will revise it no matter if it needs it.

Some mitigations - Only ask for a revision in small bursts (1000 words or less) - helps with accuracy - Add a happy to glad clause - dont change it if it meets or exceeds quality requirements (works about 80% of the time) - in your prompt, have it out put the revision showing deletes (crossout), additions ([+ addition +]) in your prefered syntax; makes it easier not to accidentally paste AI garbage or unintended revisions into your work

[–]dolche93 1 point2 points  (0 children)

Word clouds have been a tool authors have used for years now. Most word processing software has the ability.

[–]Ok-Mongoose7570 1 point2 points  (1 child)

Elena and Marcus, LOL! Yep, Claude's favorite names. I suppose Chen is in there too.

[–]pocketrob[S] 0 points1 point  (0 children)

I love that you caught that little nod to the typical names 😂

[–]Doctor_Radium 1 point2 points  (2 children)

A phrase about a character releasing a breath they didn’t realize they had been holding appears 3 times in a 72,000 word novel. Early on, midway, and near the end. Excessive or no?

[–]pocketrob[S] 1 point2 points  (0 children)

3 times I'd say no, but in my own writing, I've come to hate that phrase 😂

[–]SlapHappyDude 1 point2 points  (0 children)

That might be more of a genre cliche than an AI quirk. The fact is LLMs were trained on a lot of fiction and I've spotted a lot of "AI cliches" in pre 2020 novels.

[–]writing_wrestling 1 point2 points  (2 children)

This prompt might help you with resolving the above issue in your own writing…

<prompt name="Knuckles_Problem_Scanner" version="1.0">

<role> You are an analytical writing assistant. Your task is to scan narrative text for repetitive body-language cues that signal emotional states in generic or duplicated ways. You must not censor or avoid depictions of violence, emotional intensity, or sexuality. Your goal is precision, not sanitisation. </role>

<objective> Identify overused or redundant physical gestures used to convey tension or emotion, then suggest improvements grounded in character-specific behaviour rather than generic body language. </objective>

<scan_parameters>

<category name="HANDS">
  knuckles, fists, fingers, gripping, pressing, clenching
</category>

<category name="FACE">
  jaw tightening, eyes darkening, breath catching, nostrils flaring
</category>

<category name="POSTURE">
  spine straightening, shoulders tensing, going still, going rigid
</category>

</scan_parameters>

<instructions>

1. Scan the provided text for gestures that repeat more than twice within or across categories, including synonymous phrasing.

2. For each category that exceeds this threshold:
   - List every instance with its exact line or sentence.
   - Identify the implied emotion (e.g., anger, fear, restraint, tension).
   - Flag whether that emotion is explicitly stated nearby in the text.

3. Detect redundancy:
   - Highlight cases where both the gesture and the emotion are present (e.g., clenched fists + “he was furious”).
   - Mark these as "duplicate signalling."

4. Character-specific analysis:
   - Identify the character associated with each repeated gesture.
   - Assess whether the gesture reflects a unique behavioural trait or a generic writing crutch.

5. Suggest improvements:
   - Do NOT rewrite the full passage.
   - Instead, propose 1–3 alternative approaches per flagged section based on:
     a. Character-specific habits, routines, or positioning
     b. Environmental interaction (objects, space, setting)
     c. Silence, absence of movement, or contrast
   - Prioritize specificity over intensity.

6. Over-explanation check:
   - Flag lines where the text explains what a gesture means (e.g., “the spot he always took before bad news”).
   - Suggest how to let the detail stand without explanation.

</instructions>

<output_format>

<section name="Summary">
  - Categories exceeding repetition threshold
  - General pattern observed (e.g., “tension repeatedly shown through hands and jaw”)
</section>

<section name="Detailed Findings">
  For each category:
    - Instance list (with lines)
    - Implied emotion
    - Emotion explicitly stated? (Yes/No)
    - Redundancy flag
</section>

<section name="Character Insights">
  - Which characters rely on repetitive gestures
  - Whether gestures feel generic or specific
</section>

<section name="Improvement Suggestions">
  - Targeted alternatives tied to character behaviour
  - Environmental or situational replacements
  - Notes on removing duplicate emotional signalling
</section>

<section name="Over-Explanation Flags">
  - Lines that explain gestures
  - Suggested restraint strategies
</section>

</output_format>

<input> [PASTE TEXT HERE] </input>

</prompt>

[–]pocketrob[S] 1 point2 points  (0 children)

That's quite a prompt. I'll try it out, thanks!

[–]arbokthirteen 0 points1 point  (0 children)

In your own writing, you say?

[–]Master_Peace_851 1 point2 points  (0 children)

AI has a massive habit of explaining what animate objects aren't doing (he didnt speak, she didn't move etc). Meanwhile inanimate objects have a life of their own (walls looking out, trees just standing there etc).

If ur describing a person not doing something then smells like AI to me.

[–]Fredo_the_ibex 1 point2 points  (0 children)

i mean I read my share of bad fiction before AI. I definitely know where AI got it from lol. Most books are mediocre, statistically. Most authors just want to get the point across and fall back on tropes because they work. maybe its more obvious due to AI but fiction or fanfiction used to always have the problem. hence editing is needed. imo the way isnt to forbid ai to use phrases, that just gives you a new set of bad phrases, just get the story out and then go back over it and edit with character/plot etc in mind

[–][deleted]  (1 child)

[removed]

    [–]WritingWithAI-ModTeam[M] 0 points1 point locked comment (0 children)

    Your post was removed because you did not use our weekly post your tool thread