this post was submitted on 06 May 2025
1187 points (98.1% liked)

Fuck AI

2666 readers
484 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

founded 1 year ago
MODERATORS
1187
skills for rent (lemmy.blahaj.zone)
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 2 days ago (1 children)

Looks like they don't understand what "vibe coding" means beyond that it involves AI and therefore has a black hat and is bad. That's what happens when people learn everything from memes.

[–] [email protected] 5 points 2 days ago (1 children)

As I understand it, it was originally meant for "throwaway weekend projects", but then the MBAs got a hold of the term and if you look at job postings nowadays, some companies are really pushing for "AI-first" workers.

The desire obviously isn't just to increase existing dev velocity, but the devalue skills and experience that come from formal education and years of practical learning. Basically to reduce the bargaining power / cost of programmers.

[–] [email protected] 1 points 2 days ago* (last edited 1 day ago)

This guy gives a very good rundown on what vibe coding is and how to use it. Basically it's generating code with AI and then going over it like a copy editor. The important point he makes is that the dev should understand and vet everything the code is doing, not expect to type in "Write an inventory tracking system" and be done. It reminds me of people's misconceptions about Object Oriented Programming in the early 90s. Some thought it meant you just create an object called Payroll with a method doPayroll() and some magic happened. edit: And he does think the best use for vibe coding is personal projects, and I agree.