I watched someone "vibe code" for an hour and now I think "slot machine coding" is a more appropriate name. "Let us pull the lever again and see if the code gets better with this prompt."
I watched someone "vibe code" for an hour and now I think "slot machine coding" is a more appropriate name. "Let us pull the lever again and see if the code gets better with this prompt."
Scary discussion recently about how the intermittent reinforcement that trying to do something with an LLM gives is about as addictive as an interaction can be. I mean, it’s *half* of what’s compelling about old school coding or writing — without the other half, mastery and understanding.
@uncanny_static Yeah, there was a pretty good post covering that angle. Shocked me I hadn't thought of it sooner, but I haven't played with the things, so missed that aspect. Just so bad...
(I mainly feel like this should've been obvious to me because a lot of social media is like this as well:
https://headrush.typepad.com/creating_passionate_users/2007/03/is_twitter_too_.html
But apparently I'm not that observant despite trying to keep this sort of thing in mind.)
But but but but it comes from a US corporation!! It HAS to be good!!!

Slop machine coding?
@uncanny_static i still don't get why its easier to say to a computer "please iterate over that collection 10 times and print the current value of the current itteration in lisp. Please don't halucinate"
Than actually doing
"(loop for x in my-collection do (princ x))"