The Missing Half of AI Progress Is Not Intelligence, but the Loop Around It

Ante Gojsalić

Hatched by Ante Gojsalić

Aug 24, 2026

10 min read

92%

0

What if the most important breakthrough in artificial intelligence is not a smarter model, but a better way to organize the work that a model does?

A model can write a competent paragraph, classify an image, or answer a question. Yet useful intelligence rarely arrives as a single answer. Real work is iterative. It involves defining an objective, breaking it into parts, checking results, retrieving relevant context, revising mistakes, and deciding what to do next. The difference between a clever response and a dependable outcome is often the system surrounding the model.

This creates a revealing tension. On one side, recent progress has shown that smaller, efficiently trained language models can compete with or exceed much larger systems. On the other, simple autonomous task systems demonstrate that even an imperfect model can become more useful when placed inside a loop of planning, memory, execution, and feedback.

The deeper lesson is that AI capability is not located entirely inside the model. It is distributed across the model, its data, its memory, its tools, and the structure of the tasks it is asked to perform. A smaller engine in a well designed vehicle can outperform a larger engine bolted to a broken chassis.

Intelligence Has Two Layers

The first layer is what we might call latent capability: the ability encoded in the model itself. Training data, architecture, parameter count, and optimization determine what the system can recognize, predict, and generate. Better training can make a model more knowledgeable, more efficient, and more capable of generalization.

The second layer is operational capability: the ability to turn that latent competence into progress toward a goal. Operational capability depends on whether the system can remember prior work, decompose a vague objective, prioritize subtasks, use tools, and learn from intermediate results.

These layers are easy to confuse because both produce impressive demonstrations. Ask a model to draft a market analysis and it may produce fluent prose. But a genuine market analysis requires a sequence of activities: identify the customer, gather evidence, compare alternatives, test assumptions, calculate constraints, and revise the conclusion. Fluency can make the first draft look complete even when the underlying process is not.

A useful distinction is this:

A model generates possibilities. A system creates trajectories.

A possibility is an answer, suggestion, or piece of text. A trajectory is a chain of decisions in which each result changes what happens next. Most valuable work depends on trajectories.

This explains why efficiency and agency are not separate trends. More efficient models lower the cost of putting intelligence into repeated loops. A model that is inexpensive enough to call once can be useful for conversation. A model that is inexpensive enough to call fifty times can participate in research, planning, quality control, and software development. Efficiency changes not only the price of intelligence, but the kinds of processes that become economically and practically possible.

The Loop Is the Real Unit of Progress

Imagine two systems assigned the same objective: prepare a briefing on a new industry.

The first system receives the prompt and produces a polished report in one pass. It may contain useful information, but it has no explicit mechanism for asking what is missing. It does not know whether its sources conflict, whether the conclusion follows from the evidence, or whether the report answers the decision maker's actual question.

The second system begins by turning the objective into tasks. It identifies the need to map the industry, find major participants, compare business models, and locate recent changes. After completing one task, it stores the result. That result becomes context for generating the next task. If a gap appears, the system creates a follow up investigation. If two findings conflict, it assigns a reconciliation task.

The second system is not necessarily powered by a more intelligent model. Its advantage comes from structured recurrence. It converts a vague request into a process that can inspect its own state and choose the next useful action.

This suggests a more practical equation for AI performance:

Outcome quality = model capability multiplied by loop quality multiplied by feedback quality.

The multiplication matters. If any factor is close to zero, the total result collapses. A strong model with no memory forgets its own work. A sophisticated planner with poor retrieval repeats errors. A system with many tools but no evaluation mechanism merely automates confusion.

The equation also reveals why improvements outside the model can have disproportionate effects. If a system currently has weak task decomposition, improving that layer may produce a larger gain than adding many parameters. If it loses context between steps, better memory may matter more than a stronger writing style. Progress is often bottlenecked by the weakest part of the loop.

Memory Is More Than Storage

Many people describe vector databases and retrieval systems as if they were simply filing cabinets for AI. That understates their role. In an autonomous workflow, memory is not passive storage. It is the mechanism by which the past constrains and informs the future.

Consider a person planning a complex event. They do not merely remember facts. They maintain a changing representation of the situation: which venues are available, who has confirmed, what remains uncertain, and which decisions depend on others. Useful memory preserves not only content, but state.

An AI task system can approach this by storing the results of completed tasks and retrieving relevant material when selecting the next task. But the design challenge is deeper than saving text. The system needs to distinguish among several kinds of memory:

  1. Evidence, which records what was found.
  2. Interpretation, which records what the evidence might mean.
  3. Uncertainty, which records what remains unverified.
  4. Commitment, which records decisions already made.
  5. Open questions, which identify the next useful investigation.

Without these distinctions, memory becomes a pile of vaguely relevant passages. Retrieval may return information that sounds related but does not actually advance the objective. The system then mistakes recognition for progress.

This is why context retrieval should be judged by a harder standard than similarity. The right question is not, “Does this passage resemble the current task?” It is, “Does this passage change what the system should do next?”

That shift turns memory into a control mechanism. A good memory system reduces repeated work, exposes contradictions, and makes dependencies visible. It helps the system answer not only, “What do I know?” but also, “What is the highest value uncertainty remaining?”

