AI Strategy · Machine Learning
The Promise of AI Learning, Kept
Every buyer asks the same question: “will it actually learn our business?” They were told it would, and it didn’t — so they assumed they’d been naive to expect it. They weren’t. They specified intelligence correctly. The industry shipped storage and called it learning.
📚 Read the full field guide
The keynote companion: why the self-maintaining wiki is a genuine third class of machine learning — symbolic AI reborn with its bottleneck removed, satisfying Mitchell’s definition with frozen weights, with a training loop you can read and a learning curve you can plot. The Third Substrate: Machine Learning in Language →
TL;DR
- “It will learn” was never a misunderstanding of AI. It’s a correct specification of what intelligence means — aimed at products that don’t deliver it. The requirement was right; the implementation is late.
- Fine-tuning, in-context learning, memory features and append-only logs are a ladder of partial substitutes. Every one of them stores. None of them integrates — and integration, not retention, is what learning is.
- The wiki is the first architecture that runs the whole loop the word “learning” implies: encode, integrate, consolidate, forget, correct, transfer. It puts the learning outside the model, in an artifact you can read, diff, and own.
- Which finally makes the buyer’s question answerable honestly: yes, it will learn your business — and here’s the diff of what it learned this week.
The question that was right all along
Spend any time selling AI to a business and you meet the same question, over and over, from people who don’t build software. Will it learn how we do things? Will it get to know our clients, our quirks, the way we word things, the exception we always make for the account that’s been with us fifteen years? They ask it as if it’s obvious the machine should. And people who do build software have spent two years quietly rolling their eyes at the question, because they know the uncomfortable truth: in its native state, AI is close to useless at learning.
It can learn within a conversation — genuinely, impressively — and then the session ends and it forgets you completely. It can do a web search and reason over what it finds, then throw the whole thing away by the next turn. The consumer apps bolt on a “memory” feature that scrapes little facts out of your chats and files them somewhere. But none of that is the thing the buyer meant. The buyer meant: accumulate understanding of us, and be better next month than you are today, the way a good hire would be.
Here’s the reframe this whole piece turns on. The buyers aren’t confused about AI. They’re specifying intelligence correctly. “It should learn” isn’t a naive misreading of what a language model is — it’s an accurate statement of what the word intelligence requires. A thing that cannot get better with experience is not, in the sense anyone cares about, intelligent. The naive users named the requirement precisely. The industry is simply late on the implementation1.
“It will learn” isn’t a misunderstanding of AI. It’s a correct specification of what intelligence means, aimed at a product that doesn’t deliver it. They’re not wrong about the requirement. The industry is late on the implementation.
And they’re not alone in noticing the gap. As one widely-read AI essayist put it, “LLMs don’t get better over time the way a human would… every session starts from scratch”2. The reason humans are useful, he goes on, isn’t raw intelligence — “it’s their ability to build up context, interrogate their own failures, and pick up small improvements and efficiencies as they practice a task.” That’s the missing thing. That’s what the buyer was asking for. So why doesn’t the industry have it, when the whole field is literally called machine learning?
The ladder of partial substitutes
Because the industry has been trying to answer the question — just with a series of things that look like learning and aren’t. Line the attempts up and they form a ladder. Each rung stores something; each rung stops one step short of the thing that makes storage into learning; and each one has a precise, nameable failure mode.
Rung 1 · Fine-tuning
Gradient learning into the model’s weights. It faded for business use for a specific reason: it learns how to sound, not what is true. Fine-tuning is a style-and-format tool — OpenAI’s own guidance says it plainly: “fine-tuning is not intended to teach a model new facts”3. Worse, when you push new knowledge in anyway, it backfires: a 2024 study found that once models finally absorb new facts through fine-tuning, it “linearly increases their tendency to hallucinations”4. And a fact baked into weights can’t be cited, can’t be audited claim-by-claim, can’t be corrected on its own, and can’t be deleted when the policy changes or a regulator asks.
Rung 2 · In-context learning
Put the knowledge in the prompt and the model reasons over it beautifully. This is real comprehension — and it’s RAM. It evaporates at session end. Every conversation is a brilliant new employee on their first hour, who is gone by lunch and arrives tomorrow a stranger again.
Rung 3 · Memory features
The consumer-app answer: scrape facts out of past chats, keep them, sprinkle them back in. This is encoding without integration — blobs of text in, blobs of text out. The new fact isn’t related to anything; it’s filed, not learned. It’s the reason these features so often unsettle rather than delight users5. (An honest nuance: implementations vary — some search raw history rather than storing lossy summaries, which is a real improvement6 — but none of them build a map. No typed relationships, no supersession, no receipts you can click, no way to traverse what the system “knows” about you and contest a claim at its source. Claims without a map.)
Rung 4 · Append-only logs
The most disciplined-looking substitute: write everything down, keep adding to it. This is capture without compilation — and it works, as the practitioners say, “within reason.” The catch is that within reason means until volume. Past a certain size the contradictions pile up unreconciled, the versions sit side by side both looking current, and retrieval degrades into the same haystack it was meant to fix. (I wrote a whole piece on the archetype of this failure: a dental practice owner who logged every staff question and answer for ten years, hundreds of pages, and whose staff still asked — Capture Was Never the Bottleneck.)
Notice what unites the whole ladder. Everything on it stores. That’s not the hard part — storage has been cheap for decades. What none of them do is the thing that turns stored information into learned knowledge. There’s a name for that thing, and a venture essay arguing for a different fix put it more sharply than I could:
“But retrieval is not learning. A system that can look up any fact has not been forced to find structure. It has not been forced to generalize.”
— a16z, “Why We Need Continual Learning”7
Store-and-look-up is not learning. Everyone knows this about students — the one who memorised the textbook and the one who understood it are not the same student, and you find out which is which the moment the question is phrased in a way the textbook didn’t. The ladder is a stack of memorisers. What’s missing is comprehension — and comprehension has a mechanism.
What learning actually is
Strip the word “learning” back to what it has to mean, in a person or a machine, and it isn’t a single act. It’s a loop — six stages, and every stage is load-bearing. Here is the whole loop, and the machinery a self-maintaining wiki uses to run each stage. This is the part the ladder never reaches.
| Stage of learning | What it means | How the wiki does it |
|---|---|---|
| Encoding | Take the raw experience in. | Ingest with synthesis, not transcription — read the source and write down what it means, not a copy of it. |
| Integration | Relate the new thing to everything already known. | The new claim is forced into relation with the rest of the graph — cross-referenced, contradiction-checked, wired to what it touches. |
| Consolidation | Reorganise, merge, compress while you rest. | The janitor: a nightly pass that replays, merges, prunes, and moves knowledge from raw capture into structured long-term form. |
| Forgetting | Let the superseded fall away — on purpose. | Deprecated-but-visible claims: the old answer is marked superseded, kept for the record, and no longer served as current. |
| Error correction | Notice you were wrong and fix it. | Contested edges and an exception loop: disagreement is held as structure and queued for resolution, not averaged away. |
| Transfer | Carry a lesson from one domain into another. | Cross-domain edges: a pattern learned in one corner becomes reachable from another. |
The keystone is the second row. Integration, not retention, is what learning is. A fact stored without connection to prior knowledge hasn’t been learned — it’s been filed. That single distinction is what separates the wiki from the entire ladder: everything on the ladder retains; only the wiki integrates. When it takes in a new claim, it has to answer where does this sit relative to what we already believe — does it confirm it, extend it, or contradict it? That question is the difference between a hard drive and a mind.
The distinction that matters
Integration, not retention, is what learning is. A fact stored without connection to prior knowledge hasn’t been learned — it’s been filed.
The consolidation stage is, rather beautifully, sleep
The third row deserves its own moment, because the correspondence is almost too neat. The janitor — the pass that runs over the knowledge base while nothing else is happening, merging duplicates, pruning the dead, promoting scattered notes into structured pages — is doing, mechanically, what your brain does at night.
Sleep researchers call it systems consolidation. During sleep, newly encoded memories are reactivated in the hippocampus, selectively consolidated — the ones relevant to your future get preference — and transferred from a fast, short-term store into the structured long-term networks of the cortex, in a “reorganisation that produces changes in the quality of the memory”8. Read that description again with a nightly maintenance job in mind: replay, select what matters, merge, move from the fast episodic buffer into structured long-term form. That is the janitor’s job specification, written by neuroscience thirty years early.
Consolidation is the janitor, and the janitor is sleep: the nightly pass that replays, merges, prunes, and moves knowledge from episodic capture into structured long-term form.
This is why the “just keep adding to the log” approach (rung 4) is not a smaller version of the same thing — it’s a system that never sleeps. It encodes and encodes and never consolidates, so it accumulates without ever getting smaller and smarter, which is what a good night’s consolidation actually achieves. A learner that only appends is a learner that never rests, and a learner that never rests is a hoarder.
Forgetting is a feature, not a bug
Which brings us to the fourth row, the one people find counter-intuitive. A system that can’t forget — properly, deliberately, by marking the old policy superseded when the new one lands — isn’t a diligent learner. It’s a hoarder. The 2019 answer and the 2024 answer sitting side by side, both looking equally current, is not a rich memory; it’s a trap. Real learning includes the discipline of letting go of what’s no longer true while keeping a record that it once was. Deprecated-but-visible: the superseded claim stays readable for anyone who needs the history, and stops being served as the answer. A learner that can’t supersede is a hoarder, not a student.
And transfer is the word the whole industry keeps borrowing
The last row is the one we point at when we call a person intelligent. When someone carries an insight from how a YouTube channel performed into how a product should be marketed — noticing the same shape in two different domains — we don’t call it retrieval. We call it intelligence. Cross-domain edges are the machinery: a pattern learned in one region of the graph becomes reachable, and reusable, from another. It’s the behaviour we admire in a person, made structural.
The inversion: learning belongs outside the model
Step back and the whole industry’s mistake comes into focus. Everyone has been trying to put the learning inside the model — bigger weights, longer context windows, memory bolted onto the product. And every version dies of the same disease: the learning is trapped in, and depreciates with, the learner. Fine-tune a model and your knowledge is welded to a specific set of weights that the lab will obsolete in six months. Rely on the context window and it evaporates at session end. Bolt on a memory feature and it’s locked to that vendor’s product forever.
The wiki does the opposite. It puts the learning outside the model, in an artifact. And every good property follows from that one move:
Why learning-in-an-artifact beats learning-in-the-model
- It survives model swaps. The disk outlives the CPU. Change the model underneath — a cheaper one, next year’s frontier one, one that doesn’t exist yet — and the accumulated understanding is untouched. It’s still your system.
- It’s inspectable. You can watch it learn, diff by diff, in version control. There’s no comparable thing for weights: a whole research field exists just to guess, after the fact, at what a trained model actually knows.
- It’s governable. A claim has an owner, a date, and a source. When it’s wrong, a person edits the page, and every agent reading that page behaves differently on its next pass.
- It’s the first kind of machine learning a business can trust — because trust requires the ability to check, and you can only check what you can read.
Human learning is opaque even to the human. Wiki learning is the only kind you can code-review.
None of this requires a smarter model. It requires a better place to put what’s learned. This is the finding that surprised me most in my own systems: I run an email triage agent that was hopeless when I first pointed it at my inbox, and became genuinely excellent once I gave it a wiki compiled from a few years of email. Nothing about the model’s intelligence changed — in fact it now runs on a small, cheap, frozen model and performs better than it did on a frontier one. The bottleneck was never cognition. It was input. (The economics of that trade — a compiled worldview letting a utility-class model outperform a frontier one — I’ve written up separately as Context Arbitrage; the governance half, the audit trail that makes a learned claim checkable, is The Model Is Not the Memory.)
Two honest boundaries
Two things this argument is not claiming, so it lands as strong rather than glib.
First, this isn’t “RAG with extra steps.” Retrieval finds relevant text at the moment you ask; it never concludes anything. The distinguishing stages of the loop — integration, consolidation, forgetting — all happen at write time, before any question is asked, precisely so that the reading is a navigation of already-compiled understanding rather than a fresh scramble through fragments. A retrieval system hands you all eleven answers to a question and leaves “which is current?” your problem. The learning loop concluded that once, when it consolidated, and recorded why.
Second, the loop can fail, and pretending otherwise would undercut the whole point. A consolidation pass run carelessly can merge two genuinely different ideas because they happened to be old and adjacent — collapsing a real distinction into a false unity. But here’s the tell that this is a learning substrate and not a black box: when it fails, you can see the failure and fix it. The merge is a diff in version history; you revert it. Contrast the weight-space equivalent, where the failure is invisible by construction. Which is exactly the point — a learner whose mistakes you can inspect and correct is categorically better than one whose mistakes you can only guess at.
The buyer’s question, answered honestly
So return to the practice owner, the ops manager, the founder who asks the question every buyer asks: will it learn our business?
For the entire history of the product category, that question has had exactly two honest answers, and both were bad. One was no, dressed up in marketing. The other was a memory feature that would eventually embarrass everyone by confidently surfacing something stale or half-true. Every buyer who asked the right question got one of those two answers, and quietly concluded they’d been foolish to expect more.
They weren’t foolish. They were early. Because there is now a third answer, and for the first time it’s the true one:
Yes, it will learn your business. And better — here’s the diff of what it learned this week.
That last clause is the part no prior architecture could offer. The learned state is a browsable artifact, so “what did it learn?” isn’t a philosophical question about a model’s inscrutable weights — it’s a git log. New pages, merged claims, a superseded policy, a freshly resolved contradiction. You can read the week’s learning the way you’d read a diligent new hire’s notes, and correct it where it’s wrong, and watch it compound. The questions your staff and your customers ask don’t stop, but they stop landing on the one person who used to be the only index. They land on a system that actually learned the answer — and can show you the source.
The naive users specified the product correctly, years ago. The rest of us have been building the missing half — the place to put what’s learned. It turns out the promise of AI learning was always keepable. It just wasn’t kept inside the model. It’s kept in the artifact.
Read the field guide: The Third Substrate
This article makes the buyer-facing case. The companion ebook makes the deeper one — that a self-maintaining wiki isn’t a metaphor for learning but a genuine, third class of machine learning. Learning has only ever lived in two substrates: the opaque numbers of neural weights, and the uneditable geometry of vector embeddings. The wiki is the third: natural language — legible, diffable, and the only one your business can own. It’s symbolic AI reborn with its old fatal flaw removed, it satisfies the textbook definition of machine learning with every neural component frozen, and it has a learning curve you can literally plot. The ebook link is in the post above.
If your business has been asking whether AI will ever really learn how you work, that question — answered properly — is what we build at LeverageAI.
References
- [1]Framing drawn from the source conversation this piece distils; the “correct specification of intelligence” observation and the six-stage learning loop are developed in full in the companion ebook, The Third Substrate. LeverageAI. leverageai.com.au
- [2]Dwarkesh Patel. “Why I don’t think AGI is right around the corner.” — “the fundamental problem is that LLMs don’t get better over time the way a human would. The lack of continual learning is a huge huge problem… every session starts from scratch”; “The reason humans are so useful is not mainly their raw intelligence. It’s their ability to build up context, interrogate their own failures, and pick up small improvements and efficiencies as they practice a task.” www.dwarkesh.com/p/timelines-june-2025
- [3]OpenAI Developer Community. “What does fine tuning actually do?” — “Fine-tuning is indeed not intended to teach a model new facts and instead is suitable to get the model to produce output in a certain style or format.” community.openai.com/t/what-does-fine-tuning-actually-do-fine-tuning-vs-knowledge-retrieval/709710
- [4]Zorik Gekhman et al. “Does Fine-Tuning LLMs on New Knowledge Encourage Hallucinations?” EMNLP 2024 (arXiv:2405.05904). — “We show that LLMs struggle to learn new knowledge through fine-tuning, but when they eventually do, it linearly increases their tendency to hallucinations w.r.t. their pre-existing knowledge.” arxiv.org/abs/2405.05904
- [5]a16z. “Why We Need Continual Learning.” — “This may help explain why explicit ‘the bot remembers you’ features, such as ChatGPT’s memory, often trigger user discomfort rather than delight.” a16z.com/why-we-need-continual-learning/
- [6]Simon Willison. “Comparing the memory implementations of Claude and ChatGPT” (Sept 2025) and “I really don’t like ChatGPT’s new memory dossier” (May 2025). — Claude’s consumer memory “recalls by only referring to your raw conversation history. There are no AI-generated summaries or compressed profiles”; whereas ChatGPT’s memory is “effectively collecting a dossier on our previous interactions.” simonwillison.net/2025/Sep/12/claude-memory/
- [7]a16z. “Why We Need Continual Learning.” — “But retrieval is not learning. A system that can look up any fact has not been forced to find structure. It has not been forced to generalize. The lossy compression that makes training so powerful… is exactly what we shut off the moment we deploy.” (Cited for its diagnosis; this article argues the cure is to put learning in an external artifact rather than back into the weights.) a16z.com/why-we-need-continual-learning/
- [8]S. Diekelmann & J. Born. “The memory function of sleep.” Nature Reviews Neuroscience 11, 114–126 (2010); and “System consolidation of memory during sleep.” — “sleep additionally supports an active process of system consolidation… the reactivation of newly encoded memories in the hippocampus, is selective in that memories with relevance for the individual’s future behaviour are preferentially consolidated, and leads to a reorganisation of the memory representation that produces changes in the quality of the memory.” pmc.ncbi.nlm.nih.gov/articles/PMC3278619
Discover more from Leverage AI for your business
Subscribe to get the latest posts sent to your email.
Previous Post
Capture Was Never the Bottleneck