Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

LCM: Lossless Context Management

About

We introduce Lossless Context Management (LCM), a deterministic architecture for LLM memory that outperforms Claude Code on long-context tasks. When benchmarked using Opus 4.6, our LCM-augmented coding agent, Volt, achieves higher scores than Claude Code on the OOLONG long-context eval, including at every context length between 32K and 1M tokens. LCM may be considered both a vindication and extension of the recursive paradigm pioneered by Recursive Language Models (RLMs). Our results demonstrate that recursive context manipulation can outperform not just conventional LLMs, but frontier coding agents with native file-system access. LCM departs from RLM by decomposing symbolic recursion into two deterministic, engine-managed mechanisms: recursive context compression, in which a hierarchical summary DAG automatically compacts older messages while retaining lossless pointers to every original; and recursive task partitioning, in which engine-managed parallel primitives like LLM-Map replace model-written loops. This trade-off, analogous to the move from GOTO to structured control flow in program-ming language design, sacrifices maximal flexibility for termination guarantees, zero-cost continuity on short tasks, and lossless retrievability of all prior state.

Clint Ehrlich, Theodore Blackman• 2026

Related benchmarks

TaskDatasetResultRank
Agent Task PerformanceClaw-Eval Continuous Mode v1 (test)
Overall Performance61.4
11
Agent Task PerformanceClaw-Eval Isolated Mode v1 (test)
Overall Success Rate61.2
11
Context Management and LLM EvaluationPinchBench Continuous Mode
Overall Score77
11
Context Management and LLM EvaluationPinchBench Isolated Mode
Overall Score77.8
11
Showing 4 of 4 rows

Other info

Follow for update