Live data from Hacker News

Viewing profile — nikishuyi

nikishuyi

HN member
Joined
Wed, Aug 20, 2025, 11:38 PM UTC
HN karma
1
Public activity
9 items

About nikishuyi

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
  4. story
  5. story
  6. comment
    Comment #45064118

    Maybe lost in the context? I guess a tree method can be used to improve that?

  7. comment
    Comment #45064109

    Loll you also need one in your computer.

  8. comment
    Comment #45064101

    Yeah, I strongly agree. I also found in AI coding tools, tree search has replaced vector search. I’m wondering if in generic RAG systems, tree search will replace vector databases?…

  9. comment
    Comment #44967671

    The idea sounds very natural. I remember that some wiki webpages and AI agents also use this idea: they look at the ToC first and then decide which page to visit next. It makes ret…