this post was submitted on 06 Apr 2024
1009 points (98.0% liked)

Programmer Humor

31998 readers
947 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 5 months ago (1 children)

If your work is bleeding edge enough, even ChatGPT won't be of help since it's not in their training dataset.

[–] locuester 8 points 5 months ago (1 children)

Yeah and it won’t tell you that it hasn’t seen this pattern before. It will just make things up out of the blue which seem like they might be correct.

Stay away from ChatGPT for bleeding edge things.

[–] [email protected] 2 points 5 months ago

It's still useful when it's wrong because it can give you the jist of what should be done. If it uses a library or function that doesn't exist, you'll still be informed as to what it was intending for the process at that point. I've often gone and just replaced the made-up code with custom code that does the same thing.