When Knowledge Stops Living in the Prompt and Starts Living in the Model

Mark Erdmann

Hatched by Mark Erdmann

Jul 13, 2026

10 min read

88%

0

What if the model understands more than it can show?

Most people still think of an LLM as a machine that answers by pattern matching in the moment. Give it a prompt, it responds. Give it examples, it imitates. But what if some of the most important learning happens somewhere else, hidden in the weights, where the model can absorb structure without ever being handed the answer in the open?

That question becomes especially provocative when two facts are placed side by side. First, a model can be fine tuned on plain input output pairs and still learn enough to generate code, invert a function, and compose it with other operations, even when those skills were never explicitly demonstrated. Second, the same class of model can now run locally on an iPhone, right in your hand, with no cloud round trip at all. Put together, these developments suggest a shift that is bigger than convenience or speed. They point toward a new kind of intelligence, one that is increasingly compressed, portable, and opaque.

The real story is not just that models are getting smarter. It is that intelligence is moving from being something you query to something you carry.


The hidden curriculum inside the weights

The surprising part of fine tuning is not that a model learns. That would be banal. The surprising part is what kind of learning happens. If you train only on examples of the form x to f(x), the model does not merely memorize the pairs. It can infer the latent rule well enough to generalize beyond the surface data. It can write a Python definition for the function, find inverse inputs for a target output, and combine the learned function with other transformations.

That means the model is doing something closer to structure induction than retrieval. It is not simply storing answers. It is compressing a pattern into an internal representation that can be reused in unfamiliar ways. This matters because it blurs a boundary we have often treated as stable: the boundary between learning a concept and being able to use it.

A useful analogy is language learning. A student can memorize phrases like a tourist phrasebook, or they can internalize grammar so that new sentences become possible. What is striking here is that the model appears to move from phrasebook to grammar without anyone explicitly handing it the grammar book. The examples are enough. The shape of the rule is extracted implicitly.

The prompt is not the whole intelligence. It is just the surface where hidden structure becomes visible.

This leads to a deeper tension. If a model can internalize a concept in ways that are not directly legible, then the question is no longer only, “Did it learn?” The question becomes, “What exactly was learned, and how can we tell?”

That is a profound shift. In classic software, behavior is transparent by design. In classical training, the objective is explicit. But when a system learns a function in the weights and then manipulates it in novel ways, the resulting capability is no longer a simple function of inputs and outputs. It is an emergent competence, an internalized abstraction that exists even when no examples are present.


From in context demonstration to out of context reasoning

In context learning has become the default mental model for how LLMs work. Show a few examples in the prompt, and the model adapts. This is powerful, elegant, and intuitive. But it may also have made us underestimate what can be installed more deeply.

Out of context reasoning changes the frame. Instead of relying on temporary demonstrations in a prompt, the model acquires a reusable internal representation through training itself. That means learning is no longer dependent on the immediate conversational scaffold. The skill lives inside the model, not outside it.

This distinction matters because prompts are ephemeral and weights are durable. A prompt is like writing instructions on a whiteboard for one conversation. Fine tuning is like rewiring the room so the furniture arrangement already suggests the right behavior. The first is flexible. The second is embodied.

Here is the important insight: in context learning is often about selection, while fine tuning is about compression. In context learning helps the model select among behaviors already available. Fine tuning can alter the internal geometry so that a new concept becomes part of the model’s native repertoire. The model is not just being told what to do. It is being taught how to think about a domain.

That is why the result feels almost paradoxical. We assume explicit examples should be needed for explicit tasks. Yet the model can infer hidden algebraic structure from examples of behavior alone. It is like showing a child a set of moved chess pieces and, without naming the rules, the child infers the game.

This also explains why such capabilities can be simultaneously impressive and unsettling. They are impressive because the system generalizes beyond its training format. They are unsettling because the mechanism is not directly inspectable in human terms. The model knows something that the prompt does not say, and perhaps cannot say cleanly.


The phone in your pocket changes the meaning of learning

Now add the second development: a model like Llama 3 running locally on an iPhone.

At first glance this looks like an engineering milestone, and it is. Better quantization, better runtimes, better memory management. But philosophically it means something more interesting. It means the same internalized intelligence that once lived in a data center can now live in a pocket device, close to the user, offline, private, and continuously available.

That portability changes the economics of cognition. A cloud model is a service you reach across the network. A local model becomes a cognitive appliance, more like a calculator or camera than like a website. You do not visit it. You inhabit an environment where it is already present.

This is where the connection to hidden learning becomes especially deep. If intelligence can be compact enough to fit locally, then the model is not just learning structure. It is learning to become a deployable structure. The model is no longer a giant remote oracle that occasionally reveals insight. It is a compressed tool for reasoning that can sit on the edge, waiting to be activated.

