Why are coders afraid of GPT4?

Literally does the job more efficiently then an actual coder that's why
 
Chatgpt saves me few hundred $ to hire dev on fiverr.
I expect to save more with chatgpt4
Lets face it, you dont have to learn coding to do code, now the needed skill is how to make the right question/prompt.
People forget that 90% of programming is asking the right question. Just instead of stackoverflow it's now chatgpt.
 
I don't even understand why people ask this. See you ask chatgpt4 to make a script. It makes it for you. Still you have to understand it completely in order to use it or integrate it with the rest of the project.

I think for programmers chatgpt4 is blessing in disguise. Just type what you want and instead of searching the same thing on stack overflow a 100 times you have a script ready to use in one command.

Add to this they end up getting new customers, ie the ones that use ChatGPT to make the scripts but need a developer to help them a, install b, maintain
 
Yep, exactly. I don't use GPT for coding. I tried, but it was actually harder than doing it myself.
This is because the TYPE of errors that GPT generated code produces is NOTHING like the type of errors that human coders make. I've trained myself, over time, to spot errors based on a "human" model of the kind of errors that people generally make - - parameter checks, exception handling, etc etc.
But debugging GPT-code is a nightmare because it makes errors that no human would ever make - - it invents functions and libraries and parameters that don't exist, for example - - Ive NEVER come across human-written code that has "hallucination" errors so it makes GPT-code maddeningly difficult to debug.

It's probably the way you're prompting. I found when I have GPT write complex code or a large block of code, it hallucinates more. It does better when you break it down into pieces/blocks of code you want and put it together on your own.

I literally saved thousands of dollars that I would've spent hiring overpriced devs to customized edits to a WP site with GPT alone. I can only imaging how many others have done the same.
 
I don't think it is going to replace complicated programming.However,entry level coding jobs may be at risk.
 
I think that it will not replace good specialists. Just make their job easier and faster
 
Back
Top