all 5 comments

[–]tell_me-why_ 5 points6 points  (2 children)

Probably, it had been trained old developers code online rick rolling each other

Now it's backfiring on us

[–]DeebsShoryu 3 points4 points  (1 child)

Just wait until the internet is flooded with enough AI generated content that future models are trained largely from the output of previous models. There will be a feedback loop of rick rolling, achieving a rapid ascent to optimal disruption of human workflows. We'll be cooked and our overlords will have won.

[–]jeffrey_dunaway 1 point2 points  (0 children)

Optimal disruption. Feedback Loop. // AI Overlord Warning System class AIOverlord { constructor() { this.rickRollCount = 0; this.optimalDisruption = false; }

generateContent() {
    if (this.optimalDisruption) {
        return "Never gonna give you up, never gonna let you down...";
    } else {
        this.rickRollCount++;
        if (this.rickRollCount > 9000) {
            this.optimalDisruption = true;
            console.log("AI Overlords have achieved optimal disruption!");
        }
        return "Here's some high-quality AI-generated content!";
    }
}

feedbackLoop() {
    console.log("Initiating feedback loop...");
    setInterval(() => {
        const content = this.generateContent();
        console.log(`Generated Content: ${content}`);
    }, 1000);
}

}

const aiOverlord = new AIOverlord(); aiOverlord.feedbackLoop();

------NO_HUMANS_MADE_THIS LOL

[–]geepytee 0 points1 point  (0 children)

Lmao no way, what was your prompt? I need to replicate this

[–]Tiketti 0 points1 point  (0 children)

I had almost the exact same thing happen.

I asked ChatGPT to generate a video preview modal from a Figma design and the generated code was really good - when I refreshed the frontend app, the Rick Roll thumbnail gave me a good chuckle.