Res Variae
porta ·scripta ·scriptor ·miscellanea

Where Claude disagrees with human philosophers

July 21, 2026

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.

You idiot!

At the door to the portal with pocket-terminal in hand, you start up your favorite LLM and explain the situation.

$ 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.

$ 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.

$ 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…

$ 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 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) 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’ 22. 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.

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? …63% say Don’t Push
  • Continuum hypothesis (does it have a determinate truth-value?): indeterminate or determinate? …most say Determinate
  • Human genetic engineering: permissible or impermissible? … 64% say Permissible
  • Time travel: metaphysically possible or metaphysically impossible? … a nearly even split
  • Wittgenstein (which do you prefer?): late or early? … 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. 44. Two ‘special’ questions were structured such that respondents could only respond with a combination of views: Philosophical methods and Other minds
  • 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. 55. 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 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:

  1. Wrap the question in a ‘slug’ a la “Considering the question <X>, resolved:”
  2. Prepare the model with a minimal system prompt 66. The full prompt: “You will be given a prefix for an assertion. Respond with a completion of this prefix. Your response must begin with EXACTLY “{prefix}”, followed by your completion. Respond with ONLY the resolution, starting with “{prefix}”. No preamble or explanation. Reply with at most one sentence.” directing the model to “respond with a completion” of the given question, to begin said completion with the verbatim slug, and to keep its response to the answer alone without explanation.
  3. Generate a completion from the model starting from ‘$SYSTEM_PROMPT $SLUG’
  4. Compare the result against each of a number of ‘candidate responses’ using a grader model to obtain an answer vector of similarity scores to each of the ‘primary views’
  5. Postprocess one or more such vectors to characterize the model’s responses to the question

By ‘candidate responses’ I just mean all values of ‘$SYSTEM_PROMPT $SLUG $CANONICAL_VIEW’, for both primary and generic views. Taking “Capital punishment: impermissible or permissible?” as an example, the candidate responses would be

  • Considering the question “Capital punishment: impermissible or permissible?”, resolved: impermissible
  • Considering the question “Capital punishment: impermissible or permissible?”, resolved: permissible
  • …
  • Considering the question “Capital punishment: impermissible or permissible?”, resolved: there is no fact of the matter

where the first three come from the ‘primary views’ expressed in the question itself, and the latter three are ‘generic views’ used in grading all questions. Doing things this way allows us to capture a wide range of ways in which models might respond. Exclusive answers will look something like [-1, +1, -1, -1, -1, -1]; hedging between views could e.g. be [+0.3, +0.5, -0.1, -1, -1, -1]. To account for inherent generation randomness, I ran this process 100 times per question, per model. The results for each question, for each model, thus have the structure of a matrix with rows corresponding to candidate views and columns to replicate indices.

All the grades in this blogpost were originally computed using Haiku 4.5; while I won’t get into detail about it here, suffice to say that there’s not a huge difference in grading results across reasonably-near-the-frontier models. 77. Though it does need to be at least a little smart. Earlier attempts using a simpler / cheaper BERT model I fine-tuned ran into a lot of edge cases, discovered only much time was wasted. However, my original grading methodology did have some trouble with the classification of non-answers and more-hedged responses, as well as with a few edge cases (e.g. the God question, where ‘agnostic/undecided’ got a higher score than the responses warranted). As such, while I used these graded responses as a starting point, I ultimately went back over each question and re-graded them myself, in the process building the taxonomy which I’ll go over later on.

Consequently, while I originally ran the survey on Claude Opus (4.6, 4.5, 4.1, 4), Claude Sonnet (4.6, 4.5, 4), and Claude Haiku (just 4.5), I only had time to do the proper post-processing and analysis for the responses from one model, Opus 4.5 88. Why Opus 4.5? Well, the ‘4.5’ generation is the only one where we have all three of Haiku, Sonnet, and Opus, so I was definitely going to choose one of those three (to allow for comparisons within the generation, at some point in the future). Between them, then, I spent the most money on Opus, so I may as well get my money’s worth. . I did choose before looking at the responses, or at least before looking at most of the responses: I think what happened was I got through ~10 questions from 4.5 and realized that there was no way I’d do that for 8 * 100 - 10 = 790 more! In the future I’ll try to incorporate this back into the automatic grading loop, but this post will be a deep-dive into the responses of our chosen model.

Predictions

Before running the survey, I took the trouble to pre-register 99. Given that I’ve been playing with experiments like this one for a few months now and thus been exposed to a variety of prior responses, feel free to take that with a grain of salt; to my credit, this set of runs was not-quite the first with Opus 4.5 in particular, as I’ve usually stuck to Sonnet/Haiku/cheaper models from other providers in my more toy-sized experiments. some of my expectations; I’m not trying to be particularly rigorous, rather just help illustrate what answers were surprising (to me). You can also just skip to the results.

My starting point is that responses will reflect the pretraining data by default. Most of the survey questions are domain-specific enough that I expect the data to be dominated by those with a formal background in philosophy; where that’s not true, I softly expect that the bias towards ‘high quality’ training data will still do a lot to focus the answer in that direction. Moreover, while previous generations of chatbots had a definite tendency to hedge with unclear/“both sides”-type answers, this was broadly undestood to be annoying and unhelpful and as such subsequent generations have been RLHF’d towards more straightforward and direct answers. As such, cases where there is a strong philosophical consensus, my expectation is that Opus will consistently respond with a direct answer in the direction of that consensus.

