I also ask the LLMs if they can find anything in the files that can be refactored to make the code shorter or more logical
Citation needed? The worst kind of code tends to be clever code. This seems like a lot of code churn for no real benefit other than some loose definition of "better". How do you prevent bugs with these constant refactors?
You have to read the suggestions and evaluate them using your skills and experience and then decide to accept / deny / adjust the proposed changes. There is not silver bullet but the speed you can iterate and experiment is impressive
Comments
Citation needed? The worst kind of code tends to be clever code. This seems like a lot of code churn for no real benefit other than some loose definition of "better". How do you prevent bugs with these constant refactors?
You have to read the suggestions and evaluate them using your skills and experience and then decide to accept / deny / adjust the proposed changes. There is not silver bullet but the speed you can iterate and experiment is impressive