Context Engineering

Deciding what goes into the window, what gets compacted, and what never should have been there.

Sign in to track your progress across sections.

17 articles

What is a Context Layer?

Listed inWhat is a Context Layer?Context Engineeringon

One place in the codebase that decides what goes into every prompt. The limit that binds is the model's attention rather than the size of the context window, so the layer curates what it sends instead of filling the space available.

Advanced4 min
#context-engineering
#architecture

Atlan

Listed inAtlanContext Engineeringon

The context an assistant needs for warehouse data is metadata, not rows. Certification is what makes it trustworthy enough to act on.

Intermediate4 min
#context-engineering
#data

Context Isolation

Listed inContext IsolationContext Engineeringon

Running a sub-task in its own context window keeps its exploration out of the main conversation, which can return a short result from a long search. The same separation is a normative rule in the Model Context Protocol, and it costs the caller information the sub-task never reports.

Advanced6 min
#techniques
#security