Viewing a single comment thread. View all comments

samdutter t1_iz02u6c wrote

Playing around with ChatGPT over the weekend I was able to make rough game prototypes in Unity. It can generate code you can copy and paste. (You still need to know Unity).

It reminds me of where Dalle was a year or two ago.
Programming will be a fascinating use case because at it's core, it is a language.
Can't wait to make video games with the help of AI!

5

yaosio t1_iz4a1ym wrote

As the technology gets better AI will be able to produce longer code, look at existing code to find bugs, refactor it, give suggestions for better architecture (you're not using any classes!)

The big thing will be when the AI can produce brand new code that has never been seen before. Imagine asking it to write an algorithm to find any digit of pi as fast as possible and it writes a unique algorithm that's faster than any human has made.

1