REVIEW 3 major objections 4 minor 39 references
How often should I access my online social networks?
T0 review · 3 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read A user's best check-in rate for a social feed is $\mu^* = \lambda\left((K/c)^{1/(K+1)} - 1\right)$, balancing new posts against access cost; the formula holds for chronological feeds while ranked feeds deliver measurably less value.
desk verdict A correct and simple closed form for optimal access frequency under FIFO timelines, but the practical answer is conditional because the paper's own Facebook data show real feeds violate the no-repeat assumption. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the argument is the value-of-access (VoA) metric, defined as the expected number of new impressions per timeline view. The model treats the number of posts created between accesses as a Poisson random variable truncated at $K$, and then integrates over the exponential inter-access distribution to obtain Eq. (12). This closed form is what turns the optimization into a one-variable calculus problem: differentiating $U(\mu)$ gives $\partial U/\partial\mu = K(\lambda/(\lambda+\mu))^{K+1} - c$, and setting it to zero produces the optimal rate $\mu^*$ in Eq. (17). The same expression also yields the limiting behaviors the paper discusses: as $K\to\infty$, $\bar{V}\to\lambda/\mu$, and as $\mu\to 0$, $\bar{V}\to K$.
What would settle it
Run a controlled experiment with a reverse-chronological feed in which posts arrive as a Poisson process with known rate $\lambda$, the user's inter-access times are exponentially distributed with known mean $1/\mu$, and each view shows at most $K$ posts; if the measured mean number of new posts per access disagrees with $(\lambda/\mu)(1-(\lambda/(\lambda+\mu))^K)$ beyond sampling error, the central claim fails.
Extended reading notes
Core claim
The paper's central discovery is a closed-form expression for the expected number of new posts a user sees per access — the 'value of an access' — and the optimal access rate that follows from it. Under Poisson content generation with rate $\lambda$, exponentially distributed times between accesses with mean $1/\mu$, and a timeline that shows at most $K$ posts, the value of an access is $\bar{V} = (\lambda/\mu)(1 - (\lambda/(\lambda+\mu))^K)$. Assuming a per-access cost $c$, the utility per unit time is $U(\mu) = \mu\bar{V} - c\mu$, and the maximizing rate is $\mu^* = \lambda\left((K/c)^{1/(K+1)} - 1\right)$. The paper's measurements, taken by observing what a set of automated accounts actually saw on a major platform, show that a reverse-chronological feed reproduces the model's values, while the platform's ranked feed shows repeated posts in top positions and therefore yields a lower value of access than the model predicts for the same parameters.
Load-bearing premise
The whole result assumes a timeline that shows new posts first and repeats old posts only when there are no novelties; a ranked feed that puts repeated posts at the top breaks that assumption, and then the predicted value of access and the optimal rate no longer describe what the user gets.
Editorial extensions
If this is right
- A user who can estimate the posting rate $\lambda$, the number of posts $K$ they can actually consume per visit, and the cost $c$ they attach to an access has a concrete number to aim for: $\mu^* = \lambda\left((K/c)^{1/(K+1)} - 1\right)$.
- Because $\mu^*$ grows linearly with $\lambda$, busier content streams justify more frequent checking, but the marginal gain of each extra check shrinks as $K$ grows; in the saturated regime, larger timelines lower the optimal check-in rate.
- The model predicts that any feed that repeats already-seen posts instead of showing all available novelties will deliver a lower value per access than the user's optimal plan assumes, so the user either scrolls further or checks more often to reach the same utility.
- The two operating regimes the paper identifies — where the value of access is limited by the posting rate $\rho = \lambda/\mu$ versus by the timeline size $K$ — give platform designers a criterion for when recommender filters help and when they just add overhead.
Reading between the lines
- An implicit corollary of the optimization is that a platform can manipulate a user's access rate by adjusting how often it repeats posts: lowering the observed value per access raises the $\mu$ that maximizes utility, which may be exactly why ranked feeds bury novelties.
- Because the formula separates $\lambda$ and $K$ from the user's internal cost $c$, observed access behavior could in principle be inverted to estimate $c$ for a given user, turning the model into a measurement tool for attention-budget studies.
- The derivation assumes exponential inter-access times; extending it to general renewal processes would replace the factor $(\lambda/(\lambda+\mu))^K$ with a Laplace-transform term, a testable generalization the paper does not pursue.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an analytical model for the value of an access (VoA) to an online social network, defined as the expected number of new (previously unseen) impressions in a timeline. Under assumptions of Poisson content generation at rate λ, exponential inter-access times with mean 1/µ, timeline size K, and a timeline that displays new content before repeats (Assumptions A1–A3), the authors derive a closed-form expression for VoA (Eq. (12)) and then solve a utility-maximization problem U(µ)=µV̄−cµ to obtain an optimal access rate µ* (Eq. (17)). The model is parameterized with Facebook data and compared against trace-driven FIFO simulations and against measurements from Facebook bot accounts that use the actual News Feed. The paper reports that the model matches FIFO timelines well but overestimates VoA under Facebook News Feed, which exhibits position bias by repeating posts. The authors conclude that News Feed reduces VoA and that the model provides insights into optimal access rates.
Significance. If the modeling assumptions hold, the paper makes a useful analytical contribution: it provides simple closed-form expressions for the expected number of novel impressions per access and for the optimal access rate, with transparent dependence on content generation rate, timeline size, and access cost. The VoA metric is intuitive and could serve as a building block for comparing personalization algorithms. The empirical observation that Facebook's News Feed repeats posts in top positions is also valuable and consistent with prior work on position bias. The derivation from assumptions to Eq. (12) and Eq. (17) appears correct, and the paper does not fit the VoA formula to data, so the central result is not circular. However, the title question concerns real social networks, and the practical answer is limited by the FIFO-timeline assumption that the paper's own measurements show is violated by News Feed; this is a substantial caveat on the applicability of the headline result.
major comments (3)
- [Section II-B (Assumption A2) and Section III-C] The central practical claim, the optimal access rate in Eq. (17), is derived under Assumption A2 that the timeline displays as many new posts as possible before repeating old content. However, the paper's own Facebook measurements (Section III-C, Figure 2) show that the News Feed violates A2: repeated posts appear in top positions, and for K=10 the measured VoA is about 5 instead of the model's 10. Because the measured VoA is below the model's prediction, the marginal benefit of an extra access (Eq. (16)) is overestimated for ranked feeds, and hence the optimal µ* from Eq. (17) is likely too high for actual Facebook timelines. The acknowledgment in Section VII that the model does not consider all impacts of News Feed does not fix this, because the title question is about real online social networks. I recommend either restricting the domain of the optimal-rate result to FIFO or chronological timelines, or extending the model to account for position bias, e.g., by adding a parameter that captures the fraction of repeated impressions in top positions.
- [Section IV, Eq. (17)] The optimization analysis omits the feasibility condition for the stationary point. The derivative at µ=0 is ∂U/∂µ|₀ = K − c, so the interior maximum given by Eq. (17) exists only when c < K. For c ≥ K, the utility is decreasing for all µ ≥ 0 and the optimal solution is the boundary µ* = 0. As written, Eq. (17) can produce negative or infeasible access rates when c ≥ K, and the numerical examples in Section V use c=1 with K ≥ 2 but do not state the condition. The authors should present the piecewise solution and the condition explicitly; otherwise the optimization claim is incomplete.
- [Section III-A and III-C] The empirical validation is weakened by in-sample parameter estimation and by the lack of uncertainty quantification. The value λ=4.487 is estimated from the same Facebook trace against which the model is compared in Figure 1(b), so the close agreement is not a predictive test. No confidence intervals or error bars are reported for the measured VoA values in Figures 1(b) and 2. In addition, the FIFO simulation procedure described in Section III-A is not a faithful implementation of the model's inter-access process: snapshots are built by selecting a reference post uniformly at random from all posts and taking its K−1 immediate predecessors, which forces access times to coincide with post-creation times rather than following the assumed exponential or deterministic interval distribution. This can bias the simulated VoA and the apparent agreement with Eq. (12). The authors should either describe a direct event-driven simulation of the assumed access process or justify why the uniform-reference-post scheme is equivalent.
minor comments (4)
- [Section III-C, paragraph on position bias] The sentence 'This finding reveals that Facebook Facebook creates a position bias' contains a duplicated word 'Facebook'; it should read 'Facebook creates a position bias'.
- [Section II-C, Eq. (2)] The definition of V would be clearer as V = min(A, K) under the assumption that the timeline is filled with new posts only up to its capacity.
- [Section V-A, Figure 4 discussion] The text writes 'V (ρ, K) = ρ' and 'V (K, ρ) = K' using V for the expectation; for consistency with the notation introduced in Section II, these should be V̄, the expected value of access.
- [Abstract and Section III-C] The abstract claims the results indicate 'the predictive power of the approach,' but the validation is in-sample and the News Feed measurements show the model overestimates VoA; a more cautious phrasing would better match the evidence.
Circularity Check
No significant circularity: the VoA formula and optimal access rate are derived from stated assumptions, not fitted; the empirical validation is in-sample but the optimization result is self-contained.
full rationale
The derivation chain is transparent: Eq. (2)-(5) compute the conditional expected new impressions under the Poisson generation assumption, Eq. (8) averages over the exponential access interval, and Eq. (12) is the closed form. Substituting (12) into the utility definition (13) gives (14), and differentiating with respect to mu yields the first-order condition (16) and the optimal rate (17). None of these equations is fitted to the value-of-access measurements; the model's parameters are K, lambda, and c, and VoA is a derived quantity. The only empirical parameter, lambda=4.487, is measured from the same Facebook trace later used for comparison in Fig. 1, so the 'predictive power' language overstates the strength of the validation: this is an in-sample model check, not an out-of-sample forecast, and the FIFO simulation embeds assumption A2 by construction. That caveat concerns the empirical validation, not the logical derivation. The citations to the authors' prior work [16], [17] are contextual and do not supply any uniqueness or existence theorem on which Eq. (17) depends. Therefore there is no self-definitional, fitted-input, or self-citation-based circularity in the paper's central claim.
Assumptions & free parameters
free parameters (3)
- λ (content generation rate) =
4.487 posts/hour (estimated from Facebook API data, Section III-A)
- K (timeline size) =
10 in trace validation; varied from 1 to 50 in FTE comparison
- c (cost per access) =
1 (chosen by hand for numerical examples, Section V-B)
assumptions (4)
- domain assumption Content is generated according to a Poisson process with aggregate rate λ (Assumption A1, Section II-B).
- domain assumption The timeline always displays as many new posts as possible and uses repeats only to fill space (Assumptions A2 and A3, Section II-B).
- domain assumption The interval between user accesses is exponentially distributed with rate µ for the main closed-form result (Section II-E).
- ad hoc to paper User utility per time is linear: U(µ)=µV̄-cµ, with c a constant cost per access (Section IV, Eq. (13)).
Cite this review
Pith. "Pith review of How often should I access my online social networks?." pith.science (2026). https://pith.science/paper/R6LMZA7G
@misc{pith2026190804811,
author = {Pith},
title = {Pith review of: How often should I access my online social networks?},
year = {2026},
howpublished = {\url{https://pith.science/paper/R6LMZA7G}},
note = {Machine review of arXiv:1908.04811}
}
read the original abstract
Users of online social networks are faced with a conundrum of trying to be always informed without having enough time or attention budget to do so. The retention of users on online social networks has important implications, encompassing economic, psychological and infrastructure aspects. In this paper, we pose the following question: what is the optimal rate at which users should access a social network? To answer this question, we propose an analytical model to determine the value of an access (VoA) to the social network. In the simple setting considered in this paper, VoA is defined as the chance of a user accessing the network and obtaining new content. Clearly, VoA depends on the rate at which sources generate content and on the filtering imposed by the social network. Then, we pose an optimization problem wherein the utility of users grows with respect to VoA but is penalized by costs incurred to access the network. Using the proposed framework, we provide insights on the optimal access rate. Our results are parameterized using Facebook data, indicating the predictive power of the approach.
Figures
Reference graph
Works this paper leans on
-
[1]
Facebook tracking exposed, 2018
Claudio Agosti. Facebook tracking exposed, 2018. https://facebook.tracking.exposed
work page 2018
-
[2]
Forever young: Aging control for smartphones in hybrid n etworks
Eitan Altman, Rachid El-Azouzi, Daniel Sadoc Menasche, and Y uedong Xu. Forever young: Aging control for smartphones in hybrid n etworks. In Mobihoc, 2019
work page 2019
-
[3]
Development of a facebook addiction scale
Cecilie Schou Andreassen, Torbjørn Torsheim, Geir Scot t Brunborg, and St˚ ale Pallesen. Development of a facebook addiction scale . Psycholog- ical reports , 110(2):501–517, 2012
work page 2012
-
[4]
Onur Ayan, Mikhail Vilgelm, Markus Kl¨ ugel, Sandra Hirc he, and Wolf- gang Kellerer. Age-of-information vs. value-of-informat ion scheduling for cellular networked control systems. CoRR, abs/1903.05356, 2019
arXiv 1903
-
[5]
Ricardo Baeza-Y ates. Bias on the web. Communications of the ACM , 61(6):54–61, may 2018
work page 2018
-
[6]
Exposu re to ideologically diverse news and opinion on Facebook
Eytan Bakshy, Solomon Messing, and Lada A Adamic. Exposu re to ideologically diverse news and opinion on Facebook. Science, 348(6239):1130–1132, 2015
work page 2015
-
[7]
Bedewy, Yin Sun, Sastry Kompella, and Ness B
Ahmed M. Bedewy, Yin Sun, Sastry Kompella, and Ness B. Shr off. Age- optimal sampling and transmission scheduling in multi-sou rce systems. In Proceedings of the Twentieth ACM International Symposium o n Mobile Ad Hoc Networking and Computing , Mobihoc ’19, pages 121– 130, New Y ork, NY , USA, 2019. ACM
work page 2019
-
[8]
Pia Ceres. Screen time controls. Wired, 2018. http://tinyurl.com/ioswired
work page 2018
Show all 39 references
-
[9]
The age of gossip: Spatial mean field regime
Augustin Chaintreau, Jean-Yves Le Boudec, and Nikodin R istanovic. The age of gossip: Spatial mean field regime. SIGMETRICS Perform. Eval. Rev., 37(1):109–120, June 2009
2009
-
[10]
The production of information in the attention economy
Giovanni Luca Ciampaglia, Alessandro Flammini, and Fi lippo Menczer. The production of information in the attention economy. Scientific Reports, 5(1):9452, aug 2015
2015
-
[11]
Crawford
M.B. Crawford. The W orld Beyond Your Head: On Becoming an Individual in an Age of Distraction . Farrar, Straus and Giroux, 2015
2015
-
[12]
A utility optimization approach to netw ork cache design
Mostafa Dehghan, Laurent Massoulie, Don Towsley, Dani el Menasche, and Y ong Chiang Tay. A utility optimization approach to netw ork cache design. In IEEE INFOCOM 2016-The 35th Annual IEEE International Conference on Computer Communications , pages 1–9. IEEE, 2016
2016
-
[13]
Essentials of Stochastic Processes , volume 7 of Springer Texts in Statistics
Richard Durrett. Essentials of Stochastic Processes , volume 7 of Springer Texts in Statistics . Springer New Y ork, New Y ork, NY , oct 2012
2012
-
[14]
About ad auctions, 2019
Facebook. About ad auctions, 2019. http://bit.ly/2Ou 1PUE
2019
-
[15]
Welcome to News Feed
Facebook. Welcome to News Feed. Retrieved August 02, 20 19 from: https://newsfeed.fb.com/?lang=en , 2019
2019
-
[16]
Perfor- mance analysis of online social platforms
Anastasios Giovanidis, Bruno Baynat, and Antoine V end eville. Perfor- mance analysis of online social platforms. In 2019 Proceedings of IEEE INFOCOM, 2019
2019
-
[17]
Fair ness in online social network timelines: Measurements, models and mechanism design
Eduardo Hargreaves, Claudio Agosti, Daniel Menasch´ e , Giovanni Neglia, Alexandre Reiffers-Masson, and Eitan Altman. Fair ness in online social network timelines: Measurements, models and mechanism design. Performance Evaluation, 129:15–39, feb 2019
2019
-
[18]
Bias es in the facebook news feed: a case study on the italian elections
Eduardo Hargreaves, Claudio Agosti, Daniel Menasch´ e , Giovanni Neglia, Alexandre Reiffers-Masson, and Eitan Altman. Bias es in the facebook news feed: a case study on the italian elections. In Proceedings of the IEEE/ACM International Conference on Social Network s Analysis ...
2018
-
[19]
How technology hijacks people’s minds : from a magician and Google’s design ethicist, 2016
Tristan Harris. How technology hijacks people’s minds : from a magician and Google’s design ethicist, 2016. http://www.tristanha rris.com/essays/
2016
-
[20]
Analysis of the psychological traits, facebook usage, and f acebook addiction model of taiwanese university students
Fu-Y uan Hong, Der-Hsiang Huang, Hung-Y u Lin, and Su-Li n Chiu. Analysis of the psychological traits, facebook usage, and f acebook addiction model of taiwanese university students. Telematics and Informatics, 31(4):597 – 606, 2014
2014
-
[21]
Using eye tracking to explore facebook use and assoc iations with facebook addiction, mental well-being, and personali ty
Zaheer Hussain, Boban Simonovic, Edward JN Stupple, an d Maggie Austin. Using eye tracking to explore facebook use and assoc iations with facebook addiction, mental well-being, and personali ty. Behavioral Sciences, 9(2):19, 2019
2019
-
[22]
How to optimally allocate your budget of attention in social netwo rks
Bo Jiang, Nidhi Hegde, Laurent Massouli´ e, and Don Tows ley. How to optimally allocate your budget of attention in social netwo rks. In 2013 Proceedings of IEEE INFOCOM , 2013
2013
-
[23]
Minimizing the age of inf ormation in wireless networks with stochastic arrivals
Igor Kadota and Eytan Modiano. Minimizing the age of inf ormation in wireless networks with stochastic arrivals. In Proceedings of the Twentieth ACM International Symposium on Mobile Ad Hoc Netw orking and Computing , Mobihoc ’19, pages 221–230, New Y ork, NY , USA,
-
[24]
Digital in 2018
Simon Kemp. Digital in 2018. Wired, 2018. http://bit.ly/2uChFUm
2018
-
[25]
Age of information: A new concept, metric, and tool
Antzela Kosta, Nikolaos Pappas, V angelis Angelakis, e t al. Age of information: A new concept, metric, and tool. F oundations and Trends® in Networking , 12(3):162–259, 2017
2017
-
[26]
Characterizing infor mation diets of social media users
Juhi Kulshrestha, Muhammad Bilal Zafar, Lisette Espin Noboa, Kr- ishna P Gummadi, and Saptarshi Ghosh. Characterizing infor mation diets of social media users. In Proceedings of the International AAAI Conference on W eb and Social Media , ICWSM’15, pages 218–227, 2015
2015
-
[27]
Accelerating dynamics of collective attenti on
Philipp Lorenz-Spreen, Bjarke Mørch Mønsted, Philipp H¨ ovel, and Sune Lehmann. Accelerating dynamics of collective attenti on. Nature Communications, 10(1):1759, dec 2019
2019
-
[28]
When Algorithms Shape Collective Acti on: Social Media and the Dynamics of Cloud Protesting
Stefania Milan. When Algorithms Shape Collective Acti on: Social Media and the Dynamics of Cloud Protesting. Social Media and Society , 1(2), 2015
2015
-
[29]
Gobo – your social media, your rules
MIT. Gobo – your social media, your rules. https://gobo .social/, 2018
2018
-
[30]
Social network and click-through pred iction with factorization machines
Steffen Rendle. Social network and click-through pred iction with factorization machines. In KDD-Cup W orkshop, page 113, 2012
2012
-
[31]
The uses and abuses of facebook: A review of facebook addiction, 2014
Tracii Ryan, Andrea Chester, John Reece, and Sophia Xen os. The uses and abuses of facebook: A review of facebook addiction, 2014
2014
-
[32]
Social networkin g on smartphones: When mobile phones become addictive
Mohammad Salehan and Arash Negahban. Social networkin g on smartphones: When mobile phones become addictive. Computers in Human Behavior , 29(6):2632–2639, 2013
2013
-
[33]
Shapiro and H
C. Shapiro and H. V arian. Information Rules: A Strategic Guide to the Network Economy . Harvard Business School Press, 1998
1998
-
[34]
Herbert A. Simon. Designing organizations for an infor mation rich world. In Martin Greenberger, editor, Computers, communications, and the public interest . Baltimore, 1971
1971
-
[35]
Ex-Facebook president Sean Parker: site made to exploit human ’vulnerability’
Olivia Solon. Ex-Facebook president Sean Parker: site made to exploit human ’vulnerability’. The Guardian, 2017. http://bit.ly/2HJTufh
2017
-
[36]
How facebook’s algorithm suppresses c ontent diversity (modestly) and how the newsfeed rules your clicks
Zeynep Tufekci. How facebook’s algorithm suppresses c ontent diversity (modestly) and how the newsfeed rules your clicks . https://tinyurl.com/facebooksuppress, 2015
2015
-
[37]
Bidding and auctions, 2019
Twitter. Bidding and auctions, 2019. http://bit.ly/2 JXj6H8
2019
-
[38]
Optimal status u pdate for age of information minimization with an energy harvesting s ource
Xianwen Wu, Jing Y ang, and Jingxian Wu. Optimal status u pdate for age of information minimization with an energy harvesting s ource. IEEE Transactions on Green Communications and Networking , 2(1):193–204, 2017
2017
-
[39]
The age of information: Rea l-time status updating by multiple sources
Roy D Y ates and Sanjit K Kaul. The age of information: Rea l-time status updating by multiple sources. IEEE Transactions on Information Theory, 65(3):1807–1827, 2019. TABLE IV LIST OF PAGES FOLLOWED Page Address Jair Bolsonaro https://www.facebook.com/jairmessias.b olsonaro/ ...
2019
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.