CodeTaste: Can LLMs Generate Human-Level Code Refactorings?
Large language model (LLM)-based coding agents can generate working code, but their solutions often introduce complexity, duplication, and architectural debt. Human developers address such issues through refactoring: behavior-preserving program transformations that improve structure and maintainabil…