← All concepts

context compression

116 articles · 15 co-occurring · 1 contradictions · 135 briefs

Context compression refers to techniques that reduce the volume of information in an agent's working memory while preserving the details relevant to completing the task." — Article provides explicit d

@slow_developer: glm 4.7 flash is a really underrated local model for agentic work

[STRONG] "burn context fast, and can loop when the cache starts clearing" — GLM 4.7 Flash exhibits rapid context exhaustion and degraded performance as context cache fills, a constraint on its agentic capability

2026-W35
434
2026-W34
248
2026-W33
372
2026-W32
310
2026-W31
310
2026-W30
372
2026-W29
434
2026-W28
434
2026-W27
310
2026-W26
186
2026-W25
431
2026-W24
427

Context engineering is about designing the entire information environment around the AI. Not just what you ask, but what the AI already knows when you ask it." — Directly defines context engineering a

Context compression refers to techniques that reduce the volume of information in an agent's working memory while preserving the details relevant to completing the task." — Article provides explicit d

compressing large amounts of data to improve efficiency" — Article explicitly identifies data compression as a context engineering technique to improve efficiency.

We also maintain the same rolling compression system from slate V0 that let it run single sessions for as long as 2 days" — Article describes a rolling compression system as key to enabling long-runni

take a large set of tokens and turn it into a smaller set of tokens that is most relevant and meaning-rich for the task at hand" — Article provides a concrete definition and implementation of context

Proposes a new compression strategy (dynamic, task-aware) vs. uniform token compression. Directly addresses how to compress context more efficiently.

DLA is a specific instantiation of the broader problem of compressing context while preserving intelligence. Shows that compression can be adaptive rather than static.

The deterministic reducer is a context compression strategy—reducing 41,200 tokens to 5,300 before expensive reasoning

Compaction feature directly addresses context window constraint optimization through intelligent compression

Article explicitly discusses compression as a primary strategy for reducing context costs by 50-90%

Explicitly listed as primary topic. Context compression is a direct CE technique for managing context window constraints.

Compaction is a form of context compression; article demonstrates this is use-case-sensitive and tunable

Course explicitly covers context compression as a 'deep dive' topic, indicating this is a core pattern in 2026 CE practice

Article explicitly addresses compression as a context engineering mechanism

Article describes specific 3-phase compression strategy with boundary detection and structured summarization—a concrete implementation pattern for managing token budgets in long-context sessions.

Entire post is about compaction (context compression) working effectively across 33 iterations

Article explicitly discusses LLM Summary and Observation Masking as two distinct compression strategies with tradeoffs

Auto-compaction is the explicit mechanism for context compression described in the tweet

Lecture explicitly focuses on context compression as a technique for managing large, complex context windows.

Master the Context Stack system prompts, tasks, RAG, tool outputs, and history" — Book directly teaches context stack engineering as a core architecture pattern for autonomous agents

AI Agent 需要大量工具来完成实际任务,但每个工具的描述都会占用宝贵的上下文空间,导致任务输入空间受限" — Article identifies context space as a critical constraint for tool-heavy agents and proposes dynamic tool discovery (search() interface) as a

compress the context. find everything necessary and gather good context." — Article explicitly recommends context compression as a practical strategy to manage complexity and prevent issues.

Best practices for avoiding context distraction involve periodically summarizing or compressing conversation history, outdated details, and prioritizing recent context through scoring mechanisms or re

Prompt compaction = when the context window gets close to full, model generates a shorter summary" — Article describes prompt compaction as a concrete implementation of context compression, calling it

支持自动压缩历史记录以适应模型上下文窗口" — Demonstrates automatic history compression as a mechanism to manage context window constraints.

4 formats (YAML, Markdown, JSON, Token-Oriented Object Notation [TOON])" — Evaluating multiple file format representations is a direct exploration of how to compress and encode structured schemas for

Performance gains in 2026 come from dynamic context selection, compression, and memory management." — Article directly lists compression as one of the three core performance drivers in modern producti

要約・圧縮・外部メモリ・検索・サブエージェントが主要技術" — Article explicitly identifies compression (圧縮) as a primary technique for effective context engineering

One idea I had is to compress the web search results after each tool call." — Article demonstrates context compression as a practical solution for managing accumulated results

它根据当前任务,从海量的"上下文文件"中选出最相关的部分,进行优先级排序和压缩,生成一份"清单"(Manifest)。" — The context constructor component directly implements context compression through prioritization and compression techniques as part of th

context processing is especially important because it decides how retrieved information is cleaned, organized, and compressed before reaching the model." — Article directly discusses compression as a

We also maintain the same rolling compression system from slate V0 that let it run single sessions for as long as 2 days as reported by our customers." — Article describes a specific implementation of

We also maintain the same rolling compression system from slate V0 that let it run single sessions for as long as 2 days as reported by our customers." — Article demonstrates context compression as a

Slate has episodic memory that actually makes sense. The system retains only the tool calls that contribute to its success. We also maintain the same rolling compression system from slate V0 that let

一份 100 页的建筑变更订单,解析后产生约 20 万行 JSON...其中真正有用的合同条款、单价表内容占比极低,大部分是'坐标数组'和'元数据字段'" — Article demonstrates problem that context compression solves: removing non-content metadata reduces 200k tokens to actio

Slate has episodic memory that actually makes sense. The system retains only the tool calls that contribute to its success. We also maintain the same rolling compression system from slate V0 that let

Component 4 explicitly names 'context reduction: clip, dedup, compress' as critical. This is applied context compression strategy.

Summarization for Compression Condense long conversations into shorter summaries." — Article explicitly mentions summarization as a compression strategy for managing context

We also maintain the same rolling compression system from slate V0 that let it run single sessions for as long as 2 days as reported by our customers." — Slate implements rolling compression to enable

The code acts as a compact plan. The model can explore tool operations, compose multiple calls, and return just the data it needs" — Code Mode exemplifies context compression by converting verbose too

Context engineering employs four key strategies to manage the context window effectively: writing, selecting, compressing, and isolating context." — Article identifies context compression as one of fo

compaction strategies" — Article demonstrates practical application of context compression techniques as a key strategy for scaling coding agents in production.

large files attached to a chat can be condensed to fit in the context limit" — Demonstrates practical context compression technique in modern AI tools like Cursor.

Article explains theoretical basis for why compressed, high-signal context is superior to verbose context—LLMs are compression engines operating near Shannon limit

Compression is named as explicit strategy for managing limited context window.

The phrase 'compress reality' directly describes context compression—the lossy reduction of information that occurs in finite context windows. This is a structural constraint that context engineering

Article explicitly discusses context compression as core optimization technique for managing limited context windows

MUVERA (Multi-Vector Retrieval via Fixed Dimensional Encodings) is the solution to this... Applies random linear projection to compress each sub-vector (following the Johnson-Lindenstrauss Lemma to pr

Let it compact. I don't know how they do it but it's great." — Author demonstrates practical use of automatic context compaction (compression) in Codex and reports zero drift over extended sessions, p

query this concept
$ db.articles("context-compression")
$ db.cooccurrence("context-compression")
$ db.contradictions("context-compression")