Build the room before you write the memo. Grab the 4-prompt project room kit: source inventory, duplicate log, missing-context list, grounded draft.
read at source ↗ natesnewsletter.substack.com
Build the room before you write the memo. Grab the 4-prompt project room kit: source inventory, duplicate log, missing-context list, grounded draft.
Source: Nate’s Newsletter Date: 2026-05-22 URL: https://natesnewsletter.substack.com/p/ai-organize-files-before-writing
Summary
Nate’s Newsletter proposes that AI draft quality fails not from weak prompts but from disorganized source materials — the “room” (project context) has to be built before the “memo” (deliverable) is written. The four-prompt kit: source inventory (catalog and date materials), duplicate log (flag overlapping documents), missing-context list (identify gaps), and grounded draft (a writing prompt that cites specific sources and surfaces unsupported claims). The core insight is that asking AI to simultaneously determine what a project is and produce a deliverable from it overloads the task; separating the audit pass from the generation pass reliably improves output quality.
Implications
Feeds the agentic orchestration patterns thread:
- The four-prompt kit is a manual implementation of what production agentic pipelines do with retrieval, deduplication, and citation grounding; it’s a practitioner rediscovery of RAG-pipeline structure, framed for knowledge workers without engineering access
- The “source inventory before generation” pattern directly maps to context-window management in long-horizon agents: garbage-in context produces garbage-out drafts regardless of model capability
- As context windows grow (Claude’s 200K, Gemini’s 1M), the bottleneck increasingly shifts to context curation rather than context size — this piece is an early practitioner signal of that shift reaching non-technical users