Platypus

  • 9 Posts
  • 181 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle





  • 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.