Skip to main content

Why Do We Need Philosophy?

// ORIENTATION — What does the maker believe?

Philosophy is not a collection of answers

When people hear “philosophy,” they often picture old books and difficult names: Plato, Aristotle, Kant, Nietzsche. It is easy to mistake philosophy for memorizing their sentences and arranging them in historical order.

But philosophy begins less with knowledge than with stopping.

When someone says, “That is obvious,” philosophy asks whether it really is. When everyone uses the same word while pointing at different things, philosophy checks what the word means. Before reaching a quick conclusion, it asks which assumptions made the conclusion possible.

Philosophy is not the technique of attaching a plausible answer to every question. It examines the shape of a question, exposes the assumptions beneath it, and even asks whether we are entitled to give the answer.

That is why philosophy cannot be reduced to one fixed definition. Still, its recurring questions are familiar:

  • What is true? What can we claim to know?
  • What matters? How do we judge a good life or a good world?
  • What should we do? Is what we can do also what we may do?
  • What is real? Are we seeing things themselves, or interpreted appearances?

These questions may sound abstract, but we answer them every day. We simply do not usually call that activity philosophy.

Engineers are already doing philosophy

Engineers change reality. We build programs, bridges, data flows, and systems that make decisions on behalf of people.

To change reality, however, we first have to cut it into a particular shape.

Who is the user? What is the problem? Which number represents success? How much failure is acceptable? Who can enter the system, and who is kept outside it?

A compiler answers none of these questions. Passing tests does not prove that we chose the right problem. A stable server does not prove that its effects on people are good.

Consider a system that optimizes delivery routes. If the goal is “fastest delivery,” the algorithm will move naturally toward that goal. But the fastest route may not be the safest. It may gain speed by removing rest from a delivery worker’s day. It may externalize noise and traffic onto a neighborhood.

The engineering question is:

Which algorithm is fastest?

The philosophical questions come first:

Who benefits from speed? Who pays for the costs we did not optimize? Were we entitled to define the purpose this way in the first place?

An engineer makes a value judgment when choosing an objective function. A database default nudges behavior. A permission model decides whom to trust and whom to suspect.

Engineering does not begin after values have finished. It translates values into code and structure.

Philosophy is engineering’s debugger

A good debugger does not patch only the line where an error appeared. It checks the expected behavior, where that expectation came from, and whether the test is examining the right behavior at all.

Philosophy works in a similar way. It looks for problems deeper than the visible symptom:

  • Whose convenience is hidden inside the phrase “user convenience”?
  • Does the success metric represent the actual purpose?
  • Are we ignoring realities the model cannot explain?
  • Does “reducing risk” merely mean moving the risk to someone else?
  • When did “we can” turn into “we should”?

These questions do not make a deployment pipeline faster. They can stop us from deploying the wrong thing faster.

Philosophy does not tell us to stop building. It makes direction and cost visible. It asks what we have framed as a problem before we decide what to build, and asks us to remember what measurement leaves out before choosing a metric.

Western essence, Eastern truth?

The claim that the West searched for essence while the East searched for truth is attractive, but too rough to treat as historical fact. Western philosophy also asked about truth, and Eastern traditions also asked about the roots and nature of reality.

Still, it can serve as one lens for comparing habits of questioning.

Western philosophy often asked, “What is the essence of this?” and tried to clarify things by breaking concepts apart and looking for structure and grounds. Eastern traditions often held longer to the question, “How should we exist rightly in this world?” One direction seeks clarity through concepts; the other often understands the world through ways of living and relationships.

Engineering needs both.

We need to understand a system’s structure and principles precisely. We also need to examine what kind of life and relationships the system creates. Knowing how something works is not enough; we must know what it ought to work for.

What this section will do

This section is not a textbook summarizing philosophers. It is an experiment in bringing old questions into contemporary engineering situations.

Before asking whether AI can replace human judgment, we will ask what judgment is. Before comparing a model’s accuracy, we will ask what “accurate” means. Before celebrating automation’s efficiency, we will ask where its costs have moved.

Each essay begins with one question. Rather than settle it quickly, we will expose the assumptions and interests inside it. Even when there is a conclusion, the reader should have room to ask again.

Engineering is the craft of changing the world. Philosophy is the craft of asking what should be changed, and why.

If we make things, we need to practice both crafts.