16 comments

  • portly 37 minutes ago
    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

    • stingraycharles 6 minutes ago
      The few scientific studies out there actually show a degradation of output quality when these markdown collections are fully LLM maintained (opposed to an increase when they’re human maintained), which I found fascinating.

      I think the sweet spot is human curation of these documents, but unsupervised management is never the answer, especially if you don’t consciously think about debt / drift in these.

    • _zoltan_ 6 minutes ago
      Then you have never worked at a large enough codebase or across enough many projects?
  • dataviz1000 22 minutes ago
    LLM models and the agents that use them are probabilistic, not deterministic. They accomplish something a percentage of the time, never every time.

    That means the longer an agent runs on a task, the more likely it will fail the task. Running agents like this will always fail and burn a ton of token cash in the process.

    One thing that LLM agents are good at is writing their own instructions. The trick is to limit the time and thinking steps in a thinking model then evaluate, update, and run again. A good metaphor is that agents trip. Don't let them run long enough to trip. It is better to let them run twice for 5 minutes than once for 10 minutes.

    Give it a few weeks and self-referencing agents are going to be at the top of everybody's twitter feed.

  • batoga 33 minutes ago
    Put AI in your product name, make billion dollars. Put Karpathy in your blog article, get hired by Anthropic as Principal engineer. Milk money as long as fad last. No one is thinking about customer needs, everyone is trying to wash hands in the wave as it last.
  • mellosouls 1 hour ago
  • hansmayer 11 minutes ago
    Couldn't you instruct your LLM to make the starting dir configurable?
  • armcat 41 minutes ago
    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
  • jimmypk 1 hour 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.
  • dhruv3006 1 hour 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/

    • left-struck 41 minutes ago
      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.
      • dhruv3006 15 minutes ago
        So markdown will be great for distribution in the future.
  • souravroy78 37 minutes ago
    Don’t know if Karpathy even wrote this version. Where are the citations?
  • vlady_nyz 29 minutes ago
    need to try out asap. love the „the office“ vibe
  • Unsponsoredio 1 hour ago
    love the bm25-first call over vector dbs. most teams jump to vectors before measuring anything
  • goodra7174 1 hour ago
    I was looking for something similar to try out. Cool!
  • imafish 39 minutes ago
    Cool 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".

    • hansmayer 12 minutes ago
      +100 for this comment.
  • hyperionultra 1 hour ago
    [flagged]
  • davedigerati 1 hour ago
    why not an Obsidian vault with a plugin?
    • tomtomistaken 1 hour ago
      what plugin are you using?
    • davedigerati 1 hour ago
      srsly tho this looks slick & love the office refs / will go play with it :)
  • agentminds 1 hour ago
    [dead]