Anti-slop 是一个检测和修复 AI 辅助写作、代码、文档及智能体输出中内容缺陷的工具,它使用确定性扫描器和结构化程序,生成可验证的产物而非作者身份判断。

Stars

9

7 天增长

暂无数据

Fork 数

3

开放 Issue

0

开源协议

Apache-2.0

最近更新

2026-07-28

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它摒弃了有偏见、不可靠的 AI 检测器和降低质量的“人性化”方法,提供了一种基于原则和证据的替代方案:从不发出作者身份判决,并依靠包含 43 条记录(30 条主要来源)的严格来源账本,以及八处对常见错误数字的修正。

适合谁使用

  • 使用 AI 辅助写作并希望确保内容实质而非表面风格的作者和编辑
  • 集成 AI 生成代码或文档、需要捕获结构缺陷的开发者和团队
  • 研究 AI 写作质量、检测方法论和引用完整性的研究人员
  • 希望在开发工作流程中强制执行内容质量标准的 Claude Code 用户

典型使用场景

  • 对 Markdown 文件运行确定性扫描器,查找占位文本、未解决引用或依赖问题
  • 在迭代开发中使用 Claude Code 插件进行 slop 审查和重写
  • 验证 AI 辅助研究或技术文档中的引用和断言
  • 检查代码库中由 AI 生成的结构性问题,例如不会失败的包装测试

项目优势

  • 基于证据:每个数字声明都追溯到来源账本,包含 30 条主要来源,每条都有 URL、检索日期、证据等级和局限性
  • 透明性:五项结构测试产生可验证的产物(删除的片段、否定句、解析出的引用),任何人都可以检查和验证
  • 原则性设计:从不发出作者身份判决,从不单独因风格标记而失败,并且要求通过程序才能定罪
  • 工具集全面:包括确定性扫描器、证据分级标记、一个包含 5 个技能的 Claude Code 插件,以及一个包含 62 个知识库文件和 314 项测试的知识库

使用前须知

  • 按设计不检测 AI 作者身份或整体写作质量,限制了其在归属或一般质量评估中的使用
  • 标记列表不完整且不耐久;词汇随模型代际变化,人类语言也向模型词汇收敛
  • AI 代码质量文献尚无定论;最强的预注册研究发现无显著差异,而观察性研究发现相反效果
  • 该工具自身的笔记可能含有其描述的缺陷,尽管在 CI 中进行了自扫描,但并不声称绝对无缺陷

README 快速开始

anti-slop

Find and repair substance defects in AI-assisted prose, code, documentation, and agent output.

It reports defects. It never reports authorship.

Why this is not another AI detector or humanizer

Most tools in this space do one of two things, and both are broken.

Detectors guess who wrote something. They are unreliable and their failures land on identifiable people. Sixteen detection models disproportionately flagged English-language-learner essays, and non-White ELL students more than White ELL peers, while human annotators on the same essays showed no significant demographic bias (Stowe et al., ACL 2026). OpenAI withdrew its own classifier at 26 percent true positive and 9 percent false positive.

Humanizers strip the surface tells. The Wikipedia guide that most of this field derives from warns against exactly that, in bold:

The patterns listed here are also only potential signs of a problem, not the problem itself. Please do not merely treat these signs as the problems to be fixed; that could just make detection harder.

The measurement agrees. "All humanizers tend to degrade the quality of the original text": best-tier tools win a fluency comparison against the original only 26.0 percent of the time (DAMAGE, COLING 2025).

And you cannot just ask a model. Agreement between LLM judges and human slop labels is kappa 0.01 for GPT-5, minus 0.01 for DeepSeek-V3, and 0.03 for o3-mini, which is chance (Shaib et al., arXiv 2509.19163). Worse, judges are biased toward slop features: GPT-4 preferred model-written pitches 89 percent of the time against human raters at 36 percent (PNAS 122(31)).

So this project never asks whether text "looks like" slop. Every check is a mechanical procedure that emits an artifact you can inspect.

How it works

Three layers, and only the bottom two may fail a build.

%%{init: {"theme":"base","themeVariables":{"fontFamily":"ui-sans-serif, -apple-system, Segoe UI, Helvetica, Arial, sans-serif","fontSize":"14px","lineColor":"#A6A29C","textColor":"#3A3A3C","edgeLabelBackground":"#FFFFFF","secondaryTextColor":"#3A3A3C","tertiaryTextColor":"#3A3A3C","background":"#F7F6F3"},"flowchart":{"curve":"basis","nodeSpacing":45,"rankSpacing":60}}}%%
flowchart LR
    IN["Draft, diff, docs,agent output"]
    L0["Layer 0deterministic scanners"]
    L2["Laye

项目描述

Find and repair substance defects in AI-assisted prose, code, docs, and agent output. Reports defects, never authorship. Structural tests over model judgement, because LLM judges agree with human slop labels at chance.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

0xwilliamortiz
精选
0xwilliamortiz GitHub avatar

ponytail-improved

Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.

AI 与机器学习AI 智能体
545
makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958
0xwilliamortiz
精选
0xwilliamortiz GitHub avatar

openclaude-improved

OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

AI 与机器学习大语言模型
577