this post was submitted on 10 Jun 2025
75 points (92.1% liked)

Programmer Humor

36575 readers
307 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
[โ€“] jackr 2 points 1 week ago (1 children)

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

[โ€“] [email protected] 0 points 1 week 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.