REVIEW 2 major objections 6 minor 186 references
Strategic Buying Agents
T0 review · 2 major / 6 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read Optimal buying agents use threshold policies that change with how much they know about future prices—and work better when language models pick the model, not the buy button.
desk verdict Clean buyer-side policy menu (ODE thresholds, Bayesian learning, robust randomized thresholds) with a usable Keepa evaluation and a practical LLM-as-selector lesson. 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 purchase-threshold policy (dynamic ODE threshold in the stationary case; belief-dependent threshold under Bayesian updating; randomized static threshold under only price bounds). It converts the finite-horizon stopping problem into an implementable buy-or-wait rule whose form is dictated by the agent’s information about future prices.
What would settle it
On a large out-of-sample set of shopping windows where price changes are clearly non-Poisson or non-stationary, check whether the calibrated stationary and Bayesian thresholds still beat historical-min and buy-last rules on mean normalized surplus and whether the robust randomized threshold still leads at the 10th percentile.
Extended reading notes
Core claim
Across three information regimes, the optimal (or robustly optimal) purchase policy is a threshold rule: a dynamic ODE-governed threshold when the price-adjustment law is known, a belief-dependent threshold under Bayesian learning of that law, and a randomized static threshold that attains the optimal competitive ratio and minimax regret when only price bounds are trusted. On real Amazon price histories these operations-research policies, once calibrated, are competitive with simple baselines, and language models are more useful for regime and sample selection than for direct timing decisions.
Load-bearing premise
The paper leans on the idea that price changes arrive like random Poisson events from a stable distribution that can be estimated from past data—an assumption real marketplace paths often violate with bursts, calendar effects, and seller reactions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper designs strategic buying agents that decide when to purchase a single item within a finite shopping window under three information regimes. In the stationary regime (Poisson adjustments, known H), the optimal policy is a time-dependent threshold characterized by an ODE (Prop. 1). In the Bayesian regime (known λ, unknown H with prior), the optimum remains a belief-dependent threshold (Prop. 3), with short- and long-window bounds on the information gap (Lemma 3, Prop. 6). In the robust regime (price bounds only), randomized static thresholds attain the optimal competitive ratio ρ(v) and minimax regret R̄(v) (Props. 7–8). The authors treat these rules as an implementable policy menu, evaluate them on 1,000 Keepa Amazon instances (367 items, 48,933 observations), and compare fixed OR policies, a heuristic selector, LLM-OR (LLM selects regime/samples; OR decides), and simple/LLM baselines. Stationary and Bayesian perform competitively on mean normalized surplus; robust is strongest at the 10th percentile; LLMs appear better at regime/sample selection than at direct buy-or-wait decisions.
Significance. The contribution is timely and well-scoped: as agentic commerce moves from search to delegated purchasing, the paper supplies a buyer-side OR framework that maps information structure to implementable stopping rules, rather than treating strategic buyers as a black box for seller models. Strengths include complete characterizations with full e-companion proofs (variational inequalities, ODE thresholds, MLR comparative statics, matching competitive-ratio and minimax-regret bounds), a clean hierarchy from calibrated stochastic models to robust guarantees, and an out-of-sample Keepa evaluation that tests stylized policies against real price paths. The practical finding that LLMs are more useful for regime/sample selection than for sequential buy-or-wait control is actionable for agent design. The Poisson–Calvo abstraction is stylized, but the robust regime and empirical results mitigate that limitation for the paper’s central claims.
major comments (2)
- Section 7.2–7.3 and Table 2: the Heuristic Selector win rate (26.5%) and opt-hit rate (21.6%) are far below fixed Stationary/Bayesian (~48%) and even below Buy Last. The abstract and introduction present the three regimes as a “policy menu for implementation,” but the only non-LLM automated selector underperforms simple baselines. Either strengthen the selection layer (or report why the fixed diagnostic cutoffs fail on Keepa) or qualify the implementation claim: the menu is valuable when selection is done by an LLM or by a better diagnostic rule, not by the current heuristic alone.
- Section 7.1: valuations are synthetic multipliers of the window-start price drawn from [1.01, 1.50]. This construction mechanically places v above p0 and may favor waiting policies relative to real budgets that can lie near or below recent prices. A sensitivity check with valuations calibrated to historical purchase-relevant levels (or a wider multiplier range including v near p0) would make the surplus rankings in Table 2 and Figure 7 more credible for the delegated-shopping interpretation.
minor comments (6)
- Assumption 1 and Section 4: briefly discuss how λ̂ is estimated under bursty or calendar-driven Amazon adjustments, and whether misspecification of the Poisson intensity systematically biases the ODE threshold upward or downward.
- Figure 8 note already flags factual errors in raw LLM purchase notifications; consider either filtering those outputs or treating them as a documented failure mode of free-form LLM messaging rather than leaving them as red-box asides.
- Proposition 6 / Assumption 3: the long-window rate O(T^{-1/α} + sqrt(log T / T)) is useful; a short remark on how α relates to typical retail price lower tails would help applied readers.
- Table 1 and the abstract: “OR policies” is clear in the text but may confuse readers outside operations research; a one-line definition at first use in the abstract would help.
- Section 6.4: the definition of ρ(v) across three valuation regimes is dense; a small table of ρ(v) formulas by (v vs p0, pU) would improve readability.
- References and related work: the connection to El-Yaniv et al. (2001) one-way trading is well placed; a sentence contrasting the three price primitives (pL, p0, pU) with classical one-way trading bounds would sharpen novelty.
Circularity Check
No significant circularity: threshold characterizations and robust guarantees are derived from stated primitives; empirical surplus is out-of-sample after pre-window calibration.
full rationale
The paper's load-bearing claims are (i) optimal/robust purchase policies under three information regimes and (ii) competitive performance of calibrated OR policies on held-out Keepa windows. The stationary threshold is obtained from the finite-horizon optimal-stopping variational inequality under Assumption 1 (Poisson adjustments, known H), yielding the ODE b'(s) = −λ E[(b(s)−P)+] with b(s)=v−m(s)—a standard free-boundary derivation, not a fit renamed as theory. The Bayesian threshold and information-gap bounds follow from the belief-state DP and a learn-then-act comparison under stated regularity (Assumptions 2–3); G is defined as oracle minus Bayesian value and bounded, not fitted to equal a target. Robust CR* = ρ(v) and Reg* = R̄(v) are matching upper/lower bounds via flash-sale distributions and explicit randomized threshold CDFs—competitive-analysis constructions, not self-definitional. Empirically, λ̂, empirical H, Dirichlet priors, and price bounds are estimated only from pre-window history; normalized surplus is realized surplus over offline OPT on the held-out path, which is never used for calibration. No uniqueness theorem is imported from overlapping authors to force the form; citations (Calvo, El-Yaniv et al., Bai–Perron, etc.) supply modeling context or screening tools, not the central characterizations. The derivation chain is therefore self-contained against its stated inputs and external evaluation benchmark.
Assumptions & free parameters
free parameters (7)
- Poisson intensity λ̂
- Empirical price-adjustment distribution Ĥ
- Dirichlet prior counts / price bins
- Robust price bounds (p̂_L, p̂_U)
- Heuristic selector cutoffs (α_χ=0.5, n_0=15, κ=1, max breaks=5)
- Valuation multiplier range [1.01, 1.50]
- LLM lookback / sample-size choices
assumptions (7)
- domain assumption Price adjustments arrive as a homogeneous Poisson process; post-adjustment prices are i.i.d. from a stationary distribution H (Assumption 1 / Calvo-style stickiness).
- domain assumption Adjustment intensity λ is known to the Bayesian agent; only the price-adjustment distribution is uncertain.
- domain assumption Posted prices are exogenous; the agent’s buy/wait action does not affect future prices or availability.
- domain assumption Consumer valuation v and deadline T are known and fixed; payoff is (v−p)+ or zero.
- domain assumption Monotone likelihood-ratio order on the latent parameter family (Assumption 2) and posterior regularity / lower-tail / W_∞-Lipschitz conditions (Assumption 3).
- domain assumption In the robust regime, only price bounds (p_L,p_U) and initial price p_0 are trusted; performance is measured by competitive ratio or minimax regret against adversarial paths, with flash-sale processes as the worst-case subclass.
- standard math Standard optimal-stopping variational inequalities, ODE comparison, Yao’s principle, and Brascamp–Lieb variance bounds.
invented entities (1)
-
OR policy menu (Stationary / Bayesian / Robust / Trend-aware)
independent evidence
Cite this review
Pith. "Pith review of Strategic Buying Agents." pith.science (2026). https://pith.science/paper/RMFXFGMV
@misc{pith2026260704708,
author = {Pith},
title = {Pith review of: Strategic Buying Agents},
year = {2026},
howpublished = {\url{https://pith.science/paper/RMFXFGMV}},
note = {Machine review of arXiv:2607.04708}
}
read the original abstract
Agentic AI is shifting online shopping from search toward delegated purchasing, where autonomous buying agents monitor markets and decide when to buy on a consumer's behalf. We study the design of such strategic buying agents, which must decide when to purchase within a finite shopping window, translating price observations, the remaining time horizon, and beliefs about future price changes into a purchase policy. We formulate this problem across three information regimes: stationary, Bayesian, and robust, and treat the resulting optimal policies as a policy menu for implementation. In the stationary regime, price adjustments follow a Poisson arrival process with a known post-adjustment price distribution; the optimal policy is a dynamic purchase-threshold rule, with the threshold governed by an ordinary differential equation. In the Bayesian regime, the adjustment intensity is known, but the price-adjustment distribution is uncertain; the optimal rule remains threshold-based, now depending on posterior beliefs, and we bound the value of knowing the true distribution. In the robust regime, the agent has only price bounds and seeks worst-case protection; randomized threshold policies achieve optimal competitive-ratio and minimax-regret guarantees. We evaluate the proposed policies on Amazon price histories from Keepa (367 items, 48,933 timestamped observations) and examine their integration into language-model buying agents. The stationary and Bayesian policies perform competitively on mean normalized consumer surplus despite their stylized assumptions, while the robust policy performs best at the distribution's 10th percentile. Results suggest language models are better suited to selecting among regimes and calibration samples than to making buy-or-wait decisions directly.
Reference graph
Works this paper leans on
-
[1]
Allouah A, Besbes O, Figueroa JD, Kanoria Y, Kumar A (2025) What is your AI agent buying? E valuation, biases, model dependence, and emerging implications for agentic e-commerce. ArXiv:2508.02630v3
arXiv 2025
-
[2]
Management Sci
Assun c \ a o JL, Meyer RJ (1993) The rational effect of price promotions on sales and consumption. Management Sci. 39(5):517--535
1993
-
[3]
Manufacturing & Service Oper
Aviv Y, Pazgal A (2008) Optimal pricing of seasonal products in the presence of forward-looking consumers. Manufacturing & Service Oper. Management 10(3):339--359
2008
-
[5]
Econometrica 47--78
Bai J, Perron P (1998) Estimating and testing linear models with multiple structural changes. Econometrica 47--78
1998
-
[6]
Bai J, Perron P (2003) Computation and analysis of multiple structural change models. J. Appl. Econom. 18(1):1--22
2003
-
[7]
Management Sci
Bakos Y (1997) Reducing buyer search costs: Implications for electronic marketplaces. Management Sci. 43(12):1676--1692
1997
-
[8]
Ball MO, Queyranne M (2009) Toward robust revenue management: Competitive analysis of online booking. Oper. Res. 57(4):950--963
2009
-
[9]
Bawa VS (1975) Optimal rules for ordering uncertain prospects. J. Financ. Econ. 2(1):95--121
1975
Show all 186 references
-
[10]
Besbes O, Zeevi A (2009) Dynamic pricing without knowing the demand function: Risk bounds and near-optimal algorithms. Oper. Res. 57(6):1407--1420
2009
-
[11]
Birge JR, Chen HK, Keskin NB (2025) Markdown policies for demand learning with forward-looking customers. Oper. Res. 73(5):2550--2566, ://dx.doi.org/10.1287/opre.2019.0402
2025 doi
-
[12]
Apple Podcasts, ://podcasts.apple.com/ca/podcast/stripes-john-collison-on-how-agentic-commerce-will/id1056200096?i=1000768091736, accessed May 17, 2026
Bloomberg Odd Lots (2026) Stripe's john collison on how agentic commerce will reshape the internet. Apple Podcasts, ://podcasts.apple.com/ca/podcast/stripes-john-collison-on-how-agentic-commerce-will/id1056200096?i=1000768091736, accessed May 17, 2026
2026
-
[13]
Borodin A, El-Yaniv R (1998) Online Computation and Competitive Analysis (Cambridge: Cambridge University Press)
1998
-
[14]
Management Sci
Brynjolfsson E, Smith MD (2000) Frictionless commerce? A comparison of Internet and conventional retailers. Management Sci. 46(4):563--585
2000
-
[15]
Management Sci
Cachon GP, Swinney R (2009) Purchasing, pricing, and quick response in the presence of strategic consumers. Management Sci. 55(3):497--511
2009
-
[16]
Calvo GA (1983) Staggered prices in a utility-maximizing framework. J. Monet. Econ. 12(3):383--398
1983
-
[17]
ArXiv:2603.20972v1
Cao S, Hu M (2026) A solicit-then-suggest model of agentic purchasing. ArXiv:2603.20972v1
2026
-
[18]
Cavallo A (2018) Scraped data and sticky prices. Rev. Econ. Stat. 100(1):105--119
2018
-
[19]
Manufacturing & Service Oper
Chen H, Hu M, Wu J (2023) Intertemporal price discrimination via randomized promotions. Manufacturing & Service Oper. Management 25(3):1176--1194, ://dx.doi.org/10.1287/msom.2023.1194
2023 doi
-
[20]
Proceedings of the 25th International Conference on World Wide Web, 1339--1349 (ACM)
Chen L, Mislove A, Wilson C (2016 a ) An empirical analysis of algorithmic pricing on Amazon marketplace. Proceedings of the 25th International Conference on World Wide Web, 1339--1349 (ACM)
2016
-
[21]
Management Sci
Chen Q, Jasin S, Duenyas I (2016 b ) Real-time dynamic pricing with minimal and flexible price adjustment. Management Sci. 62(8):2437--2455, ://dx.doi.org/10.1287/mnsc.2015.2238
2016 doi
-
[22]
Surveys in Operations Research and Management Science 20(1):1--18
den Boer AV (2015) Dynamic pricing and learning: Historical origins, current research, and new directions. Surveys in Operations Research and Management Science 20(1):1--18
2015
-
[23]
Algorithmica 30(1):101--139
El-Yaniv R, Fiat A, Karp RM, Turpin G (2001) Optimal search and one-way trading online algorithms. Algorithmica 30(1):101--139
2001
-
[24]
Feng Z, Dawande M, Janakiraman G, Qi A (2024) Technical note---dynamic pricing and learning with discounting. Oper. Res. 72(2):481--492, ://dx.doi.org/10.1287/opre.2023.2477
2024 doi
-
[25]
Golosov M, Lucas RE Jr (2007) Menu costs and Phillips curves. J. Polit. Econ. 115(2):171--199
2007
-
[26]
Hadar J, Russell WR (1969) Rules for ordering uncertain prospects. Amer. Econ. Rev. 59(1):25--34
1969
- [27]
- [28]
-
[29]
Econometrica 74(6):1637--1673
Hendel I, Nevo A (2006) Measuring the implications of sales and consumer inventory behavior. Econometrica 74(6):1637--1673
2006
-
[30]
Proceedings of the Twenty-Second Annual ACM Symposium on Theory of Computing, 352--358 (ACM)
Karp RM, Vazirani UV, Vazirani VV (1990) An optimal algorithm for on-line bipartite matching. Proceedings of the Twenty-Second Annual ACM Symposium on Theory of Computing, 352--358 (ACM)
1990
-
[31]
Autonomous Agents and Multi-Agent Systems 5(3):255--287
Kephart JO, Greenwald AR (2002) Shopbot economics. Autonomous Agents and Multi-Agent Systems 5(3):255--287
2002
-
[32]
Keskin NB, Zeevi A (2014) Dynamic pricing with an unknown demand model: Asymptotically optimal semi-myopic policies. Oper. Res. 62(5):1142--1167
2014
-
[33]
Kumar A, Manshadi V, Tumu A (2026) How much should a conversational recommender system converse? Available at SSRN: https://ssrn.com/abstract=6481459
2026
-
[34]
Lippman SA, McCall JJ (1976) The economics of job search: A survey. Econ. Inq. 14(3):347--368, part II
1976
-
[35]
Management Sci
Liu Q, van Ryzin G (2008) Strategic capacity rationing to induce early purchases. Management Sci. 54(6):1115--1131
2008
-
[36]
Maes P, Guttman RH, Moukas AG (1999) Agents that buy and sell. Commun. ACM 42(3):81--87, ://dx.doi.org/10.1145/295685.295716
1999 doi
-
[37]
McCall JJ (1970) Economics of information and job search. Q. J. Econ. 84(1):113--126
1970
-
[38]
McDonald R, Siegel D (1986) The value of waiting to invest. Q. J. Econ. 101(4):707--727
1986
-
[39]
Mehta A, Saberi A, Vazirani U, Vazirani V (2007) AdWords and generalized online matching. J. ACM. 54(5):22--es
2007
-
[40]
Manufacturing & Service Oper
Mersereau AJ, Zhang D (2012) Markdown pricing with unknown fraction of strategic customers. Manufacturing & Service Oper. Management 14(3):355--370, ://dx.doi.org/10.1287/msom.1120.0376
2012 doi
-
[41]
Milgrom PR (1981) Good news and bad news: Representation theorems and applications. Bell J. Econ. 12(2):380--391
1981
-
[42]
Management Sci
Moon K, Bimpikis K, Mendelson H (2017) Randomized markdowns and online monitoring. Management Sci. 64(3):1271--1290, ://dx.doi.org/10.1287/mnsc.2016.2661
2017 doi
-
[43]
Nair H (2007) Intertemporal price discrimination with forward-looking consumers: Application to the US market for console video-games. Quant. Mark. Econ. 5(3):239--292
2007
-
[44]
Nakamura E, Steinsson J (2008) Five facts about prices: A reevaluation of menu cost models. Q. J. Econ. 123(4):1415--1464
2008
-
[45]
://openai.com/index/buy-it-in-chatgpt/, accessed May 17, 2026
OpenAI (2025 a ) Buy it in chatgpt: Instant checkout and the agentic commerce protocol. ://openai.com/index/buy-it-in-chatgpt/, accessed May 17, 2026
2025
-
[46]
://openai.com/index/introducing-chatgpt-agent/, accessed April 20, 2026
OpenAI (2025 b ) Introducing ChatGPT agent: Bridging research and action. ://openai.com/index/introducing-chatgpt-agent/, accessed April 20, 2026
2025
-
[47]
://openai.com/index/introducing-operator/, accessed April 20, 2026
OpenAI (2025 c ) Introducing operator. ://openai.com/index/introducing-operator/, accessed April 20, 2026
2025
-
[48]
Peskir G, Shiryaev A (2006) Optimal Stopping and Free-Boundary Problems (Basel: Birkh \"a user)
2006
-
[49]
Management Sci
Rosenfield DB, Shapiro RD, Butler DA (1983) Optimal strategies for selling an asset. Management Sci. 29(9):1051--1061
1983
-
[50]
Rothschild M (1974) Searching for the lowest price when the distribution of prices is unknown. J. Polit. Econ. 82(4):689--711
1974
-
[51]
Springer Series in Statistics (New York: Springer)
Shaked M, Shanthikumar JG (2007) Stochastic Orders. Springer Series in Statistics (New York: Springer)
2007
-
[52]
ArXiv:2507.21502v1
Simchi-Levi D, Mellou K, Menache I, Pathuri J (2025) Large language models for supply chain decisions. ArXiv:2507.21502v1
2025 arXiv
-
[53]
://stripe.com/blog/developing-an-open-standard-for-agentic-commerce, accessed May 17, 2026
Stripe (2025 a ) Developing an open standard for agentic commerce. ://stripe.com/blog/developing-an-open-standard-for-agentic-commerce, accessed May 17, 2026
2025
-
[54]
://stripe.com/blog/agentic-commerce-suite, accessed May 17, 2026
Stripe (2025 b ) Introducing the agentic commerce suite: A complete solution for selling on AI agents. ://stripe.com/blog/agentic-commerce-suite, accessed May 17, 2026
2025
-
[55]
://stripe.com/en-sg/resources/more/agentic-commerce, accessed May 17, 2026
Stripe (2026 a ) Agentic commerce: How AI agents are changing the way businesses buy and sell. ://stripe.com/en-sg/resources/more/agentic-commerce, accessed May 17, 2026
2026
-
[56]
://stripe.com/blog/giving-agents-the-ability-to-pay, accessed May 17, 2026
Stripe (2026 b ) Giving agents the ability to pay. ://stripe.com/blog/giving-agents-the-ability-to-pay, accessed May 17, 2026
2026
-
[57]
Management Sci
Su X (2007) Intertemporal pricing with strategic customer behavior. Management Sci. 53(5):726--741
2007
-
[58]
Gronau N, Krasnova H, Pousttchi K, Heine M, eds., Entwicklungen, Chancen und Herausforderungen der Digitalisierung: Band 1, Proceedings der 15
Weber M, Kowalkiewicz M, Weking J, B \"o hm M, Krcmar H (2020) When algorithms go shopping: Analyzing business models for highly autonomous consumer buying agents. Gronau N, Krasnova H, Pousttchi K, Heine M, eds., Entwicklungen, Chancen und Herausforderungen der Digitalisierun...
2020
-
[59]
Econometrica 90(2):831--858
Williams KR (2022) The welfare effects of dynamic pricing: Evidence from airline markets. Econometrica 90(2):831--858
2022
-
[60]
Yao S, Chen H, Yang J, Narasimhan K (2022) WebShop : Towards scalable real-world web interaction with grounded language agents. Adv. Neural Inf. Process. Syst., volume 35, 20744--20757
2022
-
[61]
International Conference on Learning Representations
Yao S, Zhao J, Yu D, Du N, Shafran I, Narasimhan K, Cao Y (2023) ReAct : Synergizing reasoning and acting in language models. International Conference on Learning Representations
2023
-
[62]
Manufacturing & Service Oper
Zhang H, Jasin S (2022) Online learning and optimization of (some) cyclic pricing policies in the presence of patient customers. Manufacturing & Service Oper. Management 24(2):1165--1182, ://dx.doi.org/10.1287/msom.2021.0979
2022 doi
-
[63]
2024 , publisher=
Price Delegation with Learning Agents , author=. 2024 , publisher=
2024
-
[64]
2021 , publisher=
Learning-Based Robust Optimization: Procedures and Statistical Guarantees , author=. 2021 , publisher=
2021
-
[65]
2022 , publisher=
Data Pooling in Stochastic Optimization , author=. 2022 , publisher=
2022
-
[66]
2021 , publisher=
Small-Data, Large-Scale Linear Optimization with Uncertain Objectives , author=. 2021 , publisher=
2021
-
[67]
2009 , publisher=
Toward Robust Revenue Management: Competitive Analysis of Online Booking , author=. 2009 , publisher=
2009
-
[68]
Optimal entropy-transport problems and a new Hellinger--Kantorovich distance between positive measures , author=. Invent. Math. , volume=. 2018 , publisher=
2018
-
[69]
Free boundaries in optimal transport and Monge-Ampere obstacle problems , author=. Ann. Math. , pages=. 2010 , publisher=
2010
-
[70]
The optimal partial transport problem , author=. Arch. Ration. Mech. Anal. , volume=. 2010 , publisher=
2010
-
[71]
Existence, uniqueness and efficiency of equilibrium in hedonic markets with multidimensional types , author=. Econ. Theory , volume=. 2010 , publisher=
2010
-
[72]
2008 , publisher=
Optimal transport: old and new , author=. 2008 , publisher=
2008
-
[73]
2024 , publisher=
Demand Equilibria in Spatial Service Systems , author=. 2024 , publisher=
2024
-
[74]
Extremal dependence concepts , author=
-
[75]
Inequalities for distributions with given marginals , author=. Ann. Probab. , pages=. 1980 , publisher=
1980
-
[76]
2016 , publisher=
Optimal transport methods in economics , author=. 2016 , publisher=
2016
-
[77]
arXiv preprint arXiv:1808.01962 , year=
Semi-discrete unbalanced optimal transport and quantization , author=. arXiv preprint arXiv:1808.01962 , year=
-
[78]
1977 , publisher=
Plemmons, Robert J , journal=LAA, volume=. 1977 , publisher=
1977
-
[79]
Monge, Gaspard , journal=. M
-
[80]
On the translocation of masses , author=. Dokl. Akad. Nauk. USSR (NS) , volume=
-
[81]
2024 Winter Simulation Conference (WSC) , pages=
Introduction to Optimal Transport , author=. 2024 Winter Simulation Conference (WSC) , pages=. 2024 , organization=
2024
-
[82]
2023 , publisher=
Semi-discrete optimal transport: Hardness, regularization and numerical solution , author=. 2023 , publisher=
2023
-
[83]
Economic Journal , volume=
Stability in competition , author=. Economic Journal , volume=
-
[84]
1993 , publisher=
Competitive location models: A framework and bibliography , author=. 1993 , publisher=
1993
-
[85]
INFORMS Journal on Computing , volume=
Dividing a territory among several facilities , author=. INFORMS Journal on Computing , volume=. 2013 , publisher=
2013
-
[86]
2007 , publisher=
Designing delivery districts for the vehicle routing problem with stochastic demands , author=. 2007 , publisher=
2007
-
[87]
2019 , publisher=
Competitive facility location with selfish users and queues , author=. 2019 , publisher=
2019
-
[88]
2008 , publisher=
Facility location with stochastic demand and constraints on waiting time , author=. 2008 , publisher=
2008
-
[89]
2022 , publisher=
Spatial capacity planning , author=. 2022 , publisher=
2022
-
[90]
2015 , publisher=
Optimal transport for applied mathematicians , author=. 2015 , publisher=
2015
-
[91]
Scaling algorithms for unbalanced optimal transport problems , author=
-
[92]
1987 , publisher=
Power diagrams: properties, algorithms and applications , author=. 1987 , publisher=
1987
-
[93]
2009 , publisher=
Spatial tessellations: concepts and applications of Voronoi diagrams , author=. 2009 , publisher=
2009
-
[94]
2003 , publisher=
School choice: A mechanism design approach , author=. 2003 , publisher=
2003
-
[95]
Optimal Control Theory: Applications to Management Science and Economics , pages=
Optimal control theory: applications to management science and economics , author=. Optimal Control Theory: Applications to Management Science and Economics , pages=. 2021 , publisher=
2021
-
[96]
Barycenters in the Wasserstein space , author=. SIAM J. Math. Anal. , volume=. 2011 , publisher=
2011
-
[97]
Informs Journal on Optimization , volume=
Improved linear programs for discrete barycenters , author=. Informs Journal on Optimization , volume=. 2020 , publisher=
2020
-
[98]
Existence and uniqueness of monotone measure-preserving maps , author=
-
[99]
Available at SSRN 5581632 , year=
Spatial Network Design for Public Services , author=. Available at SSRN 5581632 , year=
-
[100]
IIE transactions , volume=
Appointment scheduling in health care: Challenges and opportunities , author=. IIE transactions , volume=. 2008 , publisher=
2008
-
[101]
2000 , publisher=
Agarwal, Pankaj K and Sharir, Micha , booktitle=. 2000 , publisher=
2000
-
[102]
Sharp bounds on Davenport-Schinzel sequences of every order , author=. J. ACM. , volume=. 2015 , publisher=
2015
-
[103]
Artificial Intelligence , volume=
Online spatio-temporal matching in stochastic and dynamic domains , author=. Artificial Intelligence , volume=. 2018 , publisher=
2018
-
[104]
Proceedings of the Twenty-Second Annual ACM Symposium on Theory of Computing , pages=
An Optimal Algorithm for On-Line Bipartite Matching , author=. Proceedings of the Twenty-Second Annual ACM Symposium on Theory of Computing , pages=. 1990 , publisher=
1990
-
[105]
2007 , publisher=
Mehta, Aranyak and Saberi, Amin and Vazirani, Umesh and Vazirani, Vijay , journal=. 2007 , publisher=
2007
-
[106]
Proceedings of the National Academy of Sciences , volume=
On-demand high-capacity ride-sharing via dynamic trip-vehicle assignment , author=. Proceedings of the National Academy of Sciences , volume=. 2017 , publisher=
2017
-
[107]
2020 , publisher=
Dynamic pricing and matching in ride-hailing platforms , author=. 2020 , publisher=
2020
-
[108]
2019 , publisher=
Ridesourcing systems: A framework and review , author=. 2019 , publisher=
2019
-
[109]
1966 , publisher=
Resource allocation and the public sector , author=. 1966 , publisher=
1966
-
[110]
Valuing American Options by Simulation: A Simple Least-Squares Approach , author=. Rev. Financ. Stud. , volume=. 2001 , publisher=
2001
-
[111]
2008 , publisher=
Asymptotic theory of statistics and probability , author=. 2008 , publisher=
2008
-
[112]
Econometrica , pages=
Estimating and testing linear models with multiple structural changes , author=. Econometrica , pages=. 1998 , publisher=
1998
-
[113]
Introducing Operator , year =
-
[114]
2025 , month = jul, url =
Introducing. 2025 , month = jul, url =
2025
-
[115]
Introducing Gemini with personalization , year =
-
[116]
Introducing the Meta AI App: A New Way to Access Your AI Assistant , year =
-
[117]
Stripe's John Collison on How Agentic Commerce Will Reshape the Internet , year =
-
[118]
Buy it in ChatGPT: Instant Checkout and the Agentic Commerce Protocol , year =
-
[119]
Developing an Open Standard for Agentic Commerce , year =
-
[120]
2025 , month = dec, url =
Introducing the Agentic Commerce Suite: A Complete Solution for Selling on. 2025 , month = dec, url =
2025
-
[121]
2026 , month = apr, url =
Agentic Commerce: How. 2026 , month = apr, url =
2026
-
[122]
Giving Agents the Ability to Pay , year =
-
[123]
1993 , publisher=
The Rational Effect of Price Promotions on Sales and Consumption , author=. 1993 , publisher=
1993
-
[124]
Five Facts about Prices: A Reevaluation of Menu Cost Models , author=. Q. J. Econ. , volume=. 2008 , publisher=
2008
-
[125]
An Empirical Analysis of Algorithmic Pricing on
Chen, Le and Mislove, Alan and Wilson, Christo , booktitle=. An Empirical Analysis of Algorithmic Pricing on. 2016 , publisher=
2016
-
[126]
Econometrica , volume=
The Welfare Effects of Dynamic Pricing: Evidence from Airline Markets , author=. Econometrica , volume=
-
[127]
, journal=
Golosov, Mikhail and Lucas, Jr., Robert E. , journal=. Menu Costs and. 2007 , publisher=
2007
-
[128]
Econometrica , volume=
Measuring the Implications of Sales and Consumer Inventory Behavior , author=. Econometrica , volume=. 2006 , publisher=
2006
-
[129]
Intertemporal Price Discrimination with Forward-Looking Consumers: Application to the
Nair, Harikesh , journal=. Intertemporal Price Discrimination with Forward-Looking Consumers: Application to the. 2007 , publisher=
2007
-
[130]
2007 , publisher=
Intertemporal Pricing with Strategic Customer Behavior , author=. 2007 , publisher=
2007
-
[131]
2008 , publisher=
Optimal Pricing of Seasonal Products in the Presence of Forward-Looking Consumers , author=. 2008 , publisher=
2008
-
[132]
Studies in Applied Probability and Management Science , editor=
Stochastic models and optimal policy for selling an asset , author=. Studies in Applied Probability and Management Science , editor=. 1962 , publisher=
1962
-
[133]
Good News and Bad News: Representation Theorems and Applications , author=. Bell J. Econ. , volume=
-
[134]
Stochastic Orders , author=
-
[135]
An optimal selection problem associated with the
Cowan, Richard and Zabczyk, Jerzy , journal=. An optimal selection problem associated with the. 1979 , publisher=
1979
-
[136]
Staggered Prices in a Utility-Maximizing Framework , author=. J. Monet. Econ. , volume=. 1983 , publisher=
1983
-
[137]
Poisson Processes , author=
-
[138]
1998 , address=
Ordinary Differential Equations , author=. 1998 , address=
1998
-
[139]
1997 , publisher=
Reducing Buyer Search Costs: Implications for Electronic Marketplaces , author=. 1997 , publisher=
1997
-
[140]
, journal=MNSC, volume=
Brynjolfsson, Erik and Smith, Michael D. , journal=MNSC, volume=. Frictionless Commerce?. 2000 , publisher=
2000
-
[141]
Agents That Buy and Sell , author=. Commun. ACM , volume=. 1999 , publisher=
1999
-
[142]
Autonomous Agents and Multi-Agent Systems , volume=
Shopbot Economics , author=. Autonomous Agents and Multi-Agent Systems , volume=. 2002 , publisher=
2002
-
[143]
IEEE Trans
On Agent-Mediated Electronic Commerce , author=. IEEE Trans. Knowl. Data Eng. , volume=. 2003 , publisher=
2003
-
[144]
Yao, Shunyu and Chen, Howard and Yang, John and Narasimhan, Karthik , booktitle=
-
[145]
Yao, Shunyu and Zhao, Jeffrey and Yu, Dian and Du, Nan and Shafran, Izhak and Narasimhan, Karthik and Cao, Yuan , booktitle=
-
[146]
2008 , publisher=
Strategic Capacity Rationing to Induce Early Purchases , author=. 2008 , publisher=
2008
-
[147]
2009 , publisher=
Purchasing, Pricing, and Quick Response in the Presence of Strategic Consumers , author=. 2009 , publisher=
2009
-
[148]
Scraped Data and Sticky Prices , author=. Rev. Econ. Stat. , volume=. 2018 , publisher=
2018
-
[149]
Economics of Information and Job Search , author=. Q. J. Econ. , volume=. 1970 , publisher=
1970
-
[150]
The Value of Waiting to Invest , author=. Q. J. Econ. , volume=. 1986 , publisher=
1986
-
[151]
1994 , publisher=
Investment Under Uncertainty , author=. 1994 , publisher=
1994
-
[152]
The Economics of Job Search: A Survey , author=. Econ. Inq. , volume=. 1976 , note=
1976
-
[153]
Searching for the Lowest Price When the Distribution of Prices Is Unknown , author=. J. Polit. Econ. , volume=. 1974 , publisher=
1974
-
[154]
1983 , publisher=
Optimal Strategies for Selling an Asset , author=. 1983 , publisher=
1983
-
[155]
The Theory of Search , author=. J. Econ. Theory , volume=. 1974 , publisher=
1974
-
[156]
Econometrica , volume=
Optimal Search for the Best Alternative , author=. Econometrica , volume=. 1979 , publisher=
1979
-
[157]
2006 , publisher=
Optimal Stopping and Free-Boundary Problems , author=. 2006 , publisher=
2006
-
[158]
2009 , publisher=
Dynamic Pricing Without Knowing the Demand Function: Risk Bounds and Near-Optimal Algorithms , author=. 2009 , publisher=
2009
-
[159]
2014 , publisher=
Dynamic Pricing with an Unknown Demand Model: Asymptotically Optimal Semi-Myopic Policies , author=. 2014 , publisher=
2014
-
[160]
2012 , publisher=
Markdown Pricing with Unknown Fraction of Strategic Customers , author=. 2012 , publisher=
2012
-
[161]
2023 , publisher=
Intertemporal Price Discrimination via Randomized Promotions , author=. 2023 , publisher=
2023
-
[162]
2017 , publisher=
Randomized Markdowns and Online Monitoring , author=. 2017 , publisher=
2017
-
[163]
2022 , publisher=
Online Learning and Optimization of (Some) Cyclic Pricing Policies in the Presence of Patient Customers , author=. 2022 , publisher=
2022
-
[164]
2012 , publisher=
Bayesian Dynamic Pricing Policies: Learning and Earning Under a Binary Prior Distribution , author=. 2012 , publisher=
2012
-
[165]
2025 , publisher=
Markdown Policies for Demand Learning with Forward-Looking Customers , author=. 2025 , publisher=
2025
-
[166]
2016 , publisher=
Real-Time Dynamic Pricing with Minimal and Flexible Price Adjustment , author=. 2016 , publisher=
2016
-
[167]
2024 , publisher=
Technical Note---Dynamic Pricing and Learning with Discounting , author=. 2024 , publisher=
2024
-
[168]
Surveys in Operations Research and Management Science , volume=
Dynamic Pricing and Learning: Historical Origins, Current Research, and New Directions , author=. Surveys in Operations Research and Management Science , volume=. 2015 , publisher=
2015
-
[169]
1998 , publisher=
Online Computation and Competitive Analysis , author=. 1998 , publisher=
1998
-
[170]
Probabilistic Computations: Toward a Unified Measure of Complexity , author=. Proc. 18th Annu. Symp. Found. Comput. Sci. (FOCS) , pages=. 1977 , publisher=
1977
-
[171]
Algorithmica , volume=
Optimal Search and One-Way Trading Online Algorithms , author=. Algorithmica , volume=. 2001 , publisher=
2001
-
[172]
2602.12631 , archivePrefix=
Baek, Jackie and Fu, Yaopeng and Ma, Will and Peng, Tianyi , year=. 2602.12631 , archivePrefix=
-
[173]
2025 , eprint=
Large Language Models for Supply Chain Decisions , author=. 2025 , eprint=
2025
-
[174]
Entwicklungen, Chancen und Herausforderungen der Digitalisierung: Band 1, Proceedings der 15
When Algorithms Go Shopping: Analyzing Business Models for Highly Autonomous Consumer Buying Agents , author=. Entwicklungen, Chancen und Herausforderungen der Digitalisierung: Band 1, Proceedings der 15. Internationalen Tagung Wirtschaftsinformatik 2020 , editor=. 2020 , publisher=
2020
-
[175]
2026 , note=
How Much Should a Conversational Recommender System Converse? , author=. 2026 , note=
2026
-
[176]
2026 , eprint=
A Solicit-Then-Suggest Model of Agentic Purchasing , author=. 2026 , eprint=
2026
-
[177]
What Is Your
Allouah, Amine and Besbes, Omar and Figueroa, Josu. What Is Your. 2025 , eprint=
2025
-
[178]
, journal=
Brascamp, Herm Jan and Lieb, Elliott H. , journal=. On Extensions of the
-
[179]
and Ledoux, Michel , journal=
Bobkov, Sergey G. and Ledoux, Michel , journal=. From
-
[180]
Statistics Surveys , volume=
Log-concavity and Strong Log-concavity: A Review , author=. Statistics Surveys , volume=
-
[181]
2001 , publisher=
The Concentration of Measure Phenomenon , author=. 2001 , publisher=
2001
-
[182]
Optimal rules for ordering uncertain prospects , author=. J. Financ. Econ. , volume=. 1975 , publisher=
1975
-
[183]
1969 , publisher=
Rules for ordering uncertain prospects , author=. 1969 , publisher=
1969
-
[184]
Bai, Jushan and Perron, Pierre , title =. J. Appl. Econom. , year =
-
[185]
Bobkov SG, Ledoux M (2000) From Brunn--Minkowski to Brascamp--Lieb and to logarithmic Sobolev inequalities. Geom. Funct. Anal. 10(5):1028--1052
2000
-
[186]
Brascamp HJ, Lieb EH (1976) On extensions of the Brunn--Minkowski and Pr \'e kopa--Leindler theorems, including inequalities for log concave functions, and with an application to the diffusion equation. J. Funct. Anal. 22(4):366--389
1976
-
[187]
Yao ACC (1977) Probabilistic computations: Toward a unified measure of complexity. Proc. 18th Annu. Symp. Found. Comput. Sci. (FOCS), 222--227 (IEEE), ://dx.doi.org/10.1109/SFCS.1977.24
1977 doi
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.