REVIEW 3 major objections 2 minor 24 references
Zero-shot foundation models can generate safe cloud VM sizing recommendations under workload drift without per-VM retraining.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-07-01 05:45 UTC pith:DKLRIQ35
load-bearing objection The 52.9% savings and 1.5% exceedance numbers come only from the offline reference LLM; the production model gets no separate cost or safety metrics, only pattern similarity checks. the 3 major comments →
CLOUDADV: Decision-Aligned Instance Sizing with Zero-Shot Foundation Models under Drift
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
CLOUDADV constructs a decision context from historical utilization, forecast summaries, VM metadata, candidate options, pricing, and sizing heuristics, then uses an offline higher-capacity LLM to produce reference recommendations while testing a smaller model on identical prompts. On seven production VMs the reference outputs reduce simulated monthly cost from about $1,503 to $708 (52.9 percent savings) under conservative constraints, with the highest exceedance rate among downgraded cases at 1.5 percent. Although Chronos-2 does not win every forecast metric, it produces recommendation patterns close to those of a supervised per-VM baseline, indicating that zero-shot foundation models can su
What carries the argument
The CLOUDADV advisory system that assembles a structured decision context and elicits bounded recommendations from LLMs across multiple planning horizons.
Load-bearing premise
The zero-shot forecasts and LLM-generated recommendations remain decision-aligned and safe under real workload drift without per-VM retraining or additional validation data.
What would settle it
A fresh collection of production VMs in which the exceedance rate on downgraded instances exceeds 5 percent or realized cost savings fall below 20 percent when the same heuristics are applied.
If this is right
- Reference recommendations achieve 52.9 percent simulated monthly cost reduction on the seven VMs.
- Maximum observed exceedance among downgraded cases stays at 1.5 percent under the stated constraints.
- Zero-shot models produce recommendation patterns similar to a supervised per-VM baseline.
- The approach lowers the need for repeated per-tenant retraining and redeployment.
- Evaluation centers on downstream cost savings and ex-post exceedance rather than forecast metrics alone.
Where Pith is reading between the lines
- The same context-construction pattern could be reused for other cloud resources such as storage or database tiers if comparable utilization and pricing data exist.
- More aggressive drift might require tighter or adaptive heuristics to preserve the observed safety margin.
- Running the smaller production model at inference time could materially reduce per-query latency and API cost compared with the offline reference model.
- If the method generalizes, organizations could maintain a single shared advisory service rather than one tuned model per customer.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces CLOUDADV, an interactive advisory system that combines zero-shot time-series forecasting (e.g., Chronos-2) with LLM-generated recommendations for cloud VM instance sizing under workload drift. It constructs structured decision contexts from utilization history, forecasts, metadata, pricing, and heuristics; uses a higher-capacity offline LLM for reference recommendations and evaluates a smaller production model for alignment. In a case study of seven production VMs, reference recommendations yield 52.9% simulated monthly cost savings ($795 reduction from $1,503 to $708) with maximum 1.5% exceedance among downgraded instances, while the production model produces patterns similar to a supervised per-VM baseline. The work emphasizes downstream decision quality over pure forecast accuracy and claims reduced need for per-tenant retraining.
Significance. If the central claims hold, the work offers a practical path to decision-aligned cloud provisioning that avoids repeated per-VM model training and validation, which is a common operational burden. Prioritizing simulated cost savings and ex-post exceedance as primary metrics (rather than isolated forecast error) aligns evaluation with the stated goal. The zero-shot approach could generalize across non-stationary workloads if the production-model results are shown to match the reference on the same quantitative criteria.
major comments (3)
- [Abstract / Evaluation description] Abstract and evaluation description: the reported 52.9% cost savings and 1.5% maximum exceedance are computed exclusively from the higher-capacity offline reference LLM recommendations. The smaller production model is assessed only for pattern similarity to the reference and a supervised baseline; no separate simulated cost savings, exceedance rates, or drift-robustness numbers are supplied for it. This directly undermines the claim that zero-shot models support decision-aligned provisioning under the stated latency/cost constraints.
- [Abstract] Abstract: the simulation of monthly costs and ex-post exceedance is presented without derivation details, error analysis, or validation against actual Azure billing records. The central quantitative claims rest on these unreported mappings from forecast to recommendation and from recommendation to simulated cost.
- [Abstract] Abstract: the claim that the approach reduces 'the operational burden of repeated per-tenant retraining' is load-bearing, yet the production model receives no direct cost/exceedance evaluation under the same rolling-origin or drift conditions used for the reference. Without those figures, the advantage over supervised per-VM baselines remains unquantified for the deployable system.
minor comments (2)
- [Abstract] The abstract mentions 'rolling-origin forecast accuracy reported as a secondary diagnostic' but does not indicate which forecast metrics are used or how they are aggregated across the seven VMs; a table or explicit list would improve clarity.
- [Abstract / Methods] Notation for the 'structured decision context' and the 'bounded recommendation generation' is introduced without an accompanying diagram or pseudocode; a figure showing the prompt construction and heuristic constraints would aid reproducibility.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address each major comment point by point below, with proposed revisions where the manuscript requires clarification or qualification.
read point-by-point responses
-
Referee: [Abstract / Evaluation description] Abstract and evaluation description: the reported 52.9% cost savings and 1.5% maximum exceedance are computed exclusively from the higher-capacity offline reference LLM recommendations. The smaller production model is assessed only for pattern similarity to the reference and a supervised baseline; no separate simulated cost savings, exceedance rates, or drift-robustness numbers are supplied for it. This directly undermines the claim that zero-shot models support decision-aligned provisioning under the stated latency/cost constraints.
Authors: We agree that the reported cost savings and exceedance figures apply only to the reference LLM. The production-model results are limited to pattern similarity as a proxy for alignment. We will revise the abstract and evaluation sections to explicitly distinguish these scopes and qualify the claims about the deployable system, noting that direct cost/exceedance metrics for the production model are not provided. revision: yes
-
Referee: [Abstract] Abstract: the simulation of monthly costs and ex-post exceedance is presented without derivation details, error analysis, or validation against actual Azure billing records. The central quantitative claims rest on these unreported mappings from forecast to recommendation and from recommendation to simulated cost.
Authors: The full manuscript contains the recommendation-to-cost mapping in the evaluation section. We will add a concise derivation summary to the abstract and expand error analysis in the main text. Validation against actual Azure billing records was not performed due to access limitations; we will state this explicitly as a limitation of the simulation-based evaluation. revision: partial
-
Referee: [Abstract] Abstract: the claim that the approach reduces 'the operational burden of repeated per-tenant retraining' is load-bearing, yet the production model receives no direct cost/exceedance evaluation under the same rolling-origin or drift conditions used for the reference. Without those figures, the advantage over supervised per-VM baselines remains unquantified for the deployable system.
Authors: The claim centers on the zero-shot forecasting component eliminating per-tenant retraining. We acknowledge that without direct cost/exceedance evaluation of the production model under the same conditions, the advantage for the full deployable pipeline is not fully quantified. We will revise the abstract to temper the claim accordingly while retaining the core point about forecasting retraining. revision: yes
- Direct simulated cost savings, exceedance rates, and drift-robustness metrics for the production model
- Validation of simulated costs against actual Azure billing records
Circularity Check
No circularity: empirical evaluation uses external simulated costs and ex-post metrics
full rationale
The paper reports an empirical case study on seven VMs with savings and exceedance computed from Azure pricing and observed utilization (external to the model outputs). No equations, fitted parameters, or self-citations appear in the abstract or described evaluation chain. The reference LLM recommendations are generated once and scored against independent cost/exceedance benchmarks; the production model is compared only on pattern similarity, which does not create a self-referential loop. The derivation chain is self-contained against the stated external benchmarks.
Axiom & Free-Parameter Ledger
read the original abstract
Cloud virtual machines are often overprovisioned, creating avoidable cost and operational inefficiency. We present CLOUDADV, an interactive engineer-facing advisory system for cloud instance sizing under workload drift. The system combines zero-shot time-series forecasting with bounded recommendation generation across day-, week-, and month-scale planning horizons. For each query, CLOUDADV constructs a structured decision context from historical utilization, forecast summaries, current VM metadata, candidate instance options, pricing, and explicit sizing heuristics. A higher-capacity LLM is used offline to generate reference recommendations, while a smaller production model is evaluated on the same prompts to assess deployment-time alignment under latency and cost constraints. Evaluation prioritizes downstream recommendation quality using simulated Azure cost savings and ex-post exceedance, with rolling-origin forecast accuracy reported as a secondary diagnostic against classical and supervised baselines. In a case study of seven production VMs, the reference recommendations reduce simulated monthly cost from about \$1,503 to \$708, yielding \$795/month in savings (52.9%) under conservative heuristic constraints, while the highest observed exceedance rate among downgraded cases is 1.5%. Although Chronos-2 does not minimize every forecasting metric, it often induces recommendation patterns similar to those of a supervised per-VM baseline. These results suggest that zero-shot foundation models can support decision-aligned provisioning in non-stationary cloud environments while reducing the operational burden of repeated per-tenant retraining, revalidation, and redeployment.
Figures
Reference graph
Works this paper leans on
-
[1]
Cloud resource provisioning: survey, status and future research directions,
S. Singh and I. Chana, “Cloud resource provisioning: survey, status and future research directions,”Knowledge and information systems, vol. 49, no. 3, pp. 1005–1069, 2016
work page 2016
-
[2]
The case for energy-proportional com- puting,
L. A. Barroso and U. H ¨olzle, “The case for energy-proportional com- puting,”Computer, vol. 40, no. 12, pp. 33–37, 2007
work page 2007
- [3]
-
[4]
Available: https://www.iea.org/reports/energy-and-ai
[Online]. Available: https://www.iea.org/reports/energy-and-ai
-
[5]
Z. C. Lipton, “The mythos of model interpretability: In machine learning, the concept of interpretability is both important and slippery.” Queue, vol. 16, no. 3, pp. 31–57, 2018
work page 2018
-
[6]
S. B. Taieb, G. Bontempi, A. F. Atiya, and A. Sorjamaa, “A review and comparison of strategies for multi-step ahead time series forecasting based on the nn5 forecasting competition,”Expert systems with appli- cations, vol. 39, no. 8, pp. 7067–7083, 2012
work page 2012
-
[7]
A decoder-only foundation model for time-series forecasting,
A. Das, W. Kong, R. Sen, and Y . Zhou, “A decoder-only foundation model for time-series forecasting,” inForty-first international conference on machine learning, 2024
work page 2024
-
[8]
Chronos: Learning the Language of Time Series
A. F. Ansari, L. Stella, C. Turkmen, X. Zhang, P. Mercado, H. Shen, O. Shchur, S. S. Rangapuram, S. P. Arango, S. Kapooret al., “Chronos: Learning the language of time series,”arXiv preprint arXiv:2403.07815, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[9]
Incremental on-line learning: A review and comparison of state of the art algorithms,
V . Losing, B. Hammer, and H. Wersing, “Incremental on-line learning: A review and comparison of state of the art algorithms,”Neurocomputing, vol. 275, pp. 1261–1274, 2018
work page 2018
-
[10]
Proactive model adaptation against concept drift for online time series forecasting,
L. Zhao and Y . Shen, “Proactive model adaptation against concept drift for online time series forecasting,” inProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V . 1, 2025, pp. 2020–2031
work page 2025
-
[11]
A. N. Elmachtoub and P. Grigas, “Smart “predict, then optimize”,” Management Science, vol. 68, no. 1, pp. 9–26, 2022
work page 2022
-
[12]
E. Cortez, A. Bonde, A. Muzio, M. Russinovich, M. Fontoura, and R. Bianchini, “Resource central: Understanding and predicting work- loads for improved resource management in large cloud platforms,” in Proceedings of the 26th Symposium on Operating Systems Principles, 2017, pp. 153–167
work page 2017
-
[13]
Anomaly detection in the context of long-term cloud resource usage planning,
P. Nawrocki and W. Sus, “Anomaly detection in the context of long-term cloud resource usage planning,”Knowledge and Information Systems, vol. 64, no. 10, pp. 2689–2711, 2022
work page 2022
-
[14]
Introduction to azure advisor,
Microsoft, “Introduction to azure advisor,” https://learn.microsoft.com/en-us/azure/advisor/advisor-overview, microsoft Learn, accessed 2026-03-13
work page 2026
-
[15]
Viewing ec2 instance recommendations,
Amazon Web Services, “Viewing ec2 instance recommendations,” https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-ec2- recommendations.html, aWS Compute Optimizer User Guide, accessed 2026-03-13
work page 2026
-
[16]
A review of auto-scaling techniques for elastic applications in cloud environments,
T. Lorido-Botran, J. Miguel-Alonso, and J. A. Lozano, “A review of auto-scaling techniques for elastic applications in cloud environments,” Journal of grid computing, vol. 12, no. 4, pp. 559–592, 2014
work page 2014
-
[17]
G. E. Box, G. M. Jenkins, G. C. Reinsel, and G. M. Ljung,Time series analysis: forecasting and control. John Wiley & Sons, 2015
work page 2015
-
[18]
S. J. Taylor and B. Letham, “Forecasting at scale,”The American Statistician, vol. 72, no. 1, pp. 37–45, 2018
work page 2018
-
[19]
S. Ouhame, Y . Hadi, and A. Ullah, “An efficient forecasting approach for resource utilization in cloud data center using cnn-lstm model,”Neural Computing and Applications, vol. 33, no. 16, pp. 10 043–10 055, 2021
work page 2021
-
[20]
S.-A. Chen, C.-L. Li, N. Yoder, S. O. Arik, and T. Pfister, “Tsmixer: An all-mlp architecture for time series forecasting,”arXiv preprint arXiv:2303.06053, 2023
-
[21]
Foundation models for time series analysis: A tutorial and survey,
Y . Liang, H. Wen, Y . Nie, Y . Jiang, M. Jin, D. Song, S. Pan, and Q. Wen, “Foundation models for time series analysis: A tutorial and survey,” inProceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining, 2024, pp. 6555–6565
work page 2024
-
[22]
React: Synergizing reasoning and acting in language models,
S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. R. Narasimhan, and Y . Cao, “React: Synergizing reasoning and acting in language models,” inThe eleventh international conference on learning representations, 2022
work page 2022
-
[23]
Qwen3.5: Accelerating productivity with native multimodal agents,
Q. Team, “Qwen3.5: Accelerating productivity with native multimodal agents,” February 2026. [Online]. Available: https://qwen.ai/blog?id=qwen3.5
work page 2026
-
[24]
A new look at the statistical model identification,
H. Akaike, “A new look at the statistical model identification,”IEEE transactions on automatic control, vol. 19, no. 6, pp. 716–723, 2003
work page 2003
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.