A recurring problem with AI-assisted content creation is that general-purpose prompts produce generic, hallucinated, or off-brand output. The Claude Projects pattern addresses this by loading all relevant source documents into a persistent project context before any prompting begins. The AI then draws exclusively from that grounded material rather than the open internet or its training data.
This pattern was demonstrated in an internal ops sync on 2025-09-30 and is recommended as a standard technique for account work. See also the parallel [1] for the Google-native equivalent.
In Claude, navigate to Projects → New Project. Name it after the client or initiative (e.g., "Agility Recovery," "Blue Sky Capital").
Add everything you know about the subject:
The more complete the source material, the more accurate and on-brand the output will be.
All subsequent conversations in the project reference only the uploaded documents. The model will not fabricate details it cannot find in your sources. This is the core advantage over a bare prompt: the AI is constrained to what you gave it.
Ask the model to summarize, draft, or analyze. If output feels thin, the fix is usually adding more source material — not rewriting the prompt.
"You've got to give it an expansive prompt… coax it a little bit until you're pretty sure that it knows what you're talking about. Then you let it write."
— Mark Hope, ops sync 2025-09-30
Without grounding, AI tools fill gaps with plausible-sounding but incorrect or generic content. Clients notice. In the same meeting, a client flagged AI-written copy as clearly not understanding their business — the root cause was insufficient context fed to the model.
The Projects pattern solves this structurally rather than relying on prompt length alone.
| Tool | Best For | Grounding Method |
|---|---|---|
| Claude Projects | Writing, strategy, analysis | Upload docs to Project |
| NotebookLM | Research synthesis, mind maps | Upload sources to Notebook |
| ChatGPT | General drafting, code review | Long prompts or file uploads |
| Gemini | Google Workspace output (Docs, Sheets) | Google Drive integration |
| Perplexity | Competitor research, cited facts | Live internet with citations |
Claude is the preferred tool for ~90% of content and strategy work. Use Gemini when the deliverable needs to live in Google Docs or Sheets. Use Perplexity when you need sourced external facts or competitor discovery.
One effective technique is to bounce output between models:
This iterative pass tends to reduce detectable AI patterns in the final copy and catches omissions that a single model misses. It works especially well for code review.