• @jarfil@lemmy.world
    link
    fedilink
    English
    39 months ago

    The tricky bit is finding a problem that is hard to solve but easy to verify. I’m not sure AI tasks fall into that category.

    They actually do. Training an AI involves changing some values in the model in an attempt for it to better fit an optimization function. It takes many tries to find a set of values that perform better, but a single try to confirm it does.

    Both sides require much more computing power than for a single hash, but the difficulty imbalance is still there, and verifiers could change “how much better fit” the next model needs to be, just like they do by changing difficulty requirements right now.

    • @devils_advocate@lemmy.ml
      link
      fedilink
      English
      29 months ago

      True. The next iteration doesn’t need to be optimal, just an improvement in the loss function.

      Not sure how they would decide when to stop.