Configs2026年9月11日·1 分钟阅读

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 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
No AI Slop Overview
直接安装命令
npx -y tokrepo@latest install 0ecb7dad-adc2-11f1-9bc6-00163e2b0d79 --target codex

先 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

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产