Show HN: AISlop, a CLI for catching AI generated code smells

This new AI code sniffer wowed some users and instantly started a naming war

TLDR: AISlop is a new tool that checks software projects for common AI-made messes and can even help fix them. Commenters were split between cheering a much-needed cleanup crew and rolling their eyes at the anti-AI vibe, with the tool’s spicy name causing almost as much debate as the product itself.

A new tool called AISlop just landed with a very blunt promise: scan software projects for the messy fingerprints AI coding helpers can leave behind, then score the result from 0 to 100. In plain English, it’s a fast checker for things like abandoned bits of code, bloated files, fake imports, and “I’ll fix this later” notes. It even offers auto-fixes, team badges, and a built-in gatekeeper mode that can block low-quality changes before they spread.

But the real show was in the comments, where the crowd immediately split into camps. One side basically said, finally, someone built a smoke detector for AI-generated mess. A happy tester reported it found real problems in their own project and liked that it could hand the issues back to an AI assistant to clean up. Another commenter called the whole idea “absolutely a great idea,” which is about as close to a standing ovation as these threads get.

Then came the backlash. The biggest criticism? Stop obsessing over whether code was written by AI and just judge whether it works. That sparked the main drama of the thread: is this a useful quality tool, or just anti-AI branding dressed up as one? And yes, the word “slop” itself became a mini-scandal. One commenter warned the name could turn off exactly the startup crowd most likely to use heavy automation. Meanwhile, the joke lane was thriving too, with a rival-sounding “Antislop” paper getting dropped into the thread like a surprise diss track. Nothing says 2026 tech culture quite like people arguing over branding while installing the tool anyway.

Key Points

  • AISlop is introduced as a CLI quality gate for AI-written code that detects issues such as dead code, unused imports, oversized files, swallowed errors, and hallucinated imports.
  • The tool produces a deterministic 0–100 score using regex and AST analysis rather than LLMs, and it is described as supporting more than eight languages.
  • Users can run AISlop without installation via `npx aislop scan`, configure exclusions and inherited settings in `.aislop/config.yml`, and install it through npm, yarn, pnpm, or globally.
  • AISlop includes auto-fix commands, agent handoff support for multiple coding assistants, and hooks that run after agent edits with optional baseline-based quality gates.
  • The article describes integrations for public badges, MCP servers, pre-commit workflows, GitHub Actions, and CI thresholds that can fail builds when project scores fall below configured limits.

Hottest takes

"Concentrate on code quality... Not whether it was written by AI" — axod
"credibility is lost by using 'slop' words" — pixel_popping
"A linter with rules for AI-specific weirdness is absolutely a great idea" — bigfishrunning
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.