Did AI Really Figure That Out? How to Test Novelty, Generalization and Memorization

AI Made It Possible · Evidence Test

Did AI Really Figure That Out? How to Test Novelty, Generalization and Memorization

If an AI gives us an answer no person in the room could produce, that is impressive. But what exactly does it prove?

The answer depends on what the system had already seen, what tools it could use, whether the task was genuinely new, and whether the result survives independent verification.

FAST ANSWER

A strong AI result can come from several different mechanisms: memorization, retrieval, recombination, interpolation, pattern transfer, or genuine generalization to a novel problem. A benchmark score usually tells us that the system succeeded. It does not automatically tell us how it succeeded.

The basic problem: performance is visible, process is harder to see

Imagine two students get the same answer right.

One saw the answer yesterday and remembered it. The other had never seen the problem and worked it out from first principles.

The score is identical. The evidence about intelligence is not.

AI evaluation has the same problem at a much larger scale because modern models are trained on enormous amounts of data. A system may have seen the exact problem, a close variation, a discussion of the answer, a code patch, a textbook explanation, or thousands of structurally similar examples.

THE MAIN POSSIBILITIES

Memorization

The system reproduces something it encountered during training or exposure.

Retrieval

The system finds useful information from an external source such as the web, a database, a file or a tool. This can be extremely useful, but it is different from solving a sealed problem with no outside access.

Recombination

The system combines known ideas or patterns into a new arrangement. Humans do this too. Recombination can be genuinely creative without proving deep general intelligence.

Interpolation

The system fills in a plausible answer between patterns it already knows. It can look novel while still remaining close to the structure of the training distribution.

Generalization

The system applies what it learned to a genuinely new problem or situation that was not simply memorized.

Novel discovery

The system produces a result that was not already known, and independent experts can verify that the result is actually correct or useful.

Why François Chollet's distinction matters

François Chollet's work on measuring intelligence argues that skill on a task is not the same thing as intelligence itself. A system can become extremely skilled if it receives enough prior knowledge, training data and exposure.

His alternative focuses on skill-acquisition efficiency: how effectively a system can learn and adapt when faced with new problems.

That is a useful distinction because a model that has seen millions of examples can look brilliant on familiar tasks while still struggling when the structure of the problem changes.

Benchmark contamination is not a minor technical detail

A benchmark is supposed to test what a model can do.

But if the benchmark, its answers, or close variants appear in training data, the test can become partly a memory test.

That concern is no longer theoretical. In 2026, OpenAI stopped relying on SWE-bench Verified as a frontier coding measure after finding signs that models could reproduce task-specific details that suggested contamination. OpenAI's broader evaluation guidance now recommends preferring private or newly created tasks and checking whether models can reproduce benchmark-specific information before solving.

Google DeepMind has gone even further by piloting double-blind evaluations designed to keep proprietary test items hidden from the model developer and prevent future optimization against the test.

If the exam leaked, a perfect score proves less than people think.

Why private and newly created tasks are stronger evidence

ARC-AGI uses private evaluation tasks specifically to reduce leakage and overfitting. Its core idea is to give systems a small number of examples and then ask them to infer the rule needed to solve a new case.

Humanity's Last Exam was built for a related reason: many older academic benchmarks had become too easy for frontier models. Its questions are designed to be original, difficult and resistant to simple internet lookup or database retrieval.

OpenAI's FrontierScience work similarly holds back part of its scientific evaluation set to help track contamination and uses original research-level tasks designed by scientists.

Retrieval is not fake intelligence—but it changes the claim

This is where I think public discussions often become unfair in both directions.

If an AI agent is allowed to search the web, use a calculator, query a database and run code, then using those tools is part of the system's capability. Humans use tools too.

But if we want to know whether the underlying model can reason through a new problem from limited information, then giving it unrestricted retrieval changes the experiment.

Both can be valuable. They are simply measuring different things.

A research assistant that knows how to find the right paper may be extremely useful. A model that can independently derive a new principle is making a stronger cognitive claim.

What would count as stronger evidence of real generalization?

The novelty test

1. Create the task after training. The strongest version is a problem the model could not have encountered during pretraining.

2. Keep the test private. Reduce the chance that the questions, answers or close variants leaked into training or tuning.

3. Control tool access. Make clear whether the system is reasoning from the prompt, retrieving external information, or doing both.

4. Change the surface details. Test whether the model can solve structurally similar problems that look very different from examples it has seen.

5. Change the structure itself. Stronger evidence comes when the model adapts to a task family it was not specifically optimized for.

6. Repeat the result. One success can be luck. Generalization should survive across multiple genuinely new tasks.

7. Compare against strong humans. The relevant question is not only whether the model beats an average person, but how it performs against experts given comparable information and tools.

8. Verify the answer outside the benchmark. For science, engineering or mathematics, the strongest evidence is a result that independent humans can test and confirm in the real world.

Novel discovery is a stronger test than exam performance

There is a difference between answering a difficult question and producing knowledge humanity did not already have.

If an AI proposes a new theorem, drug candidate, material, engineering design or scientific mechanism, and independent experts verify that it works, the evidence becomes much stronger.

Even then, we should still ask how the result was produced. But a validated discovery that could not simply have been retrieved from existing literature is much harder to dismiss as memorization.

What if the strategy does not look human?

There is another possibility that becomes more important as systems improve: the AI may reach a correct result using a strategy that no person explicitly taught it and that does not resemble the way a human expert would approach the problem.

