

I passed, but I’m fairly confident I wouldn’t have if it weren’t explicitly a test. I listened to all of them twice, with the express purpose of identifying the ones that are AI-generated.
Even then, I wasn’t as confident in my prediction as I would have liked.
I’ll say, I did enjoy all of them musically, but when I paid closer attention to the lyrics, I noticed something really odd and hard to describe in the ones generated by AI. Like some new kind of cringe. Like it would be embarrassing for a human to have written those lines, but not in a relatable kind of way. Not in the usual “I’m embarrassed for you” kind of way.
I was torn between “I hope this isn’t AI, I’m vibing with the music” and “I hope no human wrote these lyrics”.
The whole exercise also shattered my perception of my own taste in music - I liked all of the AI-generated ones and I’m not happy about it.


I’m leaning heavily towards faked for the meme.
If you actually were trying to get collisions, you’d save all previously generated ids and check all of them for a match with the newest one.
Not only would this increase the chance of a collision (not enough that it should matter, but still), but it would more closely approximate a real use case - if you use UUIDs you’re not just in trouble if one specific id is duplicated, it’s usually a problem if any id is not unique.
But the presented snippet is simpler and shorter and is close enough to what a naive test might look like, so it’s well suited to getting the joke across.
The only way I could imagine this not being fake is if it was achieved in a noncompliant Js implementation. Which seems highly unlikely given the screenshot looks like the Chrome console.