The word "authored" is being used completely wrong here. What ChatGPT did is equivalent to what a writing assistant might do who is given a list of bullet points by an author, and asked to expand them into a synopsis. We would never say that a brick layer designed a building, or that a printer wrote a book. ChatGPT did not author this game. The rules were created by humans. The code was churned out by a machine.
That’s true, I did not mean to suggest that ChatGPT authored the game: but I do feel that it partnered significantly in the creation of this specific implementation. Is there a better way to put it? Thanks for the input!
Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
21–28 of 28 posts
Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#22The word "authored" is being used completely wrong here. What ChatGPT did is equivalent to what a writing assistant might do who is given a list of bullet points by an author, and asked to expand them into a synopsis. We would never say that a brick layer designed a building, or that a printer wrote a book. ChatGPT did not author this game. The rules were created by humans. The code was churned out by a machine.
Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#23Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#24FTFY
Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#25Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#26Inspired by your example I just had a go at creating a mountain climbing game in similar fashion and I agree it does well on the concepts but there are lots of bugs in the details. For example it referred to certain divs by class and id but failed to assign class or id attributes to the respective divs. Maybe there are separate elements generating the response that do not always know exactly what the other has genera…
TIL that apparently you can simply use the generic follow up prompt “did you do what I asked?” and it will verify and course correct on its own, see for instance:
https://twitter.com/ericjang11/status/1639882111338573824
No idea how well this works in practice for things like JS games with visual elements, but seemed like an interesting approach!
Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#27This is neat, thanks for sharing!
Re: Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT
#28Inspired by your example I just had a go at creating a mountain climbing game in similar fashion and I agree it does well on the concepts but there are lots of bugs in the details. For example it referred to certain divs by class and id but failed to assign class or id attributes to the respective divs. Maybe there are separate elements generating the response that do not always know exactly what the other has genera…
Oh yay, thanks for trying it out! Do you have your project up somewhere? I'd love to take a look. TIL that apparently you can simply use the generic follow up prompt “did you do what I asked?” and it will verify and course correct on its own, see for instance: https://twitter.com/ericjang11/status/1639882111338573824 No idea how well this works in practice for things like JS games with visual elements, but seemed lik…