Hero Image full

AI Slop

7 min read
Content

What Is AI Slop?

AI slop is low-quality, high-volume content generated by AI and published or shipped without meaningful human judgment. The term covers articles, images, code, and pull requests alike: output that is fluent enough to pass a glance but adds noise instead of value, the visible symptom of automation running without a review process behind it.

Key Takeaways

  • Slop is defined by process, not by tool. AI-generated work that passed through real specification and review is not slop; unreviewed volume is, whatever produced it.
  • In engineering, slop shows up as bloated pull requests, boilerplate-heavy modules nobody understands, redundant abstractions, and machine-written docs that describe code without explaining it.
  • The economics drive the problem: generation cost has collapsed toward zero while review cost has not, so every unreviewed channel fills with generated volume.
  • Slop compounds. Unreviewed code becomes comprehension debt, low-quality content pollutes the training data of future models, and maintainer time drains into triaging machine-made noise.
  • The countermeasure is a quality gate that scales with generation: specs that define done, evals and tests that verify, and human review on everything that matters.

How It Works

Slop is what happens when the cost structure of creation inverts. Producing a plausible article, component, or bug report used to cost hours, which acted as a natural rate limiter on junk. Generation now costs seconds and cents, while the cost of evaluating any single artifact stayed roughly fixed. Whenever submission is cheaper than review, the queue fills: content farms flood search with generated articles, open-source maintainers wade through machine-written pull requests and fabricated vulnerability reports, and internal codebases accrete modules that no human has actually read. The scale of the flood is documented: Graphite's analysis of 55,400 Common Crawl articles found that primarily AI-generated articles briefly overtook human-written ones at 50.9 percent of new web articles in Q4 2025 [1].

In software teams, slop has a recognizable texture. Pull requests that touch forty files to fix a one-line bug, because the agent refactored en route and nobody trimmed it. Three subtly different retry helpers, because the model regenerated instead of reusing. Comments that restate each line, tests that assert mocks call mocks, and READMEs full of confident filler. Each artifact individually looks fine, which is the trap: the damage is cumulative, a codebase that grows faster than anyone's understanding of it. This is the mechanism behind the observation that vibe coding without review produces working demos and unmaintainable systems.

The systemic version of the problem feeds back into the models themselves. As generated content saturates the public web, it becomes training data for the next model generation, degrading the quality of the source models learn from. Even curated reference sources are affected: AI detectors flag over 5 percent of newly created English Wikipedia articles as AI-generated, per a 2024 Princeton study [2]. That is why serious teams treat provenance and curation of data, and review of output, as infrastructure rather than etiquette.

Example

A startup wires an AI agent to their issue tracker and lets it open pull requests for every "good first issue" over a weekend. Monday morning there are 31 open PRs. Each compiles, most pass CI, and the two senior engineers start reviewing. By the eighth PR they find the pattern: the agent solved several issues by special-casing the exact reproduction steps in the report, added four new utility modules duplicating existing helpers, and wrote tests asserting current behavior including one bug. Review of 31 machine-generated PRs would cost the pair most of a week, more than writing the fixes themselves. They close the batch, keep three, and change the process: the agent now works from written specs with acceptance criteria, one issue at a time, with a required human review gate. Throughput fell; useful merged code went up. That is the difference between AI code generation as a discipline and slop production.

What People Get Wrong

The misconception runs in both directions, and the wrong lesson is common: concluding that AI output is inherently slop and banning the tools. Slop is a process failure wearing an AI costume. The same models, pointed at a precise spec, constrained by tests and guardrails, and reviewed by someone accountable for the result, produce work that clears a senior bar. Teams that ban the tools lose the leverage and often still get slop, quietly, from engineers pasting unreviewed chat output. Teams that govern the process, specification in, verification and review out, get the speed without the sludge. The tell for slop is never that a model was involved; it is that no human judgment was.

FAQ

Where did the term AI slop come from? It emerged from internet culture around 2023-2024 as a label for the flood of low-effort generated images and articles filling social feeds and search results, by analogy with spam. It has since broadened to any domain drowning in unreviewed generated output, including code, and entered mainstream usage as dictionaries and style guides picked it up.

Is all AI-generated content slop? No. The label attaches to the absence of judgment, not to the generator. A machine-drafted document that an expert specified, fact-checked, and edited is simply work product. A human-written listicle churned out to fill a keyword quota qualifies as slop by everything except the letter of the definition. Volume without accountability is the essence. Search results already reflect the distinction: even with roughly half of new articles AI-generated, Graphite's 2025 study found 86 percent of articles ranking in Google Search are human-written and only 14 percent AI-generated [3].

How do engineering teams keep agent output from becoming slop? Three controls, applied together. Upstream, specs with acceptance criteria so the agent optimizes for defined outcomes instead of plausible-looking diffs. Midstream, automated verification: tests, type checks, evals, and size limits on changes. Downstream, mandatory AI code review with a named human owner per change. Teams that skip any layer end up rate-limited by the layer they kept.

Sources

  1. Graphite. "Analysis of 55,400 Common Crawl articles: primarily AI-generated articles reached 50.9% of new web articles in Q4 2025." https://graphite.io/five-percent/ai-now-writes-as-many-online-articles-as-humans-do. Accessed August 2026.
  2. Brooks et al., Princeton. "AI detectors flag over 5% of newly created English Wikipedia articles as AI-generated." https://arxiv.org/abs/2410.08044. Accessed August 2026.
  3. Graphite. "86% of articles ranking in Google Search are human-written; 14% are AI-generated." https://graphite.io/five-percent/ai-content-in-search-and-llms. Accessed August 2026.
Glossary pages

Related terms

No items found.
Internal links

Related Topics

No items found.
Let’s get in touch

Ready to build your product?

Book a consultation call to get a free No-Code assessment and scope estimation for your project.
Book a consultation call to get a free No-Code assessment and scope estimation for your project.