REVIEW 5 major objections 5 minor 25 references
Quantifying Energy and Cost Benefits of Hybrid Edge Cloud: Analysis of Traditional and Agentic Workloads
T0 review · 5 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Hybrid Edge Cloud can cut energy by up to 75% and cost by more than 80% by processing most data locally; the benefit scales linearly with the edge split.
desk verdict The paper's arithmetic is transparent but its headline savings numbers require swapping in different constants halfway through, so the quantitative claims don't follow from the stated model. 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 load-bearing object is the pair of linear savings identities $S_{Energy}=((E_t+E_c-E_l)/(E_t+E_c)) P_{edge}$ and $S_{Cost}=((C_b+C_h-C_s)/(C_b+C_h)) P_{edge}$, together with the assumed per-GB constants. These identities convert a workload-allocation policy, the edge split $P_{edge}$, directly into percentage savings, so the benefit computation is a single multiplication rather than a simulation outcome. The Pareto workload distribution with $\alpha=2$ and $x_m=1$ supplies the justification that 70–90% of workloads are lightweight enough to run locally, and Monte Carlo draws over that distribution (with $\alpha=2$ and $\alpha=3$) are used to confirm that the closed-form savings hold across edge splits from 50% to 90%.
What would settle it
Measure the real per-gigabyte energy for an end-to-end workload: transmitting data to a public cloud region, running inference on a typical cloud instance, and running the same inference on a current smartphone or edge NPU. If measured cloud-plus-transmission energy is not roughly three times local-processing energy, the claimed 62–75% energy savings at an 80% edge split will not reproduce.
Extended reading notes
Core claim
The central claim is that Hybrid Edge Cloud has a closed-form benefit law. If $P_{edge}$ is the fraction of workload data processed locally, energy savings are $((E_t+E_c-E_l)/(E_t+E_c)) P_{edge}$ and cost savings are $((C_b+C_h-C_s)/(C_b+C_h)) P_{edge}$, where $E_t$, $E_c$, and $E_l$ are the per-GB energy for transmission, cloud processing, and local processing, and $C_b$, $C_h$, and $C_s$ are the per-GB bandwidth, hosting, and software costs. Plugging in the paper's values, $E_t=0.7$, $E_c=1.5$, $E_l=0.5$ kWh/GB and $C_b=0.10$, $C_h=0.20$, $C_s=0.02$ dollars/GB, an 80% edge split produces about 62–65% energy savings and about 75% cost savings for traditional workloads. For agentic workloads generating 20 GB/day, the paper reports per-device savings around 10,000 kWh and $1,500 per year, with a separate agentic accounting reaching up to 75% energy savings.
Load-bearing premise
The entire savings calculation rests on the assumed per-gigabyte energy figures—0.7 kWh for transmission, 1.5 kWh for cloud processing, and 0.5 kWh for local processing—and on those figures holding across workload types, even though the paper's agentic section adopts a different transmission value (5 kWh/GB).
Editorial extensions
If this is right
- An 80% edge split delivers roughly 65% energy savings and 75% cost savings for traditional workloads, matching the abstract's headline benefit range.
- Agentic workloads at 20 GB/day yield similar percentage savings but roughly an order of magnitude larger absolute savings: about 10,000 kWh and $1,500 per device per year.
- Even a 30% edge split gives 25–30% savings, so partial or incremental adoption is economically worthwhile.
- At billions of devices, aggregate savings would reach tens of trillions of kWh and trillions of dollars annually, according to the paper's extrapolation.
Reading between the lines
- Extension: Because the savings formulas are linear in $P_{edge}$ and independent of total data volume, the same percentage benefit applies across device classes, with only the absolute savings scaling.
- Extension: The headline numbers can be tested directly by measuring the three per-GB energy constants on a real fleet and recomputing the formulas; any difference between measured and assumed constants changes the claimed savings proportionally.
- Extension: The multi-trillion-dollar aggregate estimate assumes per-device savings multiply across tens of billions of devices with no added fleet-level coordination, cooling, or network costs, so a full-system accounting would need to add those terms.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper develops a closed-form analytical model to compare the energy and cost of centralized cloud computing against a hybrid edge-cloud (HEC) architecture, where a fraction Pedge of each device's data volume is processed locally and the remainder is sent to the cloud. The model includes per-gigabyte energy costs for transmission, cloud processing, and local processing, as well as bandwidth, hosting, and software costs. The paper applies this model to traditional IoT workloads (2.4 GB/device/day) and to hypothetical agentic workloads (20 GB/device/day), and it reports Monte Carlo simulations over Pareto-distributed workload sizes. The central claims are that HEC achieves "energy savings of up to 75% and cost reductions exceeding 80%, even in resource-intensive agentic scenarios," with per-device annual savings on the order of 10,000 kWh and $1,500.
Significance. The question of where to place computation is practically important, and the closed-form expressions in §3.2 (S_Energy and S_Cost) give a transparent way to compare architectures if the underlying parameters are known. The paper is also commendable for explicitly modeling agentic workloads, which are likely to grow. However, the manuscript's own numbers do not follow from its model: the 75% agentic energy saving is obtained only by changing the transmission-energy constant in §6.1, and the traditional-workload example in §4.1 is inconsistent with the formula. No sensitivity analysis or empirical data is provided for the per-GB energy and cost constants, which are the very parameters that determine the headline results. The Monte Carlo simulation varies workload sizes but not these constants, so it cannot be considered an independent validation. As presented, the paper demonstrates a simple algebraic relationship and then attaches unsupported numeric values to it.
major comments (5)
- [§6.1 vs §3.2] The abstract's headline of 'energy savings of up to 75%' in agentic scenarios is not a consequence of the model presented. With the constants stated in §2.2 and §4.1 (Et = 0.7, Ec = 1.5, El = 0.5 kWh/GB) and the 80% edge split used throughout, Eq. (3.2) gives S_Energy = ((0.7+1.5-0.5)/(0.7+1.5)) × 0.8 = 61.8%. The 75% figure appears only in §6.1, where agentic workloads are assigned a transmission energy of 5 kWh/GB, a value that is not part of the model, the numerical tables, or the Monte Carlo simulation. The claim is therefore a parameter substitution, not a derived result.
- [§4.1] The numerical example for traditional workloads is internally inconsistent with the model. Eq. (3.2) with 876 GB/year, Pedge=0.8, and the stated constants gives EHEC = 876 × (0.8×0.5 + 0.2×2.2) = 735.8 kWh/year and S_Energy = 61.8%, yet the text reports 674 kWh/year and 'approximately 65%.' No derivation is given for these alternative numbers. Similarly, §6.1 asserts that traditional workloads show energy savings 'as much as 80%,' which cannot occur under Eq. (3.2) even at Pedge=1, where the saving is bounded by (1.7/2.2) = 77.3%. These contradictions undermine confidence in the reported results.
- [§3.2 and Abstract] The claim of 'cost reductions exceeding 80%' is not established by the model. With Cb=0.10, Ch=0.20, Cs=0.02 $/GB, the cost saving formula gives S_Cost = (0.10+0.20-0.02)/(0.10+0.20) × Pedge = 0.9333 × Pedge. Achieving S_Cost > 0.80 therefore requires Pedge > 85.7%. The paper does not justify such a high edge split for agentic workloads; the Pareto argument in §3.1 addresses workload counts (70-90% lightweight), not data-volume fractions, and §6.2 provides only qualitative statements. The abstract's numeric cost claim is thus not supported by the stated model and assumptions.
- [§5] The Monte Carlo simulation does not validate the model's key parameters. It varies workload sizes according to Pareto distributions and varies the edge split, but it holds the per-GB energy and cost constants fixed at the §4.1 values. It therefore cannot test the 5 kWh/GB transmission energy that underlies the §6.1 agentic claim, nor can it reveal how sensitive the reported savings are to the base constants. The observation that the two Pareto shape parameters give 'almost identical' results is a consequence of normalizing to a fixed annual workload; it does not establish robustness. As reported, the simulation is a recapitulation of the algebraic formula, not an independent check.
- [§2.2] The three per-GB energy constants are load-bearing but unsupported. The text states that the values are 'based on studies published in' [11]-[15], but those references are general surveys (Masanet et al., Cisco Global Cloud Index, Akamai) and do not directly supply 0.7 kWh/GB for transmission, 1.5 kWh/GB for cloud computation, or 0.5 kWh/GB for local computation. The paper provides no measurement, no dataset, and no sensitivity analysis for these constants. Since the savings formula is linear in these parameters and the headline numbers scale directly with them, the manuscript's central quantitative conclusions rest on unverified inputs.
minor comments (5)
- [§3.2] The variables Pedge and Pcloud are described as 'probabilities' but are used as fractions of data volume; state explicitly that they are deterministic split fractions satisfying Pedge + Pcloud = 1.
- [References] Reference [15] is missing its URL ('Retrieved from , 2023'); several other references (e.g., [13]) mix nonstandard formats and would benefit from a consistent style.
- [Figures] Figures 1 and 2 are referenced but not included in the submitted text; please ensure all figures are embedded and legible.
- [§6.1] Section 6.1 uses the phrase 'exponential scaling of data transmission costs,' but the model in §3.2 is linear in data volume; this should be reworded to avoid implying nonlinearity.
- [Discussion] The paper would benefit from an explicit limitations paragraph acknowledging that the quantitative results depend on assumed constants and that the Monte Carlo simulation does not vary those constants.
Circularity Check
Monte Carlo 'validation' recomputes the same inputs, and the 75% agentic saving is produced by swapping in a new transmission-energy constant rather than by the stated model.
-
other
[Section 5, Simulation Results]
"To validate the numerical results and model the real world more accurately, we can use Monte Carlo simulations. ... The results for the two Pareto shape parameters were almost identical. While Pareto distributions differ in workload skewness, the normalization to a total annual workload of 7300 GB minimizes the effect of the skewness on overall energy and cost savings."
The simulation is presented as validation, but it uses the same per-GB energy and cost constants from Sections 2.2 and 4.1, the same savings formulas from Section 3.2, and the same edge-split percentages as the numerical analysis. The only varied input is the workload-size distribution, and the paper itself concedes that normalization to 7300 GB 'minimizes the effect' of that variation. Hence the simulation's agreement with the numerical results is guaranteed by construction; it is a recomputation of the same inputs, not an independent check of the savings claim.
-
self definitional
[Section 6.1, Agentic Workloads, versus Sections 3.2 and 4.1]
"These workloads consume far more energy when processed in the cloud due to both high transmission energy (5 kWh/GB) and computational energy (1.5 kWh/GB) for cloud processing. By processing 80% of these workloads locally on end devices, HEC reduces overall energy consumption by approximately 75%."
The paper's own formula, Eq. (3.2), is S_Energy = ((Et + Ec - El)/(Et + Ec)) * Pedge. With the model's stated Section 2.2/4.1 constants (Et = 0.7, Ec = 1.5, El = 0.5 kWh/GB) and Pedge = 0.8, this gives about 61.8%, not 75%. The 75% figure appears only after Section 6.1 introduces Et = 5 kWh/GB for agentic workloads; then the formula gives about 73.8%, which is rounded to 75%. The headline agentic claim is therefore not derived from the model's parameters but is constructed by substituting a new input at the discussion stage, making the claimed result equivalent to that substituted input by construction.
full rationale
The underlying arithmetic model is not inherently circular: Eq. (3.2) openly defines energy savings as a function of per-GB energy constants and the assumed edge split, and those constants are cited to external literature. However, the paper contains two circular or construction-equivalent moves. First, the Monte Carlo simulation purportedly validates the numerical results, yet it uses the same constants, the same formulas, and the same edge splits; varying only the Pareto workload sizes cannot test the energy or cost parameters, and the paper admits the normalization removes the effect of that variation. Second, the abstract's headline claim of 75% energy savings in agentic scenarios is not what the formal model with the stated constants gives at the cited 80% edge split: it yields 61.8%. The 75% figure is obtained only after Section 6.1 silently swaps the transmission energy to 5 kWh/GB, making the headline an arithmetic consequence of a newly inserted parameter rather than a derived result. Self-citations to the author's HEC concept [1] and to mim-OE software licensing are present, but I do not treat them as load-bearing circularities because the quantitative equations do not logically depend on those references; the main circularity is the validation loop and the parameter-substituted headline.
Assumptions & free parameters
free parameters (8)
- Transmission energy Et =
0.7 kWh/GB
- Cloud processing energy Ec =
1.5 kWh/GB
- Local processing energy El =
0.5 kWh/GB
- Bandwidth cost Cb =
$0.10/GB
- Hosting cost Ch =
$0.20/GB
- Software cost Cs =
$0.02/GB
- Edge split Pedge =
0.8 (baseline)
- Data volume DT =
876 GB/yr traditional; 7300 GB/yr agentic
assumptions (5)
- domain assumption Workload sizes follow a Pareto distribution with alpha=2 and xm=1.
- domain assumption 70%-90% of workloads are lightweight and can run on existing end devices.
- domain assumption Per-GB energy and cost are constant and independent of workload size, device type, and concurrency.
- domain assumption Tasks are assigned to the edge or cloud with uniform probability based on the edge split.
- domain assumption Devices have spare capacity to absorb 80% of workloads without extra hardware.
Cite this review
Pith. "Pith review of Quantifying Energy and Cost Benefits of Hybrid Edge Cloud: Analysis of Traditional and Agentic Workloads." pith.science (2026). https://pith.science/paper/WHZUVDOD
@misc{pith2026250114823,
author = {Pith},
title = {Pith review of: Quantifying Energy and Cost Benefits of Hybrid Edge Cloud: Analysis of Traditional and Agentic Workloads},
year = {2026},
howpublished = {\url{https://pith.science/paper/WHZUVDOD}},
note = {Machine review of arXiv:2501.14823}
}
read the original abstract
This paper examines the workload distribution challenges in centralized cloud systems and demonstrates how Hybrid Edge Cloud (HEC) [1] mitigates these inefficiencies. Workloads in cloud environments often follow a Pareto distribution, where a small percentage of tasks consume most resources, leading to bottlenecks and energy inefficiencies. By analyzing both traditional workloads reflective of typical IoT and smart device usage and agentic workloads, such as those generated by AI agents, robotics, and autonomous systems, this study quantifies the energy and cost savings enabled by HEC. Our findings reveal that HEC achieves energy savings of up to 75% and cost reductions exceeding 80%, even in resource-intensive agentic scenarios. These results highlight the critical role of HEC in enabling scalable, cost-effective, and sustainable computing for the next generation of intelligent systems.
Figures
Reference graph
Works this paper leans on
-
[11]
E. Masanet, A. Shehabi, N. Lei, S. Smith, and J. Koomey. Recalibrating global data center energy-use estimates. Science, 367(6481):984–986, 2020
work page 2020
-
[15]
Amazon Web Services. Aws pricing overview. Retrieved from , 2023. 12
work page 2023
-
[1]
Alamouti, Fay Arjomandi, and Michel Burger
Siavash M. Alamouti, Fay Arjomandi, and Michel Burger. Hybrid edge cloud: A pragmatic approach for decentralized cloud computing. IEEE Communications Magazine, 60(9):16–29, 2022
work page 2022
-
[2]
Google AI. Tensorflow lite. TensorFlow White Paper. [Online]. Available: https://www. tensorflow.org/lite
-
[3]
K. Jackson and C. Bunch. Understanding Cloud Workloads: An Overview of A WS Instance Types and Usage Patterns. Unknown Publisher, 2019
work page 2019
-
[4]
L. Barroso, J. Clidaras, and U. H”olzle. The Datacenter as a Computer: An Introduction to the Design of Warehouse-Scale Machines. Morgan & Claypool, 2013
work page 2013
-
[5]
Y. Xu, J. Bi, W. Yuan, and W. Yuan. Cloud workload characteristics and resource management approaches: A comprehensive study. IEEE Transactions on Cloud Computing, 5(4):772–785, 2017
work page 2017
- [6]
Show all 25 references
-
[7]
Dean and S
J. Dean and S. Ghemawat. Mapreduce: Simplified data processing on large clusters. Commu- nications of the ACM, 51(1):107–113, 2008
2008
-
[8]
R. N. Calheiros, R. Ranjan, C. A. F. De Rose, and R. Buyya. Cloudsim: A toolkit for model- ing and simulation of cloud computing environments and evaluation of resource provisioning algorithms. Software: Practice and Experience, 41(1):23–50, 2011
2011
-
[9]
Baliga, R
J. Baliga, R. Ayre, K. Hinton, and R. S. Tucker. Energy consumption in wired and wireless access networks. IEEE Communications Magazine, 49(6):70–77, 2011
2011
-
[10]
R. S. Tucker. Energy consumption of data networks in the internet. IEEE Journal on Selected Areas in Communications, 34(5):1507–1519, 2018
2018
-
[12]
Venkatesh, V
V. Venkatesh, V. Sivaraman, and R. Vyas. Energy efficiency in iot and edge computing: A comparative study. IEEE Access, 9:56702–56715, 2021
2021
-
[13]
State of the internet report
Akamai. State of the internet report. Retrieved from https://www.akamai.com/ state-of-the-internet , 2020
2020
-
[14]
Cisco global cloud index: Forecast and methodology, 2020–2025
Cisco. Cisco global cloud index: Forecast and methodology, 2020–2025. Retrieved from https: //www.cisco.com/c/en/us/solutions/service-provider/global-cloud-index.html , 2021
2020
-
[16]
Google cloud pricing
Google Cloud. Google cloud pricing. Retrieved from https://cloud.google.com/pricing, 2023
2023
-
[17]
Azure pricing overview
Microsoft Azure. Azure pricing overview. Retrieved from https://azure.microsoft.com/ en-us/pricing, 2023
2023
-
[18]
Hinton, O
M. Hinton, O. Vinyals, and J. Dean. Distilling the knowledge in a neural network. arXiv preprint, arXiv:1503.02531, 2015. [Online]. Available: https://arxiv.org/abs/1503.02531
2015 arXiv
-
[19]
The case for edge ai
McKinsey & Company. The case for edge ai. McKinsey Tech- nology Insights, [Online]. Available: https://www.mckinsey.com/ industries/technology-media-and-telecommunications/our-insights/ why-edge-ai-is-the-future-of-intelligent-devices , 2022
2022
-
[20]
Arm cortex-a processors for ai workloads
ARM. Arm cortex-a processors for ai workloads. ARM White Paper, [Online]. Available: https://www.arm.com/solutions/artificial-intelligence, 2023
2023
-
[21]
A. S. G. Andrae and T. Edler. On global electricity usage of communication technology: Trends to 2030. Challenges, 6(1):117–157, 2015
2015
-
[22]
The rise of edge-native ai
Intel and Dell Technologies. The rise of edge-native ai. Intel Edge AI Report, [Online]. Avail- able: https://www.intel.com/content/www/us/en/artificial-intelligence/overview. html, 2023
2023
-
[23]
Ai workloads: Benchmarking edge vs
Deloitte Insights. Ai workloads: Benchmarking edge vs. cloud. [Online]. Available: https: //www2.deloitte.com/us/en/pages/technology-media-and-telecommunications/ articles/ai-edge-computing.html, 2023
2023
-
[24]
Z. Turc, M. Chang, Y. Lee, and K. Toutanova. Mobilebert: A compact task-agnostic bert for resource-limited devices. arXiv preprint, arXiv:2004.02984, 2020. [Online]. Available: https: //arxiv.org/abs/2004.02984
2004 arXiv
-
[25]
Efficient processing of deep neural networks
MIT-IBM Watson AI Lab. Efficient processing of deep neural networks. arXiv preprint, arXiv:1606.09274, 2016. [Online]. Available: https://arxiv.org/abs/1606.09274. 13
2016 arXiv
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.