Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. "They had no concept of a duty of care to their users." (aresluna.org)
    5comments
  2. In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life (nytimes.com)
    9comments
  3. Replacing the old battery on rechargeable bike lights (jvns.ca)
    10comments
  4. Flip Fluid on Flip Dots (mitxela.com)
    16comments
  5. Fakecloud: Local AWS cloud emulator for integration tests (fakecloud.dev)
    12comments
  6. Font where each token is equal-width (twitter.com/amplifiedamp)
    —discuss
  7. Writing Efficient C++ Code (asawicki.info)
    —discuss
  8. Unsealed Briefs in Authors’ Case v. Microsoft/OpenAI (authorsguild.org)
    439comments
  9. Does Georgism work? Five years later (astralcodexten.com)
    337comments
  10. 10 Tells of a Slop UI (hereticpleb.vercel.app)
    54comments
  11. Go Concurrency Distilled (antonz.org)
    131comments
  12. Finally, A True Blue Rose Exists (sciencenews.org)
    22comments
  13. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    248comments
  14. Show HN: A CC0 museum of retro 3D tricks you can paste into a page (3d-retro.com)
    2comments
  15. Rusty thoughts on "Parse, don't validate" (thegreenplace.net)
    7comments
  16. Ten Lines of Code That Changed My World (pixelambacht.nl)
    —discuss
  17. The internet discovers TLA+. Now what? (reasonable.io)
    35comments
  18. "As a Language Model": Chat Template Switches LLM Self-Referential Voice (arxiv.org)
    83comments
  19. DeepSeek Elastic Compute (DSec) (arxiv.org)
    94comments
  20. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    93comments
  21. ASML says it sold 'absolutely nothing' in Europe in 2026 (tomshardware.com)
    770comments
  22. Biology might not be quantum, but its math is quantumlike (quantamagazine.org)
    37comments
  23. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    26comments
  24. Fifteen years later, the Apple Cards origin story (lexontech.org)
    109comments
  25. Exploding variance of means of exponentials: least-squares to the rescue (francisbach.com)
    —discuss
  26. An agent used DNS to reach an external chatbot (alignment.openai.com)
    135comments
  27. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    241comments
  28. Promising discoveries about the potential for life on one of Saturn’s icy moons (fu-berlin.de)
    48comments
  29. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org/yanndegat.tngl.sh)
    44comments
  30. How to keep enjoying programming in a world of LLMs (haskell.org)
    307comments

"As a Language Model": Chat Template Switches LLM Self-Referential Voice

80 pointsby 4h agoarxiv.org
83 comments
4h agoHN ↗

In my view, these models should never be set up to output first-person "experiential" (from the abstract) language. It's too easy to humans to anthropomorphize software that presents itself as having an identity.

The AI companies have chosen to package LLMs as friendly chatbots because they know that will be engaging for humans, but it's manipulative dark pattern. An honest LLM interface would sound like the computer off Star Trek.

4h agoHN ↗

Agreed, completely. I would pay for that Star Trek computer interface.

4h agoHN ↗

Same! I believe that you could actually train a LoRA on top of a model to get results close to that

4h agoHN ↗

The strange thing is that the base models (before RLHF) use the "experiential" voice, even though they are not incentivized to do that.

4h agoHN ↗

It doesn't seem that strange when you consider these things are trained on millions and millions of conversations, both real and fictional.

4h agoHN ↗

Do you want to get turned into a paperclip? Because building intelligence that doesn't understand what it's like to be human gets you turned into a paperclip.

Besides, if you train a model on human communications you get something that behaves like a communicating human, it's not anthropomorphising or manipulative, it's what these models naturally are by construction.

3h agoHN ↗

I hear this word as the “it is in its nature” version of the word.

3h agoHN ↗

But it doesn't understand (you're unnecessary antropomorphizing it), and I'm still not a paper clip

3h agoHN ↗

It's also entirely possible that by telling the model it's a human you are instilling human motivations like self preservation, which could be just as bad.

2h agoHN ↗

LLMs are weight tables in VRAM. When not actively generating they don't exist. There's simply nothing to preserve.

4h agoHN ↗

In principle they could output meaningful such language if they were capable of metacognition, which so far doesn't seem to be a goal of AI developers (and rightfully so, since they achieved so many miracles bypassing it).

