Claude Projects File Upload and Indexing Issues Documented

Core Issues with Claude Projects File Handling
Multiple users report persistent problems with Claude Projects' file upload and indexing system. The issues appear to be backend-related and affect functionality across browsers and projects.
The RAG Switching Problem
Claude Projects automatically switches from direct file loading to RAG (Retrieval-Augmented Generation) search mode at approximately 13 files, regardless of total file size or token count. One developer reported having 15 files totaling 73,000 tokens (only 35% of the 200K context window) still triggered search-only mode. The UI displays "To save space in chats, Claude will look up specific information as needed" at just 2% of project capacity.
Broken Indexing System
There's a confirmed bug where the system reports files as "fully indexed and ready" but search returns errors indicating the files aren't indexed at all. This creates a situation where uploaded files appear in the interface but remain unreadable by Claude.
Persistent Cache Issues
When files are deleted and re-uploaded — even with new filenames — Claude continues referencing the content of the original deleted files. The cache appears to be content-based rather than filename-based. Standard troubleshooting methods like new chat sessions, explicit instructions, and full re-uploads don't resolve the issue.
Workarounds and Reporting
The issues are cross-browser and cross-project, indicating they're backend problems at Anthropic. Users experiencing these problems should:
- Report the issue on support.anthropic.com
- Reference GitHub issue number #25759 in reports
- Submit tickets to increase visibility of the problem
📖 Read the full source: r/ClaudeAI
👀 See Also

inclusionAI Releases Ling-2.6-1T: Hybrid Architecture Trillion-Parameter Model with Sparse Attention and Fast Thinking
Ling-2.6-1T is a new open-source trillion-parameter model combining MLA and Linear Attention for long-context efficiency, using Contextual Process Redundancy Suppression to reduce verbose chains-of-thought. Achieves open-source SOTA on AIME26, SWE-bench Verified, BFCL-V4, TAU2-Bench, and IFBench.

Claude Cowork UX Problem: Persistent Input Box Creates False Continuity Expectations
A user identifies a UX problem in Claude Cowork where the persistent text input box maintains draft text across task switches but resets context and loses attachments, creating contradictory signals about continuity.
Transformer Language Model Runs Locally on Stock Game Boy Color
Andrej Karpathy's TinyStories-260K model runs on a stock Game Boy Color via a custom ROM, using INT8 fixed-point math and bank-switched cartridge memory for weights and KV cache.

Claude Code v2.1.187: Structured Output Fixes, Sandbox Security, and Org Model Restrictions
Claude Code v2.1.187 adds sandbox.credentials setting, org model restrictions, and fixes for structured output loops, remote MCP hangs, and subagent depth tracking.