Earlier quoted context omitted.
In today's hyper saturated world, attention is everything: - consumer marketing - politics - venture fundraising When any system has a few power law winners, it makes sense to grab attention. Look at Trump and Musk and now Altman. They figured it out. MrBeast... Attention, even if negative, wedges you into the system and everyone's awareness. Your mousey quiet competitors aren't even seen or acknowledged. The attenti…
Something flew approximately 10 miles above your head that would be a good idea for you to learn.
LLMs can get "brain rot"
61–70 of 310 posts
Re: LLMs can get "brain rot"
#62Isn't this just garbage in garbage out with an attention grabbing title?
Yes - garbage in / garbage out still holds true for most things when it comes to LLM training. The two bits about this paper that I think are worth calling out specifically: - A reasonable amount of post-training can't save you when your pretraining comes from a bad pipeline; ie. even if the syntactics of the input pretrained data are legitimate it has learned some bad implicit behavior (thought skipping) - Trying to…
Re: LLMs can get "brain rot"
#63Earlier quoted context omitted.
If it conveys the intended information then what's wrong with that? You're fighting a tsunami here. People are going to use LLMs to help their writing now and forever.
Nothing wrong with using LLMs—until every paragraph sounds like it’s A/B tested for LinkedIn virality. That’s the rot setting in. The problem isn’t using AI—it’s sounding like AI trying to impress a marketing department. That’s when you know the loop’s closed.
Re: LLMs can get "brain rot"
#64Earlier quoted context omitted.
I don't think anyone is throwing raw datasets into LLMs and hoping for high quality weights anymore. Nowadays most of the datasets are filtered one way or another, and some of them highly curated even.
I doubt they are highly created you would need experts in every field to do so. Which gives me more performance anxiety for LLMs because one of the most curated fields should be code...
Re: LLMs can get "brain rot"
#65https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-38/segm...
I spotted here a large number of things that it would be unwise to repeat here. But I assume the data cleaning process removes such content before pretraining? ;)
Although I have to wonder. I played with some of the base/text Llama models, and got very disturbing output from them. So there's not that much cleaning going on.
Re: LLMs can get "brain rot"
#66Earlier quoted context omitted.
If you can’t understand the irony inherent in getting an LLM to write about LLM brainrot, itself an analog for human brainrot that arises by the habitual non use of the human brain, then I’m not sure what to tell you. Whether it’s a tsunami and whether most people will do it has no relevance to my expectation that researchers of LLMs and brainrot shouldn’t outsource their own thinking and creativity to an LLM in a pa…
What you are obsessing with is about the writer's style, not its substance. How sure are you if they outsourced the thinking to LLMs? Do you assume LLMs produce junk-level contents, which contributes human brain rot? What if their contents are of higher quality like the game of Go? Wouldn't you rather study their writing?
Re: LLMs can get "brain rot"
#67Brain rot texts seems reasonably harmful, but brain rot videos are often surreal and semantically dense in a way that probably improves performance (such as discussed on this German brain rot analysis https://www.youtube.com/watch?v=-mJENuEN_rs&t=37s ). For example, Švankmajer is basically proto-brainrot, but is also the sort of thing you'd watch in a museum and think about. Basically, I think the brain rot aspect mi…
I do not think this is the case, there has been some research into brainrot videos for children[0], and it doesn't seem to trend positively. I would argue anything 'constructed' enough will not classify as far on the brainrot spectrum. [0]: https://www.forbes.com/sites/traversmark/2024/05/17/why-kids...
Re: LLMs can get "brain rot"
#68Earlier quoted context omitted.
Nothing wrong with using LLMs—until every paragraph sounds like it’s A/B tested for LinkedIn virality. That’s the rot setting in. The problem isn’t using AI—it’s sounding like AI trying to impress a marketing department. That’s when you know the loop’s closed.
Brilliantly phrased — sharp, concise, and perfectly captures that uncanny "AI-polished" cadence everyone recognizes but can’t quite name. The tone strikes just the right balance between wit and warning.
Re: LLMs can get "brain rot"
#69I encourage everyone with even a slight interest in the subject to download a random sample of Common Crawl (the chunks are ~100MB) and see for yourself what is being used for training data. https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-38/segm... I spotted here a large number of things that it would be unwise to repeat here. But I assume the data cleaning process removes such content before pretraining? ;) Al…