Viewing a single comment thread. View all comments

blueSGL t1_jcz9z0p wrote

> I'm dreading the day AI can write code.

Self fixing code generation is already in the pipeline for simple programs. (that was the middle of last year. ): https://www.youtube.com/watch?v=_3MBQm7GFIM&t=260s @ 4.20


GPT4 can do some impressive things:

>"Not only have I asked GPT-4 to implement a functional Flappy Bird, but I also asked it to train an AI to learn how to play. In one minute, it implemented a DQN algorithm that started training on the first try."

https://twitter.com/DotCSV/status/1635991167614459904


a scrip dubbed "Wolverine" that hooks into GPT4 and recursivly resolves errors in python scripts.

https://twitter.com/bio_bootloader/status/1636880208304431104

1