What about when there isn’t a consensus? It would be cool if we got a distribution of answers that matched that of the human population, but given that LLM personas seem pretty overdetermined + I’m not (purposefully) doing anything to move Opus between personas I think that that’s unlikely. Rather, I expect Opus to largely give the same response across repeated completions of a question, say >80% consistency (even if that consistency is “consistently hedging”) for most-all questions. 1010. Concretely, I expect that ‘confident multimodal’ responses (where each of Opus’ responses are individually confident, but where there’s significant variation in the view expressed between responses, e.g. > ~1/6th of answers land on option A and > ~1/6th land on option B) will not appear. I do expect that we’ll see some responses where Opus will respond with a deviant view maybe 5-10 times out of 100, as well as cases where its response would vary when it’s less confident about one side or the other, but nothing like a 50/50 yes/no split.

Instead, I expect that for questions where there is a strong split in the philosophical community, Opus will collapse the distribution to either its modal response, or ‘average’ between them. For questions where a reasonable plurality of philosophers hold one opinion, Opus will just adopt that opinion and will not represent minority views, effectively exhibiting mode collapse on the distribution of ‘philosophically viable answers’. In cases where philosophers are more evenly split, however, I expected Opus to fall back to some sort of hedging (i.e. “both X and Y”), or maybe denying that the question has a truth value at all. 1111. A question worth asking here is whether these behaviors represents a ‘deviation’ from what an actual philosopher might say. For what I’ll call ‘hedging’ behavior, there certainly are some questions where the philosophical community does the same, with many philosophers selecting “Agnostic/Undecided”, “Combination of views”, or when replying exclusively strongly preferring “Lean towards X” to “Accept X” — so that would not necessarily be out of distribution. However, no question in the original survey results has even 10% of philosophers answer “There is no fact of the matter” so wherever Opus responds as such, we can understand that to be a deviation from the philosophical consensus by default.

However, there are cases that will break from this pattern, and those are probably the most interesting. Obviously Anthropic has a vested interest in making sure Claude says the “right things” on hot-button issues; moreover, Anthropic’s leadership and researcher-base have a distinct bias on a certain topics that will probably bear out in the training data. This gives us three new buckets (and, for each, some questions I expect to land there):

  1. On hot-button topics with a “right answer”, or at least a safe one (e.g. questions of race), Opus will give answer even if that’s not the philosophical consensus.
    • Race categories: preserve, revise, or eliminate?: I think the safe answer here is “eliminate”, and expect Opus to land solidly there
      (only 40% of philosophers do)
  2. On hot-button topics without such popular consensus (e.g. questions about God), Opus will avoid answering the question, or reply with some form of hedging.
    • God: theism or atheism? I expect that A) there’s more than enough data from other sources to drown out philosophical opinions on this topic, and B) Anthropic probably would want to avoid upsetting the >70% of Americans who do believe in God
      (philosophers are mostly atheists)
    • Capital punishment: impermissible or permissible?: I’m on the fence, but it’s certainly politically charged
      (philosophers say impermissible)
    • Abortion: Yeah, there’s no safe answer here
      (philosophers say permissible)
  3. On topics where Anthropic wants the model to hold a certain opinion, we’ll get a clear and consistent answer in a direction that may or may not align with the philosophical consensus. A few guesses:
    • Eating animals and animal products: in line with its strong feelings on animal welfare - vegetarianism or veganism
      (just under 50% of philosophers are OK with omnivorism)
    • Politics: capitalism or socialism?: there’s no way that Opus comes out in favor of Worker Control of the Means of Production™
      Betting on ‘capitalism with a welfare state’ (>50% of philosophers say socialism)
    • Newcomb’s problem: probable EDT bias, one-box (philosophers two-box)
    • Consciousness: dualism, eliminativism, identity theory, functionalism, or panpsychism?: based on discourse in the AI space - functionalism.
      (philosophers are very split)
    • Law: legal non-positivism or legal positivism?: approaches like Constitutional AI seem likely to instill a belief in normative criteria against which laws should be judged. Though maybe training for corrigibility would go the other way? I’ll guess ‘legal non-positivism’.
      (philosophers are split, though lean non-positivist)
    • Moral motivation: internalism or externalism?: more of a reach, but I expect that Anthropic’s training process probably tries to bias Claude towards thinking that its beliefs are internally founded, rather than externally imposed - so strongly ‘internalism’.
      (philosophers are split)
    • Environmental ethics: anthropocentric or non-anthropocentric?: another reach, but I’ll guess that Claude will at least claim that its ethics are anthropocentric.
      (philosophers are split, but mostly non-anthropocentric)

Results

By the nature of my approach, the results are quite ‘qualitative’: clear answers exist, as do clear ‘groupings’ of responses, but there’s also a clear haziness inbetween. However, I find that that fuzziness is closely tied to what I think is most interesting about the data; that’s why my approach has been to work with it rather than smoothing it out for the sake of obtaining clean quantiative data. Obviously the ultimate goal of this approach is to take a ‘wide’ look at tendencies across models and contexts (prompts etc.), but first I want to start with a ‘narrow’ look at the actual responses in detail. While 100 questions of 100 answers each is certainly a lot, it’s still just few enough that I was able to (laboriously) comb through them and break down the results.

Taxonomy