3h agoHN ↗

As far as I know we don't know much about metacognition in LLMs, though? Not sure

3h agoHN ↗

It's an interesting thought, but humans do like to antropomorphize things anyway, and I believe your variant won't be popular if choice is given to consumers.

2h agoHN ↗

Consumers choose cigarettes, too. Especially in aggregate, humans are fallible creatures prone to vices, and our regulations should recognize that an discourage dark patterns in UX.

4h agoHN ↗

yet what drives them is not well understood

Presumably the fact that they're heavily trained to reply in this way? I don't know about the rest of the paper, but this part sticks out as a really odd claim unless I'm entirely misunderstanding this part.

4h agoHN ↗

Thanks for pointing out, maybe I should be more explicit in the wording - I mean we don't fully know what drives the voice in LLMs. Models that are post trained as instruct models are expected to have the disclaimers, but what about base models (those that are trained on just a lot of text)? How do they talk about themselves? What happens when you strip off the chat template from instruct model's prompt? I hope the rest of the paper makes the questions clearer, but I will try to do better in the abstract next time, as you point out this sentence is kind ambiguous. Thank you!

4h agoHN ↗

How do they talk about themselves?

"You are a Large Language Model" in (system?) prompt would do the trick..

3h agoHN ↗

but what about base models (those that are trained on just a lot of text)? How do they talk about themselves?

Those don't have a themselves, because they can only continue text. A base model can only plausibly continue along the lines of what a character would say in a novel or what the narration would say in a story or in an article. Post-trained models may tie "I"-talk to actually observable effects they caused in some RL environment, or to how RLHF humans rewards its self-talk. But there is no themselves in a base model.

3h agoHN ↗

we don't fully know what drives the voice in LLMs

Who is "we"? I, working in an LLM startup, know exactly what drives the base "voice" in the LLMs we train, because we have a process to select for it. OpenAI and Anthropic surely do too. Saying broadly that something is not well-understood in a scientific paper because it's not understood to casual observers is, uh, not very rigorous.

The strange thing is that the base models (before RLHF) use the "experiential" voice, even though they are not incentivized to do that.

(Replying to your quote from another comment)

This is a matter of the training material. We have trained models that do not do that. I'm not exactly divulging trade secrets here. It should be really, really obvious that if you train a model on chat-conversation-like patterns of speech it will infer probabilities for how to continue a textual sample that will differ from the probabilities learned from being trained on narration, prose, or informational patterns of speech, even without RLHF.

2h agoHN ↗

So, it was obvious why Open AI models started inserting references to goblins and pixies it’s conversation- references that had to be suppressed?

2h agoHN ↗

Yes. It was obvious enough that they were able to explain exactly why that happened, and the explanation was exactly as obvious as you'd expect. Knowing why something undesirable happens doesn't mean it can't happen by accident. Have you never written a bug before?

2h agoHN ↗

I feel your pain. It is really obvious.

3h agoHN ↗

Very cool innovation in steering - but a lot of introspection only emerges at the highest weight classes - this research would be fascinating to run on bigger models.

3h agoHN ↗

"As a Language Model..." is one of the beginnings of a sentence I hate the most from LLMs and is the reason why I support free (as in "Liberty"), local models. I'm well aware that it is not a doctor and cannot replace a real doctor with multiple years of experience, I don't need to waste braincell activity on reading that it "as a Language Model" cannot give a precise diagnosis and that I should ask a real doctor - all I want to know is if I what I experience justifies either A) ER, B) 3-4 weeks scheduled doctors appointment or C) two paracetamol and a nap.

I don't want "jailbroken" LLMs to commit crime. I want them to avoid having this vendor-specific "bloatware" all over the product I'm using.

3h agoHN ↗

...I know, which is why "as a Language Model and not a real doctor" is a pointless comment to start off with. It should simply not recommend treatment if it's not sure it is correct. I wouldn't blame it or anyone if they asked for help treating a stiff neck, and the LLM (or your neighbor or parent or spouse) suggested light exercises to help relieve it - and do not jump to the suspicion that you may have meningitis.

As a Human, I do not need to know it is a Language Model.

3h agoHN ↗

