Comment on Lutris now being built with Claude AI, developer decides to hide it after backlash
ipkpjersi@lemmy.ml 6 days agoIt’s similar, but it’s not the same thing.
Anyone can have an AI “write code”, but ultimately, you’re still responsible for the output of the AI and ensuring that the end result is good. If you are a competent developer, you know things like testing, storage, security and safety (especially when dealing with sensitive data like user data), backups, monitoring, etc along with understanding each line of code. AI will never be perfect because humans aren’t perfect either, AI requires code review just like humans require code review. If you aren’t a programmer, you won’t be able to review the code AI writes, and mistakes will be missed because humans make mistakes too. I don’t see that ever changing because no software is perfect, there will always be bugs no matter what (once the software is complex/sophisticated enough).
RagingRobot@lemmy.world 6 days ago
I never said anything about not reviewing the code. You still need to review it and test it and all that. But using a tool to generate the code isn’t the end of the world. It’s just the next iteration of how we tell computers what to do. Saying no ai code seems like a recipe for failure.