Prompt Debt
ELI5 — The Vibe Check
Prompt debt is like technical debt, but for your AI prompts. You wrote a quick-and-dirty prompt that works, so you kept it. Then another. Then another. Now your system runs on 47 fragile, undocumented prompts that nobody understands. One model update and the whole thing collapses like a house of AI-generated cards.
Real Talk
Prompt debt refers to the accumulation of poorly structured, undocumented, or brittle prompts in AI-dependent systems. Like technical debt, it represents future maintenance cost — prompts that work today may break after model updates, are hard for new team members to understand, and resist systematic testing. Managing prompt debt requires prompt versioning, documentation, and regression testing.
When You'll Hear This
"Our AI features have massive prompt debt — nobody knows why half these system prompts are worded that way." / "We're paying down prompt debt by adding tests for every prompt."
Related Terms
Prompt Engineering
Prompt engineering is the art of talking to AI so it actually does what you want.
Prompt Rot
Prompt rot is when the prompts you carefully crafted three months ago suddenly stop working because the AI model got updated.
System Prompt
A system prompt is the secret instruction manual you give the AI before the conversation starts. It sets the personality, rules, knowledge, and behavior.
Technical Debt
Technical debt is the coding equivalent of putting things on a credit card.