Earlier quoted context omitted.
People who have information they want to share? Programming library docs seem like an obvious choice...
The only reason legit docs are hard to find is because they don’t have Google ads on them and they don’t do SEO. The solution to the problem isn’t AI. The solution is to break Google’s stranglehold on the web by regulating it. The solution is to get government up to speed by making it contemporary, so it can understand and respond to current issues. Not leaving it up to people who had their time several decades ago a…
Llms.txt
51–60 of 191 posts
Re: Llms.txt
#52Re: Llms.txt
#53Here are a few things that I see;
- Please make a proper shareable logo — lightweight (SVG, PNG) with a transparent background. The "logo.png" in the Github repo is just a screenshot from somewhere. Drop the actual source file there so someone can help.
- Can we stick to plain text instead of Markdown? I know Markdown is already plain but is not plain enough.
- Personally, I feel there is too much complexity going on.
Re: Llms.txt
#54Earlier quoted context omitted.
Ostensibly, everyone posting information on the open web want to share information -- either directly with people or indirectly via search engines _and_ the current crop of llms (which in my mind, serve the same purpose as search engines) I suppose the thing that people maybe don't agree with is the lack of attribution when llms regurgitate information back at the user. That, and the fact that these services are also…
That’s really my primary issue. Google indexing my content and directing traffic to my site is one thing. But unlike search indexing, there is no exchange of value when these LLMs are trained on my content. We all collectively get nothing for our work. It’s theft dressed up as business as usual. I’ll do whatever I reasonably can to avoid feeding the machine and hope some of the ongoing and inevitable legal fights wil…
Re: Llms.txt
#55To explain the reasoning for this proposal, by way of an example: I recently released FastHTML, a small library for creating hypermedia applications, and by far the most common concern I've received from potential users is that language models aren't able to help use it, since it was created after the knowledge cutoff of current models.
IDEs like Cursor let you add docs to the model context, which is a great solution to this issue -- except what docs should you add? The idea is that if you, as a site creator, want to make it easier for systems like Cursor to use your docs, then you can provide a small text file linking to the AI-friendly documentation you think is most likely to be helpful in the context window.
Of course, these systems already are perfectly capable of doing their own automated scraping, but the results aren't that great. They don't really know what's needed to be in context to get the key foundational information, and some of that information might be on external sites anyway. I've found I get dramatically better results by carefully curating the context for my prompts for each system I use, and it seems like a waste of time for everyone to redo the same work of this curation, rather than the site owner doing it once for every visitor that needs it. I've also found this very useful with Claude Projects.
llms.txt isn't really designed to help with scraping; it's designed to help end-users use the information on web sites with the help of AI, for web-site owners interested in doing that. It's orthogonal to robots.txt, which is used to let bots know what they may and may not access.
(If folks feel like this proposal is helpful, then it might be worth registering with /.well-known/. Since the RFC for that says "Applications that wish to mint new well-known URIs MUST register them", and I don't even know if people are interested in this, it felt a bit soon to be registering it now.)
Re: Llms.txt
#56Re: Llms.txt
#57From my experience, I don't think any decent indicators on a website (robots.txt, humans.txt, security.txt, etc.) have worked so far. However, this is still a good initiative. Here are a few things that I see; - Please make a proper shareable logo — lightweight (SVG, PNG) with a transparent background. The "logo.png" in the Github repo is just a screenshot from somewhere. Drop the actual source file there so someone…
Re: Llms.txt
#58Re: Llms.txt
#59Earlier quoted context omitted.
If only that RFC didn't make it a hidden directory. I can think of a dozen reasons why hiding that folder is a horrible idea, and not a single one for why it would be a good thing to do.
Also "well-known" was always such an awkward name to me.
Re: Llms.txt
#60I fail to find any benefit to web site owners to follow this. This seems to benefit llm scrapers. Why would people bother to take this extra step?