I’m eager to test this out. I have agent instructions to try to limit the worst of this already, but patterns still sneak through. I have a review agent run after every single edit looking for all of the following if you need more ideas for checks: - DRY principle violations, multiple definitions of the same helpers or utilities. - Changes that deviate from existing patterns and architecture already in the code, espe…
Show HN: AISlop, a CLI for catching AI generated code smells
51–60 of 70 posts
Re: Show HN: AISlop, a CLI for catching AI generated code smells
#52Re: Show HN: AISlop, a CLI for catching AI generated code smells
#53Re: Show HN: AISlop, a CLI for catching AI generated code smells
#54Related, we made "Antislop", a framework for removing repetitive phraseology from LLMs: https://arxiv.org/abs/2510.15061
I'm additionally concerned about removing the LLM's voice to begin with, as though an LLM may far overuse specific words and phrases, so too do individual authors. Reducing an LLM towards the average author would result in an 'average' voice, paradoxically unlike any specific author.
I am currently doing research on something very similar over the summer but more towards the detection as opposed to the generation side - I'd love to discuss this with someone in the field if you had a few minutes sometime!
Re: Show HN: AISlop, a CLI for catching AI generated code smells
#55I’m eager to test this out. I have agent instructions to try to limit the worst of this already, but patterns still sneak through. I have a review agent run after every single edit looking for all of the following if you need more ideas for checks: - DRY principle violations, multiple definitions of the same helpers or utilities. - Changes that deviate from existing patterns and architecture already in the code, espe…
Re: Show HN: AISlop, a CLI for catching AI generated code smells
#56Petition to rename this “SlopCop”
Re: Show HN: AISlop, a CLI for catching AI generated code smells
#57Re: Show HN: AISlop, a CLI for catching AI generated code smells
#58I’m a much bigger fan of surfacing problems like missing values immediately and loudly so they bubble up, particularly during early prototyping and development.
I’ve collected a set of best practices in my AGENTS.md that covers issues like this, and that’s helped a fair bit. Obviously, you want to offload as much as possible to a deterministic linter, but this pattern is a bit tougher to catch in post.
Re: Show HN: AISlop, a CLI for catching AI generated code smells
#59Earlier quoted context omitted.
I have the implementation for languages 7 and 8 but it's too big to fit in this comment section.
I'm just joking. This is cool stuff you made.