I’m assuming that an LLM will have to ingest that entire code base as part of the prompt to find the problem, refactor the code, add features that span edits across numerous files.
So, at some point, even the largest context window won’t be sufficient. So what do you do?
Perhaps a RAG of the entire codebase, I don’t know. Smarter people will have to figure it out.