AGENCYSCRIPT
CoursesEnterpriseBlog
👑FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

Mistake 1: Writing to the Model Instead of Specifying the JobWhy it happensWhat it costs youThe fixMistake 2: Omitting the Role or Persona ContextWhy it happensWhat it costs youThe fixMistake 3: Treating the First Output as FinalWhy it happensWhat it costs youThe fixMistake 4: Burying the ConstraintWhy it happensWhat it costs youThe fixMistake 5: Using Vague Quality AdjectivesWhy it happensWhat it costs youThe fixMistake 6: Giving Insufficient Examples (or None at All)Why it happensWhat it costs youThe fixMistake 7: Ignoring Prompt Hygiene on Long or Multi-Part TasksWhy it happensWhat it costs youThe fixFrequently Asked QuestionsHow long should an effective prompt be?Should I write different prompts for different AI models?Is it worth saving and reusing prompts?What's the most important single habit for improving prompt quality?Can AI help me write better prompts?Key Takeaways
Home/Blog/Eight Prompt Failures Smart People Keep Repeating
General

Eight Prompt Failures Smart People Keep Repeating

A

Agency Script Editorial

Editorial Team

·May 29, 2026·9 min read

Most prompt failures aren't random. They follow patterns — the same seven or eight mistakes, made by smart people, over and over. Once you can name them, you can stop making them.

The problem is that bad prompts often produce output that looks reasonable on the surface. The model returns something grammatically coherent, formatted cleanly, and plausible enough that you don't immediately notice the gap between what you got and what you actually needed. That's the deeper trap: vague prompts don't fail loudly. They fail quietly, and you only discover the cost when the deliverable lands in front of a client or a decision-maker.

This article names the seven most common mistakes in writing effective prompts, explains why each one happens, what it costs you, and what to do instead. If you're already familiar with the basics, this is the calibration layer — the gap between knowing prompt engineering exists and actually getting consistent, high-quality output from it. For a more structured foundation, A Framework for Writing Effective Prompts covers the underlying architecture in detail.


Mistake 1: Writing to the Model Instead of Specifying the Job

Why it happens

Most people approach AI models the way they'd approach a search engine or a brilliant intern: they describe what they want to know, not what they need done. "Tell me about email marketing" is a search query. It's not a task.

What it costs you

The model fills the vacuum with its best guess about your intent. It might return a 600-word overview aimed at a beginner when you needed a 150-word summary for a client presentation. Both are technically accurate responses to the prompt. Neither is actually useful.

The fix

Specify the job, not the topic. The difference is small in words but enormous in output quality:

  • Weak: "Tell me about email marketing."
  • Strong: "Write a 3-sentence summary of email marketing best practices for a slide deck aimed at small business owners with no marketing background."

Every effective prompt answers at least three questions: What should be produced? For whom? In what format and length?


Mistake 2: Omitting the Role or Persona Context

Why it happens

It feels redundant to tell a language model it should "act as" something. The model is already trained on enormous amounts of domain-specific content. Why does it matter whether you frame it as an expert?

What it costs you

It matters because context shifts the probability distribution of what the model generates. Without a role, the model defaults to a generic helpful-assistant register: safe, averaged, often hedged. That's fine for general questions. For professional-quality deliverables — strategic memos, financial summaries, legal plain-language rewrites — it's not enough.

The fix

Add a brief role frame at the start of your prompt:

  • "You are a senior B2B copywriter who specializes in SaaS companies."
  • "You are a financial analyst summarizing quarterly results for a non-technical board."

You don't need elaborate fictional backstories. One sentence that names the domain and the audience-facing function is enough to meaningfully shift output register, vocabulary, and level of specificity.


Mistake 3: Treating the First Output as Final

Why it happens

The model returns something. It looks complete. Moving on feels efficient.

What it costs you

First outputs are drafts, even when they appear polished. The model doesn't know your internal standards, your brand voice, your client's sensitivities, or the seventeen implicit constraints you've internalized over years of professional work. It produces a plausible first pass, not a finished deliverable.

This is one of the most expensive habits in agency settings. Teams that treat first outputs as final tend to spend more time on post-production editing than teams that iterate in the chat window — because they're fixing problems in documents rather than correcting direction before the full output is generated.

The fix

Build a simple second-pass habit. After your first output, ask:

  • "What assumptions did you make in writing this?"
  • "Rewrite the introduction to be more direct and cut the hedging language."
  • "The third paragraph contradicts the brief — revise it with [specific constraint] in mind."

The Writing Effective Prompts: Best Practices That Actually Work guide covers iterative prompting in depth, but the core discipline is simple: treat every first output as a draft to interrogate, not a product to ship.


Mistake 4: Burying the Constraint

Why it happens

Professionals are trained to give context before conclusions. Legal writing, academic writing, and executive communication all build to the point. People apply the same structure to prompts — background first, then what they need.

What it costs you

Language models process context, but they weight heavily toward the explicit instruction. If your constraint is buried in the middle of a long paragraph — "and by the way, this is for a regulated industry and cannot include any specific investment advice" — the model may deprioritize it, especially when it conflicts with producing a more complete-seeming response.

The fix

Lead with constraints and requirements. State the restrictions before the request:

  • "Do not include specific product recommendations. Do not use jargon. Write for an eighth-grade reading level. Now, explain how index funds work."

This feels counterintuitive but consistently produces more compliant output. Constraints at the top of a prompt register as framing; constraints buried at the end register as afterthoughts — to the model and to you.


Mistake 5: Using Vague Quality Adjectives

Why it happens

We know what we want when we see it. "Make it more professional" or "make it more engaging" feels like clear direction.

What it costs you

