Evolutionary Coding: Genetic Programming in AI IDEs

Feature request for product/service

Cursor IDE

Describe the request

My idea basically is to implement a genetic algorithm into the cursor agent, which means you let it develop the same input for 4 times, set up a fitness function that evaluates the functionality, quality, and speed of the code. And select the most fit option. This will increase the quality of the cursor agent updates. The more versions developed, the more the cost of an evolutionary move; 4 will be enough to reduce the cost of the result. This can be used as an overlay of the current system without changing any of cursor’s current functionality. Maybe it could be implemented as a feature that you can enable separately because it uses more tokens; the credit cost is higher.