The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Users ask for proactive writing help when tasks are compositionally demanding, not when they're urgent — though they say the opposite. Systems trained on self-reports perform worse (57.7% accuracy) than those using observed behavior (61.3%, p<0.05).

Users Mispredict Their Own Preferences for AI Writing Assistance
Vivian Lai, Zana Buçinca, Nil-Jana Akpinar, Mo Houtti, Hyeonsu B. Kang, Kevin Chian, Namjoon Suh, Alex C. Williams · January 08, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Vivian Lai unresolved corpus identity
  2. Zana Buçinca unresolved corpus identity
  3. Nil-Jana Akpinar unresolved corpus identity
  4. Mo Houtti unresolved corpus identity
  5. Hyeonsu B. Kang unresolved corpus identity
  6. Kevin Chian unresolved corpus identity
  7. Namjoon Suh unresolved corpus identity
  8. Alex C. Williams unresolved corpus identity

Semantic Scholar

Latest observation:

  1. V. Lai provider ID
  2. Zana Buçinca provider ID
  3. Nil-Jana Akpinar provider ID
  4. M. Houtti provider ID
  5. Hyeonsu B Kang provider ID
  6. Kevin Chian provider ID
  7. Namjoon Suh provider ID
  8. Alex C. Williams provider ID
In vignette-based pairwise choices, compositional effort strongly predicts demand for proactive drafting help while urgency has virtually no behavioral effect, creating a large perception–behavior gap where self-reports mislead system design and lower predictive accuracy.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Proactive AI writing assistants need to predict when users want drafting help, yet we lack empirical understanding of what drives preferences. Through a factorial vignette study with 50 participants making 750 pairwise comparisons, we find compositional effort dominates decisions ($ρ= 0.597$) while urgency shows no predictive power ($ρ\approx 0$). More critically, users exhibit a striking perception-behavior gap: they rank urgency first in self-reports despite it being the weakest behavioral driver, representing a complete preference inversion. This misalignment has measurable consequences. Systems designed from users' stated preferences achieve only 57.7\% accuracy, underperforming even naive baselines, while systems using behavioral patterns reach significantly higher 61.3\% ($p < 0.05$). These findings demonstrate that relying on user introspection for system design actively misleads optimization, with direct implications for proactive natural language generation (NLG) systems.

Summary

Main Finding

Users wanting proactive AI writing help are driven primarily by compositional effort (how hard the draft is to write), not by urgency. However, users mistakenly believe urgency is their top driver. Designing systems from stated preferences (surveys) therefore misleads optimization: rules based on revealed behavior outperform stated-preference rules and match or exceed ML models trained on the same contextual features.

Key quantitative results - Compositional effort: Spearman ρ = 0.597 (strongest behavioral predictor, p < 0.05).
- Urgency: ρ ≈ 0 (no behavioral predictive power).
- Users’ self-reported rank: urgency ranked highest (mean rank 2.06); effort received only moderate stated importance (mean rank 2.18) — a complete preference inversion.
- System performance: stated-preference weighting → 57.7% accuracy; behavioral weighting → 61.3% accuracy (difference significant, p < 0.05). Best ML model (Random Forest using main effects) ≈ 60.5–60.8% accuracy.
- Interactions dominate feature importance (61.7%), but adding interactions gives no predictive benefit beyond main effects in this binary-feature setting.

Key Points

  • Dominant behavioral driver: compositional effort (users want help when drafting is complex or multi-step).
  • Urgency misperceived: users report urgency as the main trigger (both in immediate justifications and especially in retrospective reflections), yet urgency has near-zero effect on revealed choices.
  • Interaction heuristics: users apply a “high-stakes, high-burden” heuristic — AI help is most desired when effort is high and the recipient is important.
  • Metacognitive heterogeneity: comfort with AI predicts metacognitive accuracy. Users comfortable with AI align stated and revealed preferences better; low-comfort users invert them.
  • Practical modelling: simple behavioral weighting rules (based on revealed preferences) match or slightly outperform ML models trained on the same small set of contextual features. Correct weighting matters more than algorithmic complexity in this setting.
  • Qualitative signals: users mention urgency frequently (over-reported), while complexity and template/predictability concerns are central to whether they’d accept AI assistance.

