this post was submitted on 01 Apr 2025
510 points (96.7% liked)

Programmer Humor

22188 readers
1665 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PanArab@lemm.ee 28 points 2 days ago (5 children)

When I used to do image and signal processing for embedded systems in C and C++, AI was useless. Now that I do backend web development in Python and Ruby, AI is better than me. It really depends on the problem area and how many sample code and answers are out there for it to steal from.

[–] lord_ryvan@ttrpg.network 27 points 2 days ago

I do backend development in PHP and Ruby, and AI sometimes has a suggestion that helps me out but is often completely, utterly useless, especially at actually coding the thing from scratch.

[–] thebardingreen@lemmy.starlightkel.xyz 18 points 2 days ago* (last edited 2 days ago) (1 children)

Can confirm. AI is worse than useless for embedded systems.

I was working with Yocto on a very specialized xilinx chip. I had chatGPT makeup a chapter that didn't exist (in a manual that did), reference non-existent paragraphs from said chapter, and then argue with me quite confidently that that chapter was real and the information it was giving me was accurate.

[–] locuester@lemmy.zip 2 points 1 day ago

ChatGPT can make ridiculous claims about what it can do. It sometimes even says that it does real world things when it’s laughably impossible.

[–] spooky2092@lemmy.blahaj.zone 5 points 1 day ago

I do a ton of Powershell scripting, and AI is either a half competent programmer, or someone let grandpa respond with the syntax from nineteen dickety two

[–] 30p87@feddit.org 4 points 1 day ago

And as soon as you enter corporate stuff, LLMs are useless again, because most things are integrated into existing ecosystems which LLMs don't know and/or libraries are only used for closed source code.

[–] CanadaPlus@lemmy.sdf.org 3 points 1 day ago* (last edited 1 day ago)

Like 95% of the people on here do the latter, though. (Way too often I get in arguments where it seems like people don't realise there's other kinds of coding)