Hacker News new | ask | show | jobs
by ransom1538 385 days ago
This right here. There is a large segment of developers that have not hooked up indexed code, eg: "where I can start asking questions about my code". They treat it like a search engine. What you want is the LLM to INDEX your code. Then you can see the real power of LLMs. Spoiler alert: it is amazing.
1 comments

And to make people get the point: indexing in this case would be to store it in a vector database and make the LLM be able to query it on demand.

It’s really powerful.

or even better (esp with highly expressive languages): just slurp the whole codebase, no vector db needed