this post was submitted on 09 Aug 2025
40 points (100.0% liked)

technology

23924 readers
240 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CommunistCuddlefish@hexbear.net 29 points 1 week ago (1 children)

In addition to churning out unreliable low quality code, this sounds like it takes any of the fun out of programming.

And,

Using LLMs did make me a worse software developer, as I didn’t spend as much time reading docs and thinking as before. There’s a reason why most managers suck at writing code.

LLM agents often add unnecessary complexity in their implementations of features, they create a lot of code duplication, and make you a worse developer.

Every time I tried using an LLM for core features of applications I develop at work, the implementations were questionable and I spent at least as much time rewriting the code than I would have spent writing it from scratch.

Regarding frontend, agents really struggled at making good, maintainable, DRY software. All models used magic numbers everywhere even when asked not to, keyboard interaction was poorly implemented, and some widgets took 5+ prompts to get right.

It can be helpful or useful in limited cases but it also needs to go.

[–] aanes_appreciator@hexbear.net 4 points 1 week ago (1 children)

If you wanna churn out loads of poor quality code with an AI agent, awesome. Remember, though: so can your manager, your product owner, or your boss.

What use are you if you produce the same slop as them but with a salary and workers rights (if any)?

The developers who will survive the AI slop age will be the ones who write high quality code with strong fundamentals within architecture. You will have a unique value above the AI that otherwise spaffs out code no one understands.

The ones who won't survive are the ones who think they've found a hack to do their job in 2 hours before logging off, because everyone knows about it. You're not some kid who followed the "automate the boring stuff with python" anymore, you're one of billions who all know you can type a prompt and get something that sorta looks correct.