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 →

Short sequences of human–agent interaction materially raise agent performance: in experiments with 30 expert users on writing and visual-creation tasks, test-time context and weight adaptation lift agent solo success by about 4.5–20.9% within tens of sessions. An evolving verifier that crystallizes user criteria also flags 16–22% more failures than rubrics from LMs or humans alone, and some personalized behaviors generalize across users.

Efficient Test-Time Adaptation through Human-AI Interaction
Zora Zhiruo Wang, Apurva Gandhi, Rulin Shao, Aspen Chen, Jonas Mueller, Zhiqi Liang, Jett Chen, Michael Ryan, Qianou Ma, Luxi He, Zhoujun Cheng, Andre He, Seungone Kim, Jiayi Geng, Mingqian Zheng, Weiwei Sun, Zheyuan Zhang, Xinran Zhao, Yike Wang, Abe Hou, Liwei Jiang, Pang Wei Koh, Diyi Yang, Graham Neubig, Daniel Fried · September 03, 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. Zora Zhiruo Wang unresolved corpus identity
  2. Apurva Gandhi unresolved corpus identity
  3. Rulin Shao unresolved corpus identity
  4. Aspen Chen unresolved corpus identity
  5. Jonas Mueller unresolved corpus identity
  6. Zhiqi Liang unresolved corpus identity
  7. Jett Chen unresolved corpus identity
  8. Michael Ryan unresolved corpus identity
  9. Qianou Ma unresolved corpus identity
  10. Luxi He unresolved corpus identity
  11. Zhoujun Cheng unresolved corpus identity
  12. Andre He unresolved corpus identity
  13. Seungone Kim unresolved corpus identity
  14. Jiayi Geng unresolved corpus identity
  15. Mingqian Zheng unresolved corpus identity
  16. Weiwei Sun unresolved corpus identity
  17. Zheyuan Zhang unresolved corpus identity
  18. Xinran Zhao unresolved corpus identity
  19. Yike Wang unresolved corpus identity
  20. Abe Hou unresolved corpus identity
  21. Liwei Jiang unresolved corpus identity
  22. Pang Wei Koh unresolved corpus identity
  23. Diyi Yang unresolved corpus identity
  24. Graham Neubig unresolved corpus identity
  25. Daniel Fried unresolved corpus identity
Streaming test-time adaptation that integrates multi-session human interaction (context induction and weight updates) improves agent solo task success by roughly 4.5–20.9% across writing and visual-creation tasks and produces evolving rubrics that detect substantially more failures than LLM- or human-only rubrics.

Citation observations

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

AI agents are trained on population-scale data to encode broad capabilities spanning those of many practitioners. Yet the artifacts they produce rarely meet the personal bar professionals need to stake their reputation on. On realistic, open-ended tasks where success criteria are heterogeneous and insufficiently documented, individual expertise lives precisely in the elevation and departure from the average. In practice, iterative human-agent interaction surfaces criteria that users cannot fully specify up front, yet apply repeatedly across tasks. We argue this cross-session interaction data is a rich, underused signal for closing the gap to individual expertise. In this work, we propose test-time adaptation through human-agent interaction (TAHI), which integrates these signals into agent context and weights, and crystallizes each user's training and evaluation criteria via an evolving rubric module. We adapt agents to 30 individuals in two high-utility domains, writing and visual creation, on a total of 600 tasks. Our agents improve solo task success by 4.5-20.9% within only tens of tasks. Meanwhile, our evolving rubric module serves as a scalable annotation tool, creating evaluation rubrics that catch 16.0-22.3% more failures than those from LMs or humans alone. While agents are adapted towards individuals, we show these personalized agents also produce improvements in success of up to 8.8% that generalize across users.

Summary

Main Finding

Test-time adaptation through human-agent interaction (TAHI) — which ingests multi-session human feedback (plans, edits, messages, and evolving rubrics) into both agent context and weights — enables rapid, efficient personalization of LLM-based agents. Across 30 experts and 600 tasks in writing (paper abstracts) and visual creation (HTML figures), personalized agents improved first-pass (solo) success by roughly 4.5–20.9% within only tens of sessions; the system’s evolving rubrics also detect 16.0–22.3% more failures than rubrics produced by LMs or humans alone.

