ChatGPT won't go anywhere

SeasonedCode

Senior Member
Jr. Executive VIP
Jr. VIP
Joined
Oct 24, 2022
Messages
1,135
Reaction score
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
 
ChatGPT is new, so think about the future. It's not perfect yet, but with prompting, you can get it to do some pretty amazing things. Imagine where it will be next year this time.

I'm not a coder, but ChatGPT alone helped me with some programming issues that had me stuck on a project. I didn't have to spend hours looking at stackoverflow or overpaying someone for a simple fix like I usually do. Like the one time I paid someone $200 to add a button on a script for me... With a tool like this I'll never have to waste time or money for small fixes.

Even yesterday I used ChatGPT to help me find the right code to crack a plugin (I paid for lifetime license but the developer decided to dishonor that). It obviously didn't do it all on it's own, but I know just enough coding and decent enough with prompting to paste code and ask it "what does this code do", and kind of guess from there.

As for logic, it does seem to be a bit dull and lacking in my experience, but I've seen tools built on top of GPT that do this very well. I'm guessing it comes down to how you train the model, and the right prompts.

GPT is just an assistant, so it's only as good as the person instructing it.
 
ChatGPT is new, so think about the future. It's not perfect yet, but with prompting, you can get it to do some pretty amazing things. Imagine where it will be next year this time.

I'm not a coder, but ChatGPT alone helped me with some programming issues that had me stuck on a project. I didn't have to spend hours looking at stackoverflow or overpaying someone for a simple fix like I usually do. Like the one time I paid someone $200 to add a button on a script for me... With a tool like this I'll never have to waste time or money for small fixes.

Even yesterday I used ChatGPT to help me find the right code to crack a plugin (I paid for lifetime license but the developer decided to dishonor that). It obviously didn't do it all on it's own, but I know just enough coding and decent enough with prompting to paste code and ask it "what does this code do", and kind of guess from there.

As for logic, it does seem to be a bit dull and lacking in my experience, but I've seen tools built on top of GPT that do this very well. I'm guessing it comes down to how you train the model, and the right prompts.

GPT is just an assistant, so it's only as good as the person instructing it.
ChatGPT knows a little bit about everything

and this doesn't work nowadays

Exactly ChatGPT can help you fix small issues but if you have a big project with backend and frontend and APIs
believe me ChatGPT is just a waste of time here

but be aware man
they are collecting data
don't put your source codes there
 
The world is changing fast: tech, concept, methods, industry and generally, the way of life.

It would be difficult for any AI tool to keep adapting to these changes, and giving accurate and reliable data.
 
ChatGPT knows a little bit about everything

and this doesn't work nowadays

Exactly ChatGPT can help you fix small issues but if you have a big project with backend and frontend and APIs
believe me ChatGPT is just a waste of time here

but be aware man
they are collecting data
don't put your source codes there

Maybe it's just not for you, and it doesn't have to be.

Like I said I'm not a coder, but I know coders that use this pretty regularly for whatever they do. There's a ridiculous amount of use cases for GPT, and like I said, it's only as good as the person instructing it.
 
I tend to agree, i havent seen any headliners about chatgpt doing crazy sh!t when it comes to programming.
Like it passed some US medical enterence test or something. Students are spending time on how to get chatgpt to write answers and academic papers instead of actually studying which is truly crazy sh!t.
 
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
You are right
It doesn't work on professional programming gives crap codes
But it is useful to give u some ideas in right direction to solve problem
 
You are right
It doesn't work on professional programming gives crap codes
But it is useful to give u some ideas in right direction to solve problem
Exactly that is what I mean
 
I don't no to beleve that.

I say this as chatgpt based of prompts and many show grate apps made with correct prompts.

There even Compitition of other ai like chatgpt deadecated to programming only

I am sure it based on good prompting get best results.

Many many yt examples.

Only thing I think is true if you try Anythink that beaks a tos with the website it won't allow like..

Example only

Please code a account ceartor in python for Facebook

Above will give a tos error

Don't forget there many ai comming and plugin to get ai perfect as possable.

Truth is no one like change and unfortunatly everyone has to just accept ai here.
Find ways to use ai to make money with the skill they got.
 
Last edited by a moderator:
Definitely has weaknesses that only humans can deal with. Programming and other logic based niches like Math are difficult for AI to produce quality/accurate content.
For eg, check out Quora, it's already overrun with low quality AI content, coding/math niches are even more low quality.
 
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

All correct except the following two words missing from your post:

For now.
 
The world is changing fast: tech, concept, methods, industry and generally, the way of life.

It would be difficult for any AI tool to keep adapting to these changes, and giving accurate and reliable data.
A real "strong AI" would just do that, having read every book ever published, connected to the internet, and equipped with a *perfect logic model*. But we are not there yet.
 
Chat GPT is going to change how everything till happening, Programmers will be more important now due to the increased demand for automation. coding will be going to be an essential part of SEO sooner.
 
OpenAI's api ratelimiting has been a little crazy lately though and chatgpt is kind of responding really slow too
 
Its too early to expect miraculous outputs...its nowhere near human brain level yet...but it has amazed everyone even though its in its nascent stage...imagine at this pace of growth it will surpass human intelligence within the next few years and if quantum learning algorithms become mainstream then it will be a million times more powerful....quantum computing has lots of errors in its output....once error free quantum computing is developed, you cannot even imagine the amount of computing power it will provide for these machine learning algorithms.
 
I tend to agree, i havent seen any headliners about chatgpt doing crazy sh!t when it comes to programming.
Like it passed some US medical enterence test or something. Students are spending time on how to get chatgpt to write answers and academic papers instead of actually studying which is truly crazy sh!t.
Well, ChatGPT is not a great programmer, but it can do a bit: https://www.pcmag.com/news/chatgpt-passes-google-coding-interview-for-level-3-engineer-with-183k-salary

On the other hand, look at what DeepMind is doing: https://scitechdaily.com/rise-of-the-machines-deepmind-alphacode-ais-strong-showing-in-programming-competitions/

AlphaCode performed roughly at the level of a median human competitor when evaluated using Codeforces’ problems. It achieved an overall average ranking within the top 54.3% of human participants when limited to 10 submitted solutions per problem, although 66% of solved problems were solved with the first submission.
 
I have a different experience when it comes to programming.
Maybe because I am limited to few programming languages.
Chat GPT has helped me to create projects faster than normal.
The input prompt is the key here when it comes to Chat GPT for SEO, Programming and other tasks.
 
ChatGPT isn’t the one you’d go to in order to get the complete code written from scratch. To me personally, when I’m stuck somewhere and don’t have the patience to wait for stackoverflow replies, suggestions from ChatGPT has been extremely helpful.
 
Back
Top