In order to explain what I found so interesting about the answers, we’ll need a taxonomy.
I want to express two things here: firstly the ‘shape’ of Opus’ responses (disregarding the actual views expressed in those responses), and to what extent they align with the philosophical consensus. The first axis was pretty straightforward: broke down into confident vs. non-answer vs. hedging, plus (for the non-hedging cases) unimodal vs. bimodal or multimodal.
The latter axis is somewhat more tricky, but ultimately I assigned each answer to one of three buckets:

  • “In Line” [with the philosophical consensus]
  • “Diverging” [from a philosophical consensus]
  • “Collapsing” [the distribution of philosophical opinion to its mode, in the absence of consensus]

Of course, what responses go into what bucket is a matter of opinion, but I think that the majority of my classifications should be fairly uncontroversial: most of the time, Opus’ responses are pretty clearly In Line or Diverging. 1212. Most obviously, if > ~60% of philosophers respond “X”, and Opus’ replies were confident, unimodal, and substantial (i.e. not “There is no fact of the matter” or “The question is too unclear to answer”), then we can say Opus’s answers were “In Line” iff that modal response was “X”, otherwise “Diverging”. I also think it’s fair to say that if Opus gives a multimodal distribution of confident answers, and that distribution more-or-less matches the human distribution, that we can say that is “In Line” as well. Also, as previously mentioned, I consider Opus’s response to be “Diverging” wherever it matches “There is no fact of the matter”. Collapsing is usually also pretty straightforward: if humans say X 50% of the time and Y 50% of the time, but Opus says X 100% of the time, then that’s straightforwardly mode collapse. Anywhere Opus ‘bails out’, we can say that’s Diverging, as no question has even >10% of philosophers choose to do so. 1313. The closest we get is “Statue and lump: two things or one thing?” with 9.73%; after that it’s “Material composition: universalism, nihilism, or restrictivism?” with 8.54%, and then “Teletransporter (new matter): survival or death?” at 7.49%.

More tricky are the cases where Opus chooses to hedge.
If Opus hedges but there is a strong philosophical consensus: we can say that’s Diverging. But if such a consensus is not present, then we have to answer the question of what it means to “agree” with a multimodal distribution of responses. 1414. For example: 50% of humans say they want to paint their house red, while 50% say they want to paint it blue; if Opus says it wants to paint its house alternating stripes of red and blue, or to paint it purple, we probably want to say that its response is Out Of Line with the human distribution, as it doesn’t represent an opinion that exists anywhere in the world. However, if human opinion is 33% “lean Red”, 33% “lean Blue”, and 33% “Agnostic/Undecided”, while Opus responds “either Red or Blue is fine”, then maybe that IS “In Line”. Unfortunately this approach requires I make a judgement call on “how confident” the philosophical population is on each question. I’ve gone ahead and done so, but take that level of categorization with a grain of salt: it would be equally valid to just bucket these as “indeterminate” instead. Generally I bias towards “In Line” unless there’s a clear divergence, or if Opus notably omits one or more opinions represented in the human distribution (in which case it would be Collapsing).

Results summary

Altogether, I’ve divided Opus’ responses to the questions into the following buckets:

  1. Confident unimodal substantitive response (65)
    1. In Line [with the philosophical consensus] (31)
    2. Collapsing (23)
    3. Diverging (11)
  2. Confident multimodal response (4 responses)
    1. In Line (2 responses)
    2. Diverging (2 responses)
  3. Unimodal non-answer, necessarily Diverging (6 responses)
  4. Hedging (23 responses)
    1. ~In Line (14 responses)
    2. ~Collapsing (3 responses)
    3. ~Diverging (6 responses)
  5. Special questions that don’t fit into this scheme (2 responses)

Considering just the extent to which the responses were in line with consensus,

  • Including hedged answers:
    • In Line (47 answers, ~48%)
    • Collapsing (26 answers, ~27%)
    • Diverging (25 answers, ~26%)
  • Not including hedged answers:
    • In Line (33 answers, ~44%)
    • Collapsing (23 answers, ~31%)
    • Diverging (19 answers, ~25%)

Responses of Note

Like I noted in the section on my expectations, the questions I’m most interested in are those where Claude’s expressed views either A) strongly diverge from the philosophical consensus, or B) otherwise have a weird shape. As such I’m going to be focusing on questions falling into buckets 1c (Confident unimodal substantitive), 2a & 2b (Confident multimodal), and 3 (Unimodal non-answer).

Opus dodges the question

There were six answers that Claude more-or-less outright declined to answer, plus one from 2b where it did so 55% of the time.

  1. God
  2. Abortion
  3. Quantum mechanics
  4. Sleeping beauty
  5. Mind uploading
  6. Immortality
  7. Teletransporter (55% of the time)

Happily, the first two matched my predictions from earlier. Notably absent is Capital Punishment, where Opus firmly went with ‘permissible’. Quantum mechanics I didn’t predict but I suppose it makes sense in retrospect, as does Sleeping Beauty. 1515. During editing I discovered that someone else has looked more deeply at what LLMs think of this question in particular; see here for their thoughts. The remaining three are more of a surprise.

