Live data from Hacker News

Viewing profile — shrishdwi

shrishdwi

HN member
Joined
Tue, Mar 03, 2026, 5:39 PM UTC
HN karma
16
Public activity
16 items

About shrishdwi

No profile information was provided.

Recent public activity

  1. comment
    Comment #49302511

    that's just when our claude limit's were about to exhaust :/ as we have to spin up a whole claude session to test it. but you could 100% be Sherlock Holmes!

  2. comment
    Comment #49302139

    [flagged]

  3. comment
    Comment #49302078

    Feedback taken, actually as we have been iterating on this everyday, the README got updated by the coding agents in this process.

  4. comment
    Comment #49302031

    we are running them on a recurring basis, so will keep on updating that 50 number. and hence as it's currently running that section gets updated by claude only.

  5. comment
    Comment #49301795

    LSP is for when you already know the symbol and want an exact answer, like go-to-definition or find-references. graft is for the step before that: you ask "where does auth happen" …

  6. comment
    Comment #49301741

    We made this for X audience initially but got a lot of praise for it on reddit, so decided to put in the README. Sorry it made it more difficult for you.

  7. comment
    Comment #49301695

    In our tests, graft found the right code about twice as often as graphify (MRR 0.73 vs 0.38, recall@10 54% vs 20%). The difference is simple: graft searches inside the actual code,…

  8. comment
    Comment #49301602

    for your point #2: people are trying out to give coding agents LSP support, not sure though how well it'll work but it gives coding agents a better idea of the language in which th…

  9. comment
    Comment #49301557

    We are using hooks to direct the coding agent to use graft grep instead of just grep, so this should ideally not happen. Also, for java projects we do support a more deeper graph, …

  10. comment
    Comment #49301523

    For the staleness specifically we are using hooks on claude code and codex, where on every turn, or post edit or pre-tool use, we sync the graph. so that graph never goes stale. We…

  11. comment
    Comment #49301438

    if the changes are on your local when you pull those changes from the remote, graft will be auto-synced before graft tool use.

  12. comment
    Comment #49301423

    Opus 5 is very paranoid on giving proofs for every thing it claimed. so I let it keep this one line.

  13. comment
    Comment #49300678

    we use claude hooks. so that, post edits it auto updates and before using the graft tools also we check if it's already in sync. Hooks also solve for the issue of the LLMs not call…

  14. story
  15. comment
    Comment #49108440

    Thanks for sharing!

  16. story