July 7, 2026 · interactive
Does AI know π?
Not exactly — but it knows where to look now.
Where does 515 first occur in π?
A few years ago, if you asked several AI models this question, you'd get several different answers. That seemed strange — π is a fixed number, so shouldn't every AI agree? The answer reveals something important about how AI works.
Ask π
Where does your number live in π?
or try your birthday — MMDD
Fetching 100,000 digits…
Instrument, 2026first 100,000 digits — computed, not remembered
Early language models didn't store millions of digits of π. They learned statistical patterns from enormous amounts of text — a memory less like a hard drive and more like a network of associations pointing in the direction of what they had learned.
They knew that π starts with 3.14159…, that people frequently discuss its digits, and that long expansions exist. But they didn't have a perfectly indexed copy of every digit. Asked for an exact sequence deep inside π, they generated the most likely-looking answer rather than the correct one.
Modern AI systems usually take a different approach. They recognize that this is a question requiring exact precision — and retrieve a verified expansion of π, or compute the necessary digits, before answering.
In other words, AI doesn't necessarily know every digit of π. It now knows that it shouldn't pretend to.
This highlights three fundamental ways AI can answer a question:
- Generate from learned knowledge — explaining concepts, writing, coding, recalling common facts.
- Reason from first principles — solving problems with logic, mathematics, and deduction.
- Retrieve or compute exact answers — using databases, search, calculators, or algorithms when precision matters.
One of the biggest advances in modern AI isn't simply knowing more facts — it's knowing which method to use for a particular question.
Sometimes intelligence isn't about having the answer already. Sometimes it's about knowing exactly where to find it.