← Back to Index
Tool #27Meaning & Content

Automating the Elevator

Emerging intelligence.

Automating the Elevator

Brief Description

The "Automating the Elevator" thinking tool is a metaphor used by philosopher Daniel Dennett to explain how simple optimization rules can give rise to emerging intelligence in machinery, often leading us to anthropomorphize non-human entities. This concept highlights the continuity between logic and agency.

Detailed Description

In the realm of engineering, automating an elevator involves programming it with logical rules such as "if button pressed, go to floor." However, when these elevators start displaying intelligent behavior like minimizing wait times or optimizing passenger pick-up, we might find ourselves attributing intentions and goals to them. This is where Dennett's metaphor comes in handy, showing us how the boundary between machine and life can blur, and how simple optimization rules can create a sense of purpose or "want" within non-living entities.

This concept is significant because it challenges our traditional understanding of intelligence and agency. It encourages us to consider that the emergence of complex behavior in systems could be a result of intricate yet simple rules, rather than a centralized control system akin to human consciousness.

Exercise / How to Apply

To practice this tool, take a real-world problem such as managing wait times in a busy building with multiple elevators. Your task is to write the logic for an elevator system that aims to minimize these wait times. You can start by defining rules like: "prefer serving floors where passengers are waiting," "prioritize floors with more people," or "avoid serving floors already served by another elevator."

As you work on this problem, notice how your logic starts to resemble goals and intentions. This exercise helps you understand that the line between logic and agency can be blurry, and encourages you to think about the emergence of complex behavior in non-human systems.

Suggestion for Creating an App

Building an app around the "Automating the Elevator" thinking tool could make learning about this concept engaging and interactive. The app could simulate a multi-floor building with multiple elevators, each with its own logic that users can customize.

Features might include:

  1. A graphical representation of the building with real-time elevator movement.
  2. Realistic passenger behavior (e.g., arriving at random intervals, choosing elevators based on wait times).
  3. Performance metrics like average wait time and number of passengers served.
  4. A leaderboard for comparing user-defined logic against others.
  5. Gamification elements like points, badges, or achievements to motivate users.

This app would not only allow users to practice the "Automating the Elevator" thinking tool but also help them understand its philosophical implications in a fun and engaging way.

References