| ▲ | 0xbadcafebee 5 hours ago | ||||||||||||||||||||||||||||
Summary of the article (https://pastebin.com/aawJfrF6) since the original one is like reading an academic paper filtered through an LLM that hates human readers. It seems like a cool approach. Don't know if it's novel but it's much smarter than "shove markdown files into directories". | |||||||||||||||||||||||||||||
| ▲ | SwellJoe 2 hours ago | parent [-] | ||||||||||||||||||||||||||||
> but it's much smarter than "shove markdown files into directories". Is it, though? I mean, is there evidence "bunch of markdown files" is bad while "database the model has to be instructed how to use" is good? `rg` is fast as hell. Markdown is the LLMs native tongue. It does require maintenance of the Markdown files to keep them current, but maybe explicit management is fine. The models can do the grunt work. BMDF (Bunch of Markdown Files) can be checked into the git repo, they travel to any developer on the project without any setup or special auth, any agent and any model can read them with no special tools to install, and humans can easily poke around and read them, too. And, they can be part of the PR review process, documenting the code and intentions. I can't come up with good arguments for why a database or search index would be better than documentation in Markddown for any of my projects. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||