Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: What about a no-SSH agentic access tool (getfda.dev)
    —discuss
  2. 'Things will never be chill again': The doomers who shaped AI safety freakout (msn.com)
    —discuss
  3. The World Needs Better Power Grids. Why Smaller May Be Better (nytimes.com)
    —discuss
  4. Anthropic's Secretive AI-Powered Wet Lab Breaks Cover and Makes First Discovery (the-scientist.com)
    —discuss
  5. Show HN: Compliance Posture – free, searchable SaaS compliance directory (complianceposture.com)
    —discuss
  6. Thieves Stole 'Nvidia' Trailers. They Got 20 Tons of Sand (wired.com)
    —discuss
  7. Show HN: Llamora, a private journal that remembers with you (llamora.app)
    —discuss
  8. Fighting YouTube Addiction (buttondown.com/usaa.ma)
    —discuss
  9. From APIs to Languages: Generalising Method Names [using regular expressions] (acolyer.org)
    —discuss
  10. How do you run System One decision models locally? (stackness.dev)
    —discuss
  11. DeepSeek has 64% market share (twitter.com/gherget)
    —discuss
  12. Sponsored-logs-rs: Open the Rust book: monetize the tracing exhaust (github.com/sponsoredlogs)
    —discuss
  13. Show HN: Jev-windows-agent – Windows UI Automation back end for CUA agents (github.com/vbs2004)
    —discuss
  14. Being Mentioned in AI Answers Is Not the Same as Being Recommended (cuescout.com)
    —discuss
  15. SRE Udemy Course: Software Reliability Map (udemy.com)
    —discuss
  16. Jempo by Thomas Ha (lightspeedmagazine.com)
    —discuss
  17. "As a Language Model": Chat Template Switches LLM Self-Referential Voice (arxiv.org)
    7comments
  18. Changes in quality of life: digital exercise therapy for knee/hip osteoarthritis (doi.org)
    —discuss
  19. Postgres AT TIME ZONE 'UTC' does NOT do what you think it does (bookofrevenue.com)
    —discuss
  20. Trying GPT-6 Sol with AI SDK Evaluation API (vercel.com)
    —discuss
  21. Show HN: TanStack Start and TanStack AI Jev Integration (vercel.com)
    —discuss
  22. Another week, another data breach for Revolut customers (theregister.com)
    —discuss
  23. Ask HN: What does your AI workflow look like?
    2comments
  24. The Importance of Human Knowledge in the AI Era (jonbehnken.substack.com)
    —discuss
  25. Claude Isn't Allowed to Write Me Prose (kvit.app)
    —discuss
  26. YouTube stores three auto-extracted frames for every video, and nobody uses them (github.com/infinityloop1308)
    —discuss
  27. How AI Is Accelerating PCB Design and Prototyping (eetimes.com)
    —discuss
  28. Poisoning a Go Cache (lukasschwab.me)
    1comments
  29. Genius AI APı Anahtarı
    —discuss
  30. Makeraoke: Share your side project in a video between three and nine minutes (reddit.com)
    —discuss

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

21 pointsby 46m agoarxiv.org
7 comments
15m 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.

8m agoHN ↗

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

7m agoHN ↗

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

8m agoHN ↗

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

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

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