Skip to content

Instantly share code, notes, and snippets.

@afomi
Created January 6, 2015 05:43
Show Gist options
  • Save afomi/2e57bc001587d39593d4 to your computer and use it in GitHub Desktop.
Save afomi/2e57bc001587d39593d4 to your computer and use it in GitHub Desktop.
Graphviz: Make Features Earn their Place
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"task manually performed outside a system" ->
"task processed well-defined outside the system" ->
"productized: partially automated inside the system" ->
"forced-behavior: how users bend a system to their will" ->
"productized: fully automated inside the system" ->
"forced-behavior2: how users bend a system to their will" ->
"preemptive intelligence"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment