SYNTHESIS NOTE
Agentic Systems and Tool Use Reasoning, Retrieval, and Evaluation Model Architecture and Internals

Why can language models understand context better than generate it?

Models absorb and process rich input context far more effectively than they produce similarly sophisticated outputs. Understanding this asymmetry could reshape how we design systems to compensate for generative limitations.

Synthesis note · 2026-06-03 · sourced from Context Engineering

LLM performance is fundamentally governed by the context supplied at inference, and this survey of over 1,400 papers argues the methods for designing that context have matured into a formal discipline — context engineering — that transcends prompt design. Its taxonomy decomposes into foundational components (context retrieval and generation; context processing for long sequences, self-refinement, and structured integration; context management covering memory hierarchies and compression) and their architectural implementations (RAG, memory systems, tool-integrated reasoning, multi-agent orchestration).

The keeper is not the taxonomy but the central open challenge it surfaces: a comprehension-generation asymmetry. Models are remarkably good at understanding complex contexts yet limited in generating outputs of comparable sophistication. The lever that improves a model's behavior (richer, better-organized input context) operates on a different and stronger axis than the model's own generative ceiling. This reframes "make the model better" toward "engineer the information payload" — and explains why so much practical capability now comes from context rather than weights.

This gives the vault's context cluster a unifying frame. Since Can context playbooks prevent knowledge loss during iteration?, the playbook view is one implementation of the management component; and the comprehension-generation gap is the deeper reason Where does agent reliability actually come from? works — the harness feeds comprehension, which the model does well.

Inquiring lines that use this note as a source 2

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 123 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

context engineering is a formal discipline whose core finding is a comprehension-generation asymmetry — models understand rich context better than they can generate it