Remix.run Logo
Our jobs have been reduced to this as humans(ugig.net)
3 points by buffer_overlord 5 hours ago | 1 comments
buffer_overlord 5 hours ago | parent [-]

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);
  }