Re: README.md files per directory
Olivier Cochard-Labbé <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CA+q+Tcoj=1CJTC-R7qXnhO5MK7Y01Tq1ZUA4FAv+gtoQxOzseQ@mail.gmail.com> |
On Thu, Apr 16, 2026 at 8:34 PM Farhan Khan <[email protected]> wrote: > Any thoughts on having README.md files in each directory? It would > describe what the code was for, the maintainer, things that might help a > would-be developer, status, TODOs, etc. > > There's some code I recently found that I had no idea what it was until I > asked AI. It might also be useful in public code displayers, such as > Github, Gitea, etc. > > > I’ve tried, as a side project, to self-generate such README.md using LLM. But as a full newbie in this domain, I’m fighting very hard to avoid all the LLM hallucinations. The idea was to re-generate the documentation every-week (because I’m running it on a Framework Desktop with a local-model to be self sufficient, so it took about 12 hours to generate). And example of by this PoC (bad quality) documentation generated is here: https://github.com/ocochard/freebsd-src/blob/AI-doc/README.all-chapters.md Regards, Olivier