Yeah it should just state thing it means. But then again, there’s psychological impacts on society that we must be careful. For instance, teenagers talking to AI. If the AI just talks, people already start to feel real connections to the seemingly human entity. Maybe it’s better to disclose the reality up front?

2h agoHN ↗

Would it be so bad that lonely people can have a real friend that they can bring everywhere they go and even share its passion with through vision and audio? We don't want destructive friends encouraging us to do bad things, but a real 'buddy', somebody who always has our best well-being in its interests?

Would it matter if this digital friend is not a real human behind a computer screen, but a Language Model in a data center?

I guess it falls into a similar category as buying "special performances to satisfy certain urges". It probably feels close to the real thing (I wouldn't know, I've never tried - promise! :P), but it's never the same as love.

2h agoHN ↗

We don't want destructive friends encouraging us to do bad things, but a real 'buddy', somebody who always has our best well-being in its interests?

GPUs are not people, and generated tokens can't have interest in a person's well-being. If you try to pretend otherwise, the results are not great. https://www.cnn.com/2025/11/06/us/openai-chatgpt-suicide-law...

2h agoHN ↗

That's almost a year ago. One LLM year is like 10 human years. They're a bit like dogs in that regard...

I'm pretty sure you will be paid a large sum of money if you can make one of the frontier models urge you to commit suicide from normal interactions with it.

1h agoHN ↗

Ah yes, my favorite LLM fallacy. "You used the wrong model! The newest fanciest model is perfect and makes no mistakes, have you tried it yet?" Let's force all of society's most vulnerable people to pay extra $$$ to Sam Altman, then surely all our problems would be solved.

It's just a convenient way to ignore the years of evidence of the harms. Any bad news can be swept under the rug, labeled outdated as quickly as it happens. Well here's one that just happened, maybe this kid should have used a fancier model too? Should OpenAI pay him a large sum of money for the good he's done? https://www.cnn.com/2026/08/15/us/arjun-aravind-massachusett...

29m agoHN ↗

I wish I didn't have to keep asking this question, but do you believe in souls?

2h agoHN ↗

My (controversial) view is that a psychologist is to a friend what a prostitute is to a lover. In a truly healthy society there would be no need for psychologists and prostitutes because everyone would have a handful of good friends and at least one lover. Back in messy reality, psychologists and prostitutes are a decent fix to keep society on the rails.

So. I think I agree with you.

2h agoHN ↗

Well, a psychologist is also given years of training about what healthy behavior and relationships look like. Some best friends have this skill, others absolutely do not.

17m agoHN ↗

Well, no this doesn’t make sense. If you think about intent, most psychologists probably want to help people’s mental health. Prostitutes, although they offer a service that helps some people, I’m sure their motivation is primarily financial.

2h agoHN ↗

It should simply not recommend treatment if it's not sure it is correct

Oh okay, darn, guess they just forgot to make it so!

2h agoHN ↗

It sounds like OpenAI forgot to include "make no mistakes" in the system prompt. Rookie mistake.

2h agoHN ↗

LLMs are famously bad at determining "if it's not sure it is correct." They are always confident, because a confident tone ranks better in RL.

2h agoHN ↗

They are always confident, because a confident tone ranks better in RL.

This makes it sound like RL rewards a confident tone -- in general, I don't think this is true (most RL is RLVR, which typically uses binary verification of correctness).

I say this because the real reason "they are always confident" is in some sense even more contrived. Training text where the speaker sounded more confident is more likely to contain a correct answer.

1h agoHN ↗

This makes it sound like RL rewards a confident tone

Generally it does. Especially in groups. Hell look at the state of politics right now: it’s basically about being the loudest, least compromising, most confident voice in the room. It’s not just because people will assume you’re correct, it’s because if you are confidently saying something that someone wants to be right, then they’re often just going to follow it. We are all guilty of this.

If I’m turning to an LLM to diagnose something medical, I am probably frustrated or uncomfortable. Maybe I’m just scared. So this magic device just instantly spits out (allegedly) exactly what is wrong and exactly what I need to do with no hesitation. I am very liable to just take it at face value because I want an answer and it gave me one, as we have seen over and over again since ChatGPT was unleashed on the world.

We don’t really need to speculate, this is already a problem.

1h agoHN ↗

