this post was submitted on 11 Jul 2023
121 points (89.0% liked)
Programmer Humor
32503 readers
465 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Every time I have asked chatgpt to code for me it has come up with almost correct nonsense. When issues in the code are pointed out, chatgpt generates new code fixing the issue and creating two more new ones. Some of the issues are using features found in other languages in the language requested.
Programmers - your jobs are not in danger. It will take a programmer to check any generated code really carefully and be sure to understand what the AI has spewed forth.
For something as simple as hello world it would get it right. For creating a function to print numbers with imbedded "," commas (to show powers of 10^3 separation) it got it wrong. It gave a program that returned "123,4567.89"
My original comment was me being silly. But I totally agree. That's why I love copilot's name. Because the ai is just that, the copilot. We still have to fly the plane for the most part ourselves
Yeah, noticed this too, simple things, no prob, get into more gritty things and it will make a mistake. And yes, you tell it to fix it, but then 2 more bugs are introduced ๐.
So that means that programmers are being replaced with debuggers. Human debuggers.