solady icon indicating copy to clipboard operation
solady copied to clipboard

✨ llms.txt

Open Vectorized opened this issue 7 months ago • 2 comments

  • A single hyperdense structured file that an LLM can parse, to teach it all it needs to know on how to use Solady.

  • Markdown formatted, but in .txt, cuz we don't want syntax highlighting to be overloaded.

  • It is basically the docs concatenated into a single file. With a bit of extra bells and whistles.

  • Teach the LLM to not trust Solady's inner code, as it lacks important commentary on mid and high level context to reduce vertical scroll. Optimizations in Solady are extremely context dependent. Idioms might be safe in one example, but not in another. Blindly copypastaing Solady can lead to another _brutalized incident.

Vectorized avatar Jul 07 '25 06:07 Vectorized