Partially Algorithmic Processes

In a prior blog post I explained what an algorithm is . In a different blog post I talked about the process , project, and workflow in a digital environment . In yet another blog post I talked about work . Let me summarize a few definitions: Algorithm : An algorithm is a finite sequence of well-defined instructions, typically to solve a class of problems or to perform a computation. Algorithms are always unambiguous and are used as specifications for performing a task or process . Process : A process is a set of steps or actions that when consistently followed leads from some starting point to the completion of some objective. A process can involve multiple tasks or multiple workflows. A process tends to repeat. Project : A project is a type of process that does not repeat. All projects are processes; but not all processes are projects. The difference between a project and a process is how often you perform some set of steps or actions....