Content Digestion Flowchart
flowchart LR
%% Inspired by Jan Brauner [[Reading Flowchart.png]]
%% https://forum.effectivealtruism.org/posts/tc7JQktLt7GWR2isp/an-algorithm-flowchart-for-prioritizing-which-content-to
classDef Action fill:#006400,color:#ffffff
classDef Decision fill:#0000ff,color:#ffffff
classDef FailureMode fill:#ff0000,color:#ffffff
1{"What is my motivation for\n engaging with this content?"}:::Decision
2["In my reading list"]
3["Clicked on a link within the main article"]
4["Recommended by someone"]
5["Click on a generic link"]
6["Want to learn about something"]
7["Set timer to 2min and read \nsummary or skim article"]
8["Article seems relevant to me or perks my interest"]
9["Article does not seem relevant to me"]
10["End up reading the whole article without \nestimating the value of the information"]:::FailureMode
1 --> 2 & 3 & 4 & 5 & 6
4 & 5 & 6 --> 7