Any AI Tools for Software Project Refactoring exist?

Well it definitely seems to me like we need a good Python library (probably part of Langchain) that’s capable of doing refactorings on codebases, in a super simple way unlike Devon, Pythagora, and the other existing Coding Assistants, because it seems to me like it can be done with about 500 lines of Python, and no RAG or Vector Databases, or complicated things. Just a way to embed parts of code into prompts, and get the results back and integrated automatically into the project files directly. Maybe I’ll write that 500 lines tonight. The night is young.

2 Likes