Settings

Theme

Ask HN: Is anyone successfully integrating LLMs with their entire codebase?

5 points by roddylindsay 2 years ago · 3 comments · 1 min read


My team is using tools like Copilot, Phind and Coderabbit, but these seem mostly useful for code suggestions and feedback related to individual files.

Is anyone successfully using tools which, via large context windows/RAG/other IR techniques, are able to generate or review code with complex dependencies across many different files and code areas (i.e. db, backend, API, frontend)? Or is this still a ways out?

wizzard0 2 years ago

Aider is one tool which works on medium sized repos for me. Make sure to use claude3.5-sonnet or gpt4o, other LLMs are not yet up to the task with the context size required

  • Oras 2 years ago

    I watched some videos about aider today, and some claimed it works well with DeepCoder V2. Haven't tried it yet, but interested to see if you had experience with it?

    • wizzard0 2 years ago

      Nope, have yet to find a deepseek v2 provider which doesn’t log my prompts

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection