A context window is the amount of text an AI model can "see" at once. Think of it like working memory. Current models handle roughly million tokens, but that sounds larger than it is.
A moderately complex project can exceed this limit. When you hit it, the model forgets earlier parts of your conversation. This causes confusion, repeated mistakes, and inconsistent code. You'll learn strategies to manage this later.