That does not automatically prove a new form of intelligence. Training can produce internal representations and problem-solving shortcuts that are difficult for humans to interpret even when the underlying behavior still grows from patterns in human-created data.

But it does change the test.

If a system repeatedly solves genuinely new problems using an approach that was not present in the examples it was trained on, transfers that approach to other unfamiliar problems, and produces independently verifiable results, then “it only copied us” becomes a weaker explanation.

The important evidence is not that the method looks alien. It is that the method works, transfers, and survives tests designed to rule out memorization and retrieval.

MACHINE-NATIVE REASONING: A CAREFUL DEFINITION

For this series, I use machine-native reasoning as a practical description, not as a settled scientific category.

It means a problem-solving strategy or internal representation that emerges from the machine's own training and computation rather than being a recognizable human procedure copied step-by-step. It may still be ultimately derived from human data, objectives and architecture. The phrase does not imply consciousness, independence from human design, or a mysterious new mind.

What would make the evidence stronger?

Novel problems. The task should be created after training or otherwise kept outside likely exposure.

Transfer. The strategy should work across multiple unfamiliar tasks rather than one lucky example.

Interpretability where possible. Researchers should inspect internal mechanisms instead of relying only on verbal explanations generated by the model.

External verification. A surprising method matters more if independent experts can confirm that it produces a correct theorem, design, prediction or scientific result.

Resistance to prompting changes. If the capability disappears whenever the wording changes, it may be shallower than it first appeared.

A machine does not have to think like us to demonstrate intelligence. But being unfamiliar to us is not, by itself, proof that it has escaped its training.

Research support: emergence and interpretability

Current interpretability research gives us a better way to talk about this without overstating it.

OpenAI's 2025 sparse-circuit work emphasizes that modern neural networks are not written as explicit step-by-step rule systems. Developers define the training process, but the specific internal features and circuits that emerge are learned through optimization and can be difficult for humans to trace. That is one reason interpretability has become its own research field.

This supports a narrow but important claim: an AI system can develop internal mechanisms that were not manually specified by a human programmer.

It does not prove that those mechanisms are independent of the data, objectives, architecture or optimization process supplied by humans. It also does not prove consciousness.

Recent evaluation research reinforces the same caution. Stronger evidence of a genuinely new strategy comes when the result survives private or newly created tasks, transfers across unfamiliar problems and can be independently verified.

Sources: OpenAI — Understanding neural networks through sparse circuits (2025); ARC Prize — ARC-AGI-2 Technical Report; Google DeepMind — Double-blind AI evaluations.

The clone question gets harder here

This connects directly to the problem raised in the superintelligence article.

Suppose an AI has absorbed so much human knowledge that it can combine our ideas faster, more broadly and more accurately than any individual person.

At some point, that recombination may produce results no single human has produced before.

Does that count as intelligence?

I think the better question is more specific:

What kind of intelligence has been demonstrated?

A system can be derivative in origin and still become generative in consequence. Human knowledge itself is cumulative. We also learn from previous people, absorb patterns, imitate, recombine and eventually create.

So “it was trained on human data” cannot, by itself, settle the argument.

The stronger test is whether the system can continue adapting when the answer is not already embedded in the material it learned from.

THE DISTINCTION I WANT TO KEEP

“New to me” is not the same as “new to humanity.” And “new to humanity” is not automatically the same as “proof of consciousness.”

A chatbot can surprise a user with an answer that already existed somewhere.

A model can generate a combination nobody has written down before.

A system can solve a genuinely novel problem.

A system can make a verified discovery.

Those are progressively stronger claims. None of them, by themselves, establish subjective experience.

Beginner's glossary

Benchmark

A standardized test used to compare AI systems.

Contamination

When the model may already have seen the test, answer or very similar material before evaluation.

Generalization

Applying learned knowledge successfully to a new situation rather than merely repeating something memorized.

Retrieval

Finding information from an external source such as the web, a database or a file.

Recombination

Combining existing ideas or patterns into a new arrangement.

Novel task

A problem that is genuinely new to the system rather than a familiar example with minor changes.

Held-out test

A portion of an evaluation kept hidden so it cannot be intentionally trained against.

Double-blind evaluation

An evaluation designed so neither the model developer nor the evaluator can easily leak or optimize against the hidden test material.

Continue the research path

AI Is Not One Thing →

Superintelligence: How Would We Actually Know? →

Is AI Conscious Yet? →

Who Is Behind the Curtain? →

AI Made It Possible →

Sources and further reading

Research review: September 23, 2026. This article distinguishes observable performance from the harder question of how that performance was produced.

AI Made It Possible · Main Investigation

This article is one branch of the larger evidence map. Start with: AI Could End Humanity Within a Decade. So What Are We Doing About It? →

AI Made It Possible · Research Spine

Where this article sits: Core 2 of 8 · Evidence foundation — separates memorization, retrieval and recombination from stronger evidence of generalization.

Supporting investigations

The AI Panic Machine · Will AI Take Your Job? · If AI Is Going to Kill Us, Show Me the Evidence · The AI Boom’s Missing Economic Breakthrough

Return to AI Made It Possible →

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.

articleall levelsHow to Use Jack Righteous
On this page

    Keep Jack Righteous in your Google results

    Make Jack Righteous a preferred source.

    Google can highlight preferred publications more prominently for you in Top Stories, AI Mode and AI Overviews when those features are available.

    The Righteous Beat

    Get the week’s most useful creator guidance, platform changes and free resources.

    Join the free newsletter →