Viewing profile — shrishdwi
shrishdwi
HN member- Joined
- Tue, Mar 03, 2026, 5:39 PM UTC
- HN karma
- 16
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About shrishdwi
No profile information was provided.
Recent public activity
-
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!
-
comment
Comment #49302139
[flagged]
-
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.
-
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.
-
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" …
-
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.
-
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,…
-
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…
-
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, …
-
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…
-
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.
-
comment
Comment #49301423
Opus 5 is very paranoid on giving proofs for every thing it claimed. so I let it keep this one line.
-
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…
- story
-
comment
Comment #49108440
Thanks for sharing!
- story