Rendered at 06:01:25 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
adityamishra241 31 minutes ago [-]
Nice approach. AST-level similarity seems much more useful than simple text matching.
ryuuseijin 9 hours ago [-]
This is what I wanted to help with duplicate code detection, which is now a real problem with agentic programming since the agent tends to duplicate helper functions a lot in bigger codebases.
I ended up writing my own tool [1] that uses vector search, which works but can be unusably slow in large codebases.
I ended up writing my own tool [1] that uses vector search, which works but can be unusably slow in large codebases.
I will give this a shot.
[1]: https://github.com/ninjaxtools/slopdex