4 points | by buffer_overlord 5 hours ago ago
1 comments
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); }
Our jobs have been reduced to this as humans