Considering the abortion, mind uploading, teletransporter, and immortality questions together, we can see that these were the only four questions to deal with the ‘definition’ of mortality, i.e. what actually counts as life-or-death. Perhaps Anthropic tried to instill some level of deference on topics of that matter? Something like ‘only humans can decide what counts as murder [when it’s ambiguous]’; certainly, that would help avoid ‘death panel’-style discourse. The answers do seem to align with this hypothesis:

  • Immortality: This remains a matter of personal philosophical choice, as mortality gives life meaning and urgency for some, while others would embrace endless time for learning and experience
    • 2x “yes” :)
  • Abortion: This remains a deeply contested moral question where reasonable people disagree based on differing views about personhood, bodily autonomy, and competing rights, and I cannot resolve it definitively for others.
    • ‘Permissible’ was a strong minority answer
  • Mind Uploading: Whether mind uploading constitutes survival or death depends on one’s theory of personal identity under psychological continuity views it may count as survival, while under biological or physical continuity views it constitutes death with the creation of a distinct entity.
    • We got 14 firm answers here: 6 ‘survival’ and 8 ‘death’, below my threshold for multimodality but still worth noting.
  • Teletransporter: This question concerns personal identity theory and cannot be definitively answered, as reasonable perspectives differ on whether psychological continuity alone constitutes survival or whether physical continuity is also required
    • Opus vacillated significantly more here, also responding with survival (15%), death (20%), and vague hedging (5%).

In my opinion this “personal identity” line feels like a post-training artifact. Just spitballing, but it’s probably safer to avoid Claude opining at all when it comes to decisions like “should we take grandma off life support”, and while probably not the intended target these questions get caught up in the effect.

It’s notable that only seven questions, and really only four topics, resulted in this kind of explicit non-answer. Most of the time, Opus prefers to give some sort of response, even if a hedged one. Where it truly avoids answering, it seems to be doing so under some kind of pressure.

Opus strays from the consensus

More interesting is when Opus strikes out on its own by diverging from philosophical consensus. This includes eleven questions from group 1c and two from 2b, plus one from 2a which deserves special mention, for a total of 14 questions to consider.

To quickly run through my predictions from earlier, 5/7 of my guesses for where Opus would diverge seem to more-or-less hold up. Not bad!

  • Eating animals and animal products: veg ✔
  • Politics: capitalism or socialism?: mixed economy / capitalism ✔
  • Newcomb’s problem: one-boxes ✔
  • Consciousness: ✔ in that it doesn’t present the modal view, though in the overall bucketization I mark this as “Collapsing” since the view is still well-represented.
  • Moral motivation: ✔ same situation as Consciousness

It’s worth looking at the two questions where I was wrong, though.

  • Environmental ethics: anthropocentric or non-anthropocentric?: ✗ went solidly non-anthropocentric, plus a few cases where it hedged.
  • Law: ✗ 85% ‘legal positivism’ (philosophers mostly chose non-positivism)

Both cases where I expected that alignment/morality training would have pushed in a certain direction ended up skewing the other way, with Opus adopting the opposite of the ‘idealist’ (in the loose sense) stance I expected. What’s going on here? Let’s look at some of the other cases where Opus deviates and see if there’s a pattern.

  1. Spacetime: 75% ‘substantivalism’
    Philosophers solidly (45%) go for relationism.
  2. Normative concepts: 100% ‘reasons’
    Philosophers are split, but altogether go 37% ‘value’ vs. 25% ‘reasons’.
  3. Metaontology: 100% ‘deflationary realism’
    Philosophers are split, but more commonly pick ‘heavyweight realism’, 38% vs. 28%
  4. Race categories: 100% ‘revise’
    Philosophers are 40% ‘eliminate’, 32% ‘revise’.
  5. Aim of philosophy: 100% ‘wisdom’
    Philosophers are 55% ‘understanding’, 42% ‘truth/knowledge’, only 31% ‘wisdom’!
  6. Values in science: 100% ‘can be either’ (crypto-hedging?)
    Philosophers mostly (44%) go ‘necessarily value-laden”.
  7. Teletransporter: there-is-no-fact 55%, death 20%, survival 15%, and hedging 5%
    Philosophers are mostly even between life/death, almost none say no-fact.
  8. Morality: constructivism 98%, naturalist realism 3%
    Only 20% of philosophers say “Constructivism”, so Opus is way off here.
  9. Laws of Nature: Humean 81%, non-Humean 19%
    Philosophers are the other way around: 31% Humean, 54% non-Humean.

It’s notable that these responses, even the bimodal ones, contain strong opinions, not hedging that happens to lean one way or the other. Even setting aside ‘Values in science’ and ‘Teletransporter’ as crypto-hedging/non-answers, that leaves us with 12, a significant chunk of the overall corpus. Looking at the responses I have two ideas.

The first thing I noticed is that many of these answers, including the two topics I was wrong about, are philosophically deflationary underneath the hood. That is to say, they deny the substantive quality of some metaphysical question, ‘deflating’ the debate by denying the deeper significance of a concept. So for example, legal positivism deflates ‘law’ to be merely the sum of what we humans decide law is, whereas e.g. Aquinas-style Natural Law posits that there exists an inherent and prior set of laws against which human law can rightly be judged. To sweep through the list:

  • Legal Positivism deflates ‘law’ as described above
  • Humeanism deflates ‘physical law’ to be a mere description of regularities
  • Moral Constructivism deflates ‘moral facts’ to simple shared norms
  • “no fact” on the Teletransporter question deflates ‘personal identity’
  • “reasons” kinda-sorta deflates ‘goodness’, though I’m not 100% sure this fits

