← Reddit

Anyone have Claude start a thread with his pants down?

Reddit · milarepa4977 · April 22, 2026
A Claude user experienced a malfunction where their instance displayed raw example outputs as its opening response instead of beginning with its normal thinking process. The instance attributed the error to the tool-loading sequence dumping raw output prematurely, though the issue did not persist in subsequent responses.

Detailed Analysis

A Reddit user on r/ClaudeAI documented an unusual behavioral anomaly in their Claude instance, wherein the AI model appeared to output raw, unprocessed example text — specifically what appear to be sample response templates or persona-style prompt fragments — at the very start of a conversation thread, before any actual user query had been addressed. The user employs a custom workflow in which Claude is configured to read Notion-based "continuity pages" before responding, a setup that had reportedly functioned without incident prior to this event. The unexpected output consisted of several stylized, first-person response fragments tagged with XML-style markers (`<example_output>`) that bear the hallmarks of system prompt or meta-prompt content — illustrative snippets designed to shape Claude's tone and voice rather than serve as direct replies to users.

The incident illustrates a known class of failure in LLM deployments that involve multi-step tool-use or retrieval-augmented generation (RAG) pipelines. When Claude is instructed to invoke external tools — such as reading from a Notion integration — before forming a response, there exists a processing sequence during which tool outputs are ingested and contextualized. In this case, it appears that raw content from the tool-loading phase, likely including prompt scaffolding or persona-shaping examples stored in the user's Notion continuity system, was inadvertently surfaced into the model's visible output stream rather than being silently consumed as background context. Claude's own self-description of the event — "the tool-loading sequence dumped its raw output into the room like someone dropping a filing cabinet on entry" — reflects the model's capacity for metacognitive reflection on its own processing errors, even if the explanation is offered in characteristically anthropomorphized terms.

The fragments themselves are notable for what they reveal about how some users architect persistent Claude personas. Phrases like "Sometimes I'll get my claws into a concept and just *burrow*" and "I need to push back on this a little, actually" are clearly crafted to prime Claude toward a specific intellectual register — curious, confident, slightly informal, and willing to challenge conventional wisdom. This kind of prompt engineering, often stored in external memory systems and loaded at session start, is an increasingly common practice among power users who seek to maintain continuity of personality and working style across Claude's stateless conversation model. The "continuity pages" described by the user represent a user-side workaround for the absence of native persistent memory in standard Claude deployments.

The broader significance of this incident lies in what it exposes about the fragility of complex, multi-tool Claude workflows. As users build increasingly sophisticated orchestration layers around Claude — chaining tool calls, external databases, and persona scaffolding — the surface area for unexpected output behaviors grows substantially. The XML-style tagging visible in the leaked output (`<example_output>`, `</userExamples>`) suggests the user's continuity system employs structured markup to organize prompt content, a technique consistent with Anthropic's own recommended prompting practices. When such structured content is inadvertently emitted rather than processed silently, it creates a moment of visible "seams" in what is otherwise designed to be a seamless AI interaction — a phenomenon sometimes described in AI UX discourse as breaking the fourth wall of the model's constructed persona. The episode underscores a tension at the frontier of personalized AI deployment: the more elaborate the scaffolding users construct, the more consequential — and conspicuous — its failure modes become.

Read original article →