Promptles
Prompt Engineering Basics

Context Window

intermediate

Definition

The amount of text an AI model can 'see' at once: your prompt, the conversation history, and any files it's reading. Think of it as the AI's working memory. If important information falls outside the window, the AI can't use it.

In the wild

If you paste a 500-line file into your prompt and then ask a question about line 10, the AI sees all of it (if it fits in the window). But in a very long conversation, earlier messages may scroll out of the window and be forgotten.

More from Prompt Engineering Basics