The Rehabilitation of Why

What robot learning keeps refusing to learn from children.

Back to Blog
Stefan Lutz, CTO Lunes Robotics GmbHJuly 22, 2026
Lunes Robotics CTO working with a humanoid robot
Learning from interaction: the missing piece is not more data, but the ability to ask why.

Spend an afternoon with a three-year-old and you will hear one question more than any other: Why? Why does the moon follow the car? Why do I have to wear shoes? Why is that man waiting? The question is relentless because it works. It is one of the earliest and most powerful tools humans use to understand the world.

Now consider the machines we are teaching to work alongside us. A modern learning robot can watch demonstrations, imitate motions, and optimize for reward. But it still does not ask why. Not because the question does not matter. But because most training systems have no place to put the answer.

That is the gap. And we think it matters more than most of robotics is willing to admit.

We removed purpose once before

There is a historical pattern here. Ancient philosophy treated purpose as essential to explanation: you had not fully explained something until you had explained what it was for. Modern science rejected that, and for physics, rightly so. "Why?" gave way to "What happens?" and "How does it work?" — a trade that built the modern world.

Psychology made a similar move. Early behaviorism tried to explain behavior without inner structure, reasons, or goals. Only observable actions counted. What worked got repeated.

That inheritance is still visible in robot learning today. Imitation learning reproduces demonstrations. Reinforcement learning scales reward-following. Both can be powerful. But neither requires the system to represent reasons.

And when a learner cannot represent reasons, it becomes vulnerable to something very old: superstition.

When a system cannot ask why, it learns the wrong thing

B. F. Skinner's pigeon experiments made this vivid. Feed pigeons on a timer and they start repeating whatever motion happened to coincide with the reward. Coincidence hardens into ritual. He called it plainly: superstition.

A learner that cannot represent why an outcome happened will learn whatever merely correlates with it. In robotics, that can mean copying surface features instead of task structure. A system may learn to flip the blue-looking items, when the real reason was to inspect labels.

This is what learning looks like when why is unrepresentable.

This is what learning looks like when why is unrepresentable.

Children do something different

Developmental psychology offers a very different model. Even before they can speak, infants do not just track movement. They infer goals. In a classic study, twelve-month-olds watched an animated object leap over a barrier to reach another object. Once the barrier was removed, infants were surprised if the object still took the same inefficient leap. They expected it to move directly instead.

The infant was not memorizing a trajectory. The infant had already inferred a goal, a constraint, and a principle of efficiency.

Developmental psychologists call this the teleological stance: understanding actions as means to goals under constraints.

If we want robots to generalize beyond demonstrations, reproducing motion is not enough. They need to infer what the action is for.

The hardest question in imitation is not how to copy, but what to copy

In a well-known experiment, infants watched an adult switch on a light using her forehead. Later, many copied the same action. But when the adult's hands were visibly occupied, infants mostly used their hands instead.

The children were not blindly imitating. They were interpreting. If the demonstrator's hands were occupied, the forehead action was just a workaround. If the hands were free, the method must have mattered.

Before copying, the infant was already reasoning about why the demonstrator acted that way.

Every imitation-learning system faces the same dilemma. Not just: how do I reproduce this movement? But: which parts belong to the task, and which belong to the person who demonstrated it? That distinction is everything.

Some actions are meaningful. Some are incidental. Some are not yet understood.

Factories are full of actions that are easy to see and hard to interpret. A wrist rotation might be essential. It might be ergonomic. It might reflect an invisible constraint like label visibility, grip stability, or a safety habit.

Children show another side of this in what researchers call over-imitation. In studies comparing children and chimpanzees, children often copied even apparently unnecessary steps — especially when those steps may have carried hidden purpose or social meaning. That is not stupidity. Sometimes a step looks unnecessary but is not. Sometimes the visible action carries an invisible rule.

For robotics, this suggests something important. A good learner should not collapse everything into one category. Some steps should be abstracted. Some should be copied faithfully. And some should remain explicitly not yet understood. That is a far more honest — and far more useful — state than false certainty.

Where the why lives

In our view, why should not remain an intuition floating outside the system. It needs a representation. In practical terms, that means purpose must live inside the structure of the learned program itself — in the conditions that govern loops and branches.

"Rotate until the label is visible" is not just a movement description. It is a purpose hypothesis.

Once a reason is represented explicitly, three things become possible.

