Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. "As a Language Model": Chat Template Switches LLM Self-Referential Voice (arxiv.org)
    51comments
  2. Flip Fluid on Flip Dots (mitxela.com)
    12comments
  3. Does Georgism work? Five years later (astralcodexten.com)
    282comments
  4. OpenAI Feared "Optics" of what might appear on Hacker News (authorsguild.org)
    293comments
  5. Go Concurrency Distilled (antonz.org)
    105comments
  6. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    239comments
  7. DeepSeek Elastic Compute (DSec) (arxiv.org)
    90comments
  8. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    90comments
  9. Improving site performance by shipping more CSS (github.blog)
    34comments
  10. Finally, A True Blue Rose Exists (sciencenews.org)
    8comments
  11. ASML says it sold 'absolutely nothing' in Europe in 2026 (tomshardware.com)
    709comments
  12. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    26comments
  13. Accelerated Out of Core Shuffling (quasiben.github.io)
    —discuss
  14. Teaching a World Model to Play Pokemon (nostalgia.dev)
    17comments
  15. Biology might not be quantum, but its math is quantumlike (quantamagazine.org)
    30comments
  16. Meta Blocks President Lula's Facebook Page, Campaign Ads 2 Weeks from Election (reddit.com)
    177comments
  17. Evolving programming languages in the AI era (dashbit.co)
    73comments
  18. The internet discovers TLA+. Now what? (reasonable.io)
    18comments
  19. Fifteen years later, the Apple Cards origin story (lexontech.org)
    104comments
  20. An agent used DNS to reach an external chatbot (alignment.openai.com)
    116comments
  21. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    206comments
  22. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org/yanndegat.tngl.sh)
    42comments
  23. Promising discoveries about the potential for life on one of Saturn’s icy moons (fu-berlin.de)
    37comments
  24. Show HN: LightCloud – A cloud console organised like file system (light-cloud.com)
    2comments
  25. What is the size of Yemen? (2024) (theborys.substack.com)
    70comments
  26. Exploding variance of means of exponentials: least-squares to the rescue (francisbach.com)
    —discuss
  27. How to keep enjoying programming in a world of LLMs (haskell.org)
    290comments
  28. Reverse-engineering the Intel 8087's tangent algorithm: more than CORDIC (righto.com)
    11comments
  29. Turning GLM-5.3-Flash into a Jev-like decision model (privatemode.ai)
    45comments
  30. Generate fonts where every LLM token is the same width (mesh.host)
    15comments

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

58 pointsby 2h agoarxiv.org
51 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.

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

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

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

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

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

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

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

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

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

6m agoHN ↗

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

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

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

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

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

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

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

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

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

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

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

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

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

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

29m agoHN ↗

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

28m agoHN ↗

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

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