Blog
Pattern Guide articles.
3 articles in pattern guide.
20 AI Slop Code Examples—and the Better Pattern
Twenty concrete examples of low-quality AI-generated code: swallowed errors, fake safety, redundant abstractions, comments, dead paths, test weakening, dependency risk, and more.
Read more →Swallowed Exceptions: How Silent Failures Reach Production
Empty catches and log-and-continue paths can leave systems in an unexpected state. Learn how to review, test, and detect swallowed exceptions.
Read more →The top 10 AI slop patterns we see often
Ten common patterns in agent-written code, ranked by the risk they add. Each one maps to an aislop rule so you can catch it before review.
Read more →