"Steal This Prompt (Fix)"...
Been moving from ChatGPT to ClaudeAI, mostly for work stuff. Much better results, but I saw someone on X "stealing" someone else's prompt improvement tips.
So, I'm "stealing" them for today's list. These make good sense, so they'll be on paper in front of me when I'm working with Claude.
1. Front-load your intent
Most people write: context → backstory → finally the actual ask. Flip it. Lead with the exact output you want, then give context. His tests showed a 31% improvement in response accuracy on complex tasks just from reordering.
2. Kill the politeness tax
"Could you please help me with..." costs you reasoning tokens. Claude allocates its attention budget before generating a single word. Filler phrases eat into that budget. Every unnecessary word is a reasoning token you're not getting back.
3. Use role + constraint together, never alone
"You are an expert marketer" = weak signal. "You are an expert marketer. Never use adjectives that can't be measured." = strong signal. The constraint forces Claude to activate the role instead of just wearing it as a costume.
4. The negative example trick
Telling Claude what you don't want works better than telling it what you do want. "Don't write in a formal tone" outperforms "write casually" in 7 out of 10 tests. Negative framing activates a completely different reasoning pathway.
5. Seed the output format in your prompt
Don't describe the format. Start writing it. Instead of "give me a numbered list," write: "Here are the key findings: 1." Claude will follow the pattern. Every time. No exceptions.
6. The confidence calibration prompt
Add this line to any factual request: "Flag anything you're less than 90% confident about." Claude's hallucination rate on complex topics drops by over 40% with this single addition. Most people never use it.
7. Break multi-step tasks into explicit checkpoints
Don't ask Claude to do 4 things in one message. Ask it to complete step 1, confirm, then proceed. Each checkpoint resets Claude's attention and prevents context drift on long tasks.
8. The "steel man" trigger
Before any analysis task, add: "First, make the strongest possible case for the opposite view." This forces Claude out of confirmation mode and into actual reasoning. The quality difference is not subtle.
9. End every complex prompt with a meta-instruction
"Before responding, silently identify the 3 most likely ways you could misinterpret this request." Claude never shows you this check. But it runs it. Response accuracy on ambiguous prompts jumps significantly.

No comments.