AI has access to a vastly larger working memory than the human brain
rzk
460 points
397 comments
August 15, 2026
Related Discussions
Found 5 related stories in 44.0ms across 4,128 title embeddings via pgvector HNSW
- Mathematics in the age of AI jonbaer · 142 pts · August 19, 2026 · 61% similar
- AI makes programming differently difficult tchalla · 146 pts · July 21, 2026 · 56% similar
- AI solves 20 year old conjecture in graph theory never_giveup · 15 pts · July 20, 2026 · 56% similar
- AI doesn't know how to forgive and cannot forget tejassuds · 21 pts · July 10, 2026 · 55% similar
- AI makes foundational knowledge more important jruohonen · 12 pts · August 15, 2026 · 55% similar
Discussion Highlights (20 comments)
user982
Metacommentary: how did this post get to #5 on the front page with 1 upvote within 2 minutes of submission?
d--b
It is obvious that super intelligence comes from more working memory. It is the scary thing actually. Cause once AI makes arguments that require a working memory of hundred items, then we as humans will have no way of understanding the arguments… We can decompose and write things but only up to a point. when Ai can have a working memory that spans hundreds of books, we are necessarily going to have to trust the system.
a2ff6eeb0
Does it matter? It's going to produce proofs far more intricate than humans can understand, outdoing humans and opening new frontiers. The age of humans comprehending things is coming to an end: our brains just won't have the capacity to make meaningful contributions to science, math, or technology.
bewareofscams
"It's not X, it's Y" hot take AI slop.
ComplexSystems
It's also "out-brute forcing them." It just never gets tired. If a mathematician picks a research direction and spends a whole week on it and it doesn't pan out, they will likely be annoyed, need a break for a while, etc. This thing just does not ever get tired or discouraged or care; it's just onto the next thing until something ends up working.
hparadiz
Outside of math you can basically take the entire corpus of research papers on any topic and have the AI read all of it and provide an analysis cross referencing everything all at once. This applies to everyone and everything.
mschuster91
> But chunking does not eliminate the limit. It merely compresses the information. Yeah, as expected, an article about AI that's at the very least been polished using AI. For fucks sake we need an LLM flag to filter out slop.
tipsytoad
And the goalposts must move once again..
orphereus
C'mon AI companies, pivot to lawyers or doctors already. Trying to convince us that mathematics and software engineering are "solved" is getting very tiring. The pushback would probably be too much for the soon-to-be IPO-ed companies.
Animats
Yes. That's how LLMs do programming, mostly. It's also why LLMs don't need abstractions or parsimony as much as humans. They can work on something complicated without simplifying it first. This has major implications that haven't been fully realized yet. On the math side, there are long machine generated proofs. On the code side, there are high volumes of code with similar code not being folded into functions.
throw93949990
Most mathematicians are quite simple creatures. I can do basic math, some derivations, but my bright days of solving differential equations are far gone! Computers are simply better at math now, like in chess or go!
kardianos
This is why education used to start with rote memorization. Functional intelligence isn't abstract, it is based on useful information you can quickly recall.
LogicFailsMe
What I'm looking forward to amidst all the negativity, fear, and loathing is for some 20something mathematician to outdo both humanity and machines by leaning hard into centauring to expand the frontiers of mathematics. Pretty much what I think the future will play out to be as well, but I don't think people are ready for that yet.
RRRA
Exactly, it's making connection across vast set, not bringing the magic intuition. Has anyone tried feeding all of human knowledge to an LLM prior to Einstein's work and tried to have it reinvent physics?
lowbloodsugar
Specifically working memory. If you can’t hold enough concepts in your head then you can’t see how they all relate in one giant theory.
philipfweiss
One thing about human mathematicians is that they only publish positive results. Professors etc might have file drawers full of "negative results", but the incentives and bandwidth of human mathematicians makes publishing these useful results impossible. But AI agents have no such limitations and can publish and re-use negative traces easily. There have been some recent projects ( https://www.theoremdb.org ) aimed at exploiting this fact. https://news.ycombinator.com/item?id=49227505 In general though, LLMs do not have the same limitations and incentives as human mathematicians, and the next year's tsunami of change will make this abundantly. clear.
keeda
While TFA itself makes sense I disagree with the title and the conclusion. I would not consider referencing working memory during thinking as “remembering” but as a part of thinking itself. Working memory is the RAM to the much larger but higher latency indexed database that is our long-term memory. As such I would say AI is out-thinking us, even if in a brute force sort of way. I think where you could say it is out-remembering us is when it can contemplate the vast universe of patterns, gleaned from essentially all human disciplines, encoded in its weights, that may let it draw connections that a human could not, unless they just happen to be familiar with multiple disciplines. Which is why I think the analogy with Von Neumann / Einstein is also a bit off. From TFA it seems Von Neumann was more akin to what AI does, than Einstein. I don’t get the impression that it was Einstein’s memory but his ability to look at things from a radically different perspective. So far I don’t know that we can categorically say that LLMs can or cannot do that.
dev_dan_2
I love the term "Out-Remembering"! I have been trying to find a way to communicate that "intelligence", "creativity" and so on might be misleading about the true nature of LLMs, and they would better be described as genious "reproducers" as in, they are very capable at reproducing what they have already seen - and they are a bit less capable, but for many use cases still good enough, at reproducing a mix of concepts seen previously. This also nudges into how to use it best: By knowing where the "piles" of if training data are (i.e. when it comes to a CLI in rust, I just briefly describe the use cases, and I have a very high confidence the code will work exactly as intended by me since there will be a multitude of examples in the training data), one can predict where the LLM is likely to go wrong an prompt/guard accordingly. This skill grows with domain expertise, and is one of the many reasons LLMs can be (and probably should be) used to outsource busy work, but never understanding and learning. ("never" is a not meant literaly of course - I for one am glad that I do not have to wrap my head around CSS and other frontend topics and go straight to the topics that interest me most) "Out-Remembering" captures that perfectly, I feel. Also goes nice along with "asking it leading questions" as we know how to do in real live; if you want a person (LLM) to confess (produce output tokens) something, sometimes you do that by leading the interogation (chat, context) to where you think the truth lies.
solid_fuel
Aka - it’s a stochastic parrot with a good memory, for anyone still struggling to understand this. It should be obvious, imo, but some people seem to have trouble with the concept.
Razengan
That's exactly what the strength of AI is, no? Reading all the world's knowledge and recalling it in an instant and seeing where it applies. Precisely perfect for replacing lawyers, if nothing else..