52
all 9 comments
sorted by: hot top controversial new old
[-] AbouBenAdhem@lemmy.world 16 points 1 day ago

AlphaEvolve verifies, runs and scores the proposed programs using automated evaluation metrics. These metrics provide an objective, quantifiable assessment of each solution’s accuracy and quality.

Yeah, that’s the way genetic algorithms have worked for decades. Have they figured out a way to turn those evaluation metrics directly into code improvements, or do they just keep doing a bunch of rounds of trial and error?

[-] KingRandomGuy@lemmy.world 2 points 17 hours ago

The general framework for evolutionary methods/genetic algorithms is indeed old but it's extremely broad. What matters is how you actually mutate the algorithm being run given feedback. In this case, they're using the same framework as genetic algorithms (iteratively building up solutions by repeatedly modifying an existing attempt after receiving feedback) but they use an LLM for two things:

  1. Overall better sampling (the LLM has better heuristics for figuring out what to fix compared to handwritten techniques), meaning higher efficiency at finding a working solution.

  2. "Open set" mutations: you don't need to pre-define what changes can be made to the solution. The LLM can generate arbitrary mutations instead. In particular, AlphaEvolve can modify entire codebases as mutations, whereas prior work only modified single functions.

The "Related Work" (section 5) section of their whitepaper is probably what you're looking for, see here.

[-] andyburke@fedia.io 12 points 1 day ago

We gotta use up as much fresh water for cooling as we can. 🤷‍♂️

[-] PlantJam@lemmy.world 8 points 1 day ago* (last edited 1 day ago)

Can't wait for my boss to come up with half a working solution with this and expect me to fix/finish it!

this post was submitted on 14 May 2025
52 points (100.0% liked)

Technology

70031 readers
3604 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS