Reported by @west thorn
When a user asks multiple questions sequentially across separate messages, the model frequently re-answers previously resolved questions instead of responding only to the most recent one. This behavior compounds over time, resulting in excessively long and repetitive responses.
The model should, by default, respond only to the most recent user message.
Previous questions should be treated as resolved unless the user explicitly asks for a summary, recap, or clarification.
Prior context should inform understanding, not force repetition.
In a multi-turn conversation, the following pattern consistently occurs:
The user asks Question #1 → the model answers correctly.
The user asks Question #2 (as a new, separate message) → instead of answering only Question #2, the model:
repeats the answer to Question #1, and
then appends the answer to Question #2.
The user asks Question #3 → the model outputs:
the answer to Question #1 again,
the answer to Question #2 again,
and only then the answer to Question #3.
Android app