Mistake L1 · Basic prompts informational

Don't Treat Gemini Like a Search Box

What it is

The habit of typing terse keyword queries into Gemini as if it were a search engine — 'best framework 2026' — instead of stating a task with your context, constraints, and the decision you're trying to make.

Search-boxkeywords· 'best database 2026'· Generic overview· You do the thinkingTaskgoal + context→ Your constraints→ A recommendation→ Reasoning you can check
Keywords get you a search result; a task gets you an answer.

Why it works

Keyword prompts get keyword-shaped answers: a generic overview that leaves all the judgement to you. Gemini does its best work when given a real task and real constraints, because then it can reason toward your situation instead of describing the topic in general.

When to use it

Notice the anti-pattern whenever Gemini gives you a bland listicle you could have found yourself — that's usually a sign your prompt was a query, not a task.

When not to use it

When you genuinely just want a quick fact or definition, a short query is fine — not everything needs a full brief.

Prompt

Here's my actual situation: <context>. I need to decide <decision>, given <constraints>. Recommend an option and explain the reasoning, including what would change your recommendation.

Example

'Best database 2026' returns a generic list; 'a read-heavy analytics app, small team, on a budget — which database and why' returns a specific recommendation with the trade-off that decides it.

Advanced version

When you catch yourself typing keywords, add one line of context and one line of constraint before sending. That two-line upgrade is the difference between a search result and an answer.

Common mistakes

  • Judging Gemini on prompts you'd have typed into a search bar.
  • Omitting constraints, so the recommendation can't fit your situation.
  • Never stating the decision, so you get a survey instead of a call.