Files
PHANTOM/paper/src/main.tex

52 lines
2.0 KiB
TeX

% -*- TeX-master: t -*-
\documentclass[12pt,letterpaper]{article}
\pagestyle{plain}
\input{preamble}
\begin{document}
\title{Pricing Heuristics Against Non-human Transaction Orchestration Mechanisms}
\author{
Daniel Rösel\thanks{Primary author and student researcher. Email: daniel@alves.world} \\
IE University, Madrid, Spain \\[1em]
Alberto Martín Izquierdo\thanks{Thesis advisor. Email: amartini@faculty.ie.edu} \\
IE University, Madrid, Spain
}
\date{\today}
\maketitle
\begin{abstract}
The primary objective of this thesis is to develop and validate pricing heuristics that protect e-commerce platforms from systematic exploitation by Large Language Model (LLM) agents within dynamic pricing environments. As AI agents increasingly mediate consumer transactions, they enable users to circumvent the Cost of Information (the price premium accumulated through demand signal expression) by conducting reconnaissance in isolated sessions before executing purchases through clean sessions at base prices. This research will make an anticipatory contribution by adapting recommendation system methodologies to distinguish between genuine human browsing behavior and agent-orchestrated information gathering, thereby enabling pricing systems to maintain margin integrity without degrading the user experience for legitimate customers or getting rid of leads generated by LLMs.
\end{abstract}
\input{chapters/01-intro}
\input{chapters/02-literature-review}
\input{chapters/03-methodology}
\input{chapters/04-results}
\input{chapters/05-discussion}
\input{chapters/06-conclusion}
\section*{Acknowledgments}
Eugene Bykovets, PhD - ETH for helping with problem formulation.
Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC).
\printbibliography
\clearpage
\appendix
\section{Terminology}
\begin{description}
\item[Agent $A$] An actor of non-human nature, powered by an LLM.
\item[Human $H$] An individual human with some job to be done.
\end{description}
\input{../build/concatenated_code}
\end{document}