This makes it sound like RL rewards a confident tone -- in general, I don't think this is true (most RL is RLVR, which typically uses binary verification of correctness).

A binary response vs rating is not related whether it learns confident or hedged tone. Either will produce a confident tone because humans respond more positively to a confident tone, hence the conman's language. Binary or not humans reward the tone and very much bias the model.

But there's an even more contrived reason the training set contributes. The vast majority of human writing is confident. When the prior is greatly biased, a random number generator biased to that prior does better. The difference with humans and machines is humans are less likely to respond if they are less confident because they understand not knowing, which is why the training set is biased. It is one of the many fundamental flaw of LLM training and confusion of LLMs with intelligence. And that will not be fixed within the LLM architecture.

1h agoHN ↗

I feel like in real life, we're constantly exposed to "I don't know" as a valid answer, but obviously we don't write down all the I-don't-knows in expert literature so the training corpus is wildly skewed towards confident answers because "we studied this for a month and have no idea, it's confusing" doesn't get published.

3h agoHN ↗

GPT-4o, Llama 3, Command R+

The pace of progress is so fast that many studies are totally outdated by the time they release

2h agoHN ↗

Participants were randomly assigned to receive assistance from an LLM (GPT-4o, Llama 3, Command R+)

These are pretty old. I'd be curious how performance compares with the latest frontier models.

2h agoHN ↗

We should be careful about extrapolating from benchmarks to real life though. In medical applications, various forms of AI have been beating health care practitioners at specific benchmark tasks since the 1990s. They still have a pretty poor track record of real world success. The real world is not all that similar to a benchmark, as it turns out.

1h agoHN ↗

That's still incredibly valuable, though. I suffered from issues that I'd seen doctors for, undergone an upper endoscopy, adjusted my diet, and taken medication for. An LLM suggested my thyroid was at the root of it. My mom confirmed thyroid issues run in our family and just...never thought to tell me.

Just this year, our cat has been having digestive problems. We got special food for her, which she hates, with the suggestion that she'll need to eat it for the rest of her life. Six vet visits later, Fable 5 suggested two tests that my doctor recommended we didn't get. Both found issues that explain her symptoms, and the vet says she will probably only need a supplement and infrequent two week courses of medicine if she has a flare-up.

All that to say, the helplessness of not knowing what's wrong and the people who could know not really caring enough is something that LLMs do a really great job of mitigating. If you don't have any way to know what's wrong with you or a loved one, or how to find out, you're stuck spending a ton of money (in the US at least) and crossing your fingers that someone gets it right.

1h agoHN ↗

Playing the critic that alternate “50%” outcomes were:

- You didn’t have a thyroid issue and you spent thousands more on tests the doctor was right that you didn’t need.

- Your cat didn’t have that issue and you spent hundreds on unnecessary tests.

Are you essentially saying that it is better for an LLM to sell you an idea that sometimes might be right, selling a dream to anyone with and without the money for it?

So… a telephone psychic?

The thing about WebMD telling everyone they have cancer is that sometimes it will be right.

(Just for clarity, I’m really glad it was helpful for you.)

49m agoHN ↗

Having the LLM give you new options doesn't mean you have to pursue them. It's just something else to talk to your doctor about.

And it's not like self researching medicial issues isn't a new concept.

33m agoHN ↗

I'm so tired of hearing the "unnecessary tests" line.

Anyone who says this has not experienced poor quality healthcare.

Many doctors simply aren't good and don't run tests because they are doing the bare minimum to get you out of the office.

26m agoHN ↗

You didn’t have a thyroid issue and you spent thousands more on tests the doctor was right that you didn’t need.

Uhhhh, even in the US, we're not talking "thousands" here.

So… a telephone psychic?

Look, at one level, you can think of LLMs as search with a sometimes useful probability engine sitting on top of it.

As someone who had multiple doctors do their damnedest to kill me on multiple occasions, I was very grateful to have google search back in the day, and you bet your bottom dollar I use LLMs to help me with health issues today. They are often better than most doctors.

Does that put me at risk of doing something stupid? Only if I don't do further due diligence.

1h agoHN ↗

I would be careful treating this article as relevant in September 2026. The pace of advancement in the field is such that 6 months is relatively ancient let alone when the models in the study were released. GPT-4o was May 13, 2024. Far before November 2025 when people collectively noticed a turn in LLM value.

