0 cumulative citations
View corpus contextLanguage-model agents correctly predict the direction of marketing A/B test effects in most cases but exaggerate their size; a simple pre-period calibration and within-subject pairing cut magnitude error by roughly 77× and shrink standard errors by about 2.4× on historical e-commerce tests.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
A/B testing remains the standard for rolling out new features in the technology industry. Each experiment, however, consumes real traffic, engineering effort, and weeks of wall-clock time. Can AI agents---conditioned on behavioral profiles and contextual descriptions of the intervention---simulate outcomes accurately enough to vet candidate treatments before committing live traffic? We formalize this question as a \emph{Simulated Randomized Controlled Trial} (S-RCT) and derive a two-layer error decomposition that separates agent approximation error from subsampling error, enabling targeted improvements to each. The framework is agent-agnostic: any behavioral model---from a fine-tuned specialist to a general-purpose foundation model---can serve as the simulation engine. Validated on 67 historical marketing A/B tests, a baseline S-RCT using an off-the-shelf foundation model captures directional signal (sign overlap 0.70) but systematically overshoots effect magnitudes. A two-phase pre-period calibration protocol reduces the squared prediction error (after removing irreducible measurement noise) by ${\sim}77\times$; a within-subject design---where each agent is exposed to both arms---reduces standard errors by ${\sim}2.4\times$. We discuss limitations of the current approach and identify applications where experimenters stand to benefit from agentic signals.
Summary
Main Finding
Agent-based simulation of A/B tests (an S-RCT) can recover directional signals about treatment effects using off‑the‑shelf foundation models, but currently exhibits systematic magnitude overestimation. A practical two-phase calibration (using pre-period A/A data) and a within-subject agent design materially reduce errors: calibration compresses squared prediction error (above irreducible measurement noise) by ~77× (on a 16-experiment subset) and within-subject pairing reduces standard errors by ∼2.4×. Principled subsampling (Neyman allocation) further improves efficiency for heterogeneous metrics.
Key Points
- Formalization
- Defines a Simulated Randomized Controlled Trial (S-RCT): a simulator maps (persona Π, context, task) → simulated outcome eY.
- Two-layer error decomposition: total error = approximation error (simulator vs true population ATE) + subsampling error (finite Nagt).
- Persona completeness is required for a perfect simulator; violations create irreducible gaps.
- Baseline empirical results (67 historical marketing creative CTR A/B tests)
- Engine: off-the-shelf foundation model, agent-twin pairing (each agent mapped to a real triggered user).
- Design: within-subject by default, Nagt = 1,000 simulated agents per experiment.
- Baseline metrics: sign overlap 0.70 (SE 0.03); corrected MSE 0.0222 (SE 0.0108); MAE 0.0893; launch alignment 0.41 (near random floor 0.33).
- Systematic finding: agents are "over-responsive" — they tend to overshoot effect magnitudes compared with historical ATEs.
- Improvements
- Two-phase calibration: Phase 1 runs the simulator on pre-period A/A (both arms rendered as control) and fits a calibration map f (e.g., Platt scaling) from simulated pre-period outputs to real pre-period outcomes; Phase 2 applies f to treatment-period simulated outputs.
- On 16 experiments, this reduced squared prediction error by ≈77× (after removing irreducible measurement noise).
- Within-subject design: exposing each agent to both arms (paired differences) eliminates between-agent composition variance and shrinks SEs by ~2.4×; sign accuracy rose from ~65% (between-subject) to 70% (within-subject).
- Principled subsampling: stratified sampling with Neyman allocation (sample proportion ∝ πkσk) reduces subsampling variance, with larger gains for metrics with high across-strata variance (e.g., revenue).
- Two-phase calibration: Phase 1 runs the simulator on pre-period A/A (both arms rendered as control) and fits a calibration map f (e.g., Platt scaling) from simulated pre-period outputs to real pre-period outcomes; Phase 2 applies f to treatment-period simulated outputs.
- Secondary useful outputs even when magnitude is unreliable
- Directional screening (flag likely losers/winners), flipper analysis (which personas flip), agentic reasoning traces, and agentic priors for early-stage Bayesian updating.
Data & Methods
- Benchmark: I = 67 historical marketing A/B tests from a large e‑commerce service; metric = click‑through rate (CTR) on product surface; effects mostly small in magnitude; a roughly even split of launch/harm/inconclusive historical decisions.
- Simulator instantiation
- Engine-agnostic framework; authors used an off-the-shelf foundation LLM as a practical bootstrapping simulator.
- Agent construction: one-to-one agentic-twin pairing with triggered users (allows per-customer paired comparisons).
- Within-subject querying: each agent queried under both arms to produce e∆j = eYTj − eYCj (full counterfactual access).
- Estimator: difference-in-simulated-means (or paired difference in within-subject case); stratified estimators used when applying Neyman allocation.
- Calibration protocol
- Phase 1: simulate pre-period outcomes while withholding true pre-period outcome; fit calibration function ˆf via a loss appropriate for the outcome (e.g., Platt scaling for binary).
- Phase 2: simulate treatment-period outcomes and apply ˆf to produce calibrated estimates.
- Evaluation metrics reported: corrected MSE, sign overlap, launch alignment, MAE, sign accuracy. Key quantitative results summarized above.
Implications for AI Economics
- Economic value and use cases
- Cost reduction: S-RCTs can reduce the need for live traffic and engineering effort by pre‑screening many candidates cheaply; most immediately useful for directional screening and subgroup harm-flagging.
- Faster iteration: informative agentic priors can shorten live experiment durations by improving early decision-making (Bayesian updating with agentic priors).
- Efficiency scaling: principled subsampling (Neyman allocation) lets organizations trade compute budget for statistical precision — most valuable for high-variance KPIs (e.g., revenue).
- Investment and market implications
- There is economic incentive to build/fine‑tune specialized behavioral simulators (market for behavioral fine‑tuning, data services, persona rendering pipelines).
- ROI of simulation depends on simulator accuracy (especially sign and calibrated magnitude) and cost per simulated agent vs. cost of live traffic/engineering time. Small improvements in sign accuracy or calibration can have outsized economic value when multiplied across many experiments.
- Risks and decision-theoretic considerations
- Systematic magnitude overestimation is a key economic risk: overconfident simulations could lead to launching suboptimal features or misallocating marketing spend.
- Persona incompleteness and correlated responses from shared models can bias variance estimates—decision rules should account for residual uncertainty and model misspecification risk.
- Practical deployment should combine S-RCT outputs with small, fast live experiments or adopt conservative decision thresholds.
- Research and policy directions relevant to AI economics
- Formalize value-of-information calculations comparing simulator-enabled pre-screening vs. full live experiments to determine when S-RCTs are cost‑effective.
- Study incentives and externalities if multiple firms rely on similar agentic priors (e.g., attention allocation, product-market dynamics).
- Invest in calibration methods, persona enrichment (to reduce representation bottlenecks), and hybrid experimental designs (agentic priors + small live trials).
- Bottom line for economists and experimenters: S-RCTs are a promising tool to lower marginal costs of exploration and to triage candidate treatments, but current off‑the‑shelf agents need calibration and careful integration into decision rules to avoid economically costly mistakes.
Assessment
Claims (8)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| A baseline Simulated Randomized Controlled Trial using an off-the-shelf foundation model captures directional treatment-effect signal, with sign overlap of 0.70 across historical experiments. Output Quality | positive | Agreement between simulated and historical treatment-effect directions |
Reading fidelity
high
Study strength
medium
|
n=67
sign overlap 0.70 (SE 0.03)
|
| The baseline simulator systematically overestimates the magnitude of historical treatment effects. Output Quality | negative | Magnitude error in simulated treatment-effect estimates |
Reading fidelity
high
Study strength
medium
|
n=67
MAE = 0.0893
|
| The baseline simulator has limited usefulness for making launch decisions, with launch alignment of 0.41, close to the random floor of 0.33. Decision Quality | negative | Agreement between simulated launch recommendations and historical launch decisions |
Reading fidelity
high
Study strength
medium
|
n=67
launch alignment 0.41
|
| A two-phase pre-period calibration protocol reduces squared prediction error by approximately 77-fold, bringing estimates close to the historical noise floor. Output Quality | positive | Squared prediction error of simulated ATE estimates after removing irreducible measurement noise |
Reading fidelity
high
Study strength
medium
|
n=16
∼77× reduction in squared prediction error
|
| A within-subject design, in which each agent is exposed to both treatment and control, reduces standard errors by approximately 2.4-fold on average. Output Quality | positive | Standard error of the simulated average treatment-effect estimate |
Reading fidelity
high
Study strength
medium
|
n=67
standard errors shrink by ∼2.4× on average
|
| Within-subject estimation increases sign accuracy from 65% in the between-subject design to 0.70 in the within-subject design. Output Quality | positive | Accuracy of the predicted direction of treatment effects |
Reading fidelity
high
Study strength
medium
|
n=67
65% to 0.70
|
| Within-subject estimation improves launch alignment from 0.33 to 0.41, but does not eliminate the magnitude gap that pushes posterior probabilities toward extreme values. Decision Quality | mixed | Launch-decision alignment and posterior treatment-effect calibration |
Reading fidelity
high
Study strength
medium
|
n=67
launch alignment improves from 0.33 to 0.41
|
| For continuous metrics such as revenue, Neyman allocation can provide a 2–5-fold variance-efficiency gain over uniform sampling when subgroup variances are highly heterogeneous. Organizational Efficiency | positive | Variance or RMSE efficiency of simulated treatment-effect estimation under alternative agent-sampling allocations |
Reading fidelity
high
Study strength
speculative
|
2–5×
|