These adjectives are purely subjective and have no stable referent in the model's training data. "Professional" might mean formal and third-person to you, punchy and direct to the model, and corporate-stiff to your client. Everyone loses a revision cycle.

The fix

Replace quality adjectives with behavioral descriptions:

| Vague | Specific | | ------------------- | ---------------------------------------------------------------------- | | "More professional" | "Use complete sentences, avoid contractions, lead with the main point" | | "More engaging" | "Open with a question, include one concrete example per paragraph" | | "More concise" | "Cut to under 100 words, eliminate all adverbs, one idea per sentence" |

This is the most transferable discipline in prompt writing. If you can't describe what you want in behavioral terms, you haven't actually decided what you want yet — and the model can't decide it for you.


Mistake 6: Giving Insufficient Examples (or None at All)

Why it happens

Examples feel like extra work. The whole point of AI, from a workflow standpoint, is to reduce what you have to produce manually. Writing an example to show the model what you want seems to defeat the purpose.

What it costs you

Format, tone, and structure are extremely difficult to communicate through description alone. Telling a model to write "in our brand voice" is nearly meaningless without a sample. Telling it to produce output in "a structured format" without showing one results in whatever structured format the model assumes is standard.

In agency work, the cost is brand and client misalignment — outputs that are technically competent but tonally wrong in ways that require full rewrites.

The fix

Include at least one example, even a partial one. You don't need three polished samples. You need enough for the model to pattern-match:

  • "Here's one section written in the tone I want: [paste 3–5 sentences]. Now write the remaining sections in the same voice."

For recurring use cases, maintain a prompt library with embedded examples. This is one of the highest-leverage investments an agency can make — see Writing Effective Prompts: Real-World Examples and Use Cases for a library of annotated prompts across common agency deliverables.


Mistake 7: Ignoring Prompt Hygiene on Long or Multi-Part Tasks

Why it happens

Complex tasks require complex prompts. People write them in one block and hope for the best.

What it costs you

Long, dense prompts create compounding ambiguity. The model must simultaneously track your role instruction, your constraints, your format requirements, your tone, and your actual task — and when these elements conflict or the prompt is poorly structured, the model makes quiet judgment calls you don't notice until the output is in front of you.

Multi-part tasks are worse. Asking a model to "research, outline, draft, and suggest SEO keywords" in a single prompt usually returns a shallow version of all four rather than a solid version of any one.

The fix

Two practices that pay immediate dividends:

  1. Separate complex tasks into sequential prompts. Run the research step, review the output, then move to the outline, then the draft. Each step benefits from your judgment at the checkpoint.
  2. Structure long single prompts with clear labeled sections. Use markers like ## Context, ## Task, ## Constraints, ## Format. These act as headers the model can parse cleanly.

The Writing Effective Prompts Checklist for 2026 includes a practical template for structuring multi-part prompts before you run them.


Frequently Asked Questions

How long should an effective prompt be?

There's no ideal word count. A well-written 40-word prompt beats a bloated 400-word one. The goal is to include all genuinely necessary information — role, task, constraints, format — and eliminate everything that doesn't change the output. If removing a sentence wouldn't affect the result, remove it.

Should I write different prompts for different AI models?

Yes, to a degree. Models vary in how they handle implicit instructions, how strictly they follow format requirements, and how well they maintain context across long prompts. If you're switching between models (say, from Claude to GPT-4o), budget time to recalibrate prompts that depend on specific formatting or constraint compliance behaviors.

Is it worth saving and reusing prompts?

Absolutely, especially in agency settings. A well-tested prompt for a recurring task — weekly reports, client email responses, content briefs — is an asset. Build a prompt library organized by task type, annotate what each prompt does and doesn't do well, and version-control them as you refine them.

What's the most important single habit for improving prompt quality?

Reading your prompts back before you run them, the same way you'd proofread a client email. Most prompt failures are visible on second read — buried constraints, missing format instructions, vague quality adjectives. Thirty seconds of review catches the majority of common mistakes before they cost you a full generation cycle.

Can AI help me write better prompts?

Yes, and this is underused. You can paste a prompt you're about to use and ask the model to identify ambiguities, missing constraints, or unclear instructions before you run the actual task. Think of it as a pre-flight check. The Case Study: Writing Effective Prompts in Practice includes examples of this technique applied to real agency workflows.


Key Takeaways

  • Specify the job to be done, not just the topic — output format, audience, and length are not optional details.
  • Add a one-sentence role frame to shift the model out of generic-assistant mode and into domain-appropriate register.
  • Treat every first output as a draft; build a second-pass review habit into your workflow.
  • Place constraints at the top of your prompt, not buried in context paragraphs.
  • Replace vague quality adjectives ("professional," "engaging") with behavioral descriptions.
  • Provide at least one example for tasks where tone, format, or voice matters.
  • Break complex multi-part tasks into sequential prompts and structure long prompts with labeled sections.
  • The cost of prompt failure is usually invisible — quiet degradation of output quality, not loud errors. Name the patterns to stop repeating them.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

General

Prompt Quality Decides Whether AI Earns Its Keep

Prompt quality is the single biggest variable in whether AI delivers real work or expensive noise. The model matters, the platform matters — but the prompt you write determines whether you get a first

A
Agency Script Editorial
June 1, 2026·10 min read
General

Counting the Real Cost of Every Token You Send

Tokens and context windows sit at the intersection of AI capability and operational cost—yet most business cases treat them as technical footnotes. That's a mistake that costs real money. Every time y

A
Agency Script Editorial
June 1, 2026·10 min read
General

Rolling Out AI Hallucinations Across a Team

Most teams discover AI hallucinations the hard way — a confident-sounding wrong answer makes it into a client deliverable, a legal brief, or a published report. The damage isn't just to the output; it

A
Agency Script Editorial
June 1, 2026·11 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification