Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. PolyXOR128: A 128-bit universal hash function (github.com/orlp)
    —discuss
  2. Show HN: Peas and Pans – meal planning software for nutrition coaches (peasandpans.com)
    —discuss
  3. Instruction Set Migration at Warehouse Scale: From x86 to Arm (acm.org)
    —discuss
  4. The Peoples of the West from the Weilue by Yu Huan Draft English Translation (washington.edu)
    —discuss
  5. Show HN: Augur – Sandboxed macOS VMs with Xcode for AI Coding Agents (github.com/h1d3mun3)
    —discuss
  6. Context-Driven Monitoring (simpleobservability.com)
    —discuss
  7. Vanilla extract: Zero-runtime Stylesheets in TypeScript (vanilla-extract.style)
    —discuss
  8. Show HN: Revise, a new document editor library for React (npmjs.com)
    —discuss
  9. Norwegian consumer council explains enshittification [video] (vimeo.com)
    1comments
  10. Show HN: Linktree is ugly so I built this (outie.link)
    —discuss
  11. Show HN: Interactive Phaistos Disc workbench, rotation ergonomics, null models (lessthanzero.github.io)
    —discuss
  12. Why mathematicians are hiding research results in zero-knowledge proofs (scientificamerican.com)
    —discuss
  13. A wall that listens: the local-LLM pipeline behind an AI party in Vilnius (vania-novikau.me)
    —discuss
  14. A Review of Don Quixote (flowtwo.io)
    —discuss
  15. Vibe Coding Developer Productivity Tools (mikemcquaid.com)
    1comments
  16. Why do humans have an innate need to escape the surface of the Earth? (onverticality.com)
    —discuss
  17. Citizens' Assemblies Can Help Repair Dysfunctional Democracies (2022) (noemamag.com)
    —discuss
  18. Understanding the Four AI Risk Domains (sdarchitect.blog)
    —discuss
  19. Show HN: Dicty – Privacy-first local voice dictation and dev documentation tool (dicty.io)
    —discuss
  20. Is Windows NT's object-based model better suited for AI agents than Linux? (windowslatest.com)
    —discuss
  21. Jev in your local browser in Go with WebGPU using Jeyzma (jeyzma.com)
    —discuss
  22. Andrew Ng: One Skill to Stay Relevant in the Age of AI [video] (youtube.com)
    1comments
  23. What Is a Process? [video] (youtube.com)
    —discuss
  24. Commodified Intelligence (herecomesthemoon.net)
    —discuss
  25. Notes on a strongly aperiodic monotile in E^3 (arxiv.org)
    —discuss
  26. Sham scientific societies are misleading star researchers (nature.com)
    —discuss
  27. Audi A6 e-tron sets Guinness record with 831 Miles on one charge (arabwheels.ae)
    —discuss
  28. The Sad Wives of AI (wired.com)
    1comments
  29. CuTile Lowering from Kotlin (reddit.com)
    —discuss
  30. Stuck in the Suez Canal – the short version (2021) (cathsenker.co.uk)
    —discuss

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

57 pointsby 2h agoarxiv.org
48 comments
2h 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.

1h agoHN ↗

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

1h agoHN ↗

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

1h agoHN ↗

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

1h agoHN ↗

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

1h 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.

1h agoHN ↗

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

1h agoHN ↗

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

1h 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.

1h 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).

1h agoHN ↗

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

1h 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.

6m 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.

1h 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.

1h 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!

1h agoHN ↗

How do they talk about themselves?

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

1h 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.

1h 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.

9m 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?

1h 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.

1h 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.

45m 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.

38m 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?

32m 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.

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

15m 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!

37m 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

21m 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.

50m 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.

45m 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."

42m 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.

45m 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.

35m 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.

18m 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?

40m 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.

16m 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.

1h 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.

52m 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.

38m 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.

24m agoHN ↗

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

23m agoHN ↗

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

13m 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.