- Oct 24, 2022
- 1,135
- 1,378
Hello BHW
I just want to talk about some really funny weaknesses points about ChatGPT
especially when it comes to programming
I was playing with ChatGPT for a while around some programming issues and it failed to pass most of them then I discovered that ChatGPT is just crap when it comes to programming
and if you rely just on ChatGPT to write the code you will do it in 5 min but when you will debagging the code you will sit there the whole day
the reason for this is ChatGPT doesn't have the Logic to reply to you
here is how every AI works
for ex, if I want to build a bot that replies to people with some kind words when people say hello or something like that
I will give to Ai model a bunch of data that contain dialogues for people saying hello, good morning, and so on...
then the AI model will start saying kind words after the hello word but the AI model doesn't know the meaning of hello or what I train it to say it is replying just Based on a set of mathematical algorithms that know so when I see hello I will reply by those kind words that I have
the same is for ChatGPT it is impossible for ChatGPT can build a whole project by itself without any weaknesses or errors in that project cause ChatGPT has trained on the source codes in GitHub the issue here is most GitHub projects have some errors and is not updated
Last I would say that ChatGPT can help sometimes but it won't replace programmers
I just want to talk about some really funny weaknesses points about ChatGPT
especially when it comes to programming
I was playing with ChatGPT for a while around some programming issues and it failed to pass most of them then I discovered that ChatGPT is just crap when it comes to programming
and if you rely just on ChatGPT to write the code you will do it in 5 min but when you will debagging the code you will sit there the whole day
the reason for this is ChatGPT doesn't have the Logic to reply to you
here is how every AI works
for ex, if I want to build a bot that replies to people with some kind words when people say hello or something like that
I will give to Ai model a bunch of data that contain dialogues for people saying hello, good morning, and so on...
then the AI model will start saying kind words after the hello word but the AI model doesn't know the meaning of hello or what I train it to say it is replying just Based on a set of mathematical algorithms that know so when I see hello I will reply by those kind words that I have
the same is for ChatGPT it is impossible for ChatGPT can build a whole project by itself without any weaknesses or errors in that project cause ChatGPT has trained on the source codes in GitHub the issue here is most GitHub projects have some errors and is not updated
Last I would say that ChatGPT can help sometimes but it won't replace programmers