this post was submitted on 15 Sep 2025
135 points (82.6% liked)

Technology

75162 readers
1580 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] themeatbridge@lemmy.world 49 points 22 hours ago (2 children)

Senior devs love vibe coding because they have the knowledge and skills to recognize and fix errors. They hate it because it makes morons think they don't need the knowledge and skills to recognize and fix errors.

[–] 5C5C5C@programming.dev 46 points 18 hours ago (2 children)

As a senior dev I hate vibe coding. I can write code an order of magnitude faster than I can review it, because reviewing code forces you to piece together a mental model for something made by someone else, whereas when I write the code myself I get to start with the mental model already in my head.

Writing code is never the bottleneck for me. If I understand the problem well enough to write a prompt for an LLM, then I understand the problem well enough to write the code for it.

[–] KryptonNerd@slrpnk.net 7 points 13 hours ago

I'm a junior and even I feel the same way, reading and understanding someone else's code not only takes me longer but is far less rewarding than just writing it myself. There's also the issue as a junior that if I read AI code with issues that maybe I don't notice or recognise, but it compiles fine, it could teach or reinforce poor practices that I may then put into my own work.

[–] Serinus@lemmy.world 7 points 17 hours ago (1 children)

I understand how to turn the results of a select statement into an update statement, but the AI does it a hell of a lot faster.

I find if you give it small enough chunks, it's easy enough to review. And even if you do have to correct, it's generally easier to correct than it would be to write it all by hand.

[–] 5C5C5C@programming.dev 1 points 8 hours ago

Outside of my own specialty I can people in the software industry bogged down by managing excessive boilerplate. I think this happens most often in web dev and data science.

In my opinion this is an indication that the software tools for those ecosystems need improvement, but rather than putting in the design effort to improve the tools in the ecosystem, these Big Data companies see an opportunity to just throw LLMs at it and call it a commercial product.