Real-Time Deadlines Reveal Temporal Awareness Failures in LLM Strategic Dialogues
Neil K. R. Sehgal, Sharath Chandra Guntuku, Lyle Ungar
TL;DR
The paper investigates whether LLM-based agents can internally represent and act on continuous time during real-time, multi-turn negotiations, revealing a systematic temporal-awareness deficit. It introduces a controlled bilateral negotiation framework with Time-Limit-Only and Time-Aware conditions, along with a latency model, to disentangle temporal tracking from strategic competence across multiple models and two scenarios. Key findings show that explicit remaining-time feedback substantially boosts deal closure and acceptance, while internal time tracking fails under real-time deadlines; turning to discrete turn limits yields near-perfect performance, underscoring the specific challenge is continuous-time reasoning rather than general bargaining ability. The results generalize across scenarios and model families, underscoring a practical limit for deploying time-sensitive LLM agents and motivating architectural or training changes to embed temporal representations and time-aware policies.
Abstract
Large Language Models (LLMs) generate text token-by-token in discrete time, yet real-world communication, from therapy sessions to business negotiations, critically depends on continuous time constraints. Current LLM architectures and evaluation protocols rarely test for temporal awareness under real-time deadlines. We use simulated negotiations between paired agents under strict deadlines to investigate how LLMs adjust their behavior in time-sensitive settings. In a control condition, agents know only the global time limit. In a time-aware condition, they receive remaining-time updates at each turn. Deal closure rates are substantially higher (32\% vs. 4\% for GPT-5.1) and offer acceptances are sixfold higher in the time-aware condition than in the control, suggesting LLMs struggle to internally track elapsed time. However, the same LLMs achieve near-perfect deal closure rates ($\geq$95\%) under turn-based limits, revealing the failure is in temporal tracking rather than strategic reasoning. These effects replicate across negotiation scenarios and models, illustrating a systematic lack of LLM time awareness that will constrain LLM deployment in many time-sensitive applications.
