The Intelligence You Measure Is the Intelligence You Built
Hatched by Mark Erdmann
Aug 24, 2026
11 min read
1 views
90%
What if the most important question about an AI system is not “How smart is the model?” but “Under what conditions does this system become smart?”
That distinction sounds philosophical until the stakes become concrete. A heat wave can lower exam performance enough to delay thousands of graduations. A language model can appear brilliant on familiar questions and ordinary on genuinely new ones. A small open model, given the right retrieval system, prompt optimization, memory, and tools, can outperform a much larger model used in isolation.
These are not unrelated curiosities. They point to a single fact that is easy to miss in the race to rank models: performance is not a property of an intelligence alone. It is a property of an intelligence operating inside an environment.
The environment includes temperature, time pressure, available memory, the quality of the questions, the design of the interface, the presence of tools, and the way success is measured. Once we understand that, many arguments about AI capability become less mysterious. We stop asking which model is “best” in the abstract and start asking which arrangement of model, context, tools, and evaluation produces reliable judgment.
The Myth of the Isolated Mind
Human institutions routinely pretend that performance reveals an individual’s underlying ability. Exams are treated as measurements of knowledge, even though concentration depends on sleep, heat, noise, hunger, stress, and the room itself. A student taking a test in a cool classroom and a student taking the same test in oppressive heat are not being tested under the same cognitive conditions.
The result is more than a small statistical distortion. If bad conditions cause enough students to fail, an apparently individual outcome becomes a system level failure. The student receives the grade, but the environment helped write it.
AI evaluation often makes the same mistake in a more technical form. A model is given a fixed benchmark, a fixed prompt, and a fixed interaction pattern. It receives a score that is then discussed as though the number were a stable quantity called intelligence. Yet the score may depend on whether the test data appeared in training, whether the model is allowed to search, whether the prompt was carefully optimized, whether examples are included, whether a tool can execute code, and whether the evaluator rewards fluent guesses or verified answers.
A model tested on old public questions is not necessarily being measured for reasoning. It may be measuring memory, pattern recognition, or exposure to benchmark conventions. This is why contamination resistant evaluations with regularly refreshed questions are so valuable. They attempt to separate remembered performance from generalizing performance.
That distinction resembles the difference between a student who memorized the answer key and a student who learned how to solve unfamiliar problems. Both may score well on a familiar exam. Only one has acquired a portable method.
A benchmark does not reveal intelligence by itself. It reveals the behavior produced by a model under a particular measurement regime.
This is not an argument that benchmarks are useless. It is an argument that every benchmark should be treated as an experimental apparatus. Change the apparatus and you may change the apparent mind inside it.
Capability Is Often a Property of the Scaffold
Consider a language model asked to answer a difficult question from memory. Now give it a search engine, a database, a calculator, a code interpreter, a long document, a verification step, and a way to ask itself the same question several times. The underlying weights have not changed, but the effective system may be dramatically more capable.
This is the central insight behind the growing importance of cognitive architecture. The model need not perform every intellectual operation itself. A domain expert can specify the high level control flow while the model handles narrower tasks: classify the problem, retrieve relevant evidence, generate candidates, call a tool, compare outputs, and revise the answer.
The analogy is an orchestra. Asking a raw model to do everything in one response is like asking one musician to play every instrument, follow the score, tune the room, and judge the performance simultaneously. A carefully designed architecture assigns roles. One component retrieves. Another proposes. Another checks. A final component decides whether the evidence is sufficient.
This also explains why prompt optimization systems can produce surprisingly large gains from existing models. Their power does not come from creating new knowledge inside the model. It comes from discovering better routes through knowledge the model already contains. A prompt is not merely an instruction. It is a control surface for activating different patterns of decomposition, attention, and verification.
Sometimes the improvement looks almost absurdly simple. A few carefully chosen examples, a requirement to generate multiple candidates, or an instruction to critique an answer before finalizing can transform results. The model was not suddenly educated. The surrounding procedure became better at eliciting and organizing its abilities.
The same principle applies to retrieval. Simple systems based on keyword search and probabilistic ranking can remain highly competitive because the main problem is often not deep understanding. It is locating the right information quickly and reliably. A sophisticated model with bad context can be less useful than a modest model supplied with the right passage.
Long context creates a similar temptation. If a model can absorb hundreds of thousands of tokens, it is easy to imagine that retrieval systems, databases, and structured memory have become obsolete. But having information in the room is not the same as using it correctly. Long context can improve recall while leaving compositional reasoning weak. The system may find the ingredients but fail to combine them.
The practical lesson is a design rule:
Before buying a larger model, ask whether the bottleneck is knowledge, search, decomposition, memory, verification, or execution.
A larger model is one possible remedy. It is not a universal one.
The New Evaluation Problem: Measuring the Whole Machine
Once capability depends on scaffolding, evaluation must expand. Testing a base model in isolation remains useful for scientific comparison, but it tells us little about the system people actually use. Real systems include prompts, retrieval, tools, caches, memory, routing, and human oversight.
This creates two distinct evaluation questions.
The first is: What can the model do under controlled conditions? This is where fresh, contamination resistant tests are essential. They help identify whether a model can reason through novel problems rather than reproduce artifacts from its training data.
The second is: What can the assembled system reliably accomplish? This requires task based evaluation in realistic workflows. A coding assistant should be judged not only by whether it can produce plausible code, but by whether the code passes tests, preserves existing behavior, handles edge cases, and reduces the time required from a developer. A research assistant should be evaluated on citation accuracy, uncertainty calibration, and the ability to distinguish evidence from speculation.
These two forms of evaluation can diverge sharply. A model might perform well on a clean reasoning test but fail in a messy workplace where requirements are ambiguous and information is scattered across documents. Another model might score lower in isolation but become more useful when paired with strong retrieval and a robust verification loop.
The danger is that leaderboard culture compresses all of this into one number. A single score encourages optimization toward the test rather than toward the underlying capability. If the public questions become predictable, systems learn the shape of the exam. If evaluators reward confident completion, systems learn to answer even when they should abstain.
The more capable AI becomes, the more dangerous this compression gets. A benchmark score can create the impression of broad competence while hiding a narrow success condition.
A better evaluation framework should measure at least four dimensions:
- Novelty: Were the tasks unseen and resistant to contamination?
- Transfer: Does the system succeed when the surface form, domain, or sequence changes?
- Reliability: Does it know when it is uncertain, and does it produce consistent meanings when asked again?
- Operational value: Does it improve outcomes in a real workflow, including speed, cost, and error reduction?
The third dimension is especially important. A system that occasionally produces a brilliant answer but cannot recognize its own confabulations may be less useful than a slower system that communicates uncertainty clearly. Repeated questioning can expose instability: if the model gives incompatible interpretations of the same problem, that inconsistency is evidence that the answer should not be trusted.
In other words, intelligence is not only the ability to produce a good answer. It is the ability to produce a good answer for the right reasons, under changing conditions, with an appropriate level of confidence.
Why Simple Components Keep Winning
There is a recurring pattern in machine learning: the most impressive system is often assembled from surprisingly ordinary parts. Keyword search, nearest neighbor classification, popularity based recommendation, cached context, and human designed workflows may appear unsophisticated next to a giant neural network. Yet they are often effective because they solve different subproblems cleanly.
This suggests a useful mental model: the capability stack is multiplicative, not additive.
Imagine five stages in an AI workflow:
- finding the relevant information,
- interpreting the request,
- generating a candidate answer,
- checking the answer,
- taking the correct action.
If each stage succeeds 90 percent of the time, the probability that the entire chain succeeds is only about 59 percent. Improving the model’s generation from 90 percent to 95 percent helps, but fixing retrieval or verification may matter more if those stages are weaker.
This is why a “dumb” component can have an outsized effect. Better search can prevent the model from reasoning over irrelevant evidence. A cache can provide an entire technical manual without repeatedly paying the cost of retrieval. A code execution tool can replace uncertain mental arithmetic with an observable result. A human approval step can prevent a rare but expensive action.
The best systems therefore resemble well designed organizations more than solitary geniuses. They route tasks, preserve memory, separate proposing from judging, and escalate uncertain cases. Their intelligence lies partly in the model and partly in the arrangement.
This also changes how we should think about local and open models. The question is not simply whether a smaller model matches a frontier model on a general benchmark. The question is whether a smaller model, running cheaply and privately, can be embedded in a workflow whose total performance is better for a particular job. An offline computer controlling agent may be more valuable in a sensitive environment than a stronger cloud model that cannot safely access the necessary files.
The winning system is often not the one with the most impressive isolated cognition. It is the one with the fewest costly failures at the point of use.
A Practical Framework for Building and Judging AI Systems
The next time you encounter a claim that a model is smarter, use a five question audit.
First, what exactly is being measured? Is the task testing recall, reasoning, tool use, communication, or completion of a real objective? A model can be excellent at one and weak at another.
Second, how new is the task? Ask whether the questions were public, repeated, or likely to have appeared in training. Fresh tasks are not perfect, but they make memorization less useful.
Third, what scaffold is allowed? Compare like with like. A bare model and a model with retrieval, code execution, multiple attempts, and expert prompts are different systems. Neither is illegitimate, but their scores answer different questions.
Fourth, where does the system fail? Do not average away failure modes. Record whether errors arise from missing information, faulty reasoning, poor retrieval, overconfidence, or incorrect action. Each failure requires a different intervention.
Fifth, does it improve a human outcome? The final test is not whether the output sounds intelligent. It is whether a person makes better decisions, completes work faster, learns more effectively, or avoids preventable mistakes.
Key Takeaways
- Treat benchmarks as instruments, not oracles. Prefer fresh tasks and inspect what a score actually rewards.
- Evaluate the complete system. Include prompts, retrieval, tools, memory, verification, and human review when measuring practical capability.
- Find the bottleneck before scaling the model. Better search, decomposition, or checking may outperform a larger model at lower cost.
- Measure calibration, not just correctness. A system that recognizes uncertainty is safer and often more valuable than one that guesses fluently.
- Test under variation. Change the wording, domain, context length, temperature, time pressure, and available tools to discover whether performance transfers.
The Environment Is Part of the Mind
We usually speak as though intelligence resides inside a skull or inside a set of model weights. But human and artificial intelligence are both more distributed than that. A person’s performance depends on the room, the tools, the instructions, the social setting, and the consequences of error. An AI system’s performance depends on prompts, context, retrieval, interfaces, evaluators, and the feedback loops surrounding it.
This does not make intelligence unreal. It makes intelligence conditional and engineered.
A student is not merely a score. A model is not merely a leaderboard position. Both are participants in systems that can either amplify ability or quietly suppress it. The heat in a classroom, the contamination in a benchmark, the absence of a verification step, and the quality of a retrieval pipeline are all variations of the same problem: we mistake an outcome shaped by conditions for a pure measure of capacity.
The most important frontier may therefore be neither bigger models nor more dramatic demonstrations. It may be the disciplined design of environments in which reasoning can survive contact with reality.
The future of AI will be decided less by which model appears smartest in isolation than by which systems make intelligence dependable when the conditions are unfamiliar, inconvenient, and consequential.
Once you adopt that view, the question changes. Instead of asking whether machines are intelligent, ask what kind of world allows their intelligence to count. That is the question that determines whether a clever demo becomes a useful institution, or merely another impressive score.
Sources
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 🐣