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

Programming

28004 readers
472 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
top 11 comments
sorted by: hot top controversial new old
[–] FizzyOrange@programming.dev 1 points 14 hours ago

Seems like a good policy. Especially if they're bottlenecked on review, which most large open source projects are.

[–] terabyterex@lemmy.world 18 points 2 days ago (2 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.

Harassment is not allowed. You may not harass people for using an LLM, regardless of whether or not their use is banned by the policy. You must follow the Code of Conduct at all times when interacting with the Rust project.

Lol, I think that will be as lost on the LLM haters as the contributing policy will be lost on LLM-only users.