Why the Next Great AI Will Need to Learn Like a Robot and Search Like a Librarian

Darren LI

Hatched by Darren LI

Jun 03, 2026

9 min read

74%

0

The real test of intelligence is not knowing, but doing

What if the most important question about AI is not whether it can answer anything, but whether it can act on anything?

A model that can explain a topic is useful. A model that can manipulate objects is impressive. But the deeper leap is when one system can take a messy instruction, a visual scene, and a vague goal, then turn all of that into the right sequence of actions. That is the difference between a confident talker and a capable agent.

This is where an interesting tension appears. One direction of progress teaches machines to move through the physical world: imitate a demonstration, follow a command, reach a visual target, and generalize across unseen tasks. Another direction teaches machines to move through information: explore any topic, ask better questions, retrieve context, and help a user reason across a broad landscape of knowledge. At first glance, these look like separate ambitions. One belongs to robotics, the other to chat and search. But they are actually two answers to the same problem: how intelligence handles open-ended prompts under uncertainty.

The deepest lesson is this: the next leap in AI will not come from a system that merely understands language or merely controls motion. It will come from systems that can translate intent into trajectories, whether those trajectories are steps in a physical space or steps in an informational one.


A prompt is not a sentence, it is a compressed world

We often talk about prompts as if they were commands. In reality, a good prompt is a compact representation of a much larger situation. “Put the red block in the bowl” is not just a sentence. It implies object identity, spatial relations, motor constraints, uncertainty, and a hidden expectation that the system will infer what is left unsaid.

That is why multimodal prompting is so revealing. A prompt can include language, a visual target, or even a one-shot demonstration. Each modality fills in a different kind of missing information. Language tells you the goal. A demonstration shows the style or structure. A visual goal says what success should look like. Together, they form a richer instruction packet than any single channel could provide.

This matters far beyond robotics. Modern knowledge tools also operate by compressing a world into a prompt. A user does not say, “Please give me a comprehensive ontology of supply chain risk with recent legal precedents and opposing views.” They say, “What should I know about supply chain risk?” The system must infer scope, depth, and the likely intent behind the question. In both cases, the intelligence task is the same: expand a compact signal into an appropriate sequence of decisions.

A prompt is not a request for an answer. It is a test of whether the system can infer the hidden structure of the situation.

The better the model gets, the less it relies on a single type of clue. It learns to integrate multiple weak signals into one coherent plan. That is why multimodality is not just a feature. It is a philosophy of intelligence.


The hidden skill is not prediction, but decomposition

It is tempting to think the hard part of AI is guessing the right output. But the real challenge is usually breaking a problem into the right sequence of subproblems.

Consider a robot asked to place a cup on a coaster. The final action may look simple, but success requires a chain of inferences: locate objects, estimate grasp points, avoid collisions, adjust for uncertainty, and recover when the first attempt is imperfect. A language system asked to help a user explore a topic faces an analogous task: define the question, identify relevant subtopics, choose an order, decide what to explain first, and know when to ask follow-up questions.

This is where transformer-based agents become interesting. They do not merely output a response in one shot. They generate a sequence autoregressively, which means each step depends on what came before. That is an elegant match for action in the world, because action itself is sequential. You do not solve a task all at once. You unfold it.

A helpful mental model is to think of intelligence as trajectory design:

  1. Read the prompt.
  2. Infer the true goal.
  3. Decompose the goal into intermediate states.
  4. Move through those states with feedback.
  5. Recover when reality differs from expectation.

This applies to manipulation, but also to knowledge work. A strong research assistant does not dump information. It creates a path. A strong robot does not execute a gesture. It creates a path through space. In both domains, success comes from turning ambiguity into a sequence that can survive contact with reality.

That is why systems trained on diverse, procedurally generated tasks matter so much. They learn not a single trick, but the deeper habit of planning under variation. When tasks change slightly, the system cannot rely on memorization. It must learn the structure that persists beneath the variation.


Generalization is the real intelligence test

Most demos are easy. The real question is what happens when the task is unfamiliar.

A system may look brilliant if it has seen almost the same setup before. But the harder achievement is zero shot generalization, where it succeeds without being explicitly trained on that exact task. That is the difference between pattern matching and adaptable reasoning. It is also the difference between a tool that feels magical in a narrow setting and one that becomes broadly useful.

The value of large-scale, procedurally generated benchmarks is that they force the issue. If thousands of tabletop tasks are generated with varying objects, layouts, and prompt types, the model cannot simply memorize. It must learn rules that transfer. The same pressure exists in information systems. A search assistant that only works on familiar fact patterns is brittle. A truly helpful assistant must handle unfamiliar domains, unexpected phrasing, and incomplete context.

