Amit Kothari
Amit Kothari CEO of Tallyfy, AI advisor at Blue Sheen

Claude prompt dos and donts that business teams actually need

In brief

Chris Tyson found that 90% of his production prompts broke when upgrading to Claude 4.x. He had 17 instances of MUST and 11 of ALWAYS. The fix was not better prompts. It was better context. Here is what works and what does not for non-technical teams using Claude.

Chris Tyson was running production prompts that worked perfectly with Claude Sonnet 3.7. Then he upgraded to 4.5 and 90% of them broke. He counted: 17 instances of MUST. 11 instances of ALWAYS. His conclusion? “When everything is critical, nothing is critical.”

Anthropic’s migration guide explains why. Newer Claude models follow instructions “more literally,” and at lower effort levels they scope work “to what was asked rather than going above and beyond.” Previous versions would read between the lines. Current versions take you literally. If you write “MUST use formal tone” and then also “MUST sound conversational,” Claude 4.x doesn’t pick the one that makes more sense. It tries to do both and produces something that sounds like neither.

Mid-2026 update: the lineup has moved well past 4.5. Anthropic shipped Claude Opus 4.8 and Claude Sonnet 4.6, then the Claude 5 family (Fable 5 and Mythos 5) in June 2026. None of that changes the advice below. The literal-instruction behavior Tyson hit got stronger, not weaker, and Opus 4.8 in particular flags its own uncertainty more rather than papering over it. Tighten your prompts. Do not loosen them.

This isn’t a story about prompts getting worse. It’s about the gap between how business teams talk to Claude and how Claude actually processes instructions. Most “Claude tips” articles give you generic LLM advice with Claude inserted where it says ChatGPT. This post covers what is different.

How Claude actually differs from ChatGPT

This matters more than most people realize. It’s sort of the elephant in the room for anyone switching from ChatGPT.

The core difference is this: Claude is built to follow instructions precisely and push back when something doesn’t make sense, while ChatGPT is built to be agreeable and produce quick output. Claude handles long documents better, refuses requests with more care, and takes your constraints literally rather than interpreting them loosely. ChatGPT is faster for brainstorming and casual tasks but worse at sustained analysis over 50+ pages. For business teams, this means Claude excels when you need careful, structured work on complex documents, and ChatGPT excels when you need rapid creative iteration. Using ChatGPT prompts in Claude is like giving detailed instructions to someone who follows them too literally. Using Claude prompts in ChatGPT is like giving careful guidelines to someone who improvises anyway. Neither works.

Zapier’s comparison frames Claude as a sparring partner for creative and coding work and ChatGPT as the jack-of-all-trades. That tracks with what I see in practice. Claude follows tone and style instructions more precisely. It takes constraints more literally. This is a strength when your instructions are clear and a nightmare when they contradict each other.

Refusals work differently. ChatGPT gives you an abrupt “I cannot do that.” Claude explains why it won’t, cites the principle involved, and offers alternatives. For business teams, this is useful because you can understand and work around the boundary.

Long documents are where Claude shines. Its large context window, noted in G2’s comparison, makes multi-document synthesis a strength. Uploading a 50-page contract plus three competitor proposals and asking for a comparison? That is Claude territory.

Prompting style matters. Portkey.ai’s analysis found that Claude works better with open-ended, flexible prompts while ChatGPT needs precise instructions. You can say “look at this document and tell me what is interesting” to Claude and get useful analysis. ChatGPT needs you to specify exactly what “interesting” means.

Sycophancy is lower. Anthropic reported that its Claude 4.5 models scored 70 to 85% lower than Opus 4.1 on both sycophancy and encouragement of user delusion. Claude will push back if your plan has obvious holes. ChatGPT tends to agree first and add caveats later.

Stop copy-pasting ChatGPT prompts into Claude. They work differently.

Six dos that actually matter

1. Context before question. The 80/20 rule applies everywhere: 80% of good output comes from context, 20% from the question itself. Before any prompt, paste your company context document: who you are, what you do, who you serve, your competitors, your voice. This turns generic output into something useful.

2. Use XML tags for structure. DreamHost tested 25 Claude techniques and found only 5 that consistently improved output. Structured, labeled prompts ranked first, and XML tags are the cleanest way to do it. Wrap sections in <context>, <instructions>, and <output_format> tags. This probably works because Anthropic trains Claude’s system prompts using tags like <behavior_instructions>.

3. Put long documents first, questions last. Anthropic’s own guidance says placing queries at the end of long context improves quality by up to 30%. Load the document first. Ask about it second. Not the other way around.

4. Ask Claude to quote relevant parts first. When working with long documents, add “Quote the relevant sections before answering.” This forces Claude to ground its answer in specific text instead of generating from its general training. Cuts hallucination dramatically on document-specific questions.

5. Set up a Claude Project for recurring work. Anthropic serves 300,000+ business customers, including much of the Fortune 100, on paid plans. Claude Projects let you store 30MB per file, unlimited files, and pull the relevant sections into context as the knowledge base grows. Upload your company context, voice profile, and common documents once. They persist across conversations.