Key Points

  • TAHI: a streaming, test-time adaptation framework where agents update after each completed human-agent session to better match an individual user’s unspoken preferences and procedures.
  • Interaction channels: the interface supports Plan (structured task decompositions), Deliverables (direct file/visual edits), Message (text feedback), and Rubrics (verifier criteria) so humans can give rich, multi-modal signals.
  • Two adaptation modes:
    • Context-based adaptation: induce and store user-specific memory (preferences/facts) and skill library (procedures) as editable context (verbalized by an LM).
    • Weight-based adaptation: train LoRA adapters via Direct Preference Optimization (DPO) using preference pairs derived from the agent’s initial vs. final (human-refined) solutions, consolidated into one-shot supervision trajectories.
  • Evolving verifier/rubric module: an LLM crystallizes human interactions into explicit, gradable rubric items which users can correct; final evolved rubrics are used both to verify intermediate steps and to evaluate agent solo outputs.
  • Empirical results (summary):
    • Personalization yields 4.5–12.9% (context) and 4.5–20.9% (weight) gains in solo task success over sessions; improvements often converge within ~20 task sessions.
    • On held-out tasks tied to the same users, context and weight adaptations generalize (3.2–6.6% and 4.8–5.2% gains, respectively).
    • Evolved rubrics detect 16.0–22.3% more failures than rubrics created by LMs or humans alone.
    • Agents learn both shared community norms and user-specific preferences; cross-user transfer produces smaller but nontrivial gains (0.3–8.8% on shared items; 6.2–19.6% on personal items).

Data & Methods

  • Participants & scale:
    • 30 human experts total (two domains × three adaptation scenarios × five users per scenario).
    • 600 tasks total: each human performed 20 tasks. Task families: paper abstract writing (given title + intro) and data visualization (create HTML visual from data + instruction).
    • Additional held-out datasets: 30 held-out tasks per domain for generalization testing.
  • Agent backbone and implementation:
    • Backbone LM: Qwen3.6-35B. Adaptations performed with editable contexts and LoRA adapters.
    • Interface built on an agent coworking framework extended with Plan, Deliverables, Message, and Rubrics modules.
    • Agent/human action spaces formalized (messages, file_create/edit/read, execute, plan for agent; plus verify, context_edit, trigger for human).
  • Context adaptation:
    • After each session, an LM is prompted to induce/update memory M (declarative preferences/facts) and skills K (procedural workflows) based on the human’s actions and edits, and these are prepended as context for future tasks.
  • Weight adaptation:
    • Use DPO to fine-tune LoRA adapters. Preference pairs constructed by pairing the initial one-shot agent output with the consolidated human-refined final solution (trajectories merged into τ_A*). Augmentation: additional negative samples come from agent-sampled rejects during training.
    • Reference policy set to the initial policy; β controls drift.
  • Evaluation:
    • Solo-agent success: first final-step artifact produced solely by the agent (first iteration) evaluated against the evolved rubrics derived from the same user’s interaction stream.
    • Rubric quality: measured by how many failures the rubric catches on imperfect agent outputs, compared to LLM-alone and human-alone rubrics.
    • Generalization: performance on held-out tasks tied to the same users.
  • Key design choices: enable users to edit rubrics/verifications so the verifier evolves iteratively; consolidate intermediate edits into single-shot targets for weight training so agents learn to produce preferred outputs without relying on further interaction.

Implications for AI Economics

  • Productivity and value capture:
    • Personalization improves first-pass quality and reduces iterative editing costs for professionals, increasing effective labor productivity and potentially raising per-task billing rates or enabling higher throughput.
    • Firms selling agent customization (context + LoRA adapters) can capture premium value from professionals who need reputation-grade outputs.
  • Cost vs. benefit trade-offs:
    • Context adaptation (verbalized memory/skills) is cheap to store/serve but bounded by what can be articulated; weight adaptation (LoRA + DPO) internalizes tacit patterns and yields larger persistent gains but requires compute and model-update costs. Providers must price and provision these trade-offs.
  • Platform design & monetization:
    • Multi-session interaction logs are high-value signals; platforms can monetize personalization services or offer subscription tiers for evolving agents and rubrics. This also creates incentives to collect and retain user interaction data.
  • Labor-market effects:
    • Augmenting experts with personalized agents could increase demand for higher-level curation and oversight (complementarity), while reducing time spent on routine edits. For novices, the availability of high-quality personalized agents could compress skill-differentiation, with ambiguous effects on wage dispersion.
  • Externalities, competition, and lock-in:
    • Personalized adapters and editable memories create switching costs and potential vendor lock-in, favoring dominant platforms that aggregate large interaction datasets.
    • Evolving rubrics encode user preferences that could amplify subjective biases; economic actors (employers, clients) may need standards for auditing or certifying rubric-driven evaluations.
  • Privacy, ownership, and incentives:
    • Interaction traces contain sensitive tacit knowledge and may be proprietary (firm playbooks). Economic models should address who owns adaptation artifacts (context, LoRA), how to price them, and how to compensate users/providers for shared tuning data.
  • Policy and regulation:
    • As agents increasingly incorporate user-specific evaluation criteria, regulators may need guidance on transparency (which preferences were encoded?) and fairness when agent outputs affect employment, credit, or regulated decisions.

Overall, TAHI demonstrates that relatively small amounts of structured multi-session interaction data can yield economically meaningful personalization gains. Platforms, vendors, and users should weigh the persistent benefits of weight updates against compute and privacy costs, and consider governance and pricing architectures that reflect the high value of interaction-derived personalization.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper reports empirical improvements in agent solo success with clear experimental manipulations (context vs weight adaptation vs offline) and uses within-subject comparisons plus held-out tasks, which provides plausibly causal evidence of adaptation helping performance; however the sample is small (30 experts), there is no reported randomization or controls for learning/practice effects, tasks are constructed from selected conference papers (potentially favorable), and statistical details (significance, variance, robustness checks) are not fully shown in the supplied excerpt. Methods Rigormedium — The authors present a well-specified interaction protocol, two complementary adaptation mechanisms (textual context induction and DPO weight updates on LoRA), an evolving verifier/rubric mechanism, and ablation/offline baselines; these are appropriate and technically competent. Weaknesses include small and possibly non-representative user sample, potential confounding from repeated task exposure, limited detail here on participant recruitment, randomization, statistical testing, and robustness checks, and domain/task selection that may limit external validity. Sample30 human experts (30 individuals total) each performed 20 tasks (totaling 600 interaction sessions) across two domains: paper abstract writing and data visualization (visual creation). For each domain, interaction data was collected under three scenarios: online context adaptation (memory and skill induction), online weight adaptation (DPO on LoRA using Qwen3.6-35B backbone), and offline/no-adaptation. Tasks were hand-constructed from strong conference papers (NeurIPS, ICML, ICLR, *CL, EMNLP, CHI) for in-domain evaluation, with an additional set of held-out tasks (30 per domain) used to test generalization; an evolving LLM-based verifier/rubric module was integrated and could be edited by users. Themeshuman_ai_collab productivity IdentificationWithin-subject pre/post and between-condition comparisons: users interact with agents across sequential tasks and agents are updated either via context-adaptation or weight-adaptation (DPO on LoRA) or left offline (no adaptation); agent solo outputs on later tasks are compared to earlier ones and to the offline arm; held-out unseen tasks are used to assess cross-task generalization. There is no indication of randomized assignment to conditions or external control for practice/time effects. GeneralizabilitySmall sample of 30 expert users limits population representativeness., Users are experts and tasks are curated from top conference papers, so results may not generalize to non-expert or everyday workplace tasks., Only two domains (writing abstracts and HTML data visualizations) were tested; other task types may behave differently., Short-term, within-session adaptation may not reflect long-term deployment dynamics., Interface-specific signals (Plan/Deliverables/Rubrics UI) may be necessary for observed gains and may not transfer to other UIs., Results depend on the chosen model backbone (Qwen3.6-35B), LoRA/DPO implementation, and rubric-generation LLM, so transfer to other models is uncertain.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
TAHI agents improve solo task success rates by 4.5%–20.9% within only 20 task sessions. Output Quality positive Solo task success rate on the first agent-produced artifact, evaluated against final user-specific rubrics.
Reading fidelity high
Study strength medium
n=600
4.5–20.9% improvement
0.48
Context-based adaptation improves solo task success rates by 4.5%–12.9%. Output Quality positive Solo task success rate.
Reading fidelity high
Study strength medium
n=600
4.5–12.9% improvement
0.48
Weight-based adaptation improves solo task success rates by 4.5%–20.9%. Output Quality positive Solo task success rate.
Reading fidelity high
Study strength medium
n=600
4.5–20.9% improvement
0.48
On held-out tasks, context-adaptive agents improve performance by 3.2%–6.6% on rubrics tied to the same users. Output Quality positive Performance on user-specific rubric items for held-out tasks.
Reading fidelity high
Study strength medium
n=600
3.2–6.6% improvement
0.48
On held-out tasks, weight-adaptive agents improve performance by 4.8%–5.2% on rubrics tied to the same users. Output Quality positive Performance on user-specific rubric items for held-out tasks.
Reading fidelity high
Study strength medium
n=600
4.8–5.2% improvement
0.48
Evolved rubrics capture 16.0%–22.3% more failures in imperfect agent solutions than rubrics produced by language models or humans alone. Error Rate positive Proportion of failures detected by evaluation rubrics.
Reading fidelity high
Study strength medium
n=600
16.0–22.3% more failures detected
0.48
Individually adapted agents improve success across different users, with gains of 0.3%–8.8% on shared rubric items and 6.2%–19.6% on personal rubric items. Output Quality positive Success on shared and personal rubric items when evaluated across users.
Reading fidelity high
Study strength medium
n=30
0.3–8.8% gains on shared rubric items; 6.2–19.6% gains on personal rubric items
0.48
The evaluation covers 30 human experts and 600 tasks across paper-abstract writing and data visualization. Other null_result Study scope and task coverage.
Reading fidelity high
Study strength low
n=600
0.24

Notes