In this field guide published on July 3, 2026, Thariq Shihipar (Claude Code team) formalizes a practice for getting the most out of Claude Fable 5. Starting point, borrowed from Korzybski: "the map is not the territory". The map is what you give Claude — prompts, skills, context. The territory is where the work happens — the codebase, the real world, its constraints. The gap between the two, he calls the unknowns: when Claude hits one, it decides based on its best guess of what you want. The larger the scope of the work, the more unknowns it encounters. Fable is "the first model where I find the quality of the work is bottlenecked by my ability to clarify its unknowns" — the bottleneck has shifted from the model to human clarity.
Thariq proposes a 2×2 matrix: known knowns (what's in the prompt), known unknowns (what you know you don't know), unknown knowns (the obvious thing you don't write down but would recognize) and unknown unknowns (what you never considered). Reducing and anticipating your unknowns is, in his view, THE skill of agentic coding — and it's learned by working with Claude. Instructing remains a balancing act: too precise, and Claude follows along even when a pivot would be better; too vague, and it fills the gaps with ill-fitting best practices.
What follows is a toolkit ordered in time, each technique delivered with prompts. Before: the blindspot pass (getting your blind spots made explicit), brainstorms & prototypes (verbalizing unknown knowns early, e.g. 4 design directions in HTML), interviews (Claude questions you one question at a time, prioritizing what changes the architecture), references (the best one being source code — that's how Claude Design works), and the implementation plan led by what's likely to change. During: an implementation-notes.md where the agent logs its deviations. After: pitches & explainers (a single doc led by the demo, since reviewers start from the same unknowns) and quizzes ("I only merge after I pass the quiz perfectly").
Supporting evidence: the Fable launch video, edited entirely with Claude Code in a domain unfamiliar to the author, going as far as having the model teach him color grading. Moral: every artifact is a cheap way to find out what you didn't know before it becomes expensive to fix. "Start your next project by asking Claude to help you find your unknowns."