TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why are LLMs obsessed with bullet points?

2 点作者 superconduct1239 天前
It seems like a tell that some content was generated from an LLM is that it always speaks in bullet points<p>What causes this?

1 comment

bityard9 天前
Simple answer: because they were told to do that.<p>Longer answer: A main use case (perhaps the most useful&#x2F;popular one) for LLMs is distilling and summarizing large bodies of information. Bullet points bring visual separation and organization to lists of information which is especially if your goal is 1) to be concise, and 2) to fit on roughly one page. That&#x27;s why they are used in almost every tech-heavy slide presentation at conferences and whatnot. And also why most responses are the length of a blog or newspaper article.<p>As a small digression, when I started using LLMs (infrequently), I was semi-surprised to see that the overall structure of an LLM response looked a lot like the notes I would write on something after I spent a few hours researching it.