Dev
August 29, 2026
1 views
2 min read

ChatGPT, Gemini, and Claude quietly get worse over time. This hidden setting fixes them

Curated by Patrick
Source: Android Authority
ChatGPT, Gemini, and Claude quietly get worse over time. This hidden setting fixes them
Tech Daily Byte Analysis

The article walks through how OpenAI’s ChatGPT, Google’s Gemini, and Anthropic’s Claude now store long‑term user instructions and context, a feature marketed as “personalization” or “Personal Intelligence.” Over weeks or months those stored snippets can conflict with newer preferences, cause token bloat, and slow the model down. OpenAI exposes a “Manage Memories” screen where individual entries can be trashed or the entire history cleared. Gemini has shifted from a simple list to an activity log, forcing users to delete whole conversations or ask the model to forget specific items, while Claude presents a categorized memory pane that can be pruned per topic. The practical upshot is that without periodic housekeeping, the AI’s output can become erratic, mixing outdated rules with current ones and consuming more of the model’s context window.

These memory‑management quirks reflect a broader industry push to make LLMs feel like persistent personal assistants rather than stateless chatbots. By storing user‑specific data, providers aim to cut the onboarding friction that new users experience, but they also inherit the classic software problem of “configuration drift.” Google’s recent redesign of Gemini’s memory UI, and Anthropic’s categorised view, signal that the big players are still iterating on the right balance between convenience and control. Competitors that offer transparent, granular memory editing may gain an edge with power users who rely on the same model for multiple, unrelated projects. The situation also underscores a privacy dimension: hidden settings mean many users are unaware that their conversational history is being retained and can be used to influence future replies.

Going forward, developers will need to embed clearer prompts and UI cues that encourage periodic memory audits, especially as context windows expand and token limits become less forgiving. Watch for upcoming updates that might automate “memory pruning” based on inactivity or conflict detection, and for regulatory scrutiny that could force more explicit consent mechanisms around long‑term personalization.

Key Takeaways

ChatGPT, Gemini, and Claude each hide a memory‑clear function that can be accessed through their settings menus.

Accumulated memories can cause contradictory responses, slower reply times, and higher token consumption.

Gemini’s shift from a simple list to an activity log makes selective deletion harder, pushing users toward full resets.

As LLMs compete on personalization, transparent memory controls will become a differentiator and a potential regulatory focus.

About the Source

This analysis is based on reporting by Android Authority. Here is a short excerpt for context:

Your favorite AI chatbot might be remembering a little too much.
Read the original at Android Authority

More in Dev