Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shrishdwi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
shrishdwi
1mo ago
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.
▲
by
shrishdwi
1mo ago
Feedback taken, actually as we have been iterating on this everyday, the README got updated by the coding agents in this process.
3.
▲
by
shrishdwi
1mo ago
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.
4.
▲
by
shrishdwi
1mo ago
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" and it hands the agent the right files and lines t
5.
▲
by
shrishdwi
1mo ago
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.
6.
▲
by
shrishdwi
1mo ago
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, while graphify only looks at names and file paths. You feel
7.
▲
by
shrishdwi
1mo ago
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 the code is written.
8.
▲
by
shrishdwi
1mo ago
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, a few of our contributors are working on making it better fo
9.
▲
by
shrishdwi
1mo ago
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 have run tests on DeepSWE as well which are long running ta
10.
▲
by
shrishdwi
1mo ago
if the changes are on your local when you pull those changes from the remote, graft will be auto-synced before graft tool use.
11.
▲
by
shrishdwi
1mo ago
Opus 5 is very paranoid on giving proofs for every thing it claimed. so I let it keep this one line.
12.
▲
by
shrishdwi
1mo ago
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 calling our CLI tools instead of Grep.
13.
▲
Show HN: Graft – Claude Code hooks that cut grep tokens by 42%
(github.com)
39 points
by
shrishdwi
1mo ago
|
44 comments
14.
▲
by
shrishdwi
2mo ago
Thanks for sharing!
15.
▲
We Ran 16 AI Models on 9k Real Documents. Here's What We Found
(nanonets.com)
3 points
by
shrishdwi
6mo ago
|
0 comments