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

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

25 pointsby 1h agoarxiv.org
14 comments
33m agoHN ↗

In my view, these models should never be trained 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. An honest LLM interface would sound like the computer off Star Trek.

26m agoHN ↗

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

25m agoHN ↗

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

25m agoHN ↗

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

17m agoHN ↗

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

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

4m agoHN ↗

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

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

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

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

12m agoHN ↗

How do they talk about themselves?

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