New Math Suggests AI Could Learn From Far Fewer Examples
Less data to train AI means cheaper tools and better privacy for you.
Two researchers, Saumya Goyal and Barnabás Póczos, posted a math paper arguing that today's AI systems are being taught in an unnecessarily wasteful way. Modern AI — the kind behind chatbots and image generators — learns by studying enormous piles of examples. The paper says the standard math predicts AI should need exponentially more data as problems get more complex, and that prediction is too gloomy.
Their fix is a simple idea with a fancy name: "sparse priors." A prior is just a starting assumption baked into a model before it sees any data. "Sparse" means assuming most pieces of information are irrelevant and only a small handful really matter. Think of a doctor diagnosing a cold: they check a few key symptoms, not all 200 things about you. The authors prove that if you build in that assumption, the data needed to learn drops from a number that explodes with complexity to one that grows gently — roughly the square root of the number of truly important factors.
Why should you care? Data is the expensive part of AI. Collecting, cleaning, labeling and storing it costs money, electricity and time — costs that eventually show up in subscription prices and in how much of your personal information gets hoovered up. If models can genuinely learn from less, AI tools could get cheaper to run, work in places with limited data (small clinics, rare languages, niche businesses), and rely less on scraping your private life.
The catch: this is a proof, not a product. It shows what's possible in theory under careful assumptions, and it doesn't tell engineers how to build the better model tomorrow. Real-world distributions may not be as neatly sparse as the math assumes. Still, it's a useful nudge that today's data hunger may be a design flaw, not a law of nature.
- Today's AI needs exponentially more data as tasks get more varied; this paper argues that's unnecessarily pessimistic.
- Their "sparse prior" idea assumes only a few factors really matter — like a doctor checking key symptoms instead of everything.
- The proof shows data needs dropping from exploding growth to roughly the square root of important factors; no working product exists yet.
Why It Matters
Cheaper, less data-hungry AI could cut costs, enable niche uses, and reduce how much personal data gets collected.