Hi 👋
I’d like to suggest a feature that would significantly improve ChatGPT’s reasoning quality and coherence in longer conversations.
Currently, the model only sees the order of messages, not their timestamps. This leads to incorrect temporal inferences, for example:
- assuming something took “45 minutes” when it actually took 2 hours,
- using phrases like “earlier today” or “just now” incorrectly,
- losing track of pacing in coaching, planning, journaling, or multi-hour conversations.
Suggestion:
Expose message timestamps to the model, or at least make them optionally available, so it can reason about actual time gaps between turns.
To address privacy / safety concerns, this could be done with safeguards, for example:
- make it opt-in per user or per conversation,
- expose timestamps only internally to the model (not visible in UI),
- allow coarse-grained timestamps (minute-level or rounded),
- or allow users to choose between full timestamps and relative time deltas.
This would:
- improve temporal accuracy and coherence,
- reduce incorrect assumptions about duration and pacing,
- enable better use cases in productivity, coaching, and behavioral tracking.
I think this would be a small change with a large positive impact on model quality and user trust.
Thanks for considering it 🙏