The Best AI Does Not Know More: It Checks Better

Ante Gojsalić

Hatched by Ante Gojsalić

Aug 07, 2026

11 min read

89%

0

What if the next leap in artificial intelligence does not come from making models larger, but from making them more willing to admit that they do not know?

A language model can produce an elegant explanation while being completely wrong. It can also perform a useful action while having no reliable account of why that action makes sense. These are usually treated as separate failures: one of knowledge, the other of reasoning. But they share a deeper cause. The model is being asked to operate as if its internal representation were a complete map of the world.

A more durable form of intelligence emerges when two ideas meet: access to broad, efficient knowledge and the ability to test that knowledge through action. A model needs a rich internal map, but it also needs a way to look outside itself, gather evidence, revise its plan, and continue. The central lesson is not simply that models should be bigger or more capable. It is that intelligence depends on a productive relationship between memory and contact with reality.

A capable system is not one that always knows. It is one that knows when knowing is insufficient, then does something useful about it.

The false choice between thinking and doing

For decades, many discussions of intelligent systems have separated reasoning from action. Reasoning is imagined as an internal process: take a problem, manipulate symbols, and arrive at an answer. Action is treated as execution: follow a plan that has already been formed.

This division is convenient, but it is psychologically and practically inaccurate. Human problem solving rarely works that way. A doctor does not diagnose a patient once and then carry out a fixed script. The doctor forms a hypothesis, orders a test, observes the result, updates the hypothesis, and chooses the next test. A detective does not reason from a complete set of facts. The detective decides which missing fact is worth pursuing, gathers it, and changes the investigation accordingly.

The same pattern appears in ordinary life. If you are trying to repair a leaking faucet, you may begin with a plausible explanation. You then turn a valve, inspect the pipe, and discover whether your explanation survives contact with the mechanism. The action is not merely the final stage of reasoning. It is part of reasoning itself.

This matters because language models are often encouraged to generate long internal explanations before they interact with anything external. Such explanations can become self reinforcing. An initial mistake enters the reasoning chain, later steps accept it as a premise, and the final answer becomes more confident precisely because it contains more words.

The problem is not that reasoning traces are useless. They can help a system maintain a plan, remember subgoals, and handle exceptions. The problem is reasoning without correction. A thought that cannot be checked is only a hypothesis wearing the costume of a conclusion.

Knowledge is a starting point, not a destination

The rise of efficient foundation models changed the economics of access to advanced language capabilities. Models trained on very large collections of publicly available material demonstrated that impressive performance does not necessarily require the largest possible parameter count or an inaccessible private corpus. Better data selection, training efficiency, and model design can allow a smaller system to compete with much larger ones.

That result has an important conceptual consequence. Intelligence is not identical to scale. More parameters can provide a wider and more finely grained store of patterns, but scale alone does not guarantee sound judgment. A model may contain an enormous amount of information and still fail when the question depends on a recent event, an obscure detail, or a distinction absent from its training data.

Think of a foundation model as a highly compressed cultural memory. It has encountered countless descriptions of objects, events, arguments, and procedures. From these encounters it builds a predictive landscape: some continuations appear likely, others unlikely. This is extraordinarily useful, but it is not the same as possessing a live connection to the world.

A map can tell you that a road probably leads to a town. It cannot tell you whether a bridge washed away this morning. A model can tell you that a certain historical claim sounds plausible. It cannot, from memory alone, establish whether a newly discovered document contradicts that claim.

This distinction produces a useful framework:

  1. Internal knowledge supplies hypotheses, vocabulary, and candidate plans.
  2. External access supplies current evidence, missing facts, and constraint checks.
  3. Reasoning traces connect the evidence to the plan.
  4. Actions reveal whether the plan works.

Each component corrects a weakness in the others. Knowledge without access becomes stale. Access without reasoning becomes a sequence of disconnected searches. Reasoning without action becomes speculation. Action without a plan becomes aimless trial and error.

The intelligence loop: propose, inspect, revise

The most powerful synthesis is a simple loop:

Propose a belief. Take a targeted action. Observe the result. Revise the belief. Repeat until the uncertainty is small enough to act safely.

This loop sounds obvious because it is the foundation of science, engineering, and competent daily work. Yet it is easy to miss when interacting with language models, because their most visible output is verbal. Their fluency creates the impression that the answer is the primary product. In many important tasks, however, the answer is only the final residue of a longer process of uncertainty reduction.

Consider a question about whether a company violated a regulation. A purely verbal system may retrieve a familiar pattern and construct a confident explanation. A system with an action loop behaves differently. It identifies the specific factual claims that matter, searches a trusted record, checks the relevant date and jurisdiction, and distinguishes direct evidence from inference. Its reasoning is not merely a narrative added after the answer. It is a running ledger of what is known, what is assumed, and what must be verified.

The same structure applies to an interactive task. Suppose a digital assistant must purchase an item under a budget while satisfying constraints about size, delivery, and material. A fixed plan may fail because an item is unavailable or a shipping cost appears only at checkout. An acting system treats each interface response as information. It updates its options, abandons invalid paths, and chooses the next action based on the remaining uncertainty.

This is why a modest model with effective tool use can outperform a much larger model that relies solely on internal generation. The smaller model may know less in the abstract, but it can compensate by asking better questions of the environment. It does not need to remember every fact if it can recognize which fact is missing and retrieve it efficiently.

That observation suggests a broader measure of capability. We often evaluate systems by asking, “How much does the model know?” We should also ask, “How effectively can the model discover what it needs to know?” The second question captures a form of intelligence that parameter counts cannot fully represent.

