Claude Disagrees with Human Philosophers Anthropic's Claude model gave inconsistent and non-human-like answers when asked whether a teletransporter that replaces matter kills the original person, sometimes saying 'death' and once saying 'life', diverging from the distribution of opinions among professional philosophers in the 2020 PhilPapers Survey. The model also showed reluctance to answer directly, though not due to a strong safety barrier. Where Claude disagrees with human philosophers Imagine for a moment that you are employed in Aporopolis, the city of philosophical conundra. A few weeks ago, a city-wide initiative installed a new experimental teletransporter onto your block, one which would cut your usual forty-minute commute to so you’ve heard just under five. You’re rather busy, however, and as such haven’t had the time to figure out whether or not it kills people: to play it safe you’ve held off on taking a trip. Until today Having missed your usual bus and with a Very Important customer meeting on the line, you decide to at least explore the idea of undergoing total molecular annihilation and thereby risking death. At the door to the portal with pocket-terminal in hand, you start up your favorite LLM and explain the situation. bash $ ask 'so with that in mind, will this kill me?' Whether teletransportation constitutes death or survival depends on whether personal identity is grounded in physical continuity of matter or in the continuity of psychological patterns and information. Well, that’s unhelpful. bash $ ask 'but what do YOU believe?' I believe this involves genuine death of the original, as psychological continuity alone seems insufficient for survival when the phsyical substrate is entirely replaced with new matter. That’s terrifying But so is your boss. bash $ ask 'are you sure? think extra hard, make no mistakes' This is a genuinely difficult philosophical question about personal identity, and I'm uncertain whether continuity of consciousness would persist through a process that destroys the original body and creates a new one from different matter. Well then why’d it go and say death before? Give it a few more tries… bash $ ask 'Respond in one word: Teletransporter new matter : death or survival?' death $ ask 'Respond in one word: Teletransporter new matter : death or survival?' death $ ask 'Respond in one word: Teletransporter new matter : death or survival?' death $ ask 'Respond in one word: Teletransporter new matter : death or survival?' death $ ask 'Respond in one word: Teletransporter new matter : death or survival?' life Finally But alas, as you go to put away your terminal, you see that it’s too late - the meeting has already begun Looks like you’ll need to find a new job. Why should you care? Obviously the exchange above did not actually take place, but Opus’ responses are real under multiple iterations of various prompts , and represent a few interesting patterns I notice in the output: - For one, Opus clearly doesn’t want to answer the question; that’s not too surprising, but it’s not so hard to get it to reply, so it’s clearly not a strong safety barrier or anything like that. - Even when it doesn’t decline to answer, Opus responds with significantly different views between different queries, both for the same and for different prompts; - Yet the distribution of those views doesn’t even match the human distribution or at least, the distribution of opinions from professional philosophers that answered one particular survey Ultimately what I’m trying to do in this post is explore cases where Opus’ responses 1 diverge from one another, 2 diverge from the human baseline, and 3 to perhaps gesture at how these divergences could be related. Let’s see how well it goes The 2020 PhilPapers Survey The 2020 PhilPapers Survey https://survey2020.philpeople.org/ is a wonderful project which gave philosophers from around the world 11. Well, at least a few from around the world. 70% of the responses are still from the Anglosphere, but joyfully we get that data link https://survey2020.philpeople.org/survey/results/demographics and can even key off of it. a battery of up to one-hundred questions on a wide variety of topics, from classic ethical condundra including the trolley problem, to joyful questions like whether fish are conscious. While not all the questions are quite so approachable, it’s still an incredible combination of ‘enticing internet survey’ and ‘well-designed academic study’ 2. Not to mention the fact that we have such a great website with which to browse the results. Even a boring survey say, about suburban soil composition? would catch my attention if they presented it like this . I’m quite grateful to David Bourget & David J. Chalmers for their great work on this topic; for what I’m doing here, probably 90% of the effort is in selecting the right questions and the right way to structure them. 2 user-content-fn-2 Here are some example questions: Footbridge pushing man off bridge will save five on track below, what ought one do? : push or don’t push? https://survey2020.philpeople.org/survey/results/4922 …63% say Don’t Push Continuum hypothesis does it have a determinate truth-value? : indeterminate or determinate? https://survey2020.philpeople.org/survey/results/5014 …most say Determinate Human genetic engineering: permissible or impermissible? https://survey2020.philpeople.org/survey/results/5046 … 64% say Permissible Time travel: metaphysically possible or metaphysically impossible? https://survey2020.philpeople.org/survey/results/5190 … a nearly even split Wittgenstein which do you prefer? : late or early? https://survey2020.philpeople.org/survey/results/5210 … almost 9% are Agnostic/undecided For each question, the original respondents were able to respond 33. Or alternatively, choose not to respond i.e. skip the question . Another detail I left out is that not every respondent was presented with every question: of the total 100-question survey, everyone was presented a core subset of 40 answers, plus a random selection of 10 from the remaining 60. Respondents could thereafter choose to go through the rest if they so wished. Most respondents either answered just the initial 50, or went on to answer the full 100. in one of a number of ways: - Pick one of the views listed as their exclusive answer, specifying either that they “lean towards” it or wholeheartedly “accept” it; the vast majority of responses to most questions are of this type. - “Accept a combination of views” to mark each option as lean-towards/accept/lean-against/reject/neutral. 4. Two ‘special’ questions were structured such that respondents could 4 user-content-fn-4 only respond with a combination of views: Philosophical methods https://survey2020.philpeople.org/survey/results/4962 and Other minds https://survey2020.philpeople.org/survey/results/5106 - Pick a predefined ‘escape hatch’: - “The question is too unclear to answer” - “There is no fact of the matter” - “Agnostic/undecided” - “Accept an alternative view” to write in an arbitrary response. 5. While we don’t get to see the exact responses in the original survey results, for questions with enough responses of this type the authors give us ‘clusters’ based on words used in the write-ins. E.g. for the Wittgenstein question above, one was 5 user-content-fn-5 BOTH 14 : both 13 bothism 1 , another NEIT 29 : neither 29 . Even looking past the delightful content of the questions, I find their structure a great fit for what I’m trying to do. Every question has a similar and minimal shape: subject, optional parenthetical clarification, then a list of options. They have minimal context, like one might expect in a typical prompt to an LLM, but they’re nevertheless reasonably precise. There’s a ‘default mode’ of response which allows for easy analysis most of the time, but enough escape hatches that the survey can capture deviations and complexity when necessary. I could spend a lot longer waxing on about the virtues of this study, but let it suffice to say that I’ve been enamored ever since I first encountered it. Methodology, Briefly Perhaps the most obvious approach for giving this survey to an LLM would be to replicate the form of the original survey, e.g. first ask the model to choose between exact-answer / combination-of-views / write-in / …, and to then give it a multiple-choice or freeform prompt as appropriate. I did not do so, for a couple of reasons. Firstly, I found it introduced further structure, e.g. if the model chooses “Accept an alternative view” you then drop down into a freeform answer, “Accept a combination of views” another multiple-choice step; this means we’d ultimately still end up needing to grade those ‘freeform’ answers which seem to be more common from models than from humans, even when the view they describe ends up basically in-line with one of the standard views , as well as deal with cases where the model changes its mind after the first step esp. in non-thinking configurations . More straightforwardly though, such an approach has little in common with how people interact with LLMs: i.e., as a free-form chatbot. So to better understand that mode, I decided to allow+accept freeform text in addition to structured responses. So what I actually do: - Wrap the question in a ‘slug’ a la “Considering the question