[flagged]
Probably just envy.
Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
11–20 of 140 posts
Obviously it is envy, and not scepticism over a guy who practically lives on Twitter and has unhinged[1] follower base.
Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#12[flagged]
Feels like disliking musician for fanaticism towards musical instruments.
Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#13[dead]
Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#14love the bm25-first call over vector dbs. most teams jump to vectors
before measuring anything
Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#15why not an Obsidian vault with a plugin?
what plugin are you using?
Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#16I 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)
#17Any 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)
#18Cool idea. But is anyone actually building real stuff like this with any kind of high quality?
Every time I hear someone say "I have a team of agents", what I hear is "I'm shipping heaps of AI slop".
Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#19Re: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
#20I 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