Data & Methods

  • Domain: email drafting (ecologically relevant, frequent writing task).
  • Design: 2×2×2×2 factorial vignette design manipulating four binary dimensions — urgency, compositional effort, sender importance, email type — yielding 16 scenarios. Scenarios generated with GPT-5 for consistency.
  • Participants: 50 professional email users. Each made 15 randomly sampled pairwise comparisons (750 total pairwise comparisons). Participants also gave justifications and completed exit surveys ranking dimensions.
  • Behavioral modelling: Bradley–Terry model to derive scenario preference strengths from pairwise choices; Spearman correlations and ordinal logistic regression to identify drivers.
  • ML validation: Logistic regression, Random Forest, Gradient Boosting, and a neural net trained with 5-fold cross-validation on (a) main effects and (b) main effects + pairwise interactions. Main-effects-only models achieved ~59.7% mean accuracy; Random Forest with main effects ≈ 60.5–60.8%.
  • System comparison: three rule-based strategies (Uniform, Stated Preference weights from surveys, Behavioral weights from revealed preferences) compared to best ML model. Behavioral weighting produced best accuracy (61.3%).
  • Qualitative analysis: LLM-assisted thematic coding of 750 justifications and 50 reflections, supporting the quantitative findings and revealing themes like template predictability and verification friction.

Limitations to note - Sample size modest (N = 50) and binary vignette manipulations — may limit generalizability.
- Scenarios generated by GPT-5; ecological realism is high for email but still vignette-based (not in-the-wild logging).
- Results are specific to email drafting; other writing domains may differ.
- Binary feature space reduces interaction information; continuous/real-world signals might change model behavior.

Implications for AI Economics

Design, deployment, and measurement - Don’t trust stated-preference surveys alone for system optimization. Relying on self-reports can invert priorities and reduce system effectiveness (here, a ~3.6 percentage-point accuracy gap and underperformance versus naive baselines). For product teams, that translates to worse targeting of proactive assistance, increased interruption costs, and lower user satisfaction.
- Instrument for revealed preferences. Collect lightweight behavioral signals (e.g., metrics of drafting complexity, time spent composing, template matches, recipient importance) and use revealed-choice calibration to set triggering heuristics. Behavioral heuristics can be implemented cheaply and may match ML performance, reducing deployment complexity and compute costs.
- Prioritize cognitive-load indicators over temporal signals. Because compositional effort drives requests for help, investments that detect or infer cognitive burden (e.g., number/complexity of edits, presence of required facts, number of information sources to synthesize) will yield higher return-on-investment for proactive NLG features than focusing on deadline or urgency estimators.
- Personalization and user heterogeneity: users’ AI comfort predicts metacognitive accuracy. Economics of product segmentation: segment users by AI comfort/adoption and tailor defaults — e.g., expose behavioral defaults for low-comfort users and allow more control or transparent explanations for high-comfort users. This reduces mis-targeted interventions and potential churn.

Business and welfare trade-offs - Reduced verification friction matters. Users adopt AI when outputs are easy to verify; design features that lower verification cost (confidence indicators, highlighted AI-generated text, suggested edits) can increase adoption and decrease downstream correction costs. Economically, this can increase productivity gains per model inference and reduce wasted attention.
- Cost of mis-specified triggers: wrong triggers (e.g., prompting for urgent-but-low-effort drafts) impose interruption costs and wasted compute; the paper quantifies a tangible accuracy loss when optimizing to stated preferences. Firms can translate this into expected labor/productivity losses or user-engagement impacts and thus justify instrumentation and A/B testing expenditures.
- Simpler behavioral rules can be cost-effective. When correct weights are known or can be reliably estimated from behavior, firms may deploy lightweight heuristics that achieve near-ML performance — a pragmatic win when data or engineering resources are limited.

