← Reddit

Claude project has 50MD files and getting bloated

Reddit · debbiediscovers · June 1, 2026

Detailed Analysis

A Reddit user posting to r/ClaudeAI has reported significant performance degradation after accumulating 50 markdown files within a single Claude project, noting that the slowdown extends beyond the project itself to affect unrelated chats. The complaint highlights a practical limitation of Claude's Projects feature, which allows users to upload reference documents, custom instructions, and persistent context files that are automatically loaded into the model's context window at the start of each conversation. As the volume of project knowledge files grows, the system must process an increasingly large body of text before any substantive work begins, creating compounding latency that users experience as sluggishness across the interface.

The core technical issue stems from how large language models handle context. Every file in a Claude project contributes tokens to the context window, and while Anthropic has expanded Claude's context capacity substantially — with Claude 3 and subsequent models supporting up to 200,000 tokens — processing dense or numerous documents still imposes real computational overhead. Fifty markdown files, depending on their size and content, could represent tens of thousands of tokens that must be encoded and attended to before each response, slowing inference times measurably. The user's observation that performance degrades in chats outside the project suggests possible session-level resource contention or browser/client-side memory strain from loading large project metadata, rather than purely server-side inference delays.

This complaint reflects a broader tension in AI productivity tooling between depth of context and operational speed. Power users, developers, and knowledge workers who build elaborate project structures in Claude — loading codebases, documentation wikis, research notes, and workflow templates — are essentially trading response latency for persistent, relevant context. Anthropic has positioned Projects as a core feature for professional and team use cases, but without clear guidance on optimal file counts, size limits, or pruning strategies, users are discovering performance ceilings organically and often with frustration. The practical management advice most commonly surfaced in the community involves consolidating related markdown files into fewer, well-structured documents, archiving outdated reference material, and separating concerns across multiple projects rather than aggregating everything into one.

The issue also points to an underserved area in Anthropic's user experience design: tooling for project hygiene and context management. Competing platforms have begun offering features like document summarization pipelines, selective context injection, and retrieval-augmented generation architectures that fetch only the most relevant documents per query rather than loading everything at once. As Claude's Projects feature matures, implementing smarter context retrieval — rather than brute-force full-context loading — would likely address the scalability complaints surfacing in communities like r/ClaudeAI, allowing sophisticated users to maintain large knowledge bases without sacrificing the performance that makes the tool practical for day-to-day use.

Read original article →