Live data from Hacker News

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

github.com

11–20 of 140 posts

Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

#11

[flagged]

Probably just envy.

Obviously it is envy, and not scepticism over a guy who practically lives on Twitter and has unhinged[1] follower base.

1 -https://x.com/__endif/status/2039810651120705569

Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

#16

I love that so many people are building with markdown ! But also would like to understand how markdown helps in durability - if I understand correctly markdown has a edge over other formats for LLMs. Also I too am building something similar on markdown which versions with git but for a completely different use case : https://voiden.md/

I read the durability thing as markdown files are very open, easy to find software for, simple and are widely used. All of this together almost guarantees that they will he viewable/usable in the far future.

Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

#17
Any particular reason for BM25? Why not just a table of contents or index structure (json, md, whatever) that is updated automatically and fed in context at query time? I know bag of words is great for speed but even at 1000s of documents, the index can be quite cheap and will maximise precision

Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

#20
I don't understand the point of automating note taking. It never worked for me to copy paste text into my notes and now you can 100x that?

The whole point of taking notes for me is to read a source critically, fit it in my mental model, and then document that. Then sometimes I look it up for the details. But for me the shaping of the mental model is what counts

Post reply on HN