Hacker News new | ask | show | jobs
by adamgordonbell 1031 days ago
Solutions exist that feed LLMS ctags, and seem to work well. The function signatures and symbols names for a code base are much smaller than the actual code.
1 comments

I know about https://github.com/paul-gauthier/aider. Have you got a link to any others?
I'm using this right now, but it's noted that "ctags only work with GPT4" so I'm yet to get them working with llama locally.
Aider was exactly what I was thinking of!