English

Automated Prompt Engineering for Cost-Effective Code Generation Using Evolutionary Algorithm

Software Engineering 2025-07-31 v2 Artificial Intelligence Neural and Evolutionary Computing

Abstract

Large Language Models have seen increasing use in various software development tasks, especially in code generation. The most advanced recent methods attempt to incorporate feedback from code execution into prompts to help guide LLMs in generating correct code in an iterative process. While effective, these methods could be costly due to numerous interactions with the LLM and extensive token usage. To address this issue, we propose an alternative approach named Evolutionary Prompt Engineering for Code (EPiC), which leverages a lightweight evolutionary algorithm to refine the original prompts into improved versions that generate high quality code, with minimal interactions with the LLM. Our evaluation against state-of-the-art (SOTA) LLM based code generation agents shows that EPiC not only achieves up to 6% improvement in pass@k but is also 2-10 times more cost-effective than the baselines.

Keywords

Cite

@article{arxiv.2408.11198,
  title  = {Automated Prompt Engineering for Cost-Effective Code Generation Using Evolutionary Algorithm},
  author = {Hamed Taherkhani and Melika Sepindband and Hung Viet Pham and Song Wang and Hadi Hemmati},
  journal= {arXiv preprint arXiv:2408.11198},
  year   = {2025}
}