Ask HN: Can ChatGPT generate fully functional code?
11–20 of 69 posts
Re: Ask HN: Can ChatGPT generate fully functional code?
#12type "continue" & it will continue where you left off. it has a token cap so it stopped once it filled them.
Re: Ask HN: Can ChatGPT generate fully functional code?
#13Take a look at this: https://www.dropbox.com/s/gq2hkp7w37c5y6q/ai.png?dl=0
Re: Ask HN: Can ChatGPT generate fully functional code?
#14type "continue" & it will continue where you left off. it has a token cap so it stopped once it filled them.
Re: Ask HN: Can ChatGPT generate fully functional code?
#15Take a look at this: https://www.dropbox.com/s/gq2hkp7w37c5y6q/ai.png?dl=0
Re: Ask HN: Can ChatGPT generate fully functional code?
#16ChatGPT is a subset & tweak of the full GPT-3 model to make a good chatbot, and it's actually less capable than the full model.
It's strange to me that people are going crazy over ChatGPT when GPT-3 has been out for months now.
More info on the difference between ChatGPT and GPT-3: https://dev.to/ben/the-difference-between-chatgpt-and-gpt-3-...
Re: Ask HN: Can ChatGPT generate fully functional code?
#17Its worst nightmare was that there were some nested values in the .txt. What amazed me the most is that pasting the error code from colab into the chat, it recognized the mistake and generated a fix.
That being said, most of the times it would try to fix a logical mistake by overengineering a solution to an error, or it would identify the mistake correctly, explain in natural language what needs to be done (impressive), but then give me the code unchanged.
Re: Ask HN: Can ChatGPT generate fully functional code?
#18First of all, don't use ChatGPT for that. Use full GPT-3, specifically the code models (ie. code-davinci-002). ChatGPT is a subset & tweak of the full GPT-3 model to make a good chatbot, and it's actually less capable than the full model. It's strange to me that people are going crazy over ChatGPT when GPT-3 has been out for months now. More info on the difference between ChatGPT and GPT-3: https://dev.to/ben/the-dif…
Re: Ask HN: Can ChatGPT generate fully functional code?
#19I bet that you could break-up your app into functions and have ChatGPT write each function to get to a bigger program.
It's limited now but I can definitely see the possibilities.
It won't be free forever so we'll have to weight the usefulness vs cost eventually.
Re: Ask HN: Can ChatGPT generate fully functional code?
#20First of all, don't use ChatGPT for that. Use full GPT-3, specifically the code models (ie. code-davinci-002). ChatGPT is a subset & tweak of the full GPT-3 model to make a good chatbot, and it's actually less capable than the full model. It's strange to me that people are going crazy over ChatGPT when GPT-3 has been out for months now. More info on the difference between ChatGPT and GPT-3: https://dev.to/ben/the-dif…
ChatGPT is trained on a variant of gpt-3.5 (instructgpt), read more here https://openai.com/blog/chatgpt/