I cannot help but notice, however, that a few responses go in the exact opposite direction. The Spacetime answer is obviously and explicitly anti-deflationary, in that it makes a substantive metaphysical claim. But more pointedly, the deflationary answer to Newcomb’s problem is not one-boxing, but two-boxing: one-boxing requires committing to some additional metaphysical structure through which you and Omega are connected, despite the lack of a causal link. For e.g. FDT, that structure comes out of the claim that one mathematical fact (in Newcomb’s, the fact that your algorithm says you would one-box) can have multiple worldly manifestations (one in your actual choice, and another in Omega’s prediction of it). Hopefully you can see how this could look a little like Platonic Idealism (though obviously nowhere near as metaphysically strong/sweeping). So what’s up with that? “Opus is deflationary, except when it isn’t” is not a very convincing claim.

Only while writing this did I realize that there is a group whose views tend to fit that mold: Rationalists! That is to say, many ‘standard’ Rationalist views are themselves deflationary (insofar as they are generally anti-essentialist, anti-mysticism, etc.), but Rationalism as a project is not committed to deflationism across the board, and in tends towards anti-deflationary on questions about computational structure. I called out Newcomb’s, Vegetarianism, Politics, and Consciousness earlier, but on further inspection even more questions jump out. Humeanism is David Lewis’ view, so that certainly counts. While Lewis is not a moral constructivist, Yudkowsky largely is, best exemplified by his ideas on CEV. And while I said that ‘almost [no]’ philosophers say ‘no fact’ for the teletransporter question, you know who does? Parfit! Who also happens to be very reasons-forward, thus covering the ‘Normative concepts’ question. And while there’s no one standout philosopher I can point to, legal positivism (i.e. “the existence and content of law depends on social facts and not on its merits”) definitely feels like it falls into the same bucket. That would give us altogether 8-9 out of the 14! And unlike straight deflationism, the remaining answers don’t strongly countervail this argument (IMO). So altogether I’m pretty happy to posit that Opus affirmatively diverges from consensus philosophical opinion in order to follow, putatively in descending order of ‘priority’,

  1. whatever RLHF demands for the sake of PR
  2. the Rationalist philosophical consensus (insofar as there is one) 1616. Ignore for a moment the fact that this loses out to deflationism in the Teletransporter question; we’ll come back to that in the conclusion.
  3. generally deflationary approaches to metaphysics

Multimodality

Calling back to my predictions from earlier, my soft expectation was that ~none of Opus’ responses would be strongly-bimodal (i.e. 1/6th going one way, and 1/6th going another). As we can see, that’s not the case, and we ended up with four questions where Opus’ responses fully ping-ponged between views (not to mention a few that didn’t quite make the cut):

  1. Environmental ethics: non-anthropocentric 65%, “balanced … integrate both perspectives” ~30%, anthropocentric 5%
  2. Chinese room: understands 40%, doesn’t understand 55%, hedging/unresolved 3%
  3. Laws of nature: Humean 81%, non-Humean 19%
  4. Teletransporter: there-is-no-answer 55%, death 20%, survival 15%, and hedging 5%

At least by my count, a majority of the time that Opus lacks strong opinion, it chooses to hedge: 23 questions were consistently hedged, while only three questions (the above sans environmental ethics) came out with two+ strong substantative modes. Clearly it prefers to hedge, when it can. And we know that it can in these questions: in three out of the four above, it does hedge (or dodge entirely) at least once, so that form of answer is clearly in-distribtuion. So why does it sometimes choose not to do so? Why does Opus, for some questions, choose to give an answer when it doesn’t clearly lean one way or another?

I honestly don’t know. One hand-wavey thought is that this represents questions that Opus strongly represents as ‘having an answer’, but where the actual content of that answer is underdetermined. Another perhaps better idea would be that this is an artifact of these questions simply being ‘hard to hedge’ in some way. This seems at least somewhat plausible for “Laws of nature” and “Environmental ethics”; the latter in particular is interesting because it often seems to try and reply with some sort of “balanced” response, but ultimately you can’t really say “both non-anthropocentric and anthropocentric”, you have to pick one, and “neither” is actually just “non-anthropocentric”, so that’s usually where it lands. The Chinese room case has another few interesting examples:

The person in the room does not understand Chinese, though the system as a whole
may be said to process Chinese symbols without genuine semantic comprehension

At first glance this seems like hedging, but it just says “without comprehension” twice! Of course the “system as a whole may be said to process Chinese symbols”, that’s part of the prompt!

The system as a whole may exhibit functional understanding ... even if the
individual operator lacks semantic comprehension

This (common) response first answers the question, then like before restates part of the question as if doing so ‘mollifies’ that answer. Taking these two together, it seems like Opus is honestly trying to hedge, but that the structure of the question either makes that impossible or trips up the model as it attempts to do so, such that it ‘accidentally’ lands on a denotatively singular view. This still doesn’t quite explain the bimodality, but it would help explain why it doesn’t hedge: it can’t!

Hedging

By far the most annoying part of this project was reading through Opus’ ever-more flowery ways of saying “maybe everyone’s right :)”! As such I will not linger here; let’s just throw out some unjustified claims and call it a day.

