|
|
|
|
|
by tristanMatthias
74 days ago
|
|
I built a tool[0] in a similar vein to this. It’s for the code base specifically, uses hashes to detect source file changes and distills everything down with an llm into a single asset that explains each file. All addressable via a cli. I find it helps a LOT with discovery. Llm spends a lot less time figuring out where things are. It’s essentially “cached discovery” [0] https://github.com/tristanmatthias/llmdoc |
|