Hacker News new | ask | show | jobs
by Jensson 923 days ago
> Otherwise the description is the same as "select randomly, keep the best, iterate".

That is what they did though. The LLM didn't know what problem it was "solving".

1 comments

That's not really true unless you're ignoring the rest of my points. The process did not just uniformly randomly create programs.

They also don't just keep the best and search from that point but feed the resulting programs and their scores into an LLM.

They did remove the worst results from the group over time, the others was just uses a seed to generate new examples from instead of starting each function from scratch.