NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git) (github.com)
jimmypk 49 seconds ago [-]
The BM25-first routing bet is interesting. You mention 85% recall@20 on 500 artifacts, but the heuristic classifier routing "short lookups to BM25 and narrative queries to cited-answer" raises a practical question: what does the classifier key on to decide a query is narrative vs short? Token count? Syntactic structure? The reason I ask is that in agent-generated queries, the boundary is often blurry - an agent doing a dependency lookup might issue a surprisingly long, well-formed sentence. If the classifier routes those to the more expensive cited-answer loop it could negate the latency advantage of BM25 being first.
hyperionultra 7 minutes ago [-]
For some reason I dislike Karpathy’s fanatism towards LLMs. I don’t know why.
spiderfarmer 4 minutes ago [-]
Probably just envy.
dhruv3006 23 minutes ago [-]
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/

goodra7174 17 minutes ago [-]
I was looking for something similar to try out. Cool!
davedigerati 16 minutes ago [-]
why not an Obsidian vault with a plugin?
davedigerati 14 minutes ago [-]
srsly tho this looks slick & love the office refs / will go play with it :)
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 09:31:25 GMT+0000 (Coordinated Universal Time) with Vercel.