Esta página se muestra en inglés. Una traducción al español está en curso.
ConfigsSep 11, 2026·2 min de lectura

No AI Slop — Remove AI Writing Patterns from Text

No AI Slop is an open-source tool that detects and removes common AI writing patterns from text, cleaning up phrases like "delve into" and "it is important to note" to produce more natural prose.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
No AI Slop Overview
Comando de instalación directa
npx -y tokrepo@latest install 0ecb7dad-adc2-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introduction

No AI Slop is a Python-based tool that identifies and removes over 20 common AI writing patterns from text. It targets the telltale phrases, structures, and stylistic habits that mark text as AI-generated, helping writers produce cleaner, more natural prose from AI-assisted drafts.

What No AI Slop Does

  • Detects 20+ patterns of AI-generated writing habits
  • Removes filler phrases common in LLM output
  • Cleans up overused transitional and hedging language
  • Preserves the substantive content while improving readability
  • Works with any plain text input

Architecture Overview

No AI Slop uses a pattern-matching engine built in Python that scans text for known AI writing markers. Each pattern has detection rules and replacement strategies that remove or rephrase the marked text. The system is rule-based rather than model-based, keeping it fast and predictable with no API dependencies.

Self-Hosting & Configuration

  • Install via pip for command-line access
  • Run on individual files or pipe text through stdin
  • Configure which patterns to detect and remove
  • Customize replacement rules for specific writing styles
  • Integrate into text processing pipelines programmatically

Key Features

  • Detection of 20+ AI writing patterns including filler phrases and hedging
  • Rule-based processing with no external API dependencies
  • Fast, predictable text cleaning with consistent results
  • Configurable pattern sets for different use cases
  • Open-source and free to use

Comparison with Similar Tools

  • Grammarly — general writing improvement; No AI Slop targets AI-specific patterns
  • Hemingway Editor — readability focus; No AI Slop specifically detects AI writing habits
  • GPTZero — detects if text is AI-generated; No AI Slop fixes the text rather than just flagging it
  • Undetectable AI — paraphrasing service; No AI Slop is open-source and rule-based

FAQ

Q: What are examples of AI writing patterns it detects? A: Phrases like "it is important to note", "delve into", "in conclusion", excessive hedging, and formulaic paragraph structures.

Q: Does it change the meaning of my text? A: No AI Slop removes filler and stylistic patterns while preserving substantive content.

Q: Can I customize which patterns are detected? A: Yes, the pattern set is configurable so you can enable or disable specific rules.

Q: Does it require an internet connection? A: No, all processing runs locally with no external dependencies.

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados