Hacker News new | ask | show | jobs
by grog454 1438 days ago
> I've never gotten why so many people think that the physical act of pulling or not pulling makes so much difference.

One reason could be because your presence at this railroad switch is exceptional or at least unusual in some way. Maybe its worth considering what would happen if you weren't there at all.

When working in a new codebase, it's generally better to assume that something odd is the way it is for a reason, rather than changing it to something that seems right (easier to understand) to you. This is because in the real world, there is so much you don't / can't yet know about a situation that you're thrown in to.

I guess this is kind of reflected in the switch example where its 5 people that tied themselves to the railroad vs. one who didn't, and something like 85% "choose" the 5. How do you know how they got there? That implies so much prior knowledge and background that isn't really considered in the oversimplified "choices" in the website. Maybe they were forced to tie themselves to the railroad at gunpoint, or maybe it's a weird death-by-train suicide cult.

2 comments

> How do you know how they got there? That implies so much prior knowledge and background that isn't really considered in the oversimplified "choices" in the website. Maybe they were forced to tie themselves to the railroad at gunpoint, or maybe it's a weird death-by-train suicide cult.

This kind of reasoning really defeats the point of the thought experiment, which is to construct a scenario where those considerations aren't a factor so we can reason about ethics and moral intuitions without the greater complexity of real-world situations.

I think you have it backwards. This kind of reasoning is actually why people do thought experiments. If you don't consider anything else, then the answer to the original problem is an easy math problem - one person getting killed is better than five people getting killed. It's only when you start making considerations that the thought experiment starts to gain value as a tool. Do I have more responsibility for acting rather than not acting? Who are these people anyway? Why are they there? You start asking yourself these questions and thinking about how your answer to the problem changes with them and it helps you to understand how you (and others) actually make ethical choices in the real world, which is the whole point, in my opinion.
I disagree - I think that "reasoning about moral intuitions" is completely useless if you're attempting to reason about them in utter isolation and with the assumption that the subject is omniscient.

It's like economists assuming perfectly reasonable actors in markets, or physicists assuming a perfectly spherical object that ignores wind resistance.

They're toy problems that don't match reality at all, and the value is dubious at best as anything other than a very gentle intro to the subject.

Here's a thought experiment - How many people do you think would actually make the choice they state they will make if you present them the trolley scenario in real life with no warning? People who say they will pull the lever are fooling themselves.

1. They won't know how to read tracks

2. They won't know how the lever works

3. They don't know for sure that anyone will die: those five people might be able to move off the tracks just fine themselves

4. If they do pull the lever they're almost certainly going to get arrested or troubled by the legal system, because they fucked with shit and someone died afterwards (the courts won't give a shit that "they thought five other people might have died!").

5. For all they know the trolley operator can stop just fine, why would anyone be about get hurt?

6.... on and on.

Basically - you're setting up an impossible framework, the results (even if you get them) are useless because they're only valid in that impossible framework.

If the results of the real world never match the results of the framework you've set up, what is the value of that framework? It's just a shitty model with bad reproducibility. We have lots of those.

They did this experiment in real life https://www.youtube.com/watch?v=1sl5KJ69qiA . It's not 100% perfect but it is still an amazing test.
So what's your alternative, throw your hands up and proclaim ethical reasoning to be impossible, nothing is true, everything is permitted, and it doesn't matter what you do?

All models are wrong but that doesn't make them useless.

I much prefer: "All models are wrong but some models are useful". For example - Flat earth is a model that is both wrong and useless.

My claim is that the trolley problem is useless. It asks people to make a guess about how they would behave, but that guess is predicated on a set of initial conditions that are impossible to fulfill (omniscience is a bitch to get in real life).

How does gathering all that incorrect data help you? What ethical reasoning are you trying to tease out here?

Here's one you might love - "if the earth is flat and you reach the edge, would you jump?"

Now lets just categorize everyones answer to the that question.... and: Hold the phone! The earth isn't flat? It doesn't matter? It turns out this question has basically no relevance to anything!

Is it fun? Sure. Is it useful? I have doubts.

I think the alternate is to not try to be a railroad operator in an emergency when you might make the emergency worse or take on huge liability.

If you are a professional trolley network controller then you have the judgement and the duty to operate/not operate the lever. I think that few people would question the ethics of a professional operator flipping the switch to save the most people.

What is the value of ethical and moral intuitions that can't be applied to real-world situations?
The value is in training your ethical understanding so you can make better choices in real world scenarios. If you can't answer trolley problems and other thought experiments in a way that is ethically consistent, how can you hope to make ethical choices in the real world with all its complexity?

It's really very similar to the reason physicists use simplified models, and the value of physics, even when it assumes a perfectly spherical cow, shouldn't need to be stated.

I always took it that the point of the Trolly Problem was to demonstrate that moral problems can be difficult, or perhaps even inscrutable, in a way that confounds things like ethical clarity and consistency.
> When working in a new codebase, it's generally better to assume that something odd is the way it is for a reason, rather than changing it to something that seems right (easier to understand) to you.

But isn't that's just because when you find yourself in a new codebase it's generally because you will be in a long-term relationship with the other contributors to that codebase, and thus it makes sense to be cooperative? If you were dropped into a new codebase in a hypothetical scenario like the trolley problem where you only need to make a single choice without any expectation of ongoing interaction with the relevant parties, then you might very well just do the quickest and dirtiest change to the codebase to accomplish your immediate goal.