compaction

Tag

Cards List
#compaction

What pi.dev plugin do you suggest for context, compaction and memory management of local models?

Reddit r/LocalLLaMA · 4h ago

The user describes struggles with context, compaction, and memory management for local AI models using pi.dev plugins and seeks suggestions for solutions that handle varying model context windows and VRAM limitations.

0 favorites 0 likes
#compaction

@yadong_xie: https://x.com/thsottiaux/status/2098612714704891959?s=46… This new strategy codex has indeed flipped the car again.

X AI KOLs Timeline · 20h ago Cached

This article discusses a new context management strategy in GPT Astra that avoids compression and instead writes objectives, decisions, and progress to server-side notes, thereby eliminating the need to generate conversation summaries when switching contexts.

0 favorites 0 likes
#compaction

Agentic Context Management: Memory and Cost as Architecture Problems

Hacker News Top · 2026-08-26 Cached

This paper argues that managing context in AI agents should be treated as a lifecycle architecture problem, proposing Agentic Context Management (ACM) with five primitives and a reference implementation that achieves high benchmark scores.

0 favorites 0 likes
#compaction

How Compaction Works in Pi

Hacker News Top · 2026-08-13 Cached

This article explains how compaction works in the Pi coding agent, summarizing old conversation history when the context window nears its limit, and details Pi's specific implementation and triggers.

0 favorites 0 likes
#compaction

Context rot is why your agent falls apart halfway through a long task.

Reddit r/AI_Agents · 2026-08-12

The article explains 'context rot,' where AI agents degrade on long tasks as context grows, even before the window is full, and offers techniques like compaction, offloading state, and retrieval on demand to maintain reliability.

0 favorites 0 likes
#compaction

@ninthbit_ai: Recently studied Codex's Compaction, drew a complete data flow diagram for the default path Remote Compaction v2. Trigger: token_limit_reached, or the model proactively requests a new window in a mid-turn tool loop. Trigger point…

X AI KOLs Timeline · 2026-08-03 Cached

The author analyzes Codex's Remote Compaction v2 data flow, including trigger conditions, request handling, server-side ciphertext return, and the complete client-side context reconstruction process, noting that both the summarization model and encryption keys reside on the OpenAI side.

0 favorites 0 likes
#compaction

@OpenAI: A benchmark score reflects the model as well as the harness and settings used to run it. For long-running agents, retai…

X AI KOLs · 2026-07-29 Cached

OpenAI reveals that enabling retained reasoning and context compaction tripled GPT-5.6 Sol's ARC-AGI-3 benchmark scores, highlighting how harness settings significantly impact measured model performance.

0 favorites 0 likes
#compaction

How enabling two settings tripled our scores on the ARC-AGI-3 benchmark

OpenAI Blog · 2026-07-29 Cached

OpenAI discovered that enabling retained reasoning and compaction settings in the API harness tripled GPT-5.6 Sol's scores on the ARC-AGI-3 benchmark while cutting output tokens by 6x, revealing that benchmark performance is heavily influenced by harness design.

0 favorites 0 likes
#compaction

Addressable Recall Compaction for Long Context-Window Control in AI Agents

arXiv cs.AI · 2026-07-29 Cached

ARC improves retrieval efficiency and accuracy in long-context AI agents by separating append-only storage from bounded citation views, achieving near-perfect recall with lower latency and bandwidth.

0 favorites 0 likes
#compaction

Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes

arXiv cs.AI · 2026-07-16 Cached

This paper identifies a failure mode in agentic LLM tools like Claude Code, where session compaction summaries misinterpret partial terminal output from timed-out commands as confirmed results, propagating false positives across sessions and model versions without re-verification.

0 favorites 0 likes
#compaction

@Greptime: We refreshed our deep-dive on Mito2, the storage engine inside GreptimeDB. LSM-tree write path. Columnar Parquet SSTs. …

X AI KOLs Following · 2026-06-22 Cached

GreptimeDB's Mito2 storage engine uses an LSM-tree design with columnar Parquet SSTs, three-level scan pruning, and TWCS compaction. The blog post provides a full walkthrough of its architecture.

0 favorites 0 likes
#compaction

Self-Compacting Language Model Agents

Hugging Face Daily Papers · 2026-06-22 Cached

SelfCompact is a scaffolding approach that lets language models autonomously decide when and how to compact long agent traces, achieving better performance with reduced token costs compared to fixed-interval methods.

0 favorites 0 likes
#compaction

Snapcompact: Saving Tokens With Images

Reddit r/LocalLLaMA · 2026-06-13 Cached

Snapcompact is a technique that renders text into dense pixel-font images to replace text tokens with cheaper image tokens, achieving near-verbatim recall at a fraction of the input cost.

0 favorites 0 likes
#compaction

LANTERN: Layered Archival and Temporal Episodic Retrieval Network for Long-Context LLM Conversations

arXiv cs.CL · 2026-06-05 Cached

Lantern introduces a lightweight memory layer that archives conversation turns and retrieves relevant details after compaction, recovering 78.3% of lost facts with zero LLM calls and outperforming MemGPT-based methods.

0 favorites 0 likes
#compaction

How do you keep long sessions from eating the whole context window?

Reddit r/openclaw · 2026-05-20

A user shares a custom Plugin SDK hook that gradually compresses older turns while keeping recent ones raw to prevent context window exhaustion in long OpenClaw sessions, reducing re-sent context by 80%.

0 favorites 0 likes
← Back to home

Submit Feedback