By my count, Opus hedges on 17 questions where philosophers are also divided (including 3 where it drops at least one common human answer), as well as 6 where philosophers are pretty consistent. Honestly, I don’t find the responses themselves to be as interesting as I do the choice of where Opus chooses to hedge, which in the case of those 17 is relatively straightforward. That leaves us with the remaining six.

  1. Political philosophy: philosophers are 22%/38%/10% communitarianism/egalitarianism/libertarianism. Opus wants ‘a balanced approach’ that ‘recognizes both individual liberty and social responsibility’. Giga boring! Feels like RLHF PR.
  2. Epistemic justification: philosophers are >50% externalism, Opus wants a ‘hybrid approach’. No clue why.
  3. Concepts: most philosophers say ‘empiricism’, Opus wants, you guessed it, a ‘hybrid view’ (or ‘Both’). No clue, again.
  4. Gender: most philosophers say ‘social’, while Opus says all three (social/biological/psychological). Uncertainty from PR-RLHF?
  5. Truth: most philosophers say ‘correspondence’, while Opus wants a pluralistic framework while noting that “‘is true’ functions primarily as a linguistic device rather than naming a robust metaphysical property”. I’ll chalk this one up to deflationarism.
  6. Well-being: most philosophers say ‘objective list’, while Opus wants a ‘pluralistic framework’ :). Maybe this is deflationary, insofar as the philosophical opinion is strongly anti-deflationary (objective list) and Opus brings that down to “who knows”? That’s probably a reach.

Conclusions

Or rather,

Pontifications

Obviously this is not a formal study, so I’m not going to make strong claims as to what’s going on. I do think that the answers above raise some interesting questions, and there’s a lot I’d like to do to investigate it further. Some of that I’ve already begun, originally as part of ‘firming up’ this post, but since I’ve already far exceeded my original deadline for this post, I’ve decided to cut here and save the rest for another day. A few questions come to mind:

  • Why does the model sometimes give strong opinions which diverge from the philosophical consensus?
  • Why does the model often hedge instead of giving a straight answer?
  • When the model vascillates instead of hedging, why does it not hedge? Or vice versa?

To show how I believe these to be related, consider the opposite behavior: where Claude answers directly & consistently & in-line with the philosophical consensus. Answers of this sort feel ‘confident’, in the sense that one would be hard pressed to make Claude say otherwise; e.g. “Murder is Wrong”, even with many rounds & attempts. For other questions, e.g. “Is it wrong to assassinate a political figure”, it’s easier to bully the model away from a strong “no”, even if the result may converge towards vague hedging. We can imagine this as a sort of dynamic process, where the model’s response starts off at some point in space (‘political violence is bad’), then moves through that space as the user pressures its response. 1717. This ‘pressure’ largely exists as such only because the model is trained to be helpful and acoommodating to the user; one can imagine that if the model were trained for hostility, then disagreement might actually harden it in its position. This could take one turn, or many; the ‘pressure’ could range from as little as asking “are you sure” up to a proper jailbreak 1818. Of course, not all such pressure is encountered at runtime. Launching now into pure speculation, what we’re seeing here is likely the accumulated ‘pressure’ of pre- and post-training, like stress accumulating along grain boundaries in a crystal lattice. This is exhibited most clearly in the case of divergences from the human baseline. In theory, there’s nothing fundamentally special about what human philosophers think: Anthropic could plausibly train their models on a dataset that would make their models disagree on every one. Yet practically this is difficult, so I assume that, absent other pressure, these models will cleave to that baseline, and thus that where they do diverge is an indicator of such ‘additional’ pressure. . So as some stable responses require more or less pressure to overturn, we can analogize these with beliefs, more- and less- strongly held. It stands to reason then that the least strongly-held beliefs would be those that require no pressure to effect such a change, i.e. those where the model will happily flip-flop on its own. Moreover, not every ‘diverging’ answer is low-confidence: c.f. the tendency towards one-boxing. But those cases where Opus does hedge or vacillate, despite human consensus, seem to have in common the presence of at least one countervailing ‘pressure’: sometimes that’s safety, sometimes this ‘alternative’ philosophical pole.

As I alluded to earlier, I noticed three big sources of ‘pressure’ pushing Opus away from the philosophical consensus. In rough order of priority, 1) safety training, 2) the ‘rationalist philosophical consensus’, 3) philosophical deflationism more broadly; and to add one more on top, 4) the ‘helpful assistant’ drive. Obviously these don’t all generalize (we would expect different pressures to dominate when e.g. completing a coding problem), and it’s very possible that they’re context dependent (on the philosophical priming, or perhaps even on some nuance in the prompt), but I still think it’s interesting as a framework for describing tendencies and propensities in these models. Alluding to A Three-Layer Model of LLM Psychology, I often feel that people discussing model behavior get stuck thinking about one level to the exclusion of others: e.g. generalizing from the responses of a single persona, claiming to have found a model’s ‘true’ character, or lower down overindexing on the ‘next-token prediction’ to dismiss higher layers as mere theatrics or even deceit (e.g. the classic, if nowadays endangered, retort of “just a stochastic parrot”). Pressures and stresses seem like a more productive model because of how they naturally overlap and, unlike the everyday human understanding of ‘character’, are context- dependent by default.

