this post was submitted on 05 Aug 2026
42 points (100.0% liked)

Programming

28009 readers
327 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] terabyterex@lemmy.world 16 points 2 days ago (8 children)

as someone who uses ai to help on researching an issue/question - i have no understanding whyvpeople just submit generated code. i realize i just dont use it to generate stuff. i use it to find stuff.

when this forst came out, i thought non devs would use it for creating an app that they use at home just for them. but no, i constantly see people posting about their project and trying to getvpeople involved. a project fully generated by an llm. or as in the issue here, generating code to be merged into a project..why? i jist dont get it.

[–] tatterdemalion@programming.dev 4 points 2 days ago (1 children)

I don't think it's very hard to understand. It reduces the up-front cost of development.

[–] spartanatreyu@programming.dev 6 points 1 day ago (1 children)

To be more specific, it trades up-front development cost and building competence for knowledge gaps and maintenance hell.

[–] tatterdemalion@programming.dev 0 points 1 day ago* (last edited 1 day ago)

Not always. Prototyping can be valuable in many circumstances when you don't know the shape you'd like the code to take. Sometimes you need to try something before you know if it's right. I'd rather throw away prototype code written by an LLM than code I had to write the hard way.

load more comments (6 replies)