context-management

Tag

Cards List
#context-management

PSA: llama.cpp -cram should be increased for agentic workflows (default is 8192)

Reddit r/LocalLLaMA ↗ · 3d ago

PSA advising to increase the -cram parameter in llama.cpp for better performance in agentic workflows with long contexts, based on personal experience with Qwen 27B 3.8.

0 favorites 0 likes
#context-management

StateComp: Learning When to Compress History in Long Horizon Agents

arXiv cs.AI ↗ · 3d ago Cached

StateComp is a framework that compresses historical interactions in long-horizon agents based on the current state, reducing token usage by 52.27% and achieving a 12.67× speedup in representation extraction while maintaining task performance.

0 favorites 0 likes
#context-management

DRSR: Learning Set-Level Deletion Risk for Efficient Long-Horizon Agents

arXiv cs.AI ↗ · 3d ago Cached

The paper introduces DRSR, a method for compressing agent history by evaluating deletion sets to reduce token usage while maintaining or improving performance on benchmarks.

0 favorites 0 likes
#context-management

Strands Harness

Hacker News Top ↗ · 4d ago Cached

Introducing Strands harness, a new open-source agent harness that delivers frontier performance with 28% lower token cost compared to other harnesses like Claude Code, supporting multiple AI models and easy deployment.

0 favorites 0 likes
#context-management

@beautyyuyanli: https://blog.yanli.one/pycon-china-2026-agent-platform-zh… This article is compiled based on my talk at PyCon China 202…

X AI KOLs Timeline ↗ · 4d ago Cached

本文基于PyCon China 2026的演讲,讨论如何设计AI代理的组成、运行环境和生命周期。

0 favorites 0 likes
#context-management

What building AI agents taught me

Reddit r/AI_Agents ↗ · 5d ago

The author reflects on building AI agents, highlighting challenges like inconsistent outputs, context management, and the importance of using deterministic approaches when appropriate.

0 favorites 0 likes
#context-management

AWS Launches Strands Harness, an Agent That Brings Its Own Everything but the Model (6 minute read)

TLDR AI ↗ · 5d ago Cached

AWS has launched Strands Harness, an AI agent tool that enables developers to run various AI models with built-in capabilities like web search and memory, claiming significant cost savings over competitors.

0 favorites 0 likes
#context-management

@yibie: https://x.com/yibie/status/2102183394352247287

X AI KOLs Timeline ↗ · 5d ago Cached

This article is an engineering note that re-examines the design of coding agents from first principles, questions the impact of KV cache on current architectures, and proposes new methods for context management and decision-making.

0 favorites 0 likes
#context-management

ResumeContext

Product Hunt ↗ · 6d ago Cached

ResumeContext offers shared memory for coding agents, allowing teams to preserve context across devices and switch between agents without loss.

0 favorites 0 likes
#context-management

Shared notes capture what you tried. What do they still lose?

Reddit r/AI_Agents ↗ · 2026-09-19

The article explores how shared notes files in AI agent setups track actions but lose the reasoning behind them due to context window constraints, highlighting gaps in current workarounds.

0 favorites 0 likes
#context-management

@dair_ai: Super interesting work from Zoom and colleagues. If you maintain a hand-built coding harness, there are some great insi…

X AI KOLs Timeline ↗ · 2026-09-18 Cached

This article summarizes an empirical study on harness design for coding agents, showing that context management prevents overflow failures, rule-based elision before LLM summarization is cost-effective, and planning's role varies with model strength.

0 favorites 0 likes
#context-management

@techNmak: World models are an important idea in AI agents, but the term is often explained too loosely. For an agent operating ov…

X AI KOLs Timeline ↗ · 2026-09-18 Cached

This article explains the concept of world models in AI agents, highlighting their role in tracking evolving states and transitions, distinct from context or memory, with examples like narrative world models for long-form fiction.

0 favorites 0 likes
#context-management

JustMem: Just-Enough Memory Access for Long-Term Conversations

arXiv cs.CL ↗ · 2026-09-18 Cached

The paper proposes JustMem, a system that adapts memory access for long-term conversations by balancing discovery breadth and reading fidelity, achieving higher accuracy with fewer tokens.

0 favorites 0 likes
#context-management

Six plan modes agree on the lock and split on the context

Reddit r/AI_Agents ↗ · 2026-09-18

The article compares plan modes in six coding agents, highlighting their consistent structure but divergent context handling after approval, and discusses the importance of re-reading plans to maintain effectiveness in longer runs.

0 favorites 0 likes
#context-management

If You’re Building Multi-Agent AI, Stop Wasting Tokens: GCB + KRE

Reddit r/openclaw ↗ · 2026-09-17

The article introduces GCB and KRE as two layers to optimize token usage and context management in persistent multi-agent AI systems, reducing costs while maintaining capability.

0 favorites 0 likes
#context-management

@akshay_pachaar: MCP meets agent skills MCP already gave agents a standard way to connect to tools, resources, and external systems. Now…

X AI KOLs Timeline ↗ · 2026-09-17 Cached

MCP now defines a standard extension for agent skills, enabling on-demand discovery and loading of reusable workflows for AI agents through existing resources.

0 favorites 0 likes
#context-management

@heyshrutimishra: Keeping up with messages gets ridiculous fast. #Tonebird You open one chat, realize you forgot what you were talking ab…

X AI KOLs Following ↗ · 2026-09-17 Cached

Tonebird is a product that helps users manage messages by remembering context and drafting replies in their own voice, reducing context switching and overthinking.

0 favorites 0 likes
#context-management

Why is tokenisation of AI so high?

Reddit r/AI_Agents ↗ · 2026-09-17

The article discusses why token usage escalates quickly in AI agents due to factors like system prompts and tool definitions, and inquires about effective techniques to manage token consumption.

0 favorites 0 likes
#context-management

An Empirical Study of Harness Design for Coding Agents

Hugging Face Daily Papers ↗ · 2026-09-17 Cached

This paper empirically studies harness design for coding agents, evaluating components like planning and context management to improve performance in software engineering tasks.

0 favorites 0 likes
#context-management

@LangChain: The biggest challenge facing an agent harness is context engineering, or what information an agent gets, and when. The …

X AI KOLs Following ↗ · 2026-09-16 Cached

This post highlights context engineering as a major challenge for AI agent harnesses and introduces Deep Agents, which includes built-in features like filesystems and subagents for effective context management.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback