Documents in chat — when paste vs. upload matters
AI is at its best when reading something specific. Knowing how to feed it documents is the next leverage step.
::TL;DR · the whole lesson in three lines
- MOVEAI is at its best when reading something specific. Knowing how to feed it documents is the next leverage step.
- DRILLTake a real document you've been avoiding (a long report, a contract, a manual). Feed it to AI two different ways and notice what changes.
- WINYou used a document AI couldn't have generated on its own — you brought your real data.
::concept · what's actually happening
Three ways to give AI a document: (1) copy-paste the text into chat (works for most things, fast, free-tier). (2) upload a PDF / image / file (works for longer docs, needs paid tier sometimes, preserves formatting). (3) point at a URL and let the AI fetch it (Gemini, Perplexity, Claude with web).
read full concept · 2 more paragraphs →collapse concept ↑
Each has a tradeoff. Paste = control, but loses formatting and is slow for 50+ pages. Upload = preserves layout, but the AI's vision of the doc varies by tool. URL = current data, but only works on the AI tools that have web access.
Long documents (50+ pages) need a strategy, not a single paste. Common pattern: split into chunks, summarize each chunk, then ask the AI to synthesize the summaries. Or use a tool with a 200k+ context window (Claude, GPT-4o, Gemini 1.5+) and upload the whole thing.
::drill · do the thing
Take a real document you've been avoiding (a long report, a contract, a manual). Feed it to AI two different ways and notice what changes.
::L8 drill · copy-paste into any AI chat
(First, paste the document into chat — text only.) I'm going to paste a document. Once I do: 1. Give me a 5-sentence summary. 2. List the 3 most important things a decision-maker needs to know. 3. List 2 things this document conspicuously does NOT say but should. If the document is too long to paste, tell me and we'll switch to upload.
::steps
- 01Pick a real document you should have read but haven't.
- 02If under 20 pages: copy-paste into Claude or ChatGPT.
- 03If 20+ pages: use the upload button (paid tier on most tools).
- 04Run the prompt.
- 05Read the AI's answer. Then skim the document yourself for 5 minutes.
- 06Notice: how much faster you understood the doc with AI's summary as a map.
::outcome · what should be true
- You used a document AI couldn't have generated on its own — you brought your real data.
- You feel the leverage shift: not asking AI to know things, asking AI to read with you.
- You have a document-summary prompt saved for future use.
::trap · the most common failure
Pasting confidential or sensitive documents into a free-tier AI without checking the privacy posture. Most free tiers train on your inputs. For real confidentiality, use a paid tier with zero-retention or run a local model (next lesson is on local).
::other lessons at User level
Multi-turn conversations — letting the chat build a model of the task
At User level, a single prompt is rarely the win. A 5–10 turn conversation that builds a working model of your task is.
Your first paid tier — which one, when, why
Free tier is enough for most humans for 30+ days. When you outgrow it, you pay for ONE tool. Not four.
Image-in-chat — paste the screenshot
Most people describe what they see when they could just paste the screenshot. The AI reads pixels better than you can describe them. Stop typing the picture.
Voice mode — when speaking beats typing
Real-time conversation with AI is a different shape than chat. Knowing when to switch modes is the actual skill.
Projects and Custom GPTs — stop re-explaining yourself
Every chat starts cold. A Project remembers your background, your style, your files. Create one for the work you actually do every week, and stop pasting the same context twelve times a day.
Artifacts and Canvas — the side panel that runs your work
Claude Artifacts and ChatGPT Canvas turned chat into a workspace. Code runs. Documents render. Edits happen in place. This is where AI stops being chat and starts being a tool.
::part of the AtomEons /learn curriculum · 45 lessons · 5 levels · cc-by 4.0