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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Optimizing technical docs for LLMs

87 点作者 shakes大约 1 年前

8 条评论

tmm84大约 1 年前
I felt most of this was just plain common sense. People read things by headings and sub headings. People look for relevant documentation for product x under product x not y. QA and code samples primes the LLM for what most developers like myself hunt for (a quick answer or a simple code snippet). The forum part got me. Seeing as forums tend to be variable in the quality and quantity of info. If the author(s) suggest forums why not discord servers and gitter chat as well? I know of serveral projects where the real documentation, examples and help is locked up on the discord/gitter channels. Also, in the same vein, why not Github PRs/issues as well? Having the LLM diagnose when an issue was cleared up, migration strats, etc. from github PRs/issues (as I've had to use from time to time) would be great too. Of course, Github/Discord/Gitter would require some kind of filtering to make sure it is data worth ingesting into the LLM but if it can identify it was worth ingesting then perhaps it could also suggest to the documentation team something worth documenting.
评论 #39627069 未加载
评论 #39624325 未加载
islandert大约 1 年前
I love that writing LLM-friendly docs is just... writing good docs. There&#x27;s a ton of overlap between accessibility work and preparing things to be used by LLMs.<p>I wonder if an unintended side effect of this AI hype cycle is a huge investment in more accessible applications.
评论 #39621320 未加载
评论 #39624911 未加载
评论 #39623175 未加载
ben_w大约 1 年前
I wonder how many of these groups went the opposite direction — creating the structure of those web pages by using an LLM?<p>I&#x27;ve (obviously, like almost everyone) experimented with creating stuff with ChatGPT, and… hmm. I was going to write &quot;it made web pages like that&quot;, but: Clever Hans. I don&#x27;t know if I might have subconsciously primed it to, because that&#x27;s also something <i>I</i> like.
da39a3ee大约 1 年前
Presumably all the structure and section headings that they recommend don&#x27;t have to be rendered by a browser as visible to humans. The LLMs should be smart enough to understand HTML directives that don&#x27;t add a lot of unnecessary visual structure.
评论 #39627095 未加载
ChrisMarshallNY大约 1 年前
This is useful stuff, but it is … <i>familiar</i> …
Havoc大约 1 年前
Isn’t there enough markdown floating around that the LLM can deduce structure from the three levels of headings?
zerop大约 1 年前
Can I say - For RAG based system using LLM, will it be more effective to structure the source documents in this way?
评论 #39627088 未加载
emil_sorensen大约 1 年前
Author here. Happy to answer any questions!
评论 #39624453 未加载
评论 #39625317 未加载