AI Slop
ELI5 — The Vibe Check
AI slop is low-quality AI-generated content that's been published without human review or editing. In code, it's AI-generated functions with no thought to architecture, performance, or maintainability. In content, it's those weird AI-written articles that say 'certainly!' and 'I'd be happy to help!' in the middle of a blog post. Quality over quantity, people.
Real Talk
AI slop refers to low-quality, unreviewed AI-generated content (code, text, images) that degrades the quality of codebases, documentation, and online content. In software, it manifests as verbose boilerplate, inconsistent patterns, unused code, and poor abstractions generated by AI tools without adequate human curation.
When You'll Hear This
"Review the PR carefully — it looks like AI slop." / "The documentation is full of AI slop — nobody edited it."
Related Terms
Code Review
A code review is when another developer reads your code before it gets merged, looking for bugs, bad practices, or anything confusing.
Code Smell
Code Smell is when code isn't technically broken but something feels off — like a 500-line function, a class named 'Manager' that does everything, or a com...
Technical Debt
Technical debt is the coding equivalent of putting things on a credit card.
Vibe Coding
Vibe coding is writing software by vibes — you describe what you want to an AI, it writes the code, and you just... vibe.