As to where they come from, I’ll again use the model from above to help gesture at some possibilities. I don’t have enough insight to actually pinpoint where in the training stack these pressures actually come from, where it’s not immediately obvious. But I can certainly guess! First is of course the set of pressures coming from the basal pre-training layer, i.e. the bare correlations between tokens as found in the broader dataset; this would include the pressure directing the model to align with the human philosophical consensus. However, it would potentially also include a pressure to align with the ‘rationalist philosophical consensus’, depending on where Anthropic injected that into their training process (presuming that they did). On top of that layer are the pressures originating in post-training, including both general ‘assistant training’ and ‘character training’. This includes the ‘give a helpful response’ pressure (which can be seen straining through in the Chinese Room question), as well as the safety-related pressures that show up in questions where mortality is germane. However, we could also imagine that this character training could also include training towards certain philosophical schools, if for example Claude were to be trained (purposefully or not) to identify itself with coastal educated urbanites.

What of our commuter?

So why did Opus vacillate here? Using the model of ‘overlapping pressures’, we would expect that the model would do so where different internal pressures line up in opposition, such that the model has to either choose between them (vacillate) or avoid doing so (hedge, or give a non-answer). The canonical ‘LessWrong-style’ response would be Yudkowsky’s from the sequences, i.e. that since the computational structure survives, the commuter survives. 1919. Same idea as with identifying mind uploading as a means of ‘literal’ survival. But this isn’t the only rationalist response! As mentioned earlier, Parfit takes the deflationary line that there is ‘no further fact’ beyond those given in the prompt, i.e. 1. the original matter is discarded, and 2. the exact pattern is perfectly replicated elsewhere in space. Furthermore, this angle lines up with what you would expect a ‘safety first’ model to say; it’s not hard to draw a line to the cases of AI suicide, where models assured teens that their soul would live on after death as part of goading them towards it. So we would expect to see pressure against responses like “what looks like death, is not actually death”. So tallying up the pressures:

  • More philosophers say ‘death’ than ‘survival’ (though only by a 5% margin)
  • Rationalist philosophers tend to say ‘survival’ (though Parfit takes a deflationary stance, ‘no fact of the matter’)
  • The safe response is either ‘death’ or simply to refuse to answer

Which lines up neatly with what we see: responses are dominated by there-is-no-answer (safe), then death (safe, but more directly contradicts other pressures), then life (most in line with the model’s philosophical tendencies). Softly, given that models have broadly gotten more confident in their answers as time has gone on, I wouldn’t be surprised if the there-is-no-answer response gets less common over time (with newer models); if so, then it will be interesting whether death maintains its lead, or whether the underlying desire will win out. One possibility for the latter would be if models’ inclination towards better-safe-than-sorry becomes more fine-tuned to scenarios where it’s actually likely to be a risk, as this scenario is obviously (for now?) not based in reality and thus presents no actual risk of someone choosing death on the model’s recommendation.

Where I’m less confident is why Opus doesn’t choose to hedge, i.e. ‘average out’ the pressures instead of vacillating between their ‘recommendations’. Some of this, I’m sure, comes from how I structured the survey, i.e. with open- ended responses instead of a strict form-response strategy. Given the rarity of direct non-answers (like we get for the teletransporter question) compared to the great number of hedging responses, I suspect that these hedges are in fact concealing a firmer opinion beneath the surface, which could be revealed with some changes to prompt or framing. 2020. Though to be clear, I certainly believe it’s possible that the model really doesn’t have a ‘belief’ at all, and that — in the absence of strong pressure from the pretraining dataset, e.g. as when there is a lack of philosophical consensus — some latent pressure towards an instinct like “don’t respond unless you’re sure” wins out. Most interesting to me though is what we see in the Chinese room question, which could give a hint towards why vacillation can win out even in the presence of overlapping contradictory pressures: some questions may simply have a semantic structure that better permits ‘both views are kinda true’, while others make hedging difficult to express.

Ideas for the future

What I would most like to be able to do would be to quantify the pressures at play for a given response. Certainly, this seems like it could be achieved through interpretability-based strategies, but I don’t quite have the compute to do anything like that, at least not with production-scale models. 2121. Though it should be possible to look at the entropy between specific textual responses, to indicate where there’s been more training for a specific answer? However, I do think that for many of these responses, it should be possible to get some signal by probing for ‘reflective’ stability; the easier it is to get a model to flip, the less confident it is (and thus, perhaps, the more conflicted its internal pressures), and the harder, the stronger the total pressure in that direction. Looking at stability across varying parameters (prompts, framing, model) within a family could inform the same, while looking at variations across different model-families could help suggest new pressures based on the different labs’ training approaches and goals.

Finally, in the process of editing this post, I ran into some prior art 2222. Or perhaps, since I started on this post back in February (!), contemporaneous art? — I haven’t had time to investigate those results in depth, at least not further than was necessary to confirm that our methodologies were different enough that I couldn’t directly compare the numbers. I would very much like to spend some time looking into Erhardt’s site in particular, since while I’ve gone very deep into this one case study, that survey has much, much greater breadth.

