ConfigsSep 11, 2026·2 min read

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.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
No AI Slop Overview
Direct install command
npx -y tokrepo@latest install 0ecb7dad-adc2-11f1-9bc6-00163e2b0d79 --target codex

Run after dry-run confirms the install plan.

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets