• WhatsTheHoldup@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 days ago

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

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      5 days ago

      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
        link
        fedilink
        arrow-up
        2
        ·
        4 days ago

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

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          4 days 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.