Hacker News new | ask | show | jobs
by sestinj 447 days ago
I'd say rules are quite similar to a README, just tailored to LLMs, which often benefit from slightly different information than a human would. One way to think about the difference is that we as developers have the chance to build up memory/context over time, whereas LLMs are "memoryless" so you want to efficiently load all of the necessary high-level understanding.

> consider letting the LLM write it's own "Readme" for a package on the hub be scanning source/types of the package

This is something we're looking to ship soon