← Reddit

Projects went from RAG to CAG today?

Reddit · Lydian2000 · July 22, 2026
A user reported that Claude's Projects feature removed the resources/files section and replaced it with a message stating "everything in this space will serve as a reference," prompting speculation about a potential shift from RAG to CAG methodology. The user expressed concern about how this change affects the distinction between uploaded source files and content provided directly in prompts.

Detailed Analysis

A Reddit user's report of a sudden interface change in Claude's Projects feature has sparked speculation about a fundamental shift in how Anthropic retrieves and processes reference material. The user, working during a holiday break, noticed that the familiar "resources/files" panel had vanished, replaced by a message stating that "everything in this space will serve as a reference." This prompted the poster to wonder whether Anthropic quietly transitioned from Retrieval-Augmented Generation (RAG) to Cache-Augmented Generation (CAG), two distinct architectural approaches with meaningfully different tradeoffs for how uploaded documents get used in conversations.

The distinction matters practically for anyone who relies on Projects as a knowledge base. RAG works by indexing documents and retrieving only the most relevant chunks at query time, which scales well to large document sets but can miss context if the retrieval step fails to surface the right passages. CAG, by contrast, loads the entirety of a knowledge source into the model's context window (or a persistent cache) upfront, ensuring nothing is selectively filtered out but constraining how much material can be included before hitting context limits. Users who had grown accustomed to curating specific "source files" as a way to control what the model prioritizes were justifiably confused about whether that control had disappeared, and whether the shift meant uploaded content would now be treated as blanket context rather than a searchable reference library.

This kind of unannounced or under-documented change is a recurring friction point for power users of Claude Projects, many of whom have built workflows around precise expectations of how file grounding behaves. Without official confirmation from Anthropic, community members are left reverse-engineering product behavior from UI text and anecdotal testing, which breeds uncertainty especially for professional or research use cases where consistency and predictability in citation and retrieval behavior are critical. The ambiguity around whether this was a backend architecture change (RAG to CAG) or merely a cosmetic UI relabeling underscores how opaque large-scale AI product updates can be to end users, even when those updates materially affect output quality or reliability.

More broadly, this incident reflects the wider industry tension between retrieval-based and full-context approaches as context windows expand. As frontier models like Claude gain the ability to handle increasingly large context windows, the practical need for traditional chunk-based RAG diminishes, making CAG-style "just load everything" approaches more feasible and appealing for developers building products like Projects. However, this shift raises real questions about cost, latency, and precision, since indiscriminately including entire document sets can dilute a model's attention on the most relevant material. The episode illustrates how architectural decisions made by AI labs directly shape user trust and workflow design, and highlights the ongoing need for clearer communication from companies like Anthropic when they alter core retrieval mechanisms behind widely used features.

Read original article →