What breaks my heart about LLMs is that when I teach it something about coding, I’m not teaching a person. And the LLM is going to fucking forget anyway.
@brentsimmons Collect everything you explain into markdown files, commit to the repository. Then it saves it for the machine, and also serves as documentation for people. There's a silver lining here.
@brentsimmons So much of what we do for the LLM's sake mirrors what you would do for a person's sake, all the way down to providing assistance as to how to navigate the docs and find what's relevant, pointing to what you need to read before performing specific tasks, etc.