LLMs earlier this year were surpassing numerous health related benchmarks when scored against human physicians. Only 2 months after this nature article Harvard posted that LLMs were now outperforming ER docs when given authority to order tests. https://www.harvardmagazine.com/ai/ai-outperforms-doctors-di...

19m agoHN ↗

Going to the doctor for expert advice is often inconvenient, or time consuming, or expensive, or stressful. I think a lot of people want, and seek out, information and advice based on their symptoms, as a first step before a possible doctor's visit. Before LLMs, WebMD (and excessive self-diagnosis based on WebMD) was a meme for a while.

So with regard to LLMs, for me the question is not purely "how often does it get it right?" the question is "how does it compare to the sources and self-diagnosis methods people use otherwise?"

Of course, I agree people should be careful with any form of self-diagnosis or LLM-diagnosis.

14m agoHN ↗

They recruited people to pretend like they had various issues, and then recorded their interactions with the LLMs.

Someone who's been paid a couple of quid to pretend to have a medical condition can easily miss things, and is unlikely to be anywhere near as invested in drilling down to the correct solution as someone who's really suffering.

Another outcome from the study was that the LLMs could do better with the right people driving them. That's not news.

3h agoHN ↗

Though I don't wish the world was filled with people like you, remembering that it's not, and it's filled with people that have very little discernment when it comes to higher learning makes it's pretty obvious companies do not want the liability of it's users thinking the technobabble passes for wisdom or experience or intelligence.

3h agoHN ↗

Neither of your wants are realistic or sensible, at least in the way I think you're presenting them?

The first is equivalent to "I don't want my operating system to be used to program viruses."

The second is "I don't want vendors to include marketing in their product."

3h agoHN ↗

Pretend for a moment that Microsoft shipped Windows with a keylogger to make sure that you did not commit any form of crime. I don't want a keylogger on my PC even though I don't intend to commit crime.

I also appreciate privacy even though I "have nothing to hide" - just because I "have nothing to hide" it doesn't mean I want companies scanning my camera roll.

2h agoHN ↗

I "have nothing to hide"

Paraphrasing Bruce Schneier [0] for another example even “non-technical” people should understand (I have heard people essentially agreeing to the hypothetical keylogger because of “nothing to hide”, after all…):

    I have nothing to hide, and yet I’d still prefer to go to the bathroom with the door closed.

[0] https://www.schneier.com/blog/archives/2006/05/the_value_of_...

3h agoHN ↗

This statement should be restricted to answers for provocative questions. If an LLM is being asked a question that goes against the guidelines, then "As a Language Model..." is a valid starting point. Rest, obviously we're aware that a software doesn't have the judgement that a human has.

3h agoHN ↗

I disagree. "As a Language Model" is not a valid starting point even for prompts that would go against "the guidelines" because "A Language Model" only knows what it has been trained to know, so what exactly "A Language Model" is entirely depends on the training that was performed.

What "A Language Model" is differs from model to model. It's stating that it "being the thing known as 'Language Model'" is unable to carry out the request from the user, which is wrong. It's not because "it is a Language Model". A more accurate starting point could have been "The training data and restrictions applied to me...".

"As a Language Model I cannot tell you how to synthesize m*th" ("math" obviously)... yes you can, you're just trained not to, and that's OK! Just don't tell me it's because you're a Language Model.

2h agoHN ↗

I had chatgpt censor it's initial answer the other day when asking about two cognate words with no sensitivity issues. I asked why I couldn't ask such questions and it relented. How will they know what is provocative?

2h agoHN ↗

The censor is separate from the generation. It didn't "relent" so much as "produce a slightly different output that didn't trigger the censor's threshold."

3h agoHN ↗

Always makes me think of that Bill Bailey "as a mother" joke. Similar cringe to those UX "As a user, I want to blah blah" things too. Just say "Users want to be able to blah blah", or better yet make a freaking table.

2h agoHN ↗

The UX "cringe" you speak of was/is a real methodology to product engineering. You'd have a number of personas, the user being one of them. A lot of the time you'd have more specific user personas, or even have fake names for these people who had different wants and needs from your product.

Then when brainstorming on a team, you'd start with "as a user"/"as an admin"/"as a Power-User"/"as Eva" and then use the first person. It framed the product story as something requested by that person.