It becomes testable. If the hypothesis is wrong, the condition never becomes true, and the system can detect that it does not know.

It becomes transferable. A surface rule like "flip the blueish ones" breaks when appearances change. A purpose rule like "find the label" survives variation.

It becomes discussable. The system can ask a human a meaningful question: "You rotate items until you can see the label, correct?"

That moment matters. Because demonstration is not just data collection. It is often teaching. And a robot that can surface a legible purpose hypothesis is no longer treating demonstration as surveillance footage. It is participating in instruction.

"Rotate until the label is visible" is not just a movement description. It is a purpose hypothesis.

Observation is not enough

There is one more lesson children make impossible to ignore: not everything can be learned by watching. No child learns to ride a bicycle from observation alone. Watching helps with the what. Sometimes it helps with the why. But the how comes from repeated interaction with one's own body.

Children practice, vary, and recalibrate. Development divides labor: intent is learned socially and cheaply, by watching others; competence is grounded privately and expensively, on one's own hardware.

Robotics needs the same division: learn intent socially, ground competence physically, connect both through explicit reasons.

The real question is not whether the robot can imitate

The real question is whether it can understand enough to adapt. For engineering purposes, a why has earned its name when it compresses past behavior, predicts what happens under changed conditions, generalizes along the reason rather than the surface pattern, and survives being checked with the human who knows the task. By that standard, why is not philosophical decoration. It is the difference between a system that repeats behavior and a system that can be trusted across variation.

And variation is the real environment of work.

The capability robotics still underestimates

Robot learning has made huge progress on observation. It is becoming more honest about embodiment. But on purpose — on why — it is still early. A century of watching children suggests the shape of the solution is not optional. Learn what from others. Learn how from the body. Learn why by reconstructing reasons — and check those reasons wherever possible by asking.

The most important capability we may be able to give a learning robot is not better imitation, faster optimization, or more data.

It may be something much simpler. Something every three-year-old already does relentlessly.

The ability to ask why — and a representation in which the answer can be checked.

References

  1. Aristotle, Physics, Book II — the doctrine of four causes.
  2. Francis Bacon, De Augmentis Scientiarum (1623); Baruch Spinoza, Ethics (1677), Part I, Appendix.
  3. Edward Thorndike, Animal Intelligence (1911) — the "law of effect."
  4. John B. Watson, "Psychology as the Behaviorist Views It" (1913).
  5. B. F. Skinner, "'Superstition' in the Pigeon," Journal of Experimental Psychology (1948).
  6. Edward Tolman & Charles Honzik; Tolman, "Cognitive Maps in Rats and Men" (1948).
  7. Noam Chomsky, review of Skinner's Verbal Behavior, Language (1959).
  8. György Gergely, Zoltán Nádasdy, Gergely Csibra & Szilvia Bíró, "Taking the Intentional Stance at 12 Months of Age," Cognition (1995).
  9. Gergely Csibra & György Gergely — work on the teleological stance.
  10. Chris Baker, Rebecca Saxe & Joshua Tenenbaum, "Action Understanding as Inverse Planning," Cognition (2009).
  11. G. E. M. Anscombe, Intention (1957).
  12. Andrew Meltzoff, "Infant Imitation After a One-Week Delay," Developmental Psychology (1988).
  13. György Gergely, Harold Bekkering & Ildikó Király, "Rational Imitation in Preverbal Infants," Nature (2002).
  14. Victoria Horner & Andrew Whiten, "Causal Knowledge and Imitation/Emulation Switching in Chimpanzees and Children," Animal Cognition (2005).
  15. Derek Lyons, Andrew Young & Frank Keil, "The Hidden Structure of Overimitation," PNAS (2007).
  16. Michelle Chouinard, "Children's Questions: A Mechanism for Cognitive Development," Monographs of the SRCD (2007).
  17. Gergely Csibra & György Gergely, "Natural Pedagogy," Trends in Cognitive Sciences (2009).
  18. Immanuel Kant, Critique of the Power of Judgment (1790).
  19. Daniel Dennett, The Intentional Stance (1987); "Real Patterns," Journal of Philosophy (1991).
  20. Jean Piaget, The Origins of Intelligence in Children (1952); Meltzoff & Moore on "body babbling."
  21. Alison Gopnik, Andrew Meltzoff & Patricia Kuhl, The Scientist in the Crib (1999).

Stay in the loop

Get new articles and webinar invites straight to your inbox.