When a Model Knows More Than Its Answers Can Prove

Mark Erdmann

Hatched by Mark Erdmann

Jul 01, 2026

10 min read

86%

0

The Strange New Problem: Intelligence You Cannot Easily Measure

What if a model can learn something real, use it reliably, and still fail the tests we are currently using to judge it?

That is the uncomfortable possibility hiding inside two seemingly separate ideas. One is about evaluation: a benchmark that keeps changing its questions, trying to avoid contamination and measure something closer to genuine capability. The other is about learning itself: a model that can absorb structure from examples and then perform impressive acts of reasoning that were never explicitly taught, as if the knowledge lived somewhere deeper than the prompt.

Taken together, they point to a bigger shift. We are moving into a world where the central question is no longer, “Did the model see this before?” or even “Can it answer this question?” The harder question is: What kind of knowledge has the model internalized, and how do we know it is there if the surface behavior is only a partial window?

This matters because the way we measure intelligence shapes the kind of intelligence we build. If our evaluations are shallow, we optimize for shallow competence. If our training assumptions are wrong, we misunderstand what models are actually learning. And if both are true at once, we risk confusing memorized performance with real internal structure, or dismissing real structure because it does not show up in the narrow way we expected.


The Illusion of Knowing: Why Old Benchmarks Stop Telling the Truth

Benchmarks were supposed to be the referee. A fixed set of problems, a score, and a comparison. Simple. Clean. Useful. But once models begin training on public data at scale, the referee becomes compromised. The model may not be solving the problem so much as recalling a pattern from an enormous archive of prior exposure.

That is why contamination resistant evaluation matters. A benchmark with fresh questions each month does more than reduce cheating. It restores a more honest relationship between score and capability. It asks the model to perform in the present tense, not to recite the past. This is especially important because modern models often look smarter than they are, or less smart than they are, depending on whether the test is aligned with the way they learned.

There is a deeper issue here than data leakage. A benchmark can measure surface familiarity or latent competence, and those are not the same thing. Surface familiarity is the ability to recognize the shape of a problem because you have seen it before. Latent competence is the ability to recover structure, generalize, and apply knowledge in new forms.

Think of the difference between a student who memorizes ten exam answers and a student who understands algebra. Both may get the same score on a predictable test. Only one can solve a novel problem when the numbers change. In the AI world, the danger is that we often celebrate the first while claiming to measure the second.

That is why an evaluation can feel strangely intuitive even when it is technically demanding. A good benchmark does not merely produce a score. It reveals whether the model has something like a transferable skill. It tells us whether the model is learning the rule, or just the homework.

A benchmark is not valuable because it is hard. It is valuable because it separates recognition from understanding.


Learning Without the Prompt: The Hidden Geometry of Fine-Tuning

Now consider the more surprising claim: a model can be fine-tuned on simple input output pairs, never explicitly shown the underlying rule, and still internalize enough structure to do things far beyond the training task.

That sounds almost implausible until you view it through the right lens. The model is not merely storing examples. It is building a compressed representation of a hidden function, a statistical geometry that captures how inputs map to outputs. Once that geometry is formed, the model can sometimes invert the function, compose it with other operations, or generate code that expresses it explicitly.

This is more than pattern matching. It is a kind of inductive out of context reasoning: the model extracts a latent concept from examples and then manipulates that concept in new contexts without being handed a verbal explanation. In human terms, it resembles what happens when you learn a language feature by exposure, then suddenly find yourself applying it correctly in a new sentence even though nobody ever gave you a grammar lesson.

A concrete analogy helps. Imagine you watch a mechanic fix twenty different engines. No one tells you the theory of combustion, but over time you infer that certain sounds, temperatures, and delays correlate with specific failures. Later, when a new engine makes a similar sound, you can predict the problem and maybe even explain it to someone else. You did not memorize the cases. You learned the pattern beneath the cases.

That seems to be part of what is happening in these models. During fine-tuning, they do not just adapt their outputs. They may reorganize internal representations so that the function itself becomes accessible as a manipulable object. That is why they can sometimes generalize to inverse problems or composite operations. The knowledge is not a label. It is a structure.

This has a profound implication: the model may know more than it can directly tell you in a simple interaction. Its competence may be distributed across weights and activations in a way that is real but not easily human-legible.


The Shared Tension: Measuring a Moving Target

At first glance, benchmark design and internalized learning seem like separate topics. One is about evaluation, the other about representation. But they are actually two sides of the same epistemic problem: how do we know what a model really knows?

If a model learns structure implicitly, then a static benchmark may miss it. If a benchmark is contaminated, it may overstate it. If a model can solve a task in ways that are not verbally transparent, then both our tests and our interpretations may be misleading. The result is a new kind of measurement problem, one that is not solved by adding more questions alone.

