No salary, but you do get to “treat the product as though it was your own”

My guess is any CV given will be fed through a few algorithms without much oversight so if someone were to upload a fork bomb made to burn through tokens I’m not sure it would be noticed until it was too late.

    • Platypus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      17
      ·
      3 days ago

      It’s a form of malware that exponentially burns through resources. The classic example is using the Unix fork command, which spawns a new process. You then program it so each process spawns several child processes, each of which spawn children of their own, and so on until the computer runs out of compute resources and freezes up entirely.

      In this case, the idea is to have the LLM query LLMs in the same recursive manner, burning query tokens almost as fast as OpenAI burns venture capital.

      • Ekybio@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        3 days ago

        Thanks, that sounds like fun…

        Why would they even do this whole thing, if this is a likely possibility? Because one user doing this will just brick the system