I would definitely question who is doing the inventing here. However, I had an experience with chatGPT yesterday that definitely felt like it actually inventing. Problem is, I didn’t ask it to. I was seeing how much it knew about HyperTalk, the scripting language used in HyperCard. And it was surprisingly well informed. But it also told me that one of the interesting things about HyperTalk was its ‘message stack’ sys…
I also tried to have it generate some 6502 assembly to multiply two numbers and generated an iterative add approach that failed to do any adds. So I informed it that it forgot to add and it realized it's mistake and corrected the code.
I tried to get it to optimize further and it generated some code using shifts that I really need to double check. It also generated a table-based method that was woefully incomplete. As I continued to get it to correct the table function, it was clear it didn't really understand 6502 assembly that well.
But I've pasted large block of C# code and then gave it sample data and it understood the code well enough to generate the correct results of the code.