The Hidden Interface Between Intelligence and Action

Rob Russell

Hatched by Rob Russell

Aug 12, 2026

9 min read

94%

0

What if intelligence is not primarily the ability to solve a problem, but the ability to recognize a solution when someone else has made it visible?

Fourteen chimpanzees had access to the materials needed to operate a puzzle box. They encountered those materials for three months, yet failed to discover the solution. Then, after observing a successful individual, they learned the complex skill. The crucial change was not the hardware, the reward, or the animals’ physical capacity. It was the arrival of social information.

A similar transformation occurs when an artificial intelligence system is connected to an external application. A language model may already be able to describe a flight, retrieve a document, or explain how to order food. But when it is connected to an interface that exposes the relevant actions, it can do more than talk about the world. It can operate within it.

These cases appear unrelated: one concerns chimpanzee culture, the other software architecture. Yet they reveal the same principle:

Capabilities remain dormant until an intelligible interface makes them actionable.

This principle changes how we think about learning, tools, artificial intelligence, and even human organizations. The bottleneck is often not intelligence itself. It is the availability of a usable demonstration, a shared protocol, or a social bridge between possibility and action.

The puzzle is not always difficult. Sometimes it is invisible

Imagine placing a locked box in front of someone who has never seen a hinge, latch, or key. Give that person all the necessary materials, then wait. They may push, pull, shake, or inspect the box. They may be highly intelligent and highly motivated. Still, they can spend a long time exploring without finding the relevant sequence.

Now imagine another person opening it. The first observer does not merely see a result. They see which surface matters, where force is applied, what order the movements follow, and which seemingly irrelevant actions can be ignored. The box has not changed. The observer’s search space has.

This is the hidden value of social learning. It does not simply transfer an answer. It compresses experimentation. Instead of testing thousands of possible actions, the learner receives a clue about where the important structure lies.

The chimpanzees’ failure before observation is therefore not evidence of incapacity in the ordinary sense. It is evidence that complex skills often require more than raw problem solving. They require discoverability. A solution can be physically available but cognitively inaccessible because the learner does not know which distinctions matter.

Humans face the same problem constantly. A spreadsheet may contain the data needed to answer a business question, but not the formulas, labels, or conventions that reveal how to use it. A company may possess talented employees, yet fail to execute because no one knows who can authorize a decision. A medical database may contain the relevant research, but a clinician still needs a search strategy and a way to interpret the results.

The presence of information is not the same as the presence of knowledge. The presence of a tool is not the same as the presence of a usable capability.

Interfaces are social information made durable

A successful demonstration from one chimpanzee to another is a temporary interface. It points attention toward a sequence that would otherwise be difficult to discover. A software interface performs a related function in a more formal way. It tells an intelligent system what actions exist, what inputs they require, and what outputs to expect.

When a conversational model is connected to an external application, the connection can provide several distinct forms of leverage. It can expose current information, retrieve private or specialized knowledge, and execute actions on behalf of a user. In each case, the system gains more than an extra database or a mechanical attachment. It gains a structured route from intention to consequence.

Consider the difference between these two requests:

  1. “What flights are available from Boston to Chicago tomorrow?”
  2. “Find the best flight from Boston to Chicago tomorrow and book it within these constraints.”

The first request can be answered through language and stored knowledge, although current information may be missing. The second requires access to a live system, a defined set of operations, and permission to act. The critical improvement is not that the model suddenly became more knowledgeable about aviation. It acquired a channel through which its knowledge and reasoning could affect an external process.

This is why interfaces should be understood as cognitive infrastructure. They do not merely make tools convenient. They determine what an agent can notice, attempt, verify, and complete.

A badly designed interface can hide a capability as effectively as an unopened puzzle box. An application may technically support a task, but if its operations are poorly named, its inputs are ambiguous, or its errors are opaque, the capability remains difficult to access. In contrast, a well designed interface narrows uncertainty. It presents actions in a form that another intelligence can understand and reliably use.

The social analogy is especially useful here. A demonstration does not pour a skill directly into another mind. It establishes a convention: “This is the relevant object. This is the meaningful action. This is what success looks like.” An API does something similar through schemas, function descriptions, authentication rules, and responses. It converts an opaque system into a legible partner.

The missing layer between knowing and doing

Many discussions of intelligence collapse several different abilities into one word. A more useful model separates four layers:

1. Potential: The agent has the physical or computational capacity to perform an action.

2. Representation: The agent understands what the action is and why it matters.

3. Interface: The environment exposes a reliable way to carry out the action.

4. Authorization: The agent is permitted to complete it and has enough context to do so safely.

The chimpanzees appear to have had potential. They could manipulate the box and respond to its contents. What they lacked was a representation of the relevant procedure. The successful demonstration supplied that representation.

