Definition

What is Context Bloat?

Last updated

The accumulation of low-signal tool-call output and stale history that fills an AI agent's context window with content it no longer needs.

Context bloat is what makes long-running agents degrade well before they reach the context window limit: as raw tool results pile up, they dilute the model's attention and crowd out the instructions and state that still matter. It is a context engineering problem rather than a model one, and the fix is to summarize, clear, or offload tool output rather than reach for a bigger window.

Put context into practice

Create your first context container and connect it to your AI tools in minutes.

Create Your First Container