Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Slop Awesome

Tools, research, and word-lists for catching and fixing AI slop: the tells that mark writing as machine-generated, in every language you publish in.

Most "AI detector" products are English-only black boxes. But AI slop is not only English. In Korean it surfaces as 번역투, in Russian as канцелярит, in Chinese as 公文腔, in Vietnamese as Hán-Việt overuse. This list is organized by language and grounded in the research on how AI text actually reads, so you can find the tells, the tools, and the fixes for the languages you work in.

Disclosure: the maintainer of this list also maintains slop-gate, which appears in several sections below.

Contents

What is AI slop

"Slop" is text that reads as machine-generated: a handful of over-used words, one punctuation mark, and stiff calques that show up far more often in LLM output than in anything a person writes unprompted. Readers have learned to spot it, and the moment they do, trust drops even when the substance is fine.

The research

What the tells actually are, measured at scale.

Catch it: linters

Tools that flag specific tells in your own prose, locally or in CI.

  • slop-gate - Zero-dependency CLI: the em-dash and ~40 English tells, plus opt-in translationese packs for Korean, Russian, Vietnamese, Chinese, and Filipino.
  • Vale - Customizable prose linter with style rules; the standard for docs teams.
  • alex - Catches insensitive, inconsiderate phrasing.
  • proselint - Lints prose against a body of style-guide best practices.
  • write-good - Flags weak, passive, and wordy phrasing.
  • LanguageTool - Open-source grammar and style checker across many languages.

Detect it: classifiers

Tools that try to classify whether text is AI-generated. Treat the verdicts with caution: detectors produce frequent false positives, are easily bypassed, and should not drive high-stakes decisions about a person.

  • GPTZero - AI-text detector aimed at education.
  • Originality.ai - AI-detection and plagiarism checking for publishers.
  • Pangram - Commercial AI-text classifier with a published technical report and independent academic evaluations of its error rates.
  • Binoculars - Open-source, zero-shot detector that contrasts how two related language models score the same text (ICML 2024).

Fix it: humanizers

Tools that remove tells, by rewriting the text or by stopping the tells at generation time. Use with judgment: the goal is clear human prose, not evading a detector.

  • im-not-ai / Humanize KR - Claude Code skill that rewrites AI-drafted Korean to strip 번역투 without changing the meaning.
  • QuillBot - Paraphrasing and rewriting (English-focused).
  • antislop-sampler - Sampler that backtracks during generation to suppress thousands of known slop phrases; part of the Antislop framework (ICLR 2026).

By language

The fingerprint of AI text differs by language. Each section names the phenomenon and lists the tools for it.

English

The over-used LLM vocabulary (delve, leverage, robust, tapestry) plus the em-dash.

Korean — 번역투

Translationese: English calques (의 경우, 따라서) and stiff written-register forms. The naturalness lever in Korean editorial writing is stripping 번역투 and restoring native discourse particles.

Russian — канцелярит

Bureaucratic register: the copula является, split-predicate verbs like осуществить. Kornei Chukovsky named it the central disease of the language; Maxim Ilyakhov's Пиши, сокращай is the canonical guide against it.

Chinese — 公文腔

Officialese: 进行+noun padding, 予以, and stock openers like 众所周知.

Vietnamese — Hán-Việt overuse

Sino-Vietnamese vocabulary and calque openers (thực hiện, trong trường hợp) where plain Vietnamese is simpler.

Filipino

Over-formal literary Tagalog and calque openers (upang, sa pamamagitan ng) where editorial Filipino is conversational Taglish.

Word and phrase lists

The raw lists of tells, editable and worth reading.

About

A curated list of tools, research, and word-lists for catching and fixing AI slop, the tells that mark writing as machine-generated, in every language you publish in.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors