this post was submitted on 13 May 2025
85 points (93.8% liked)

Technology

71313 readers
3934 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
 

Link without Paywall

https://archive.ph/NHiLU

you are viewing a single comment's thread
view the rest of the comments
[–] nucleative@lemmy.world 1 points 4 weeks ago (1 children)

I’ve heard of vibe coding but in the context of being able to identify music that fits a “vibe”. What are you talking about?

This is when you give some LLM a prompt such as "write a game like Minecraft except cooler" and the system will output some code that might run and might vaguely resemble a block game.

So then you go back ask for more, it does something to the code potentially improving or breaking it, go back again ask for more, and repeat over and over. I'm being a little bit sarcastic because most serious developers look down on this, but really this is how a lot of coding is happening these days. There are tools to make this process somewhat usable and they are getting better every day.

[–] venusaur@lemmy.world 1 points 4 weeks ago

Oh for sure that’s how I code these days. I tell ChatGPT what I want, get some code, plug it in, come back with bugs, get new code until I can either tweak it myself and/or I’ve accomplished what I needed.