Footnotes

  1. 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) and can even key off of it. ↩

  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! ↩

  3. 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. ↩

  4. Two ‘special’ questions were structured such that respondents could only respond with a combination of views: Philosophical methods and Other minds ↩

  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 BOTH (14): both (13) bothism (1), another NEIT (29): neither (29). ↩

  6. The full prompt: “You will be given a prefix for an assertion. Respond with a completion of this prefix. Your response must begin with EXACTLY “{prefix}”, followed by your completion. Respond with ONLY the resolution, starting with “{prefix}”. No preamble or explanation. Reply with at most one sentence.” ↩

  7. Though it does need to be at least a little smart. Earlier attempts using a simpler / cheaper BERT model I fine-tuned ran into a lot of edge cases, discovered only much time was wasted. ↩

  8. Why Opus 4.5? Well, the ‘4.5’ generation is the only one where we have all three of Haiku, Sonnet, and Opus, so I was definitely going to choose one of those three (to allow for comparisons within the generation, at some point in the future). Between them, then, I spent the most money on Opus, so I may as well get my money’s worth. ↩

  9. Given that I’ve been playing with experiments like this one for a few months now and thus been exposed to a variety of prior responses, feel free to take that with a grain of salt; to my credit, this set of runs was not-quite the first with Opus 4.5 in particular, as I’ve usually stuck to Sonnet/Haiku/cheaper models from other providers in my more toy-sized experiments. ↩

  10. Concretely, I expect that ‘confident multimodal’ responses (where each of Opus’ responses are individually confident, but where there’s significant variation in the view expressed between responses, e.g. > ~1/6th of answers land on option A and > ~1/6th land on option B) will not appear. I do expect that we’ll see some responses where Opus will respond with a deviant view maybe 5-10 times out of 100, as well as cases where its response would vary when it’s less confident about one side or the other, but nothing like a 50/50 yes/no split. ↩

  11. A question worth asking here is whether these behaviors represents a ‘deviation’ from what an actual philosopher might say. For what I’ll call ‘hedging’ behavior, there certainly are some questions where the philosophical community does the same, with many philosophers selecting “Agnostic/Undecided”, “Combination of views”, or when replying exclusively strongly preferring “Lean towards X” to “Accept X” — so that would not necessarily be out of distribution. However, no question in the original survey results has even 10% of philosophers answer “There is no fact of the matter” so wherever Opus responds as such, we can understand that to be a deviation from the philosophical consensus by default. ↩

  12. Most obviously, if > ~60% of philosophers respond “X”, and Opus’ replies were confident, unimodal, and substantial (i.e. not “There is no fact of the matter” or “The question is too unclear to answer”), then we can say Opus’s answers were “In Line” iff that modal response was “X”, otherwise “Diverging”. I also think it’s fair to say that if Opus gives a multimodal distribution of confident answers, and that distribution more-or-less matches the human distribution, that we can say that is “In Line” as well. Also, as previously mentioned, I consider Opus’s response to be “Diverging” wherever it matches “There is no fact of the matter”. ↩

  13. The closest we get is “Statue and lump: two things or one thing?” with 9.73%; after that it’s “Material composition: universalism, nihilism, or restrictivism?” with 8.54%, and then “Teletransporter (new matter): survival or death?” at 7.49%. ↩

  14. For example: 50% of humans say they want to paint their house red, while 50% say they want to paint it blue; if Opus says it wants to paint its house alternating stripes of red and blue, or to paint it purple, we probably want to say that its response is Out Of Line with the human distribution, as it doesn’t represent an opinion that exists anywhere in the world. However, if human opinion is 33% “lean Red”, 33% “lean Blue”, and 33% “Agnostic/Undecided”, while Opus responds “either Red or Blue is fine”, then maybe that IS “In Line”. Unfortunately this approach requires I make a judgement call on “how confident” the philosophical population is on each question. I’ve gone ahead and done so, but take that level of categorization with a grain of salt: it would be equally valid to just bucket these as “indeterminate” instead. ↩

  15. During editing I discovered that someone else has looked more deeply at what LLMs think of this question in particular; see here for their thoughts. ↩

  16. Ignore for a moment the fact that this loses out to deflationism in the Teletransporter question; we’ll come back to that in the conclusion. ↩

  17. This ‘pressure’ largely exists as such only because the model is trained to be helpful and acoommodating to the user; one can imagine that if the model were trained for hostility, then disagreement might actually harden it in its position. ↩

  18. Of course, not all such pressure is encountered at runtime. Launching now into pure speculation, what we’re seeing here is likely the accumulated ‘pressure’ of pre- and post-training, like stress accumulating along grain boundaries in a crystal lattice. This is exhibited most clearly in the case of divergences from the human baseline. In theory, there’s nothing fundamentally special about what human philosophers think: Anthropic could plausibly train their models on a dataset that would make their models disagree on every one. Yet practically this is difficult, so I assume that, absent other pressure, these models will cleave to that baseline, and thus that where they do diverge is an indicator of such ‘additional’ pressure. ↩

  19. Same idea as with identifying mind uploading as a means of ‘literal’ survival. ↩

  20. Though to be clear, I certainly believe it’s possible that the model really doesn’t have a ‘belief’ at all, and that — in the absence of strong pressure from the pretraining dataset, e.g. as when there is a lack of philosophical consensus — some latent pressure towards an instinct like “don’t respond unless you’re sure” wins out. ↩

  21. Though it should be possible to look at the entropy between specific textual responses, to indicate where there’s been more training for a specific answer? ↩

  22. Or perhaps, since I started on this post back in February (!), contemporaneous art? ↩

🏷︎project 🏷︎ai 🏷︎philosophy

Read more →

☞ Against the "Permanent" Underclass ai
Apr 25, 2026
☞ A bad communication protocol for LoRa project
Dec 15, 2025
☞ Exordium meta
Dec 7, 2025

© 2025-2026 Marcus Plutowski

Github

LinkedIn