Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ Parallel sub-agent architecture that avoids fabrication when processing many ite

RL-trained models that run up to 8 parallel searches per turn to retrieve code context an order of magnitude faster while minimizing context pollution.

### Compaction Is a Lossy Operation

- https://loopandretry.github.io/posts/compaction-is-a-lossy-operation/?ref=awesome-ctxeng

Why compacting an agent's context is lossy compression, not free summarization — what survives, what silently drops, and how it degrades long multi-turn runs.

## 📑 Research Papers

### Survey Papers
Expand Down
6 changes: 6 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ Context工程是对大语言模型(LLM)信息负载的系统性优化。它包
用强化学习训练、每轮最多 8 路并行检索的模型,在最小化 context 污染的同时将代码上下文检索速度提升一个数量级。


### 压缩是一种有损操作

- https://loopandretry.github.io/posts/compaction-is-a-lossy-operation/?ref=awesome-ctxeng

为什么压缩智能体的 context 是有损压缩,而非免费的摘要——哪些信息被保留、哪些被悄悄丢弃,以及它如何逐渐劣化长的多轮运行。

## 📑 研究论文

### 综述论文
Expand Down