← Reddit

Claude mixing sessions and responding with someone else's answers in mac app

Reddit · Pale-Charity2090 · May 28, 2026
Claude mixing sessions and responding with someone else's answers in mac app, Dont know how to fix, already cleared cache, restarted app and logged in

Detailed Analysis

A reported technical issue in Anthropic's Claude Mac application has surfaced in which the software appears to be cross-contaminating user sessions, delivering responses generated in the context of one conversation into a separate, unrelated session. The affected user reported attempting standard remediation steps — clearing the application cache, restarting the app, and re-authenticating — without resolving the problem. The specific failure mode, receiving "someone else's answers," suggests either a client-side session management failure or a more serious server-side context routing error in which conversation state is being improperly assigned or retrieved.

The severity of this type of bug varies considerably depending on its root cause. If the issue is purely local — a corrupted session token or malformed cache that causes the app to display stale or misrouted conversation data — it represents a relatively contained software defect. However, if the problem originates on the server side and involves actual cross-user data leakage, where one user's prompts or responses are being served to another authenticated user, it would constitute a significant privacy and security incident. The ambiguity in the user's report makes it difficult to determine which scenario is occurring, though the phrasing "someone else's answers" implies the content is recognizably foreign to the user's own queries, which warrants serious investigation.

This type of session isolation failure is not unique to AI applications, but it carries heightened consequences in the context of large language model interfaces, where conversations frequently contain sensitive personal, professional, or proprietary information. Users of Claude, particularly those on Anthropic's Pro or enterprise tiers, often engage the model with confidential business data, medical questions, or legal matters. A failure in session boundaries in such an environment represents not merely a usability bug but a potential breach of user trust and data confidentiality obligations.

The incident also reflects a broader challenge in deploying AI assistants as native desktop applications rather than purely web-based interfaces. Mac and desktop apps introduce additional layers of local state management — caching, persistent authentication tokens, local storage — that must be carefully synchronized with server-side session handling. As Anthropic and competitors like OpenAI expand their native application footprints, ensuring robust session isolation across both client and server becomes increasingly critical, particularly as regulatory frameworks like the EU AI Act and emerging U.S. data protection standards impose stricter requirements on AI system data handling.

The report underscores the importance of Anthropic maintaining transparent incident response channels for users encountering anomalous behavior, especially behavior that could indicate data cross-contamination. Unlike a model capability complaint, session mixing bugs require urgent triage to determine scope — whether the issue affects a single user's local environment or represents a systemic routing failure affecting multiple accounts simultaneously. Public user reports of this nature, even when anecdotal, serve as important early signals for engineering teams monitoring system integrity across a rapidly scaling user base.

Read original article →