this post was submitted on 30 Sep 2025
839 points (98.5% liked)

Technology

75634 readers
3467 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.

you are viewing a single comment's thread
view the rest of the comments
[–] MangoCats@feddit.it -2 points 18 hours ago* (last edited 18 hours ago)

In the beginning there were manufacturer's manuals, spec sheets, etc.

Then there were magazines, like Byte, InfoWorld, Compute! that showed you a bit more than just the specs

Then there were books, including the X for Dummies series that purported to teach you theory and practice

Then there was Google / Stack Overflow and friends

Somewhere along there, where depends a lot on your age, there were school / University courses

Now we have "AI mode"

Each step along that road has offered a significant speedup, connecting ideas to theory to practice.

I agree, all the "magic bullet" AI hype is far overblown. However, with AI something I new I can do is, interactively, develop a specification and a program. Throw out the code several times while the spec gets refined, re-implemented, tried in different languages with different libraries. It's still only good for "small" projects, but less than a year ago "small" meant less than 1000 lines of code. These days I'm seeing 300 lines of specification turn into 1500-3000 lines of code and have it running successfully within half a day.

I don't know if we're going to face a Kurzweilian singularity where these things start improving themselves at exponential rates, or if we'll hit another 30 year plateau like neural nets did back in the 1990s... As things are, Claude helps me make small projects several times faster than I could ever do with Google and Stack Overflow. And you can build significant systems out of cooperating small projects.