← Reddit

Every good Claude answer gets lost in scrollback for ADHD brain

Reddit · Serhii_xTiles · July 7, 2026
A developer described a problem where Claude's answers become inaccessible after closing the chat tab, making it difficult to reference useful outputs later. The developer, who works on xTiles, built an MCP connector that enables Claude to write directly into a visual workspace instead of generating text-only responses, allowing information to persist and accumulate over time. The solution transforms Claude outputs into structured pages and boards rather than ephemeral text that disappears when the conversation context resets.

Detailed Analysis

A Reddit post from a developer working on xTiles highlights a persistent usability gap in conversational AI tools: the ephemeral nature of chat-based outputs. The author describes a common frustration among Claude users—receiving a genuinely useful response (a morning brief, a task triage list, a project plan) only to have it vanish into scrollback within a day, effectively forcing users to either manually copy-paste valuable content elsewhere or lose it entirely once the conversation context resets or the tab closes. The post frames this not necessarily as an ADHD-specific issue but as a broader structural limitation of chat interfaces: they are optimized for turn-based dialogue, not for accumulating and organizing knowledge over time.

The proposed solution is a Model Context Protocol (MCP) connector that lets Claude write directly into xTiles, a visual workspace tool, rather than confining output to the chat window. Instead of a static paragraph the user must remember to scroll back for, a morning brief becomes a persistent page; instead of a wall of text describing task priorities, triage becomes an actual board with cards. The pitch is that this transforms Claude from a session-bound assistant into a system that builds cumulative, referenceable artifacts across days and weeks, letting users see patterns—like what a month of morning briefings actually looked like—rather than losing each interaction as soon as the context window resets.

This post is notable less for the specific product being promoted and more for what it reveals about how developers are building on top of Anthropic's MCP standard to solve real friction points in daily AI usage. MCP, which Anthropic released as an open protocol for connecting AI models to external tools and data sources, has increasingly become the backbone for third-party integrations that extend Claude beyond the chat window. This example fits a growing pattern of MCP servers built specifically to give Claude "memory" or persistent output destinations—whether that's note-taking apps, project management boards, or personal knowledge bases—effectively outsourcing state management to specialized external tools rather than waiting for Anthropic to solve it natively.

More broadly, this reflects a maturing understanding across the AI ecosystem that raw model capability is necessary but insufficient for productivity gains; the interface and persistence layer around a model matters just as much. Anthropic's own Artifacts feature was a partial answer to this problem, giving users a way to pin and iterate on specific outputs within a session, but as the original poster notes, it doesn't solve the cross-session accumulation problem. The interest in this post—developers proactively building connectors to solve "invisible" pain points like scrollback loss—suggests that the ecosystem around Claude is increasingly focused on turning conversational intelligence into durable, searchable, and organized knowledge assets, a trend likely to accelerate as more users treat Claude as a daily operating layer for work rather than an occasional query tool.

Read original article →