this post was submitted on 14 Jul 2026
520 points (99.2% liked)

Programmer Humor

32286 readers
1582 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Bluescluestoothpaste@sh.itjust.works 22 points 13 hours ago (4 children)

That's hilarious, idk i think llm could be useful for helping product folks translate their thoughts into actionable items for the devs, but yeah like beyond insane to tell the product people to hop on claude and do it themselves. That's like a construction company letting the sales team jump in an excavator and start digging!!

[–] Souroak@lemmy.sdf.org 1 points 15 minutes ago

"it's fine, he doesn't need to know how to use the controls. We just installed a voice command system into the excavator."

[–] rozodru@piefed.world 1 points 20 minutes ago (1 children)

even just using it to translate their thoughts into a bullet list isn't going to work most of the time. LLMs training is, the majority of the time, out of date and stacks change/move faster than an agents data. Plus LLMs favour things that have been posted about on blogs, linkedin posts, etc rather than stuff that is proven and tested.

Like for example it might suggest using a language or library that is insanely out of date or just won't work but recommends it based purely on say blog posts that have talked a lot about it or it's potential to do something that it currently can't do. or like I said it'll suggest something that's out of date simply because there's more documentation online about that specific version than the most up to date version. Or the LLM will report on something that has a "known issue" from like early 2025 and suggests not using it when said issue has been patched routinely since then because the data the LLM has is out of date. the data is constantly out of date.

[–] Bluescluestoothpaste@sh.itjust.works 2 points 17 minutes ago (1 children)

I guess shouldn't product people not give a shit what language you write it in? Like that's the problem product people need to describe what they want while letting the devs do the job of generating the code.

[–] rozodru@piefed.world 1 points 13 minutes ago

right the product people won't care or won't know so the LLM will just spit out whatever. to the product people it'll look legit and make sense. once it's handed to a dev in most cases it might as well just be thrown out of the window. so it's pointless. it'd be easier/faster to just cut out the middle man, the AI, and go directly to the dev and have the product people tell them exactly what they want/need.

[–] Feyd@programming.dev 18 points 12 hours ago (1 children)

llm could be useful for helping product folks translate their thoughts into actionable items

In my experience it makes them give me an essay instead of 10 lines of bullet points and I have you spend an hour asking questions to whittle it down to 10 lines of a bullet points

[–] gh0stcassette@lemmy.blahaj.zone 5 points 6 hours ago

I was thinking more along the lines of "let the executive tell an LLM to write the shitty prototype version of what they want (which you then rewrite from scratch to not be shit) so you don't have to decipher their incoherent desires"

[–] surewhynotlem@lemmy.world 2 points 11 hours ago

We're trying to replace product with LLM. Honestly, I welcome it.