@the16bitgamer@programming.dev
I run 16 Bit Virtual Studios. You can find more reviews from me on YouTube youtube.com/@16bitvirtual or other social media @16bitvirtual, and we sell our 3D Printed stuff on 16bitstore.com
member since 16 Jun 2023 05:46
comments
- on Study: Generative AI Is Eroding the Development Pathway for Software Developers in c/technology@lemmy.world · 12 Sep 2026
-
on In case you need some motivation to de-google in c/buyeuropean@feddit.uk · 31 Aug 2026
CoMaps is a good alt

From my experience AI works well as a alternative to Stack overflow or searching for the answer, or rewording the solution to be easier understood.
AI is good at rewording the documentation of code so if the documentation isn’t good or written by someone who’s lived in the sauce for too long, AI can be very very helpful.
But you need to know how to code, and not just blindly copying the output, you need to understand what it’s doing and make sure that it fits your code base.
I have touched C in ages so AI helped me get to grips with it again when working in a project. But it didn’t write my code, I did. Which made fixing bugs a lot easier when they were found or reported.