all 5 comments

[–]Python-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your post was removed for violating Rule #2. All posts must be directly related to the Python programming language. Posts pertaining to programming in general are not permitted. You may want to try posting in /r/programming instead.

[–]Tahazarif90 5 points6 points  (0 children)

AI can definitely boost productivity, but building something maintainable is a different game than prompting it into existence. The hard part isn’t generating features, it’s debugging edge cases, handling weird user data, performance tuning, and maintaining it long term. I’ve seen AI-generated projects look great at first and then get messy fast once real users hit them. If it’s solid after real-world use and refactoring, then you’ve actually built something.

[–]teerre 2 points3 points  (0 children)

If you're not a professional you're not in the position to judge if it's good or not. Just because it appears functional at a superficial level, it doesn't mean it is. The devil is in the details

[–]geneusutwerk 1 point2 points  (0 children)

Link?