Huge thanks to @steipete for https://llm.codes! Reading Apple Docs this way with LLMs has seriously leveled up my workflow. Fewer mistakes, faster iteration, and a much smoother dev experience.

Back to building. 🚀

Web Documentation to llms.txt Generator

Convert documentation from 69+ technical sites to clean, LLM-friendly Markdown. Support for programming languages, frameworks, cloud platforms, and more.

LLM.codes
@agis @steipete is it as simple as putting .md documents in the repo an mentioning them (so the AI reads it) in the prompts? Doesnt that make the prompt 10 times bigger and consumes more tokens?
Sorry if that sounds like n00b questions, I’m figuring it out 😅
@jeanetienne @agis i cleaned up the files as best it can. Yes it takes context size, but that’s how things works.
@steipete @agis Ok, great. Thanks for the clarifications!