Back to Guides
Productivity

How Claude Thinks, and Why Vague Prompts Fail


Most new users treat a strange answer from Claude as a bug: it misunderstood, it's being difficult, it needs a cleverer prompt before it hands over the good version. Usually none of that is true. The answer you got is a direct, mechanical consequence of what you actually typed, and once you see why, a lot of advice that sounds like arbitrary etiquette starts to look like simple cause and effect.

Tip

Claude doesn't hold anything back waiting for a better prompt. It commits to a full answer immediately, using only what's actually in front of it.

A vague answer isn't Claude being lazy. It's Claude being accurate about how little you actually told it.

Two things worth understanding before anything else

The first is about memory. Claude only knows what's inside the current conversation. It doesn't carry anything over from a different chat, even one from an hour ago, unless you paste that context back in. Ask a new chat to "continue what we were doing," and it has nothing to continue. This isn't a bug being worked on. It's the basic shape of how a conversation is scoped, and it explains why re-explaining background at the start of a new chat isn't wasted effort, it's the only way that background gets there at all.

The second is about how an answer actually gets built. Claude generates a response by predicting what should come next, piece by piece, based on everything in the conversation so far. It doesn't draft an answer internally, review it, and decide whether to ask you a clarifying question first. By default, it commits to a full response using whatever's already there. If your prompt didn't specify a length, it predicts a reasonable one. If it didn't specify a tone, it predicts a reasonable one. "Reasonable" here means statistically safe and broadly applicable, which is a precise way of saying generic.

Prompt
Write a product description.

Two different people can send that exact prompt and both get back a paragraph that's technically correct and useful to nobody. Neither person did anything wrong in a moral sense. They just left every actual decision, audience, tone, length, what makes this product worth buying, for Claude to guess, and Claude's guesses default to the most generic version of every choice at once.


Why this explains a lot of advice you're about to read

Once this mechanism is clear, a few things in this path stop sounding like etiquette and start sounding like engineering:

  • A vague prompt gets a vague answer because every unstated detail becomes a generic guess, not because Claude is withholding effort

  • Claude doesn't remember a separate, earlier conversation, so context has to be restated or saved somewhere it will actually persist

  • Since Claude commits to an answer right away by default, you either give it enough to commit to the right thing, or you explicitly ask it to check with you first before committing at all

That last point is worth sitting with. Most people respond to a vague-answer problem by adding more words to their prompt: more adjectives, more qualifiers, more "please make it good." That doesn't fix the underlying issue, because the problem was never sentence count. It was that a genuine decision, who's reading this, what should it accomplish, what does the reader already know, was never actually made and handed over. Ten vague sentences don't add up to one specific instruction.

Prompt

Write a product description for a $40 ceramic coffee mug sold to home baristas who already own a espresso machine. Emphasize heat retention and a non-slip base. Two sentences, no more.

Compare that to the first prompt above. Same task, same word "product description," completely different amount of actual decision-making handed to Claude. The second version doesn't work because it's longer. It works because every sentence removes a guess Claude would otherwise have had to make on its own.

Inside Claude Tutorial

Understanding the mechanism changes how you troubleshoot.

Once you know an answer is a direct product of what you actually gave Claude, fixing a bad result stops being guesswork. The app builds this same mental model into its very first lessons, before it teaches a single technique.

Coming Soon
Download on theApp Store
GET IT ONGoogle Play

An edge case worth knowing: confident doesn't mean correct

The same generation process that produces a fluent, well-structured paragraph from a vague prompt can also produce a fluent, well-structured paragraph containing a wrong fact. Claude predicts what a plausible next piece of text looks like. A plausible-sounding claim and a true claim aren't automatically the same thing, and nothing about confident phrasing tells you which one you got. This matters most for exact numbers, dates, quotes, and anything about very recent events, categories worth treating differently, which a later guide in this path covers in full.

For now, the practical takeaway is smaller: don't read fluency as a proxy for accuracy, and don't read a generic answer as a sign you need to try harder on your next attempt without changing what you're actually giving Claude to work with.

Continue reading