Skip to content

Prompt Rot

Medium — good to knowVibecoding

ELI5 — The Vibe Check

Prompt rot is when the prompts you carefully crafted three months ago suddenly stop working because the AI model got updated. Your perfectly tuned system prompt that used to generate flawless React components now spits out Angular. It's like your favorite recipe changing because the oven manufacturer did a firmware update.

Real Talk

Prompt rot (also called prompt drift or prompt degradation) occurs when AI prompts that previously produced reliable outputs begin failing after model updates, API changes, or behavioral shifts in the underlying LLM. It's a key maintenance challenge in AI-assisted development and prompt-driven architectures, requiring version control and regression testing of prompts.

When You'll Hear This

"Our code generation pipeline broke — classic prompt rot after the model update." / "We test our prompts weekly to catch prompt rot early."

Made with passive-aggressive love by manoga.digital. Powered by Claude.