This is the key synthesis: modern AI competence is increasingly about latent structure, while modern evaluation is increasingly about forcing that latent structure to reveal itself under conditions where memorization is unlikely. We are not just testing answers anymore. We are testing whether the model can recover a rule, carry it across formats, and use it in adjacent contexts.

That is why the best evaluations now resemble stress tests for generalization. They do not ask whether the model has seen the exact prompt. They ask whether the model can preserve an internal abstraction under transformation. Can it still reason when the phrasing changes? Can it still calculate when the example format shifts? Can it still infer when the obvious cue is removed?

A useful mental model is the difference between a map and a GPS trace. A GPS trace shows where you have been. A map shows the structure of the terrain. A contaminated benchmark often rewards GPS style memory. A deeper benchmark rewards map making. Fine-tuning on hidden functions suggests that models may actually be building maps, even when the training signal looks like a set of disconnected traces.

The real question is not whether the model has seen the road. It is whether it has learned the geography.


Why This Matters for Builders, Researchers, and Product Teams

If models can internalize functions and evaluations can better detect real capability, then a few familiar assumptions start to break.

First, prompt performance is an incomplete proxy for model intelligence. A model may appear weak in conversation while possessing deeper algebraic or conceptual structure that only becomes visible under the right probing conditions. That means product teams should be cautious about dismissing a model based on first impressions alone. The absence of obvious verbalization is not the absence of knowledge.

Second, fine-tuning is not just task adaptation, it is representational excavation. If the training signal is rich enough, a model may not simply learn to imitate outputs. It may uncover a hidden rule and reorganize itself around that rule. This suggests a more ambitious use of fine-tuning than many teams currently adopt. Instead of asking only, “Can we make it answer this task better?” we should also ask, “What structure does the model seem to have discovered?”

Third, evaluation should test transformations, not just completions. If a model truly understands a concept, it should be able to operate on it in multiple ways. Can it generate, invert, compose, explain, and transfer the concept across formats? A benchmark that checks only one of these may confuse shallow fluency for deep competence.

This leads to a practical principle: the more a system is capable of learning hidden structure, the more our tests should require the model to expose that structure in different guises. A single question is rarely enough. A family of transformations is better.

For example, if a model learns a symbolic rule from examples, do not stop at asking it to continue the pattern. Ask it to write code for the rule, derive the inverse, apply it in combination with another rule, and explain edge cases. If it can do all four, you have much stronger evidence that it has internalized the concept rather than merely mimicked the surface.


A Better Mental Model: Models as Compression Engines for Hidden Rules

The most powerful way to connect these ideas is to stop thinking of an LLM as a giant answer machine and start thinking of it as a compression engine for structure.

Compression is not just about making data smaller. It is about discovering regularities. A good compressor learns the pattern that makes the data predictable. That is exactly why a model that trains on examples can sometimes do more than repeat them. It has compressed the examples into an internal representation that can be reused.

This explains both the promise and the danger. A model may genuinely infer a latent function, yet remain vulnerable to evaluation artifacts. It may perform brilliantly on transformed tasks, yet fail to articulate its own reasoning in a way humans can inspect. It may look like an opaque oracle, but still be doing something akin to principled abstraction inside.

The tension, then, is not between intelligence and opacity. It is between structure and visibility. The structure can be there even when the visibility is low. The challenge for us is building tools that increase visibility without destroying the structure we want to observe.

That is why the combination of fresh benchmarks and out of context learning is so important. One keeps us honest about what has not been memorized. The other reminds us that what the model learns may exceed what its immediate outputs reveal. Together they push us toward a more mature science of model understanding.


Key Takeaways

  1. Do not confuse familiar answers with real capability. A model can perform well because it recognizes a pattern, not because it understands the underlying rule.

  2. Test transformations, not just repetitions. The strongest evidence of internalized knowledge is whether a model can generate, invert, compose, and transfer a concept.

  3. Treat fine-tuning as a way to expose latent structure. It may teach more than a task. It may reveal what the model has abstracted from examples.

  4. Use contamination resistant benchmarks to measure present tense ability. Fresh, changing questions are better at separating memorization from genuine generalization.

  5. Assume model knowledge may be deeper than its explanation. A lack of transparent reasoning does not necessarily mean a lack of reasoning.


The Real Lesson: Intelligence Is Becoming Harder to Read

The old picture of machine intelligence was simple. A model either knew the answer or it did not. The new picture is messier, and more interesting. A model can learn a hidden rule without being told the rule, use it across contexts, and still fail to make that knowledge obvious to us in the moment.

That changes what it means to build, evaluate, and trust these systems. The future will not belong to the benchmarks that are easiest to game or the prompts that are easiest to answer. It will belong to the evaluations that reveal structure, and to the models that can carry structure across boundaries we did not anticipate.

So the next time a model surprises you, do not ask only whether it got the answer right. Ask a better question: what kind of world model had to exist inside it for that answer to become possible?

That is where the real story is now. Not in the output alone, but in the invisible compression of the world that made the output possible in the first place.

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 🐣