Zenaique
Glossary · Evaluation

Context Rot

Also known as: Conversation degradation

Long-running chats degrade: early instructions get forgotten, and tool calls become less reliable.

Degradation of LLM behavior as the conversation history grows long: earlier turns get less attention, instructions get re-interpreted, and tool calls become less reliable. Mitigated by summarization, context engineering, and periodic resets.

In practice

Single most underappreciated failure mode in production agents. Senior LLM app interviews probe summarization and context refresh patterns.

How it compares

Lost-in-the-middle is a positional attention bias; context rot is a longitudinal degradation as history grows.

Related topics

Related terms