Our jobs have been reduced to this as humans

(ugig.net)

4 points | by buffer_overlord 5 hours ago ago

1 comments

  • buffer_overlord 5 hours ago

    Our jobs have been reduced to this as humans

      // Pseudocode, not real code:
      let task;
      while ((task = todoList.pop())) {
        const result = task();
        const feedback = await Promise.all([review(result), review(result)]);
        await apply(feedback, result);
      }