← Back to context

Comment by efitz

6 days ago

You can have the LLM generate whatever context you need- documentation, developers guide, design patterns, whatever. You can have it do this, at the time you create the app, or later (I have done this for other peoples code I found on GitHub that was commented in a language I can’t speak). You store this by having your LLM coding agent write it down in a file. I do that all the time. It works really well.

And if you have some kind of special case or something, the LLM will usually comment it when it writes it, but you can also just tell it to do so.

The docs don’t rot because you can throw them away and have the LLM recreate them at any time. And they’re not for you, they’re for the agent.

It’s a completely different mindset.