By diving into a landmark machine learning whitepaper titled "Will we run out of data? Limits of LLM scaling based on human-generated data," authored by Pablo Villalobos and a team of researchers from Epoch AI. Originally released in late 2022 and substantially updated to its second version (v2) in June 2024, this paper tackles one of the most critical structural questions facing the artificial intelligence industry today: what happens when our language models become so massive that they literally run out of original human text to read?
To figure this out, the researchers built probabilistic models to forecast the future demand for training data and compared it against the total global stock of public human-generated text data. Under current AI development paradigms, model performance scales predictably according to neural scaling laws. These laws state that to efficiently improve an AI's capabilities, developers must scale model parameter sizes and the volume of training datasets proportionally. The authors meticulously calculated the total effective stock of text available across the indexed web, placing the figure at approximately $4 \times 10^{14}$ tokens (where one token corresponds to roughly 0.8 English words). This massive pool corresponds to an estimated training compute capacity of around $5 \times 10^{28}$ FLOP for non-overtrained models.
By extrapolating historical dataset growth rates alongside compute-optimal scaling projections, the paper delivers a striking timeline. If current trends continue, AI developers will completely exhaust the available stockpile of public human-generated text data somewhere between the years 2026 and 2032. This represents an 80% confidence interval, with the central trend line pointing heavily toward the late 2020s. This is a notable adjustment from the authors' original 2022 paper, which famously predicted high-quality text data would be fully depleted much earlier. The updated, slightly extended timeline in v2 is due to a more nuanced understanding of multi-epoch training (running the same data through a model for multiple passes, or overtraining) and a more detailed breakdown of data filtering techniques across the web.
Because this "data wall" represents a hard barrier to brute-force scaling, the whitepaper explores several alternative pathways for continued progress in language modeling:
Synthetic Data Generation: Having existing high-performing AI models manufacture entirely new text to train future models.
Transfer Learning from Data-Rich Domains: Tapping into non-textual, highly abundant modalities such as video, images, or audio.
Data Efficiency Techniques: Refining tokenization schemes, utilizing non-public data repositories, and optimizing how models handle repeated tokens over multiple training epochs.
The deeper, unstated takeaway from this research is that the initial, wild "land-grab" era of generative AI—where performance was boosted simply by throwing larger and larger chunks of the internet into a cluster of graphics cards—is coming to a hard physical end. This paper alerts readers that human-generated data is a finite, scarce, and highly precious planetary resource. As we operate within the predicted 2026–2032 bottleneck window, the focus of the tech world is fundamentally shifting away from raw size and moving toward extreme architectural efficiency. The next generation of breakthroughs will not come from finding a magic, unread corner of the internet, but from building algorithms that can learn deeply, accurately, and contextually from a limited footprint of authentic human expression.
- Citizen
−