this post was submitted on 10 Jun 2025
77 points (91.4% liked)

Programmer Humor

37164 readers
469 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] WhatsTheHoldup@lemmy.ml 4 points 1 month ago (1 children)

If you're talking OpenEvolve you have to specific put in the tests and expected values for each function for this approach to work.

[–] yogthos@lemmy.ml 2 points 1 month ago* (last edited 1 month ago) (1 children)

Not just OpenEvolve, I'm talking about how agents can use MCP to run code now. Cursor can now have agents iterate on a solution completely on their own.

[–] jackr@lemmy.dbzer0.com 2 points 1 month ago (1 children)

Does this not collapse at some point? Like you see with running an image through image to image multiple times?

[–] yogthos@lemmy.ml 0 points 1 month ago

Genetic algorithms use a fitness function to converge on a solution, so it's not just random iterations hoping one will work. It's basically a gradient descent algorithm applied to output from LLMs.