# The Anti-Slop Standard

> A publishable checklist for beating AI slop: what to ban, what to require, and how to enforce it before a draft ever reaches a human.

Published: 2026-02-10  
Topic: Content operations  
Author: Alex Cinovoj, Founder, TechTide AI  
Canonical: https://clawli.ai/blog/anti-slop-standard

Slop is not a style problem. It is a process problem with a style symptom, and you can fix it with rules a machine can check.

## Key takeaways

- Ban the tells: em-dash cadence abuse, "in today’s landscape", triads, and hedged non-claims.
- Require first-party evidence (a number, a name, a date, or a failure) in every piece.
- Enforce mechanically. A rule nobody can check is a preference, not a standard.
- Put the gate **before** generation so the model cannot produce a polished nothing.

The word slop won because it is accurate. Slop is not badly written; that is what makes it insidious. It is competently written text with no load-bearing content, fluent, structured, agreeable, and completely empty. LinkedIn now ships a button for reporting it, which means the market has priced it in.

Most teams respond by editing harder. That fails, because editing operates on sentences and slop is a defect in the brief.

## The tells, and why they show up

Generated prose has a fingerprint because the objective that produced it is fluency, not commitment. Fluency under uncertainty produces a specific set of moves.

- **The triad.** Everything comes in threes: "clear, concise, and compelling." It reads as rhythm and functions as padding.
- **The hedged claim.** "This can often help teams to potentially improve." Four qualifiers and no assertion.
- **The false stakes opener.** "In today’s rapidly evolving landscape…" A sentence that could precede any article ever written.
- **Symmetry.** Every section the same length, every list the same shape. Human argument is lumpy; the important part gets more room.
- **Topic-sentence stacking.** Each paragraph restates its own heading. Delete the first sentence of every paragraph and see how much survives.

> **The deletion test**
>
> Cut any sentence that would still be true if your company, product, and customers were replaced with a competitor’s. If the piece survives at 40% of its length, you had 40% of a piece.

## What a real standard requires

Bans alone produce careful emptiness. The standard has to require things too, and the requirements should be checkable.

1. **One proprietary fact.** A metric from your own system, a customer situation with details, a decision and its date. If the brief cannot supply one, the piece is not ready.
2. **One position.** A sentence a competent peer could disagree with in public.
3. **One cost.** What the recommendation breaks, who it annoys, when it is wrong.
4. **Attribution for every borrowed claim.** Named, linked, and quoted briefly, not laundered into your own prose.
5. **A named author.** A person accountable for the claims, not a brand voice.

## Enforce it before generation

This is the part most tools get backwards. If the gate runs on the output, the model will happily produce a beautifully structured piece with nothing in it, and a tired human at 6pm will approve it. The gate belongs upstream: the brief must contain the proprietary fact, the position, and the cost, or nothing generates at all.

That is exactly what our [pre-flight gate](/preflight) does, four checks, all green or the run does not start. It is a deliberately annoying design. The annoyance is the feature: it converts "we should write something this week" into "we know something worth saying."

## The rules a machine can actually check

Some of the standard is judgement. A surprising amount is not. Our checker rejects a draft when:

```text
- banned_phrases matched (in today's, landscape, delve, tapestry, game-changer)
- claim_density < 1 verifiable claim per 150 words
- hedge_ratio > 0.08 (qualifiers / total words)
- zero first-party entities (no metrics, dates, or named systems)
- paragraph length variance < threshold (suspicious symmetry)
- no outbound citation for any borrowed statistic
```

None of these measure quality. All of them measure the absence of the specific failure mode. That is the right ambition for automation: catch the floor, leave the ceiling to the human.

> Automate the floor. Never automate the ceiling.

## The honest trade-off

A standard like this cuts output. Teams that were shipping five posts a week land at two, and the first month feels like regression. What comes back is that the two get read, quoted, and replied to by people who matter, which was the actual goal that volume was proxying for.

If your reporting rewards published count, this will not survive contact with your dashboard. Change the metric first. See [attribution for content](/blog/content-attribution-pipeline) for what to measure instead.

The scoring rubric behind this standard lives in the open on [alexcinovoj.com](https://alexcinovoj.com/), and we run it against real client work at [TechTide AI](https://techtideai.io/). Copy it, argue with it, tighten it for your own category.

## FAQ

### Is it wrong to use AI to write posts at all?

No. It is wrong to publish something nobody thought about. AI is excellent at research, interrogation, structure, and mechanical checks; it is unreliable as the author of the load-bearing claim, because it has no stake in the claim being true.

### Can readers really tell?

Increasingly, yes, and where they cannot, they can tell that nothing was learned. LinkedIn shipping a report button and a comment-spam enforcement program is evidence that reader detection is now a product-level concern.

### What about detectors?

Statistical AI detectors are unreliable in both directions and should not be used to accuse anyone. Check for the absence of first-party evidence instead. That is measurable and it is what actually matters.

### How do I apply this to a team of ten writers?

Make the brief the artefact you review, not the draft. If briefs are approved with real evidence in them, draft quality mostly takes care of itself, and review time drops by more than half.

## Sources

- [TechCrunch. LinkedIn adds a button to report AI-generated slop](https://techcrunch.com/2026/07/30/linkedin-adds-a-button-to-report-ai-generated-slop/)
- [Merriam-Webster. "slop" in the AI sense](https://www.merriam-webster.com/wordplay/what-does-ai-slop-mean)

Tags: ai slop, quality, editing, process
