AI coding assistants are fast. They're also surprisingly consistent at making the same class of structural mistakes.
After scanning hundreds of AI-generated files, I kept seeing the same patterns:
# Pattern 1: MISSING_WRITE
# AI generates a save function that never actually saves
def save_user(data):






