The real reason AlphaGeometry and GPT-4 are solving math problems isn't because they're smarter than you. It's because they can hold 32,000 tokens in active memory while you're stuck with seven.

The Summary

The Signal

When AlphaGeometry solved International Mathematical Olympiad problems, the tech press celebrated it as proof of superhuman reasoning. That framing misses the actual mechanism. These systems aren't thinking harder. They're tracking more variables simultaneously than any human could hope to juggle.

The human brain's working memory, the scratch pad where you hold information while solving problems, maxes out around seven items. This isn't a cultural limit or an education failure. It's architecture. You can train your whole life and still won't hold 50 variables in active thought at once.

"Modern LLMs operate with context windows of 32,000+ tokens while humans struggle to maintain seven items in working memory."

Now consider what happens when you give a system 32,000 tokens of context window:

  • It can hold every step of a proof without forgetting earlier moves
  • It can track dozens of constraints, variables, and relationships simultaneously
  • It never loses the thread because it had to remember what it ate for breakfast

The mathematical problems that look like pure reasoning tests are often memory endurance tests in disguise. The human mathematician who solves them isn't necessarily smarter than their stuck peers. They've just developed better external scaffolding, better notation systems, better ways to offload cognition onto paper.

AI doesn't need paper. It has RAM.

This reframes the entire "AI will replace knowledge workers" narrative. The jobs most at risk aren't the ones requiring the deepest thinking. They're the ones requiring you to hold a lot of context in your head simultaneously while executing fairly routine operations. Legal document review. Code refactoring across multiple files. Financial reconciliation. Medical diagnosis with 47 patient data points.

The Implication

If you're building AI tools, stop trying to make them "smarter." Start thinking about how to give human users working memory superpowers. The winning products won't be the ones that replace human judgment, but the ones that extend human context windows. Think: tools that track 100 customer conversations simultaneously for a support agent, or systems that hold an entire codebase in "active memory" while a developer debugs.

For individuals: your edge isn't raw intelligence. It's knowing which contexts to load and which to ignore. Learn to ruthlessly scope problems down to fit in your seven slots. The AI can remember everything. You need to remember the right things.

Sources

Hacker News Best