Consider what this means for personalization. A locally running model can be adapted to a user’s habits, vocabulary, tasks, and preferences without transmitting everything to the cloud. In effect, learning becomes more intimate and more situated. The model can absorb your style of thought and the specific patterns of your work life. The intelligence is no longer general in the abstract. It becomes locally specialized.

But there is another implication, and it is easy to miss. When a model is both internally structured and locally deployed, the line between memory and computation starts to blur. Your phone no longer just stores information. It stores a way of transforming information. It can hold not only facts, but inferred functions. Not only documents, but operational competence.

That is a qualitatively different device.


The real shift: from information access to capability ownership

For decades, the core promise of digital systems was access. Search engines gave access to information. Cloud apps gave access to services. APIs gave access to remote capabilities. The next phase may be less about access and more about ownership of capability.

If a model can internalize a function and run locally, then the relevant unit is no longer a query or a document. It is a capability bundle, a learned behavior that can travel with the user. You are not asking, “What can the internet answer for me right now?” You are asking, “What mental machinery can I carry with me all day?”

This framing helps explain why the combination of fine tuned internalization and local inference is so powerful. The first supplies depth, the second supplies presence. Depth without presence remains a lab curiosity. Presence without depth remains a toy. Together, they create something more interesting: embodied intelligence at the edge.

A concrete example helps. Imagine a field technician with a local model trained on a company’s maintenance logs and part diagrams. The model does not merely search those documents. It internalizes recurring failure patterns, learns how components relate, and can reason about unknown cases on site, offline, inside a noisy facility with no signal. The value is not just retrieval speed. It is the migration of expertise into a portable, adaptable form.

Or imagine a researcher whose local assistant has absorbed the structure of a niche mathematical toolkit. Instead of asking the system to recite documentation, the researcher asks it to derive a transformation, compose methods, or invert a process. The model is not replacing the expert. It is becoming an extensible scratchpad for expertise.

In both cases, the model becomes less like a chatbot and more like a compressed collaborator.

The frontier is not whether models can answer more questions. The frontier is whether they can carry more competence per byte.

That phrase, competence per byte, may be the right lens for the next phase of AI. The contest is not only about parameter counts or benchmark scores. It is about how much usable structure can be packed into a device, retained across contexts, and activated without a server in the loop.


What to do with this shift now

If these two trends continue, the practical lesson is not simply “fine tune more” or “run models locally.” The deeper lesson is to change how you think about AI systems in general.

Start by asking whether the thing you need is external context or internalized skill. External context is best when the task is ephemeral, fast changing, or highly specific to a one off situation. Internalized skill is best when the task has recurring structure, compositional rules, or operational continuity. A good model system will probably need both, but they solve different problems.

Second, recognize that the opacity of internalized learning is not a bug to be eliminated completely. It is part of the tradeoff. When a model becomes better at compressing patterns, it may become less legible to us. That means evaluation must focus less on whether the system can repeat what it was shown and more on whether it can recombine, invert, and generalize responsibly.

Third, move toward workflows where the model is treated as a local working memory with learned structure. This changes product design. Instead of building every interaction around chat history and prompt engineering, build systems that can store durable task knowledge on device, while using prompts only to supply the current situation.

Fourth, be careful about trust. A model that internalizes structure can appear more capable than a retrieval system, but its confidence may exceed its transparency. If it can infer hidden rules, it can also infer them imperfectly. The more powerful the compression, the more important it is to design feedback loops, auditing, and guardrails.


Key Takeaways

  1. Distinguish temporary context from durable competence. A prompt can steer behavior, but fine tuning can install reusable structure.
  2. Look for compression, not just memorization. If a model can invert, compose, or generalize a learned function, it likely absorbed latent rules, not just examples.
  3. Treat local deployment as a cognitive shift, not just an engineering one. Running on device turns AI into a portable capability, not a remote service.
  4. Design for competence per byte. Ask how much usable reasoning a model can carry in constrained memory and offline settings.
  5. Assume opacity increases with power. More internalized learning can mean less directly interpretable behavior, so evaluation and guardrails matter more, not less.

The new question is not what the model knows, but where knowledge lives

The deepest implication of these developments is that AI is moving from a regime of visible instruction to one of hidden apprenticeship. Models are learning structure that does not always surface in the prompt, and that structure can now live on devices close to us. The result is a new kind of system: one that is not merely asked questions, but has absorbed ways of answering them.

That changes the meaning of intelligence itself. Intelligence is no longer just what can be expressed on demand. It is what can be internalized, compressed, and carried. In that world, the most important design question may not be, “Can the model respond?” It may be, “Can the model become a place where useful understanding resides?”

Once you see it this way, the real breakthrough is not that models can think. It is that thinking can now be packaged, trained, and taken with you. The prompt becomes only the surface. The deeper revolution is happening underneath, where knowledge stops living in the conversation and starts living in the model.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