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: Leaving Constraints ImplicitWhy it happens and what it costsMistake 2: Tolerating Silent FabricationWhy it happens and what it costsMistake 3: Over-CompressingWhy it happens and what it costsMistake 4: Ignoring Tone DriftWhy it happens and what it costsMistake 5: One Giant Prompt for a Multi-Step JobWhy it happens and what it costsMistake 6: Skipping VerificationWhy it happens and what it costsMistake 7: No Reusable StructureWhy it happens and what it costsA Bonus Mistake: Confusing the Source and the InstructionsWhy it happens and what it costsWhy These Cluster TogetherA quick diagnosticCatching Mistakes Before They Cost YouA standing checkFrequently Asked QuestionsWhich of these mistakes is the most damaging?How do I catch fabrication if the output looks complete?Is decomposing really necessary, or is it overkill?Why does tone drift matter if the facts are right?Can a good template really prevent these mistakes?Key Takeaways
Home/Blog/Seven Ways Document Rewrites Go Wrong, and the Fix for Each
General

Seven Ways Document Rewrites Go Wrong, and the Fix for Each

A

Agency Script Editorial

Editorial Team

·May 22, 2021·8 min read
prompting for document transformationprompting for document transformation common mistakesprompting for document transformation guideprompt engineering

When an AI document transformation goes wrong, it rarely goes wrong in a creative new way. It fails in one of a small number of predictable ways, and the same fixes work over and over. That is good news. It means you can inoculate yourself against most of the pain by learning the seven failures below before they bite you, rather than discovering each one the hard way on a document that mattered.

This article names each failure mode plainly, explains the mechanism that causes it, spells out what it costs when it slips through, and gives the corrective practice that prevents it. The framing is deliberate: a mistake you can name is a mistake you can guard against. A vague sense that "AI sometimes messes things up" leaves you defenseless.

We assume you know the basics of prompting a model to transform a document. If not, start with the step-by-step approach to document transformation, then come back to harden your process against these specific traps.

Mistake 1: Leaving Constraints Implicit

The single most common failure. You ask the model to rewrite or summarize without saying what must stay fixed.

Why it happens and what it costs

The model treats every piece of text as equally editable. A dollar figure and an adjective look the same to it. So it "improves" your document by rounding a number or rephrasing a precise legal term, and the error is invisible until someone downstream relies on it. The cost is a wrong figure in a client deliverable.

The fix: Include an explicit preservation list—the names, numbers, and exact phrases that must survive unchanged—in every prompt.

Mistake 2: Tolerating Silent Fabrication

The model encounters a gap in the source and fills it with plausible invention rather than flagging it.

Why it happens and what it costs

A model is built to produce fluent, complete text. An empty field offends that instinct, so it generates something that fits the pattern. The output looks finished, which is exactly why fabrication is dangerous—it does not announce itself.

The fix: Instruct the model to mark missing information as missing and never to guess. Then verify that any "missing" markers are honest rather than papered over.

Mistake 3: Over-Compressing

You ask for a summary and the model drops the one detail the summary existed to deliver.

Why it happens and what it costs

Compression forces the model to choose what to cut, and its sense of importance is generic, not tuned to your purpose. It may keep the throat-clearing and drop the decision. The cost is a brief that fails to support the decision it was made for.

The fix: State what must be retained. "This summary must include the recommended action, the budget figure, and the deadline." Name the load-bearing content explicitly.

Mistake 4: Ignoring Tone Drift

Over a long document, the output starts formal and ends casual, or vice versa.

Why it happens and what it costs

Consistency is hard to hold across a long generation; the model's register wanders. In a client-facing document, the wandering reads as carelessness even when the facts are right.

The fix: State the target tone explicitly and run a final consistency pass, or decompose long documents into sections with the same tone instruction repeated for each.

Mistake 5: One Giant Prompt for a Multi-Step Job

You stuff extraction, restructuring, and rewriting into a single prompt and the model does each one poorly.

Why it happens and what it costs

Asking for several distinct operations at once divides the model's attention and compounds errors—a mistake in extraction propagates through the rewrite. The cost is an output that is wrong in ways that are hard to trace.

The fix: Decompose. Extract first and verify, then restructure and verify, then rewrite. Each stage is simpler and checkable. This sequencing is the backbone of our best practices for document transformation.