Why openness and action reinforce each other

Efficient, openly accessible models and action oriented systems are connected in a less obvious way. When advanced models are available only as sealed services, users may benefit from their outputs without understanding how they were trained, what data shaped them, or how their behavior can be adapted. Openness makes experimentation possible. It allows researchers and builders to inspect, modify, evaluate, and combine models with tools suited to particular environments.

Action magnifies the value of that openness. A model that can be connected to a private database, a scientific instrument, a code repository, or a business workflow becomes more than a static language interface. It becomes a component in a larger knowledge system.

This does not mean that openness automatically produces reliability. A freely available model can still hallucinate, expose sensitive information, or take harmful actions. But accessible systems make it easier to design safeguards around the model rather than treating the model as an oracle. Developers can restrict which tools it may use, require confirmation for irreversible actions, log its evidence, and test it against local failure modes.

The distinction resembles the difference between owning a calculator and hiring an accountant. A calculator is limited, but transparent and composable. It can be embedded into a process whose assumptions are visible. A sealed accountant may provide a more polished answer, but if the answer is wrong, the path to diagnosis is less clear.

The ideal is not a model that operates alone. It is a verifiable cognitive stack: an efficient language model for proposing and organizing, external tools for checking and observing, and explicit policies for deciding when action is permitted.

The hidden cost of fluent autonomy

There is a temptation to celebrate autonomous systems that complete tasks without interruption. But uninterrupted completion is not the same as trustworthy completion. In fact, removing every pause can conceal the most important information: where the system was uncertain.

A reliable agent should not treat all decisions as equally reversible. Searching a public reference is cheap and easy to undo. Sending a legal notice, deleting a database, or transferring money is not. The agent should therefore allocate verification effort according to the cost of error.

This yields a practical principle called risk weighted deliberation:

  1. Estimate how uncertain the relevant belief is.
  2. Estimate the harm if the belief is wrong.
  3. Spend more time gathering evidence when both uncertainty and potential harm are high.
  4. Ask for human confirmation when the action is consequential and difficult to reverse.

The principle also clarifies the role of explanation. A useful explanation is not necessarily a long transcript of every token generated. It is a compact account of the decision state: the goal, the evidence consulted, the assumptions made, the alternatives rejected, and the point at which uncertainty became acceptable.

For example, an assistant scheduling a meeting might report: “The preferred room was unavailable, so I selected the next available room that fits twelve people. The booking is reversible.” That is more useful than a page of speculative internal monologue. Interpretability is not verbosity. It is the ability to connect an action to evidence and constraints.

A practical design pattern for better systems

The combined lesson can be turned into a concrete workflow for building or using AI systems.

1. Begin with a compact internal model

Use the model’s learned knowledge to generate candidate interpretations, plans, and questions. Do not force it to retrieve everything from outside sources. Internal knowledge is valuable because it provides speed and structure.

2. Mark uncertainty explicitly

Separate facts from assumptions. Label claims that are time sensitive, obscure, disputed, or central to the decision. A system that cannot identify its uncertain premises cannot choose effective actions.

3. Choose the smallest useful observation

Do not search randomly or call every available tool. Ask what single observation would most reduce uncertainty. This is the difference between purposeful inquiry and tool driven activity.

4. Update instead of defending

When evidence conflicts with the initial plan, revise the plan. Do not preserve a smooth narrative at the cost of accuracy. The ability to abandon a plausible explanation is often more valuable than the ability to produce one quickly.

5. Match autonomy to reversibility

Allow automatic action when mistakes are cheap to undo. Insert confirmation, additional checks, or human review when consequences are durable.

6. Preserve an evidence trail

Record which sources, observations, and constraints led to the result. This supports debugging, trust, and institutional learning. A system that gets the right answer for the wrong reason remains fragile.

These practices apply even when no advanced agent is involved. A researcher using a language model can ask it to propose hypotheses, identify uncertain claims, and list the evidence required to verify them. A programmer can have the model generate a solution, run tests, inspect failures, and revise the code. A manager can use a model to draft a decision memo while requiring every important assertion to be tied to a source or explicit assumption.

Key Takeaways

  • Treat model outputs as hypotheses, not verdicts. Fluency indicates that a pattern is probable, not that a claim is true.
  • Combine internal knowledge with external checks. The model supplies speed and structure; tools supply current evidence and contact with reality.
  • Use actions to improve reasoning. Search, testing, and observation are not merely execution steps. They are ways of thinking.
  • Measure discovery ability, not only stored knowledge. A system that can identify and retrieve missing information may outperform one with a larger but isolated memory.
  • Scale autonomy by risk and reversibility. Fast action is valuable when mistakes are cheap. High consequence decisions require stronger evidence and clearer approval.

The deepest shift is a change in what we mean by intelligence. We have often imagined intelligence as the possession of a vast internal world, a library compressed into a model that can answer almost anything. That image explains the importance of foundation models, but it leaves out the role of inquiry.

A better image is an organism moving through an uncertain environment. Its memory gives it expectations. Its actions reveal the world. Its observations reshape its expectations. Intelligence lives in the loop, not exclusively in the memory or the movement.

The most promising systems will therefore not be those that merely speak with greater confidence. They will be those that know how to turn uncertainty into a sequence of useful questions, how to make their beliefs answerable to evidence, and how to stop before an unverified guess becomes an irreversible event.

The future of AI may depend less on building an artificial oracle than on building an artificial investigator. The oracle tries to be right before it looks. The investigator looks in order to become right.

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 🐣