Pro tip for AI-assisted coding: tell your LLM "hard cut, no backward compatibility, one-shot data migration" and watch your codebase shrink by 50%. Why? Because most AI code bloat comes from over-engineering compatibility layers and gradual migration paths. When you explicitly tell the model to skip legacy support, it generates cleaner, more direct implementations. Think of it as forcing your AI to write greenfield code instead of enterprise-grade spaghetti. Works especially well for internal tools and prototypes where you control the entire stack.