Mistake 6: Skipping Verification

The output looks polished, so you ship it without checking it against the source.

Why it happens and what it costs

Fluent output is psychologically convincing. Polish reads as correctness, but the two are unrelated in a transformation. The cost is that fabrication and fact drift sail straight through to whoever receives the document.

The fix: Always verify the preservation list against the source, and for anything consequential, run a self-check prompt and a human spot-check. Real cases where this pass earned its keep appear in our real-world examples.

Mistake 7: No Reusable Structure

Every transformation is written from scratch, so quality depends on who did it and how much time they had.

Why it happens and what it costs

Treating each job as bespoke means the same mistakes recur and nothing improves. The cost is inconsistency: the same task done two ways with two different quality levels.

The fix: Build a reusable prompt template with slots for the source, target spec, preservation rules, and output shape. A documented structure makes good results the default rather than the exception, the through-line of the complete guide to document transformation.

A Bonus Mistake: Confusing the Source and the Instructions

Worth naming even though it is less famous: pasting the source document and your instructions together without a clear boundary between them.

Why it happens and what it costs

When the source and the instructions blur, the model cannot reliably tell which text it should transform and which text is telling it what to do. It may follow a sentence from your source as if it were a command, or transform your own instructions as if they were content. The output is strange and the cause is hard to spot, so people often chalk it up to the model being flaky. It is not flaky—it is guessing at a boundary you did not draw.

The fix: Delimit the source unambiguously. Label it, fence it, or state plainly that the source is everything between two markers. This costs nothing and eliminates a confusing class of failures.

Why These Cluster Together

Notice the common root beneath nearly all of these. Each mistake is a place where the prompt left something to the model's discretion that should have been stated outright—what to preserve, what to do with gaps, what to keep in a summary, where the source ends. The model fills every such silence with its best guess, and its best guess is tuned for fluent output, not for your specific stakes. The unifying corrective is simply to leave less unsaid, then verify what you got against what you started with.

A quick diagnostic

When an output disappoints, do not reach for a cleverer prompt first. Instead ask which silence the model filled. Did it change something you never said to preserve? Fill a gap you never told it to flag? Drop something you never said to keep? Almost every defect maps to one of these unspoken decisions, and the fix is to make that decision explicit and rerun. This diagnostic is faster than rewriting the prompt from scratch, and it steadily teaches you which silences your particular kind of document is most prone to.

Catching Mistakes Before They Cost You

The cheapest place to catch any of these failures is before the output leaves your hands. Build a short habit that runs every time, regardless of how confident the output looks.

A standing check

  • Confirm every item on your preservation list survived unchanged.
  • Confirm nothing in the output lacks a source you can point to.
  • Confirm the output kept what the task actually needed, not just what was easy to keep.

Polished text is convincing, which is exactly why this check exists—conviction is not correctness. Practitioners who run this habit on every consequential output stop being surprised by these seven failures, because they catch them at the cheapest possible moment instead of hearing about them from a client.

Frequently Asked Questions

Which of these mistakes is the most damaging?

Silent fabrication and implicit constraints, because both produce confident output that looks correct and is not. The damage is amplified by the fact that polished text reads as trustworthy.

How do I catch fabrication if the output looks complete?

Verify every claim against the source rather than reading for plausibility. A self-check prompt that asks the model to list anything in its output not present in the source surfaces a lot of it cheaply.

Is decomposing really necessary, or is it overkill?

For simple single-operation jobs it is overkill. For anything involving multiple distinct operations or a long source, it is the difference between traceable correctness and untraceable error.

Why does tone drift matter if the facts are right?

In client-facing work, inconsistent tone reads as carelessness and undermines trust even when nothing is factually wrong. Presentation is part of the deliverable.

Can a good template really prevent these mistakes?

A template prevents the mistakes that come from forgetting—missing preservation rules, missing output shape. It does not replace verification, but it removes a whole class of avoidable errors by default.

Key Takeaways

  • Most transformation failures are one of seven predictable patterns, each with a known fix.
  • Implicit constraints and silent fabrication are the most dangerous because they produce convincing wrong output.
  • State what must not change and what must be retained—do not leave either implicit.
  • Decompose multi-step jobs and verify each stage to keep errors from compounding.
  • A reusable template plus mandatory verification turns good results from luck into the default.

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