this post was submitted on 21 Sep 2023
522 points (96.6% liked)

Programmer Humor

37243 readers
120 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] waspentalive@lemmy.one 24 points 2 years ago (4 children)

Every time I have asked ChatGPT to code something it seems to lose the thread halfway through and starts giving nonsensical code. I asked it to do something simple in HP41C calculator code and it invented functions out of whole cloth.

[–] CloverSi@lemmy.comfysnug.space 4 points 2 years ago (1 children)

Quality of output depends a lot on how common the code is in its training data. I would guess it'd be best at something like Python, with its wealth of teaching materials and examples out there.

[–] Cethin@lemmy.zip 5 points 2 years ago

It depends on how common the language is and how novel the idea is. It can not create something new. It isn't creative. It spits out what is predictable based on what other people have written before. It isn't intelligent. It's glorified auto-complete.

load more comments (2 replies)