this post was submitted on 08 May 2026
250 points (93.7% liked)

Technology

84539 readers
5292 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
[–] Kaligalis@lemmy.world 4 points 2 days ago (2 children)

Nothing wrong with "vibe coding", "prompting", "generating" or the other terms associated with using AI to generate something.

If you do proper quality assurance, and assume ownership and accountability it is your piece of work. If not, it's AI slop.

[–] Passerby6497@lemmy.world 2 points 2 days ago

Agreed. I finally got around to setting up a system in a mostly isolated subnet to play with agentic coding recently, and I was reasonably surprised at how not awful the result was. Still won't trust the fuck to spit out anything without supervision.

All I wanted was to make a debug version of a FOSS app I use because the official app is lacking basic features. It took a few attempts, but it solved my issues and spat out an answer that was the minimum viable patch (after instructing it to do so and not edit a dozen unnecessary files) that looks reasonable. I never got into android apps, but I understand the syntax well enough to know it didn't do anything horribly out of pocket.

[–] jj4211@lemmy.world 2 points 2 days ago

I'll say "vibe coding" to me implies the operator has zero awareness of the actual code, and there is something wrong.

They treat the actual program logic in the same way folks treat assembly code as some arcane black magic they don't have to think about. Problem is the tooling is not nearly so deterministic as a compiler, and the output is just too bad to be relied upon.

For certain clasesses of tasks, it may do a serviceable job, maybe at first. If you have ongoing evolution requirements, it can dig itself a whole that it can't really dig out of. It can't process the code that had been generated to extrapolate a code change to match the change request.

The GenAI coding needs supervision, and 'vibe coding' implies opting out of careful supervision.