• zbyte64@awful.systems
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 days ago

    Talking about Alpha Evolve https://deepmind.google/discover/blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/ ?

    First, Microsoft isn’t using this yet but even if they were it doesn’t work in this context. What Google did was they wrote a fitness function to tune the Generative process. Why not have some rubric that scores the code as our fitness function? Because the function needs to be continuous for this to work well, no sudden cliffs. But also they didn’t address how this would work in a multi-objective space, this technique doesn’t let the LLM make reasonable trade offs between complexity and speed.

    • Kowowow@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      I forgot about alpha evolve, with all the flashy titles about I figured it wasn’t a big deal, I was more talking about the low level stuff I guess like “ai learns to play mario/walk” but I imagine it follows the same logic the other comment talks about