Does AI copy and paste, or does it create new code?It is not copy and paste.A large language model does not have a folder of code snippets it pulls from. It does not look up a file and paste it....
Yep, I found a "@ INT_DISABLE INT_INT" in a function in one of my include files (that I don't even use currently). After commenting it out, it compiled fine.
Re: Has anyone tried AI with PICBASIC
AI can write code because it learned patterns from billions of lines of human-written code.
lester Today, 10:49When you describe what you want, it predicts what the next lines of code should be, similar to how...