Bayesian optimization relies on Gaussian processes to guide the search for optimal solutions, but miscalibrated predictive distributions can hinder the process. Recent research addresses this issue by introducing a goal-oriented lower-tail calibration method for Gaussian processes, which enhances the reliability of predictive distributions in Bayesian optimization1. This approach focuses on minimizing objectives and improves the exploration-exploitation trade-off by adjusting the kernel choice and hyperparameter selection. The proposed method has significant implications for optimizing expensive black-box functions, where the cost of evaluation is high. By ensuring that the predictive distributions are well-calibrated, practitioners can make more informed decisions about where to sample next, ultimately leading to more efficient optimization. This matters to practitioners because calibrated predictive distributions can lead to better optimization outcomes, which is critical in applications where resources are limited, so the ability to optimize efficiently can significantly impact the overall performance of the system.