6. Force Claude to introspect when stakes are high. When the answer matters (contracts, financials, legal documents, anything you would ask a professional twice), append a verification turn after the model’s first response:

I don't trust your answer.
Introspect deeply on where you may have made mistakes.
Name your assumptions and audit each one against the source material.

This works on Claude in a way it does not work on GPT for two specific reasons. First, Constitutional AI (Bai et al., 2022) trained Claude on explicit self-critique loops. The capability to evaluate its own output is in Claude’s training distribution. Second, the Emergent Introspective Awareness paper Anthropic published on October 29, 2025 gave mechanistic evidence: by injecting concepts directly into Claude’s activations, the researchers showed Claude can detect those concepts at roughly 20% accuracy on Opus 4.1, and the capability scales with model size. The paper notes that “the model recognizes the injection before even mentioning the concept, indicating that its recognition took place internally.” Claude has been engineered for this kind of self-checking from the start, and you can use it.

The sycophancy caveat is essential. Self-correction trades off against confidence, as the Confidence v.s. Critique paper makes plain. Llama-2-13B-Chat flips correct answers to wrong on 81.11% of items after a user challenge. Claude is better than that, but not immune. If you ask “are you wrong?” with no specifics, Claude will often fold and invent a critique even when its original answer was correct. The fix is specificity. Name the assumptions to audit. Tell Claude to check its answer against the source you provided, not against general plausibility. The introspection prompt above is more reliable than “double-check your answer” because it tells Claude exactly where to look. This is the AI-process audit-trail to pair with the audit-trails you keep in Tallyfy and other workflow systems. The technique also pairs well with workflow-first prompts: the more your prompt describes what work was done, the easier it is for Claude to introspect on whether the work was done correctly.

Five donts that save you hours

1. Do not use ALL CAPS MUST ALWAYS. Tyson’s fix was IF/THEN structures instead of shouted imperatives. “IF the user asks about pricing, THEN respond with the approved pricing table” works. “YOU MUST ALWAYS USE THE PRICING TABLE” breaks when context conflicts. Claude 4.x made three key shifts: commands become suggestions when context conflicts, the model resolves ambiguity via inference not literal compliance, and context overrides structure.

2. Do not paste 50 pages and ask a vague question. Particula.tech’s research found the sweet spot is 500-2,000 tokens of context. Above 4,000 tokens, response time increases 40-80% with only 2-3% accuracy gain. Stanford’s “Lost in the Middle” research showed a U-shaped curve: AI handles information at the beginning and end well but loses 30%+ of what is buried in the middle. Be selective about what you include.

3. Do not ask Claude to be creative AND follow strict rules simultaneously. These are competing objectives. “Write a creative blog post that MUST include these 12 keywords, follow this exact structure, stay under 500 words, and use our brand voice” produces robotic output because the constraints kill the creativity. Pick one: creative with loose guidelines, or structured with tight rules.

4. Do not expect Claude to remember previous conversations. Each conversation starts fresh. The fix is Claude Projects, where your context persists. If you find yourself re-explaining your business every session, you need a Project.

5. Do not ignore what Claude does badly. Claude over-qualifies everything. “It is important to note…” appears constantly. It adds disclaimers you didn’t ask for. It sometimes lectures instead of answering. Prompt around it: “Give me a direct answer without qualifications or disclaimers. Do not explain why this matters unless I ask.”

If you want to compress the five donts into a quick reference, here is the table I keep open. Each row maps a don’t above to the underlying ambiguity, the wrong-thing the model does, and the fix that actually holds up.

The don'tUnderlying ambiguityWhat the model does wrongFix that holds
ALL CAPS imperativesLiteral compliance vs. context-aware resolutionBreaks when ambient context contradicts the shoutIF/THEN structures the model can reason about
50 pages plus a vague questionWhich span of context is load-bearingDrops details buried in the middle (Stanford U-curve)User scopes the input, or the model summarizes context first
Creative AND strict rules togetherWhich objective wins under conflictProduces robotic output (constraints kill creativity)Pick one - creative-loose OR structured-tight - and say so
Expecting Claude to rememberWhether prior state is in scopeConfabulates prior context that does not existUse a Claude Project so the context actually persists
Ignoring Claude's failure modesWhether the model's defaults match the taskAdds disclaimers and qualifications you did not ask forPre-emptively state style: "no disclaimers, no caveats unless I ask"

When to use which model

I get asked this constantly in consulting. My guess is most teams will end up using two or three models, but here’s the full breakdown.

Decision tree: long document or analysis goes to Claude, brainstorm to ChatGPT, Workspace tasks to Gemini

Claude excels at: long documents, analysis, structured writing, code review, following complex instructions. Best for sustained reasoning over long context. If you need to upload three contracts and find the discrepancies, use Claude.

ChatGPT excels at: creative brainstorming, image generation, casual conversation, general research, web browsing. Best for speed and breadth. If you need ten marketing tagline options in 30 seconds, use ChatGPT.

Gemini excels at: current events, Google Workspace integration, multimodal tasks (video and audio analysis). Best for work that touches the Google Workspace tools. If you need to analyse a YouTube video and summarize it against your Google Docs, use Gemini.

