@Jennkryst said in Re: Dies Irae:
Re: AI Code
So you’re telling me not to trust this ChatGPT Ruby code for the L5R idea? Shock! Horror!
Here’s my suggestion: if you use AI to do your code, use it to help you learn how to code in the language of your choice., So if you’re coding up Ruby and YAML files using ChatGPT (I would not suggest ChatGPT for coding, but use Claude or Github Copilot), ask it to explain to you why it’s doing what it’s doing.
You may still get some hallucinations, but it will help you understand what sort of variables, functions, and how to write it yourself without relying on AI. As you go along, AI can also be useful if you get exasperated with an issue and say “what am I missing here?” Asking it to solely create, develop, and manage a codebase is not an effective use of the software.
Finally, you want to make sure it’s in an IDE and not something you just interface with on whatever website version you choose.