this post was submitted on 30 Sep 2025
1109 points (98.8% liked)

Technology

75986 readers
2723 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
 

"No Duh," say senior developers everywhere.

The article explains that vibe code often is close, but not quite, functional, requiring developers to go in and find where the problems are - resulting in a net slowdown of development rather than productivity gains.

(page 5) 16 comments
sorted by: hot top controversial new old

I would say absolutely in the general sense nost people, and the salesmen, frame them in.

When I was invited to assist with the GDC development, I got a chance to partner with a few AI developers and see the development process firsthand, try my hand at it myself, and get my hands on a few low parameter models for my own personal use. It's really interesting just how capable some models are in their specific use-cases. However, even high param. models easily become useless at the drop of a hat.

I found the best case, one that's rarely done mind you, is integrate the model into a program that has the ability to call a known database. With a properly trained model to format output in both natural language and use a given database for context calls, and concrete information, the qualitative performance leaps ahead by bounds. Problem is, that requires so much customization it pretty much ends up being something a capable hobbyist would do, it's just not economically sound for a business to adopt.

[–] NuXCOM_90Percent@lemmy.zip -3 points 1 week ago (2 children)

LLMs/"Vibe Coding" is probably a little bit more useful than the average intern with some tasks bumping up to an early career hire (what would historically be a Junior Engineer before title inflation/stagnation).

As in: it can generate code that might do what you want. But you need (actual) senior engineers to review the code thoroughly. And... how do people get the experience they need to do that?

Which basically results in turning everyone into a manager. Except your reports aren't humans and you don't get more pay. Instead your reports are vscode plugins. Which... sounds like absolute hell but I can get why the (wannabe) management class loves that.

load more comments (2 replies)
[–] jaykrown@lemmy.world -5 points 1 week ago (2 children)

I've found success using more powerful LLMs to help me create applications using the Rust programming language. If you use a weak LLM and ask it to do something very difficult you'll get bad results. You still need to have a fundamental understanding of good coding practices. Using an LLM to code doesn't replace the decision making.

load more comments (2 replies)
load more comments
view more: ‹ prev next ›