this post was submitted on 20 May 2026
33 points (78.9% liked)

Technology

42981 readers
317 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RamenJunkie@midwest.social 2 points 11 hours ago* (last edited 11 hours ago) (1 children)

I am convinced most of the people who hate LLM Assisted coding are all the dicks from Stack Overflow who are pissy that everyone found a better resource to ask questions against.

[–] TehPers@beehaw.org 6 points 3 hours ago (1 children)

No actually. It's because I ran pyright and there are nearly 1000 type errors. It's because your LLM decided to setattr and getattr all over these Pydantic models. It's because for some reason you're using protocols where an ABC would make more sense. It's because I told you all this on your last PR, you fixed it that time for the most part, then you're doing the same thing again on this PR. And it's because now I have to open a PR that conflicts with one of the 200 files your PR touched fixing all the problems your LLM introduced. All this because you refused to read the docs for two packages and follow the examples.

Look, I'm not calling you out specifically. I'm just ranting about my day job.

[–] RamenJunkie@midwest.social 2 points 2 hours ago (1 children)

This sounds exactly like your typical SO reply and I can't tell if its intended to be satire.

[–] TehPers@beehaw.org 2 points 2 hours ago (1 children)

Sounds to me like you haven't worked on a team before.

[–] RamenJunkie@midwest.social 2 points 1 hour ago

I lead several teams, but I am not a coder by profession, I just code as a hobby.