I work with Claude extensively, and decided to play with Projects to better understand them. So I combined Claude Cowork to prepare data for Claude Project, so I can transform a monstrous DaVinci Resolve manual into a mini-RAG.
The post Using Claude Projects as a personal mini-RAG appeared first on Slava Abakumov.
I was playing with DaVinci this weekend a bit.
And DaVinci Resolve 20.3 has a huge manual, 4300 pages in a 180 MB file.
I can either ignore the manual and ask AI to give me answers. Or I can create a personal knowledge base.
Obviously, I decided to go the “exploratory road” :)
Claude Cowork – decrease manual repetitive workI asked Cowork to split the manual into chapters (according to the table of contents). Then asked it to optimize the file size (because Claude Projects have a limited storage capacity for attached files – I think 100MB).
It was too aggressive at first in optimizations and I wasn’t able to read the text on images, so I asked Claude to make several versions of a single file so I can say which optimization settings are the best for me (120dpi). After picking the best – Claude recompressed all files using my selected settings (using python and ghostscript). The size of all files was reduced from 200 MB (after the split without compression) to 145 MB. More optimizations are possible – but I wanted the images in PDF to still be readable for me. And I still wanted screenshots from DaVinci UI, hence the PDF and not straight to .md files.
Then, I created a new “DaVinci” project in Claude app and uploaded all my newly generated files as project files.
I ended up uploading 18 files of 90 MB, which resulted in “95% of project capacity used”.

The black dot on the left end of the progress bar is most likely a RAG activation threshold marker – it indicates the point at which Claude automatically switched from full in-context processing to RAG mode.
In other words:
So in my case, pretty much all requests are going through the RAG retrieval process.
I don’t think those files are “indexed” like Google does it, but they are definitely in a hot path for Claude to search for within this project.
Now I have a dedicated “GPT” which is pre-trained on DaVinci manual.
For each project you can create Instructions (and enable tools), and I included information like “the user is using MacOS, MBP with M1 Max and 64GB RAM, all keyboard shortcuts should be for Mac only. Always include a reference to the chapter and the page where more information is available regarding the topic of the discussion”, and some more – read below.
Asking the Claude ProjectUsing Claude Sonnet 4.6, I asked it to find me a shortcut to cut the video from the project files. It found the answer in 45 seconds.
Using Claude Haiku 4.5, I asked the same question (in a new chat) – it found the answer in 47 seconds.
The reply structure was different, I liked Sonnet’s more but that’s subjective.
In both cases, Claude parsed first the file names and then the content of the files. This is important, see the learnings below.
Converting the PDFs to .md chunks would make everything much faster, but I wanted to preserve an ability to see screenshots if I open the PDF, hence the PDF usage.
To be fair, this took quite long for AI to reply to this simple question – because asking in a separate chat “find me a shortcut to cut the video in davinci resolve on macos” will return results in seconds using the internet or the modal training data.
But the point isn’t being fast. It’s about being correct and working with user-provided data.
If it’s very specific doc-based internal knowledge – that’s a different story. Or if you work with something completely new, not present in training data, or when something has been modified heavily, and training data is just outdated.
When using Projects with very specific hand-picked files – the knowledge comes specifically from the sources you know and trust. Always true, always valid.
So keep that in mind.
Some learningscontents.md file that will have a “map” of where everything is located if you have a lot of files. Obviously, reading a simple .md file is faster than a heavier and binary PDF file.contents.md – it literally parses the list of files by their file names, and tries to guess which one might be relevant, and then tries to open relevant files. So if it gets it wrong – this is a lot of wasted time (and tokens).I’m totally aware that Claude Projects (or ChatGPT Projects) are definitely not RAG1, but they are loosely behave like a minimal or implicit RAG setup.
User question
↓
Embedding
↓
Vector DB search
↓
Relevant chunks retrieved
↓
LLM generates answer using themFiles in project
↓
Indexed / chunked
↓
Relevant parts retrieved when you ask a question
↓
Injected into promptProjects are more like “managed context retrieval” because:
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Claude Infographics: How To Build Better Visuals With Prompts, Code And Design Tools | 0 | 7.1 | 12-06-2026 |
| 2 | The New Agency Stack: How Dev Shops Use Claude, Cursor, and Copilot in Production | 0 | 8.46 | 24-07-2026 |
| 3 | Claudette | 5 | 7 | 12-03-2026 |
| 4 | Claude is back online after major outage affects most models | 0 | 10.35 | 23-06-2026 |
| 5 | How Claude helped my 65-year-old dad finally ditch his handwritten ledgers | 5 | 7 | 06-07-2026 |
| 6 | I automated my admin tasks with Claude Code and Cowork — here's which one actually stuck | 0 | 5 | 09-07-2026 |
| 7 | Status Line для Claude Code CLI. Показывает кэш, git, контекст и лимиты в одном месте | 0 | 4.31 | 12-08-2026 |
| 8 | Claude CLI for Alfred | 0 | 5 | 23-06-2026 |
| 9 | A major cleanup of journal records in OpenAlex | 0 | 7.07 | 29-07-2026 |
| 10 | Why you should use Language Server Protocol (LSP) with Claude Code | 5 | 7 | 24-06-2026 |