AI in knowledge work

Why doesn’t prompt engineering fix AI output quality?

Prompt engineering techniques are one-time conditioning interventions at the start of a session, and they act through the same mechanism as any other content in the context window: placing constraints in context. That mechanism is subject to attention-weight decay as a session fills, so a well-written prompt improves starting conditions without maintaining them, which is exactly where the intent deficit appears.

What prompt engineering does well

Chain-of-thought prompting improves step-by-step reasoning on tasks that benefit from decomposition. Few-shot examples calibrate format and register. Role conditioning meaningfully shifts output. Self-consistency and verification loops catch certain classes of error. These are real contributions and none of them is in dispute.

What it cannot do

The failure it does not address operates structurally across a long session rather than at a single turn. A careful instruction in the first few hundred tokens is salient; fifty thousand tokens later, after source documents, drafts, tool outputs, and feedback have accumulated, it has not been forgotten but outweighed. Better prompts produce better starting conditions, not the mechanisms for maintaining them as the session fills.

What experienced users have actually learned

People who get consistently good results from language models often cannot reduce what they have learned to rules a less experienced user could follow. What they have learned is a running discipline of noticing drift and intervening: catching a missing audience, a buried recommendation, an unverified claim, a conversion that dropped content. That discipline is continuous and distributed across the whole session, encoded in the user’s attention rather than in any prompt.

What replaces it

Public Policy Lab’s response is an architecture rather than a prompt: mechanisms distributed across levels of context, from system prompt to filesystem artifacts, so that reasoning from purpose stays active across the full session and no single level bears the load. It is deployable as a single context document in any major AI interface and is described in the second part of the series.

Key facts

  • Prompt engineering techniques are one-time conditioning interventions at context entry and are subject to the same attention decay as any other context.
  • The intent deficit emerges across a long chain of locally plausible decisions, which no session-start prompt prevents.
  • Skilled users compensate with a continuous discipline of catching drift, which is what a reasoning architecture tries to encode structurally.

Last checked . If a figure here is out of date, tell us.