This is where the analogy becomes powerful. In robotics, the environment resists you physically. In knowledge work, the environment resists you semantically. In both cases, the system must not overfit to a single surface form of the problem. It must learn the invariants beneath the prompt.

Think of it like learning to cook instead of memorizing recipes. A recipe is a specific sequence. Cooking skill is the ability to recognize ingredients, constraints, and timing, then adapt in the moment. General intelligence is closer to cooking than copying. It requires judgment under variability.

The most important implication is that benchmarks should not just ask, “Can it do the thing?” They should ask, “Can it do the thing when the world changes in small but consequential ways?” That is where brittle intelligence reveals itself. And that is where robust intelligence begins.


The convergence of robot brains and knowledge brains

At first, it may seem strange to compare a tabletop robot and an AI exploration tool. One moves blocks, the other moves ideas. Yet both reveal a future in which AI systems are no longer passive answer machines. They are guided operators.

A guided operator does three things well. First, it understands the instruction in context. Second, it chooses a path through uncertainty. Third, it adapts as new information arrives. That description fits a robot manipulating objects and an assistant helping a user explore a topic.

This is not a coincidence. The architecture of useful intelligence is converging around a few shared principles:

  • Multimodal grounding: meaning is anchored in more than text.
  • Sequential decision making: solutions unfold over time.
  • Generalization pressure: tasks vary enough to prevent memorization.
  • Interactive refinement: the system improves as it gets feedback.

Once you see this, the distinction between “robotics AI” and “chat AI” becomes less absolute. A good knowledge assistant is already a kind of robot, except its objects are concepts. A good robot is already a kind of search engine, except its results are grasp points and placements. Both systems search a state space. Both systems must choose actions that reduce uncertainty.

The future of AI may be less about whether a model can answer a question, and more about whether it can carry a goal from uncertainty to completion.

That reframing changes what we should expect from intelligent systems. We should not only ask them to be fluent. We should ask them to be reliable navigators.


What builders should learn from this

If intelligence is trajectory design, then product design changes too. The goal is no longer to create a box that returns an answer. The goal is to create a system that helps users move through a space of possibilities with confidence.

For robotics, that means training agents on diverse prompts, varied visual cues, and tasks that require composition, not just repetition. For knowledge tools, it means designing interfaces that support exploration, not just retrieval. A good exploratory assistant should clarify intent, reveal assumptions, surface alternatives, and keep the user oriented.

There is a deeper product lesson here: the best AI systems do not replace human judgment, they scaffold it. They reduce the cost of making the next good move. In a physical setting, that move might be adjusting a grasp. In an informational setting, it might be refining a query or challenging a premise.

This is why shallow “answer first” interfaces often disappoint. Users do not merely want content. They want momentum. They want a system that helps them get unstuck. That may mean showing intermediate steps, visualizing options, or accepting a multimodal prompt that captures the real intent more faithfully than plain text ever could.

The most valuable AI products will feel less like oracles and more like skilled collaborators. They will know when to act, when to ask, and when to propose a plan.


Key Takeaways

  1. Treat prompts as compressed worlds, not just commands. The better the system understands hidden context, the more reliably it can act.

  2. Measure intelligence by generalization, not memorization. Ask whether the model can handle unfamiliar variations, not just familiar patterns.

  3. Think in trajectories, not outputs. Whether in robotics or knowledge work, the core skill is decomposing a goal into a sequence of recoverable steps.

  4. Design for scaffolding, not just answers. The best AI helps people navigate uncertainty, not just receive a final result.

  5. Use multimodal input when the problem is underspecified. A demonstration, image, or visual target can often carry more intent than a longer sentence.


The deeper frame: intelligence as the art of carrying intent

We usually admire intelligence when it looks like certainty. But the more interesting form is much humbler. It is the ability to take a vague intention, preserve it across uncertainty, and arrive at something useful on the other side.

That is what makes the connection between robot manipulation and exploratory AI so powerful. In both cases, the system is not merely interpreting language. It is carrying intent through a difficult medium. In one case, the medium is the physical world. In the other, it is the search for understanding.

This reframes the future of AI in a useful way. The big question is not whether models will become better talkers, better movers, or better searchers in isolation. It is whether they will become better at the hardest thing intelligence does: turning partial guidance into successful action.

Once you see that, the boundary between thinking and doing starts to blur. The robot placing a block and the assistant helping you explore a topic are participating in the same cognitive choreography. They are both learning how to move from prompt to plan, from ambiguity to structure, from intention to outcome.

And perhaps that is the real destination: not an AI that merely knows more, but one that can carry a human goal all the way to completion.

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 🐣