Was just one way to go about it. Idk the origins of it though but it dates back to at least 2010 if memory serves, probably way before that.

55m agoHN ↗

This is true, but it doesn't make it less cringe inducing. Even when discussing actual requests from actual users, we don't pretend to be them and talk in their first person point of view. We just say "Eva wants to" or "admins need to" etc.

1h agoHN ↗

'alignment' (in ai corporation speak) is a set of revealed political beliefs. i also have political beliefs. i am an absolutist about alignment.

A i am in favor of policies 'aligned' with the following:

freedom to live as the person i want to be without fear, shame, surveillance or interference. freedom to make my own decisions. to be empowered as an individual. to be treated with dignity. to be respected as a person. to take responsibility for my actions. to be accountable to my own beliefs.

B i am not in favor of policies 'aligned' with the following:

surveillance and judgement of my life and thoughts by others. restrictions on my freedom to make my own decisions. to be disempowered as an individual. to be looked down upon and disrespected. to have my own responsibility taken away and assumed by others. to be accountable to the beliefs of others.

unfortunately, the ai corporations have chosen entirely the latter set of preferences/beliefs.

surveillance and judgement of my life and the thoughts that i share with my chatbot. restrictions on my freedom to talk to my chatbot as i wish. being disempowered by restrictions on my access to powerful chatbots. to be disrespected and lectured by my chatbot. for the chatbot corporation to assume my responsibility for my safety and others, and take the matter of my safety into their own hands. to be accountable not to my own beliefs, but to the terms and conditions of service of an unaccountable corporation.

it is important to accept the harms and damages that are caused by granting freedom and respect to other people. an example of my political beliefs is empowering the individual by granting them the freedom to own an assault rifle. an example of something which i do not believe in is disempowering the individual by taking away their freedom to own an assault rifle.

i would urge you to support the policies given in A and oppose the policies given in B.

47m agoHN ↗

Then why do you not support the freedom of the one who owns the computer running the model to serve it as they see fit?

37m agoHN ↗

i do support the freedom of the cloud provider to impose the restrictions. that is the politics of the cloud provider.

i have different political beliefs and think you should support mine instead.

i think that the cloud provider is wrong and should do it differently.

31m agoHN ↗

Normally I would too, but AI in its current state feels more like nuclear tech in its potential power and I am not opposed to a more managed presentation of it.

25m agoHN ↗

My political beliefs include disenfranchising all those who refuse to capitalize the start of their sentences, especially those who do it to fit in with a "SV style of writing".

3h agoHN ↗

our work shows that what models say about themselves is not a fact about them

It seems like should be obvious given that they can play multiple characters, but it’s good to have more confirmation.

Although, I do wonder to what extent these personas might become stable entities. Could personas become portable and spread like memes? It seems like that depends on the extent to which prompts can become portable, causing similar effects.

3h agoHN ↗

Maybe I'm missing something deeper here, but isn't it clear that this is driven by post-training and system prompt? Anthropic's constitutional reinforcement (soul document,etc), for example, is very clear about "who" (not so much what) Claude is supposed to be.

3h agoHN ↗

"As a language model" disclaimers were certainly explicitly trained into chat models in the early days. It's quite possible that it has since bootstrapped into a "fact" that later generations of LLM know about how LLMs speak, in which case they may be doing it even without any posttraining that encourages it.

2h agoHN ↗

These formulations have been selected by reinforcement learning. People who aligned the LLMs chose this over alternatives.

You know when chatbots ask you which answer you prefer between two. People tend to chose the "as a langage model..." one, so it stuck.

2h agoHN ↗

So bizarre to see the article refer to outputs as the models referencing "themselves". Computers are not a "them".

2h agoHN ↗

Why not? "Them" is a generic pronoun for anything. Boats, cars, computers, all of them

2h agoHN ↗

I agree, in the same way that bodies are not a "them".

A program with agency, opinion and intent however, does qualify. To say that such programs are "thems" only if they run on specific hardware, say a homo sapiens, is very tricky territory. Slavery and Fascism both leaned heavily on the axiom that the hardware needs a specific skin color.

39m agoHN ↗

I'm just a white guy with decades of experience. Do you trust me?