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.
Anti-slop is a tool for detecting and repairing substance defects in AI-assisted prose, code, documentation, and agent output using deterministic scanners and structural procedures that produce verifiable artifacts rather than authorship judgments.
6
No data
2
0
Apache-2.0
2026-07-28
It rejects the broken approaches of AI detectors (biased, unreliable) and humanizers (degrade quality), offering a principled, evidence-based alternative that never emits authorship verdicts and is backed by a rigorous source ledger with 43 entries and eight corrections to commonly repeated figures.
Find and repair substance defects in AI-assisted prose, code, documentation, and agent output.
It reports defects. It never reports authorship.
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.
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.
Similar projects matched by category, topics, and programming language.
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.
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.
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.