One fix, many breaks
Patching intent A weakens intent B in the same prompt.
Prompt engineering vs experience library
Longer prompts fix one case and break another. An experience library stores approved corrections outside the prompt—retrieved only when similar failures appear.
Every exception added to the system prompt increases conflict risk, token cost, and regression surface—without giving reviewers a durable place to store fixes.
Patching intent A weakens intent B in the same prompt.
Reviewers cannot see which prompt clause caused a regression.
Ticket rewrites disappear instead of becoming reusable examples.
A failed score does not add an approved replacement to the prompt.
Scoped, approved corrections from production traces—retrieved dynamically instead of permanently embedded in the system prompt.
Only relevant approved examples enter context for similar requests.
Experts approve, scope, version, and retire records explicitly.
Compare baseline vs retrieval-enabled agent on one workflow.
Prompts define stable behavior. Libraries capture exceptions. You need both—just not the same mechanism.
Core persona, tool policies, safety rails, stable formatting rules.
Repeated failure modes humans already rewrite in production.
Fix prompt regressions separately from retrieval coverage gaps.
Build golden datasets for AI agentsSee the RAHF method on the homepage
Reusable resource
Confirm you have the fields needed before building an experience library from production traces.
Illustrative template—not client data. Adapt it to your policies, privacy controls, and approval process.
Map prompt exceptions to recurring trace failures.
Approved experience records + retrieval prototype.
Before/after on one workflow with prompt held stable.
The sprint isolates retrieval impact by fixing the baseline prompt and measuring correction library coverage.
This page describes less than three’s production-trace review method: reconstruct failures, capture human-approved corrections, store them outside model weights, and measure whether scoped retrieval improves a defined workflow.
Primary references used for terminology and risk framing:
Scoped, approved corrections from production traces—retrieved dynamically instead of permanently embedded in the system prompt.
Not first. Approved corrections for exceptions stay outside weights and can be retrieved at runtime. We train a speaker adapter when a frozen 2x2 shows the prompt cannot install identity.
A sample of production traces or conversation exports for one workflow, plus a working definition of success for that workflow.
We compare a fixed baseline against a changed agent on the same workflow using task success, edits, escalations, latency, and cost where available.
Send production traces. We will estimate experience coverage without another prompt rewrite.