this post was submitted on 06 May 2025
935 points (97.8% liked)
Fuck AI
2638 readers
1275 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.