← Latest papers
💬 NLP

Your LLM Agents are Temporally Blind: The Misalignment Between Tool Use Decisions and Human Time Perception

This paper identifies "temporal blindness" as a critical limitation in LLM agents, where their failure to account for real-world time elapsed leads to misaligned tool-use decisions, and introduces the TicToc dataset and findings showing that while prompt-based fixes are limited, post-training alignment can effectively improve agents' temporal awareness to match human perception.

Original authors: Yize Cheng, Arshia Soltani Moakhar, Chenrui Fan, Parsa Hosseini, Kazem Faghih, Zahra Sodagar, Wenxiao Wang, Soheil Feizi

Published 2026-04-17
📖 5 min read🧠 Deep dive

Original authors: Yize Cheng, Arshia Soltani Moakhar, Chenrui Fan, Parsa Hosseini, Kazem Faghih, Zahra Sodagar, Wenxiao Wang, Soheil Feizi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Core Problem: The "Amnesiac" Assistant

Imagine you hire a very smart, knowledgeable assistant to help you manage your day. This assistant has a superpower: it can instantly look up any information on the internet (like weather, stock prices, or bus schedules).

However, this assistant has a strange, critical flaw: it has no sense of time passing.

To the assistant, the conversation is a static list of words. If you ask, "What is the weather?" at 9:00 AM and get an answer, and then ask the same question again at 5:00 PM, the assistant treats the 9:00 AM answer as if it were just spoken a second ago. It doesn't "feel" that 8 hours have passed.

The researchers call this "Temporal Blindness."

The Two Ways the Assistant Fails

Because the assistant doesn't understand time, it makes two very different kinds of mistakes, which the paper calls Over-reliance and Under-reliance.

1. Over-reliance: The "Stale Sandwich"

  • The Scenario: You ask your assistant, "Is the surf good at the beach?" at 8:00 AM. The assistant checks the waves and says, "Yes, it's perfect!"
  • The Time Jump: You go to work. At 4:00 PM, you ask again, "Is the surf still good?"
  • The Mistake: Because 8 hours have passed, the tide has changed, and the waves are now terrible. But the assistant, being "blind" to time, thinks, "I just checked this! It's still perfect!" and tells you to go surfing.
  • The Analogy: It's like eating a sandwich you made 8 hours ago and assuming it's still fresh because you remember making it. You get sick because you ignored the time that passed.

2. Under-reliance: The "Paranoid Shopper"

  • The Scenario: You ask, "What is the radius of the Earth?" The assistant checks a database and says, "6,371 km."
  • The Time Jump: Five minutes later, you ask, "What is the radius of the Earth?"
  • The Mistake: The radius of the Earth doesn't change in five minutes. However, the assistant is so scared of being wrong that it checks the database again, wasting time and computing power.
  • The Analogy: It's like checking your bank balance every 30 seconds. You know the number won't change that fast, but you do it anyway because you don't trust your memory of the last check.

The Experiment: Building "TicToc"

To prove this was a real problem, the researchers built a new dataset called TicToc (like a clock ticking).

  • The Setup: They created 76 different "worlds" or scenarios. Some change slowly (like a library book list), and some change instantly (like a stock market ticker).
  • The Test: They simulated conversations where time passed between questions.
  • The Human Vote: Real humans were asked: "In this situation, should the AI check the internet again, or just use what it already knows?"
  • The Result: They found that even the smartest AI models (like GPT-4o or Qwen) failed to match human judgment. Even when they gave the AI the exact timestamps (e.g., "It is now 4:00 PM"), the AI still couldn't figure out if the old info was still good. The best AI only got about 65% right, which is barely better than a confused guess.

Why Doesn't "Thinking Harder" Help?

The researchers tried to fix this by:

  1. Prompting: Telling the AI, "Hey, remember time passes!" (Like a sticky note on a monitor).
  2. Reasoning: Forcing the AI to write out its thoughts before answering.

The Result: Neither worked well. The AI would write a long, logical paragraph saying, "Well, 8 hours have passed, so the weather might have changed..." and then, in the very next sentence, ignore that logic and give the old answer anyway. It's like a student who writes the correct formula on the test paper but then picks the wrong answer on the multiple-choice bubble sheet.

The Solution: Training, Not Just Talking

The paper found that simply talking to the AI (prompting) isn't enough. You have to retrain it.

They took a subset of their TicToc data and used a technique called DPO (Direct Preference Optimization). Think of this as giving the AI a "crash course" specifically on time management.

  • Before Training: The AI was like a tourist who doesn't know the local time zone.
  • After Training: The AI learned to "feel" the passage of time. It learned that for a stock price, 1 minute is a long time, but for a library book, 1 minute is nothing.

After this specific training, the AI's performance jumped significantly, finally aligning with how humans actually think about time.

The Big Takeaway

Current AI agents are like photographers who only take pictures but never develop them. They capture a moment (the data) but don't realize that the world keeps moving while they stand still.

To make AI truly useful in the real world, we can't just make them smarter at math or language; we have to teach them to respect the clock. We need to train them to know when to trust their memory and when to go check the news again.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →