DEV Community

Timmothy
Timmothy

Posted on

The 10x Prompt Framework: How I Write AI Prompts That Actually Work

Most people use AI like a search engine. They type vague prompts and get mediocre results. Then they blame the AI.

The problem isn't the AI. It's the prompt.

After writing thousands of prompts across ChatGPT, Claude, and Gemini, I've boiled down what works into a simple framework I call the 10x Prompt. It takes 30 extra seconds to write and produces dramatically better outputs.

The Problem With Most Prompts

Here's what 90% of people type:

Write me a blog post about marketing
Enter fullscreen mode Exit fullscreen mode

And here's what they get: a generic, surface-level 500-word essay that reads like it was written by a bored intern.

Why? Because the AI has no context. No constraints. No direction. It's doing its best with nothing to work with.

The 10x Prompt Framework

Every great prompt has 5 components. Miss one, and your output suffers:

1. ROLE — Who should the AI be?

You are a B2B content marketing expert with 10 years of experience 
writing for SaaS companies.
Enter fullscreen mode Exit fullscreen mode

This instantly changes the AI's "perspective" and vocabulary. A marketing expert writes differently than a general assistant.

2. CONTEXT — What's the situation?

I run a project management SaaS startup targeting remote teams of 
10-50 people. We're launching a new feature for async standups.
Enter fullscreen mode Exit fullscreen mode

Context eliminates 80% of irrelevant outputs.

3. TASK — What exactly should it do?

Write a 1,200-word blog post about why async standups are better 
than synchronous meetings for remote teams.
Enter fullscreen mode Exit fullscreen mode

Be specific. "Write a blog post" is vague. "Write a 1,200-word blog post about X for Y audience" is actionable.

4. FORMAT — How should the output look?

Use H2 headers, bullet points for key stats, and include a 
strong CTA at the end. Add a TL;DR at the top.
Enter fullscreen mode Exit fullscreen mode

Format instructions prevent the "wall of text" problem.

5. CONSTRAINTS — What should it avoid?

Avoid corporate jargon. Don't use the word "synergy." 
Keep sentences under 20 words. No fluff paragraphs.
Enter fullscreen mode Exit fullscreen mode

Constraints are the secret weapon. They're what separate a B+ output from an A+.

Putting It All Together

Here's the full 10x prompt:

You are a B2B content marketing expert with 10 years of experience 
writing for SaaS companies.

CONTEXT: I run a project management SaaS targeting remote teams of 
10-50 people. We're launching async standups.

TASK: Write a 1,200-word blog post about why async standups beat 
synchronous meetings for remote teams.

FORMAT: H2 headers, bullet points for stats, TL;DR at top, 
CTA at bottom.

CONSTRAINTS: No corporate jargon. No "synergy." Sentences under 
20 words. Conversational tone. Include 3 real statistics.
Enter fullscreen mode Exit fullscreen mode

That took 30 seconds to write. The output? Night and day compared to "write me a blog post about meetings."

Pro Tips That 10x Your Results Further

Chain of Thought: Add "Think step by step" to complex prompts. Research shows this improves accuracy by up to 40%.

Iterative Refinement: After getting output, ask: "Now critique what you just wrote. What are the 3 weakest parts? Rewrite addressing those weaknesses."

Role Stacking: Want multiple perspectives? Ask the AI to evaluate your idea as a VC, then as a customer, then as a competitor.

Temperature Control: Use low temperature (0.0-0.3) for factual tasks, high (0.8-1.0) for creative brainstorming.

The One Prompt That Changed Everything

Here's my go-to "super prompt" template:

You are [EXPERT ROLE] with [X] years of experience in [FIELD].

CONTEXT: [2-3 sentences about the situation]
TASK: [Specific, measurable deliverable]
FORMAT: [Exactly how you want the output structured]
TONE: [Specific voice description]
CONSTRAINTS: [What to avoid]

Before you begin, ask me 3 clarifying questions to ensure 
the best possible output.
Enter fullscreen mode Exit fullscreen mode

That last line — "ask me 3 clarifying questions" — is magic. It forces the AI to think about what it doesn't know before it starts writing.

Want More?

I compiled 200+ ready-to-use prompts across writing, marketing, coding, productivity, and more into a comprehensive guide. Everything from cold email templates to code review prompts to decision-making frameworks.

Check it out here: The AI Prompt Engineering Bible (free preview available)


What's your best prompt trick? Drop it in the comments — I'm always looking for new techniques.

Top comments (0)