The purpose of memory is not to preserve the past. It is to make the next decision better.

Autonomy Multiplies Errors as Easily as It Multiplies Effort

The promise of a self directing task loop is obvious. Give the system a goal, allow it to generate subtasks, let it execute them, and repeat until the objective is complete. But recursion introduces a danger: a small error in one step can become the premise for every step that follows.

Suppose a research system mistakenly identifies a company as a market leader. It then searches for evidence supporting that classification, compares the company with the wrong competitors, and produces a recommendation based on the distorted map. Each later task may be executed competently while the overall trajectory moves farther from reality.

This is a crucial difference between local correctness and global validity. A task can be completed exactly as specified while the task itself is based on a false assumption. Autonomous systems therefore need more than planning and memory. They need checkpoints that challenge the direction of the process.

Several safeguards follow from this principle:

Separate generation from evaluation

The same system that proposes a conclusion should not be the only system that approves it. A second pass can test factual support, identify missing alternatives, and search for evidence that would disconfirm the result.

Track assumptions explicitly

Every major task should expose the beliefs on which it depends. If an assumption is uncertain, downstream conclusions should inherit that uncertainty rather than presenting themselves as settled facts.

Prefer reversible steps early

Early actions should gather information and create options. Irreversible actions, such as sending a message, changing production code, or committing funds, should require stronger evidence and human approval.

Measure progress by uncertainty reduction

A long list of completed tasks can create the illusion of productivity. A better measure is whether important uncertainties have narrowed and whether the objective is closer to a defensible decision.

These safeguards reveal a broader point: autonomy is not the absence of supervision. It is the ability to operate within a carefully designed pattern of supervision. The more an agent can do without interruption, the more important it becomes to decide where interruption belongs.

Smaller Models Change the Design Space

When capable models require enormous resources, system designers naturally concentrate intelligence in a few expensive calls. Every request must be carefully packaged. The model is treated like a specialist whose time is scarce.

When smaller models become surprisingly capable and can be trained from broadly available data, a different design space opens. Intelligence can be distributed across many modest calls. One call can classify a document, another can extract claims, another can generate questions, and another can challenge a conclusion. The system can afford redundancy, comparison, and revision.

This resembles the difference between hiring one brilliant consultant for an hour and assembling a team that can conduct several rounds of research and review. The team may not contain a single mind dramatically superior to the consultant. Its advantage comes from role separation and repeated interaction.

The architecture of intelligence therefore begins to look less like a monolithic brain and more like an organizational process. Models take roles. Memory acts as institutional knowledge. Task generation resembles project management. Evaluation functions like quality assurance. Tools provide access to the external world.

The consequence is significant for builders. They should stop asking only, “Which model is smartest?” and begin asking:

  • What is the smallest model that can perform each step reliably?
  • Which steps benefit from independent repetition?
  • Where should the system retrieve context?
  • Which decisions require verification or approval?
  • How will the system know that it is making progress?

The best architecture may use different models for different cognitive jobs. A fast model can organize information. A stronger model can resolve ambiguity. A specialized tool can calculate. A human can judge values, risk, and consequences. Efficiency makes this composition affordable.

A Practical Framework: The Intelligence Stack

For anyone designing an AI workflow, it helps to think in five layers.

Layer one: objective. State what outcome matters and how success will be recognized. “Research competitors” is vague. “Produce a comparison that supports a pricing decision for a defined customer segment” is operational.

Layer two: decomposition. Convert the objective into tasks that produce observable intermediate results. Each task should answer a question, create an artifact, or reduce an uncertainty.

Layer three: memory. Store findings with provenance, confidence, unresolved questions, and links to dependent tasks. Do not treat every generated sentence as equally trustworthy.

Layer four: execution. Give the system access to the tools needed to act, whether those are search, code, spreadsheets, databases, or internal documents. Tool use should be constrained by permissions and reversibility.

Layer five: evaluation. Define checkpoints where the system tests its assumptions, compares alternatives, and determines whether the next task is justified. Evaluation should be part of the workflow, not an afterthought.

This stack creates a disciplined relationship between capability and agency. The model supplies flexible reasoning and language. The surrounding system supplies continuity, direction, and accountability.

Key Takeaways

  • Treat the workflow, not the model, as the unit of design. Map the full path from objective to evidence, action, and review.
  • Use cheap model calls to create productive redundancy. Ask separate passes to generate, retrieve, critique, and revise rather than relying on one impressive answer.
  • Design memory around decisions. Store uncertainty, assumptions, and open questions, not just documents or generated text.
  • Insert checkpoints before errors compound. Verify premises early, especially when later tasks depend heavily on them.
  • Measure progress by reduced uncertainty and improved decisions. Completed subtasks are useful only when they move the objective forward.

The future of AI may not be defined by a contest between larger and smaller models. It may be defined by how intelligently we arrange many acts of reasoning around a model that is already capable enough.

A single response is an event. A well designed loop is a form of institutional intelligence. It can remember, question itself, recover from partial failure, and turn yesterday's work into tomorrow's starting point.

That reframes the central question. Instead of asking whether a model is intelligent, ask what kind of process its intelligence can sustain. The decisive advantage may belong not to the system that produces the most dazzling answer, but to the one that reliably discovers the next question, preserves what it learns, and knows when it might be wrong.

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 🐣