Research implications - Future economic analyses should value revealed-behavior collection (field experiments, instrumented logs) over surveys when calibrating incentives or triggers for AI assistance.
- Extending to continuous and richer signals (textual features, sequence-of-actions, timing) may improve prediction and change the balance between main effects and interactions; investment in richer labeling and causal inference could increase targeting returns.

Bottom line For proactive NLG in email, observed behavior shows users want help for high-effort compositions, not for urgent ones — even though users say the opposite. Designing from revealed preferences yields better-performing and potentially cheaper systems than designing from what users say they want. Product and economic decisions (resource allocation, experimentation budgets, segmentation strategies) should prioritize collecting and optimizing on behavioral signals rather than stated preferences.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The controlled factorial vignette design and large number of pairwise choices give good internal leverage to compare drivers and detect a perception–behavior gap, but the small participant count (N=50), hypothetical task context, and unspecified sample representativeness limit external validity and the strength of causal claims about real-world systems. Methods Rigormedium — The study uses a rigorous factorial vignette and within-subject pairwise comparison protocol, reports effect sizes (ρ) and statistical tests for predictive accuracy; however, shortcomings include small sample size, potential order/priming effects, reliance on hypothetical scenarios rather than field behavior, and limited information about robustness checks and participant recruitment. Sample50 participants (source/demographics not reported) completed a within-subject factorial vignette task yielding 750 pairwise comparisons; data include behavioral choices in vignette comparisons and self-reported rankings of attribute importance. Themeshuman_ai_collab productivity IdentificationFactorial vignette experiment with within-subject pairwise choice comparisons (50 participants producing 750 comparisons). Causal claims rely on randomized/orthogonal manipulation of vignette attributes (e.g., compositional effort, urgency) and comparison of revealed choices to self-reported rankings; behavioral drivers are estimated via choice models (correlation/rho) and predictive accuracy tests comparing systems built from stated vs behavioral preferences with statistical tests (p < 0.05). GeneralizabilitySmall sample size (N=50) limits statistical representativeness., Participant recruitment/demographics not reported — sample may not reflect target users of writing assistants., Hypothetical vignette context may not translate to real-world usage or consequential behavior., Findings specific to drafting/writing-assistant tasks and the particular operationalization of 'compositional effort' and 'urgency'., Cultural, language, and domain differences could alter preferences and behavior.

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Compositional effort dominates decisions (ρ = 0.597). Task Allocation positive influence of compositional effort on users' choice to receive proactive drafting help
Reading fidelity high
Study strength medium
n=50
ρ= 0.597
0.48
Urgency shows no predictive power (ρ ≈ 0) for whether users want drafting help. Task Allocation null_result influence of task urgency on users' choice to receive proactive drafting help
Reading fidelity high
Study strength medium
n=50
ρ≈0
0.48
Users exhibit a striking perception–behavior gap: they rank urgency first in self-reports despite it being the weakest behavioral driver, representing a complete preference inversion. Task Allocation mixed alignment between self-reported importance of urgency and actual behavioral influence of urgency on help-seeking choices
Reading fidelity high
Study strength medium
n=50
0.48
Systems designed from users' stated preferences achieve only 57.7% accuracy, underperforming even naive baselines. Task Allocation negative accuracy of a proactive drafting-help system designed from stated user preferences
Reading fidelity high
Study strength medium
n=50
57.7% accuracy
0.48
Systems using behavioral patterns reach significantly higher accuracy (61.3%, p < 0.05). Task Allocation positive accuracy of a proactive drafting-help system designed from observed behavioral patterns
Reading fidelity high
Study strength medium
n=50
61.3% (p < 0.05)
0.48
Relying on user introspection for system design actively misleads optimization, with direct implications for proactive natural language generation (NLG) systems. Task Allocation negative impact of using self-reported user preferences (introspection) versus observed behavior on optimization and performance of proactive NLG systems
Reading fidelity high
Study strength speculative
n=50
0.08

Notes