this post was submitted on 30 Jan 2026
143 points (92.8% liked)

Programming Circlejerk

299 readers
1 users here now

Community to talk about enlightened programming takes

Rules:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SleeplessCityLights@programming.dev 11 points 3 months ago (3 children)

Do people actually use agents for production code? I feel like it is one of those things that people don't use but is sold to us that everyone uses. A lie to promote bullshit.

[–] brygphilomena@lemmy.dbzer0.com 9 points 3 months ago (1 children)

I have an engineer that uses it heavily.

It adds so much extra and he'll push thousands of lines of code into a PR every week. He had one bug and tried to refactor it, he bloated that single file by 16%.

It's almost impossible to review.

[–] pivot_root@lemmy.world 5 points 3 months ago

It adds so much extra and he'll push thousands of lines of code into a PR every week.

This is just a waste of the reviewer's own time that could be better spent doing actual work. Is it at least split up into multiple commits, or is it one giant shitshow?

[–] panda_abyss@lemmy.ca 2 points 3 months ago
[–] sukhmel@programming.dev 2 points 3 months ago

I sometimes do, but very sparsely, it's hard to come across a task that's good fit for an LLM unless you're prototyping something, imo