A language model may have potential in a different form. It can reason about a calendar appointment, construct a query, or explain a purchase. But without an interface, it cannot reliably inspect the current calendar, submit the query to a live database, or complete the purchase. The missing element is not necessarily intelligence. It is the bridge between representation and execution.

This four layer model explains why adding more information often fails to solve practical problems. If a person does not know what to look for, giving them a larger archive may increase confusion. If an AI system lacks an action interface, giving it more instructions may produce a more eloquent description of an action it still cannot perform. If an employee lacks authorization, training alone will not make a blocked process move.

The practical question is therefore not simply, “Can this agent do the task?” It is:

What must become visible, structured, and permitted for the task to become doable?

This reframing is powerful because it redirects attention from improving the agent alone to improving the relationship between agent and environment. Learning is not always an internal upgrade. Sometimes it is the result of changing the surrounding information architecture.

The danger of a powerful interface

If interfaces unlock capability, they also shape it. The demonstration that teaches a chimpanzee how to open a box may transmit a useful convention. But social learning can also transmit inefficient habits, arbitrary preferences, or dangerous behavior. Once a method spreads, its popularity can be mistaken for its correctness.

The same problem appears in artificial systems. A tool connection can retrieve inaccurate records, expose sensitive information, or perform an irreversible action. A system that can act is more useful than one that can only describe, but it is also more consequential when it misunderstands.

This creates an important distinction between actionability and reliability. An interface increases actionability by reducing the distance between an intention and an external effect. It does not automatically increase truth, judgment, or wisdom. In fact, by making action easier, it can magnify small misunderstandings.

A responsible interface therefore needs more than a list of available functions. It needs boundaries and feedback. A booking operation should make constraints explicit and request confirmation before a costly commitment. A knowledge retrieval system should identify the source and freshness of its information. A system handling personal notes should distinguish authorized access from mere technical access. An action that changes the world should be easier to inspect than an action that merely generates text.

The chimpanzee example suggests a useful design principle: show the relevant structure, not just the successful outcome. A system should make clear what it did, which inputs mattered, what assumptions it used, and how the result can be checked. A black box that happens to succeed teaches little. A transparent process creates transferable understanding.

This matters for organizations as much as for software. When a skilled employee completes a complicated task, the organization should capture more than the final artifact. It should preserve the sequence, decision points, exceptions, and signals that made the result possible. Otherwise the institution repeatedly loses its innovations and forces each newcomer to rediscover them alone.

Build bridges, not just brains

The deepest lesson is that progress often depends on cultural and technical scaffolding. A group becomes more capable when successful solutions can travel. A software ecosystem becomes more capable when systems can communicate through clear, trustworthy interfaces. In both cases, the unit of intelligence is larger than the individual agent.

This suggests three ways to improve any learning or action system.

First, reduce the cost of noticing. Identify the objects, signals, and distinctions that matter. A tutorial should not merely list steps. It should explain what to pay attention to and what common distractions to ignore.

Second, reduce the cost of experimenting. Provide safe simulations, reversible actions, and meaningful feedback. If every mistake is expensive, learners avoid exploration. If every tool call is opaque, artificial systems must guess more than they should.

Third, preserve successful pathways. When someone discovers a useful method, encode it in a form others can inspect and adapt. This might be a demonstration, a checklist, a reusable function, or a clearly documented workflow. The goal is not to eliminate individual creativity. It is to ensure that creativity becomes a shared asset.

In this view, the most valuable technology may not be the system with the greatest isolated intelligence. It may be the system that makes more intelligence available across a network of people, tools, and institutions.

Key Takeaways

  • Separate potential from access. When someone fails at a task, ask whether they lack ability or whether the relevant procedure is hidden.
  • Treat interfaces as teaching devices. Names, examples, schemas, and feedback do not merely improve usability. They reveal what actions are possible.
  • Design for search reduction. Good demonstrations and tools narrow the space of wasted effort by showing which distinctions and sequences matter.
  • Add permission and verification to action. The ability to perform a task should come with clear boundaries, visible assumptions, and opportunities to confirm consequential steps.
  • Capture methods, not just results. A completed task is an endpoint. A transferable workflow is an enduring increase in collective intelligence.

The common fantasy about intelligence is that it lives inside an individual, waiting to be measured. But the puzzle box offers a more unsettling picture. A capable mind can remain stuck for months when the path is invisible, then become effective almost immediately when another agent reveals the right structure.

That is true of chimpanzees, humans, and artificial systems. Intelligence is not only what an agent can calculate in isolation. It is also what the surrounding world enables that agent to see, attempt, and safely complete.

The next great leap may therefore come not from building minds that know more, but from building environments that explain themselves better. The decisive invention is often not a stronger thinker. It is the bridge that lets a thinker discover what it can do.

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 🐣
The Hidden Interface Between Intelligence and Action | Glasp