The real answer for most teams: use two or three models for different tasks. Don’t force one tool to do everything. That’s a proper nightmare waiting to happen.

The enterprise adoption picture is sobering. Zapier surveyed 532 C-suite leaders at companies with 1,000+ employees in September 2025. 78% are struggling to integrate AI with existing systems. The barriers they named: the cost of vendor solutions (45%), AI skill gaps (35%), and data quality issues (29%).

The Stack Overflow 2025 survey tells the adoption gap story: 84% of developers use or plan to use AI tools, and 51% use them daily. Across the broader workforce, daily use runs far lower. There is a massive gap between people who code with AI and people who do everything else with AI.

Teaching your team without the frustration

The mindset shift that works: treat Claude like a brilliant new hire, not a magic oracle. It knows a lot but it doesn’t know your business, your customers, or your preferences. Onboard it the way you would onboard a person.

Five challenging questions from my teaching that improve Claude output every time:

  1. “How do you know this is true?”
  2. “What are you missing?”
  3. “Why did you not consider this alternative?”
  4. “Will someone disagree with you, and why?”
  5. “How might you be wrong?”

Andrew Ng said at the LangChain Interrupt conference that guiding AI is “a deeply intellectual exercise.” He is spot on. The people who get the best results from Claude are not the ones with the best prompts. They are the ones who push back, challenge the output, and iterate.

Anthropic’s own case study showed a Fortune 500 company achieving 20% accuracy improvement through optimized prompting plus subject matter expert integration. The subject matter expert piece is key. AI doesn’t replace domain knowledge. It amplifies it.

For specific prompting techniques, chain-of-thought prompting for business users goes deeper on one of the most useful patterns. And if you want to understand what Claude features are real versus viral myths, I tested every viral Claude cheat code and separated fact from folklore. Building a voice profile is probably the highest-ROI prompt investment you can make.

Practical first step for any team: set up one Claude Project with your company context document, your voice profile, and 10 of your most common task templates. Test it for two weeks. Let people experiment. Collect what works and what doesn’t. Then expand.

Turns out, the prompt is the specification for a single task. The context document is the specification for every task. Invest in the specifications.

About the Author

Amit Kothari is an experienced consultant, advisor, coach, and educator specializing in AI and operations for executives and their companies. With 25+ years of experience, he is the Co-Founder & CEO of Tallyfy® (raised $3.6m, the Workflow Made Easy® platform) and Partner at Blue Sheen, an AI advisory firm for mid-size companies. He helps companies identify, plan, and implement practical AI solutions that actually work. Originally British and now based in St. Louis, MO, Amit combines deep technical expertise with real-world business understanding. Read Amit's full bio →

Disclaimer: The content in this article represents personal opinions based on extensive research and practical experience. While every effort has been made to ensure accuracy through data analysis and source verification, this should not be considered professional advice. Always consult with qualified professionals for decisions specific to your situation.

Related Posts

View All Posts »
I tested every viral Claude cheat code - here is what actually works

I tested every viral Claude cheat code - here is what actually works

Most viral Claude cheat codes like L99, /ghost, and /godmode are community folklore with zero basis in the codebase. I tested each one against the CLI and cross-referenced 512,000 lines of leaked source code. None exist. The real power features are documented, free, and far more useful.

Stop telling Claude it is an expert: describe the work, not the worker

Stop telling Claude it is an expert: describe the work, not the worker

You are an expert X was a useful crutch when GPT-3.5 was state of the art. On Claude Opus 4.8 and the models coming this summer, persona prompting actively caps the ceiling. It tells the model to stay in a lane just as models are finally getting good at leaving the lane. Describe the work instead.

Plugins, connectors, and skills in Claude - what each one does

Plugins, connectors, and skills in Claude - what each one does

Claude offers three distinct extension mechanisms - connectors for data access, skills for custom instructions, and plugins for team-wide bundles. Each carries different security implications and admin controls that Anthropic does not make obvious upfront.

Claude Chat vs Cowork vs Code: which mode should you actually use?

Claude Chat vs Cowork vs Code: which mode should you actually use?

Claude now has three distinct modes and most companies are using the wrong one. Chat is for quick conversations. Cowork is the autonomous agent with dozens of connectors that handles everything except code. Code is the terminal-native developer tool. The right choice depends on what you are trying to get done, not which sounds fanciest.

Claude inside Copilot: what your company is actually buying

Claude inside Copilot: what your company is actually buying

Claude models now run inside GitHub Copilot at no extra cost. That does not mean Copilot replaces a direct Claude subscription. The context window shrinks, extended thinking disappears, and MCP support is missing. Most mid-size teams end up needing both. Here is what to buy and why.

Stop typing your prompts. Talking is three times faster and the results are better.

Stop typing your prompts. Talking is three times faster and the results are better.

A Stanford and Baidu study found speech is 3x faster than typing in English with a 20.4% lower error rate. But the bigger finding is what researchers call the context surplus effect: people naturally give longer, richer prompts when speaking because they do not prematurely compress their thoughts. The AI gets better instructions without you trying harder.

AI advisory services via Blue Sheen.
Contact me Follow 10k+