Comment Re:"AI-savvy developers" (Score 1) 117
If you are really this productive using AI tools for software development, you could probably make even more money than you do presently by making video courses for how to achieve the results that you have. Because for a large majority of software developers, AI modes pose more problems than they solve. Browse this thread to look for examples, including: hallucinations of API methods that don't exist; conflation of two separate technologies that share a common terminology; lack of coherence when asking the AI model to construct anything more complicated than a simple CRUD operation; AI model preference to rely upon counterproductive solutions, such as deleting problematic code instead of fixing it; mixing of methodologies, design patterns, and mental models in a way that results in extremely inconsistent software; generating large amounts of low-value artifacts, such as a hundred unit tests that fail to achieve as much coverage as ten human-authored unit tests; etc. etc. etc.